Bugs item #618908, was opened at 2002-10-05 12:21 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=618908&group_id=22866
Category: JBossServer Group: v4.0 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Frank Langelage (lafr) >Assigned to: David Jencks (d_jencks) Summary: NSME from trunk.client.ConnectionManager Initial Comment: OS Linux, JDK 1.4.1 on startup of a fresh checked out an compiled JBoss-4.0 I get an error message with a NoSuchMethodException. server/src/main/org/jboss/invocation/trunk/client/ConnectionManager.java tries to call method setMaxSize in connector/src/main/org/jboss/resource/work/BaseWorkManager.java. But there is only a setMaxThreads ! May be this should be called from ConnectionManager or something is missing in BaseWorkManager. ---------------------------------------------------------------------- >Comment By: David Jencks (d_jencks) Date: 2002-12-16 05:18 Message: Logged In: YES user_id=60525 The relevant code is now in org.jboss.invocation.trunk.client.ClientSetup, and it correctly sets MaxThreads. Wonder how this one got through my testing... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=618908&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
