Bugs item #834867, was opened at 2003-11-03 05:38 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=834867&group_id=22866
Category: None Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Submitted By: Srivatsan (srivatsanp) >Assigned to: Adrian Brock (ejort) Summary: Same port numbers for two services in sample-bindings.xml Initial Comment: In JBoss-3.2.2, in the file sample-bindings.xml, the following services have the same port value. (1) jboss.jca:service=ManagedConnectionFactory,name=DefaultDS (2) jboss:service=Hypersonic The port values are same for the above services in all configurations (ports-default, ports-01, ports-02) What is the use of the first service and where is it packaged and why is the values same for the two services? Before JBoss server startup, we will be doing a resource check to ensure whether all the ports specified for this JBoss instance are free. If all the ports are not free the server will not be started. When two services has the same port value as above, this check will fail. ---------------------------------------------------------------------- >Comment By: Adrian Brock (ejort) Date: 2003-11-03 12:08 Message: Logged In: YES user_id=9459 This has already been fixed in CVS. You can remove that reference and UIL, since neither open a port in 3.2.2 There is a further fix AFTER 3.2.2 to cope with the RMIPort on the naming service. Regards, Adrian ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=834867&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
