Re: [JBoss-dev] Re: [jetty-discuss] HTTP loadbalancing

2002-03-09 Thread Greg Wilkins
I have now added client InetAddress stickyness, which is probably going to be good enough for 90% of cases. But for those that want session stickyness, I have now allow delayed server allocation and pass the queued data into the Policy. This will allow a search for jsessionId up until the queue

Re: [JBoss-dev] Non blocking listener. was: HTTP loadbalancing

2002-03-09 Thread Jason Dillon
> This is java 1.4 only, so I can't move it to the JBoss repository until > the build.sh knows how to handle optional 1.4 stuff. I will try to have something working for this soon... perhaps early next week. --jason ___ Jboss-development mailing

[JBoss-dev] Non blocking listener. was: HTTP loadbalancing

2002-03-09 Thread Greg Wilkins
OK, I have added a java.nio listener to Jetty: org.mortbay.http.SocketChannelListener It has had very little testing, but appears to be working OK on my machine. If anybody has a big iron and something that can generate lot's of connections, it would be interesting to see what it does for perfo

Re: [JBoss-dev] Re: Loading classes from manifest

2002-03-09 Thread Cameron Tabor
Thanks, I misunderstood the meaning of the Classpath in the manifest. -Cameron _ View thread online: http://main.jboss.org/thread.jsp?forum=66&thread=5184 ___ Jboss-development mailing list [E

[JBoss-dev] Automated JBoss Testsuite Results: 10-March-2002

2002-03-09 Thread chris
JBoss daily test results SUMMARY Number of tests run: 528 Successful tests: 352 Errors:154 Failures: 22 [time of test: 10 March 2002 4:41 GMT] [java.version: 1.

[JBoss-dev] Automated JBoss Testsuite Results: 10-March-2002

2002-03-09 Thread chris
JBoss daily test results SUMMARY Number of tests run: 528 Successful tests: 353 Errors:154 Failures: 21 [time of test: 10 March 2002 3:48 GMT] [java.version: 1.

[JBoss-dev] CVS update: jbosstest/src/resources/security/META-INF jboss.xml

2002-03-09 Thread David Jencks
User: d_jencks Date: 02/03/09 19:08:20 Modified:src/resources/security/META-INF jboss.xml Log: added client interceptor config Revision ChangesPath 1.4 +14 -0 jbosstest/src/resources/security/META-INF/jboss.xml Index: jboss.xml ==

[JBoss-dev] CVS update: jbosstest/src/resources/lock/META-INF jboss.xml

2002-03-09 Thread David Jencks
User: d_jencks Date: 02/03/09 19:08:20 Modified:src/resources/lock/META-INF jboss.xml Log: added client interceptor config Revision ChangesPath 1.5 +210 -9jbosstest/src/resources/lock/META-INF/jboss.xml Index: jboss.xml ==

[JBoss-dev] CVS update: jbosstest/src/resources/web/META-INF jboss.xml

2002-03-09 Thread David Jencks
User: d_jencks Date: 02/03/09 19:08:20 Modified:src/resources/web/META-INF jboss.xml Log: added client interceptor config Revision ChangesPath 1.5 +14 -0 jbosstest/src/resources/web/META-INF/jboss.xml Index: jboss.xml

[JBoss-dev] CVS update: jbosstest/src/resources/security-spec/META-INF jboss.xml

2002-03-09 Thread David Jencks
User: d_jencks Date: 02/03/09 19:08:20 Modified:src/resources/security-spec/META-INF jboss.xml Log: added client interceptor config Revision ChangesPath 1.4 +14 -0 jbosstest/src/resources/security-spec/META-INF/jboss.xml Index: jboss.xml

[JBoss-dev] Automated JBoss Testsuite Results: 10-March-2002

2002-03-09 Thread chris
JBoss daily test results SUMMARY Number of tests run: 528 Successful tests: 352 Errors:154 Failures: 22 [time of test: 10 March 2002 2:54 GMT] [java.version: 1.

[JBoss-dev] [ jboss-Bugs-527979 ] No way invoke a CMP's method from client

2002-03-09 Thread noreply
Bugs item #527979, was opened at 2002-03-10 02:22 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=527979&group_id=22866 Category: JBossCMP Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: bill (billprogra) >Assigned to: David Jenck

[JBoss-dev] CVS update: jbosstest/src/resources/bmp/META-INF jboss.xml

2002-03-09 Thread David Jencks
User: d_jencks Date: 02/03/09 18:41:18 Modified:src/resources/bmp/META-INF jboss.xml Log: added client interceptors Revision ChangesPath 1.5 +21 -1 jbosstest/src/resources/bmp/META-INF/jboss.xml Index: jboss.xml ==

Re: [JBoss-dev] Deploying Dirs to Jetty ...

2002-03-09 Thread Jan Bartel
Christoph, I've had a closer look at the Jetty code propmpted by your question, and I've found a bug in the deployment which will throw an exception if extractWars is true && it is a directory that is being deployed. Fix is coming. >Is your question motivated by having tried a deployment and

[JBoss-dev] CVS update: jboss/src/etc/conf/default standardjboss.xml

2002-03-09 Thread David Jencks
User: d_jencks Date: 02/03/09 18:38:49 Modified:src/etc/conf/default standardjboss.xml Log: added client interceptors- hope these are all correct Revision ChangesPath 1.34 +259 -1jboss/src/etc/conf/default/standardjboss.xml Index: standardjboss.xml ==

Re: [JBoss-dev] Deploying Dirs to Jetty ...

2002-03-09 Thread Jan Bartel
Christoph, From a cursory inspection of the Axis code, it should work as it is (ie by creating and populating a directory on the fly). The underlying Jetty instance certainly supports deployment of directories, as well as deployment of wars etc. So long as the AbstractWebContainer method pe

[JBoss-dev] [ jboss-Bugs-527979 ] No way invoke a CMP's method from client

2002-03-09 Thread noreply
Bugs item #527979, was opened at 2002-03-10 02:22 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=527979&group_id=22866 Category: JBossCMP Group: None Status: Open Resolution: None Priority: 5 Submitted By: bill (billprogra) Assigned to: Nobody/Anonymous

[JBoss-dev] Automated JBoss Testsuite Results: 10-March-2002

2002-03-09 Thread chris
JBoss daily test results SUMMARY Number of tests run: 528 Successful tests: 353 Errors:154 Failures: 21 [time of test: 10 March 2002 1:54 GMT] [java.version: 1.

[JBoss-dev] CVS update: build/jboss build.xml

2002-03-09 Thread Jason Dillon
User: user57 Date: 02/03/09 17:57:50 Modified:jbossbuild.xml Log: o added management module config (not hooked up to standard group yet) o added example hook Revision ChangesPath 1.106 +66 -1 build/jboss/build.xml Index: build.xml ===

[JBoss-dev] CVS update: CVSROOT modules

2002-03-09 Thread Jason Dillon
User: user57 Date: 02/03/09 17:54:03 Modified:.modules Log: o Added module for JBoss/Management Revision ChangesPath 1.103 +1 -0 CVSROOT/modules Index: modules === RCS file: /cvs

[JBoss-dev] CVS update: CVSROOT modules

2002-03-09 Thread Jason Dillon
User: user57 Date: 02/03/09 17:54:33 Modified:.modules Log: o hooked up JBoss/Management to jboss-all Revision ChangesPath 1.104 +2 -1 CVSROOT/modules Index: modules === RCS file

[JBoss-dev] CVS update: jboss-management - Imported sources

2002-03-09 Thread Jason Dillon
User: user57 Date: 02/03/09 17:50:28 Log: JBoss/Management module Status: Vendor Tag: jboss Release Tags: start N jboss-management/build.bat N jboss-management/build.sh N jboss-management/build.xml No conflicts created by this import

Re: [JBoss-dev] Resourc adapter problems: ManagedConnectionFactoryProperties and ManagedConnection.cleanup

2002-03-09 Thread David Jencks
There are at least 3 problems here: 1. You appear to be using config appropriate for jboss 3 in jboss 2.4. The corresponding attribute in 2.4.x is "Properties". 2. AFAIK non-string properties are not handled [well] at the moment, so the "4" is apt to run into problems when you use the correct a

[JBoss-dev] Automated JBoss Testsuite Results: 10-March-2002

2002-03-09 Thread chris
JBoss daily test results SUMMARY Number of tests run: 528 Successful tests: 353 Errors:154 Failures: 21 [time of test: 10 March 2002 1:14 GMT] [java.version: 1.

[JBoss-dev] Resourc adapter problems: ManagedConnectionFactoryProperties andManagedConnection.cleanup

2002-03-09 Thread Polman
Hi all, I have recently implemented a resource adapter for an XML database product, and deployed it to JBoss appserver (2.4.4). The thign I cannot seem to get to work is the ManagedConnectionFactoryProperties in the jcml code. I use the following: UserName=Administrator Password=sec

[JBoss-dev] [ jboss-Bugs-527856 ] class loading problem during ear deploy

2002-03-09 Thread noreply
Bugs item #527856, was opened at 2002-03-09 18:50 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=527856&group_id=22866 Category: JBossServer Group: v2.4 (stable) >Status: Closed >Resolution: Postponed Priority: 5 Submitted By: Raffaele Spazzoli (raffaele

[JBoss-dev] Automated JBoss Testsuite Results: 10-March-2002

2002-03-09 Thread chris
JBoss daily test results SUMMARY Number of tests run: 528 Successful tests: 353 Errors:154 Failures: 21 [time of test: 10 March 2002 0:32 GMT] [java.version: 1.

Re: [JBoss-dev] [ jboss-Bugs-527328 ] unexpected error in proxy compiler

2002-03-09 Thread Mac Rinehart
EJB-QL error identified and corrected. Thanks for that. :) You and I must be using different build versions, as I did not get far enough to receive the error message that you received. Upon redeploy I still have the same issue with the bug. So I think my original concern pertains to the bug,

Re: [JBoss-dev] [ jboss-Bugs-527328 ] unexpected error in proxy compiler

2002-03-09 Thread Giorgio42
I forgot to mention: it seems this has nothing to do with the bug. The bug (527328) may be related to the new BCEL-based proxy compiler. Best regards Georg _ View thread online: http://main.jboss.org/thread.jsp?forum=66&thread=10464

Re: [JBoss-dev] [ jboss-Bugs-527328 ] unexpected error in proxy compiler

2002-03-09 Thread Giorgio42
I tried to deploy your jar. As far as I can see your ejb-ql is missing an AND: just before the "owner.createDate". The exception says: org.jboss.deployment.DeploymentException: Could not deploy file:/I:/jboss/jboss-3.0.0beta2/serve r/pmsystem/deploy/atmApplication2.jar; - nested throwable is

[JBoss-dev] [ jboss-Bugs-527328 ] unexpected error in proxy compiler

2002-03-09 Thread noreply
Bugs item #527328, was opened at 2002-03-08 02:16 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=527328&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Thomas Hamann (thomash76) Assigne

[JBoss-dev] [ jboss-Bugs-527328 ] unexpected error in proxy compiler

2002-03-09 Thread noreply
Bugs item #527328, was opened at 2002-03-08 02:16 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=527328&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Thomas Hamann (thomash76) Assigne

[JBoss-dev] [ jboss-Bugs-527328 ] unexpected error in proxy compiler

2002-03-09 Thread noreply
Bugs item #527328, was opened at 2002-03-08 02:16 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=527328&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Thomas Hamann (thomash76) Assigne

[JBoss-dev] [ jboss-Bugs-527876 ] Deployment order still wrong

2002-03-09 Thread noreply
Bugs item #527876, was opened at 2002-03-09 20:16 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=527876&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Adrian Brock (ejort) Assigned to:

[JBoss-dev] MBeanProxy

2002-03-09 Thread Andreas Schaefer
Hi Geeks After having some hot dicussions I came to the this conclusion: - after some tests I looks like MBeanProxy works as fast as direct JMX calls - the interfaces can be created by using XDoclet therefore you just have to add the Standard MBean interface on and then use it with the

RE: [JBoss-dev] Automated JBoss Testsuite Results: 9-March-2002

2002-03-09 Thread Chris Kimpton
Hi, --- marc fleury <[EMAIL PROTECTED]> wrote: > > are we sure that this suite is working properly? > Looks good to me - the cvs update bit patched some files - so the latest code should be there. Everything looks fairly ok... Chris = Need somewhere to Live in London? - Then go to http:

[JBoss-dev] [ jboss-Bugs-527856 ] class loading problem during ear deploy

2002-03-09 Thread noreply
Bugs item #527856, was opened at 2002-03-09 18:50 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=527856&group_id=22866 Category: JBossServer Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Raffaele Spazzoli (raffaelespazzol)

RE: [JBoss-dev] Automated JBoss Testsuite Results: 9-March-2002

2002-03-09 Thread marc fleury
huh? since i didn't do any testing before i left i didn't expect this to report so many succesful tests are we sure that this suite is working properly? marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of |[EMAIL PROTECTED] |Sent: Friday, Marc

RE: [JBoss-dev] Why is the jetty service now missing?

2002-03-09 Thread marc fleury
only the compilation needs the clustering i couldn't compile since i don't have the cluster compile yet so i removed everything because i needed to catch a plane and given what happened in boston i didn't want to fuck with the 'it doesnt build' situation again, so i made sure it compiled marcf

[JBoss-dev] Windows connection refused problem

2002-03-09 Thread Adrian Brock
Hi, Quite a few people have reported a problem with connection refused on windows when you hit JBoss with lots of requests all at the same time. Its bizarre, I don't see this problem on Linux. I've tracked the problem to the way ServerSockets are handled. Parts of jboss does something like: pu

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/pm/file PersistenceManager.java

2002-03-09 Thread Hiram Chirino
User: chirino Date: 02/03/09 07:32:34 Modified:src/main/org/jboss/mq/pm/file PersistenceManager.java Log: Added some more logic so that you can undeploy a queue or topic. Still needs work on the recovery side. Queue recovery will only happen the first time the queue is deploye

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/server BasicQueue.java DestinationManager.java JMSDestination.java JMSQueue.java JMSServer.java JMSTopic.java QueueManager.java TopicManager.java

2002-03-09 Thread Hiram Chirino
User: chirino Date: 02/03/09 07:32:34 Modified:src/main/org/jboss/mq/server BasicQueue.java DestinationManager.java JMSDestination.java JMSQueue.java JMSServer.java JMSTopic.java QueueManager.java TopicManager.java

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/pm PersistenceManager.java

2002-03-09 Thread Hiram Chirino
User: chirino Date: 02/03/09 07:32:33 Modified:src/main/org/jboss/mq/pm PersistenceManager.java Log: Added some more logic so that you can undeploy a queue or topic. Still needs work on the recovery side. Queue recovery will only happen the first time the queue is deployed.

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/pm/jdbc PersistenceManager.java

2002-03-09 Thread Hiram Chirino
User: chirino Date: 02/03/09 07:32:34 Modified:src/main/org/jboss/mq/pm/jdbc PersistenceManager.java Log: Added some more logic so that you can undeploy a queue or topic. Still needs work on the recovery side. Queue recovery will only happen the first time the queue is deploye

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/pm/rollinglogged PersistenceManager.java

2002-03-09 Thread Hiram Chirino
User: chirino Date: 02/03/09 07:32:34 Modified:src/main/org/jboss/mq/pm/rollinglogged PersistenceManager.java Log: Added some more logic so that you can undeploy a queue or topic. Still needs work on the recovery side. Queue recovery will only happen the

Re: [JBoss-dev] IllegalAccessError from jetty-plugin.sar when bounced.....?

2002-03-09 Thread Jules Gosnell
Thanks David, It seems happy now. I'll test it and check it in. Jules David Jencks wrote: > I changed MainDeployer to undeploy from the outside in since it deploys > from the inside out. I think this will at least make the classloaders get > removed only after (outer) packages that might b

[JBoss-dev] CVS update: jmx/src/main/org/jboss/mx/capability DispatcherFactory.java

2002-03-09 Thread Simone Bordet
User: biorn_steedom Date: 02/03/09 03:04:12 Modified:src/main/org/jboss/mx/capability DispatcherFactory.java Log: Fixed Copy/Paste typo Revision ChangesPath 1.4 +1 -1 jmx/src/main/org/jboss/mx/capability/DispatcherFactory.java Index: DispatcherFactory.jav

Re: [JBoss-dev] Re: [jetty-discuss] HTTP loadbalancing

2002-03-09 Thread Greg Wilkins
Bill Burke wrote: > I'll be your buddy OK Bud! I've just checked in a skeleton load balancer into Jetty/src1.4/org/mortbay/loadbalancer It has all the nio network plumbing for two way connections with flow control - but not very good exception handling at the moment. A trivial round robin po

[JBoss-dev] CVS update: newsite/src/docs/common jboss-jbossmx.jsp

2002-03-09 Thread Juha Lindfors
User: juhalindfors Date: 02/03/09 01:44:59 Modified:src/docs/common jboss-jbossmx.jsp Log: link to book source Revision ChangesPath 1.5 +2 -0 newsite/src/docs/common/jboss-jbossmx.jsp Index: jboss-jbossmx.jsp