1) Download the JBoss CVS source, modify src/main/org/jnp/interfaces/NamingContext.java. You can get the source via sourceforge, do:
cvs co -r Branch_3_2 jboss-3.2 Suggestion: Add a system property, "jnp.connectRetries", which overrides the default, hard-coded value. 2) Build and test. 3) Submit a patch via sourceforge. I, or somebody else will apply it for the next release. You can also modify MAX_RETRIES, as it is a static integer. | org.jnp.interfaces.NamingContext.MAX_RETRIES = 1; View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843943#3843943 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843943 ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
