Re: [JBoss-dev] XML Adaptor to JMX

2001-06-23 Thread Andreas Schaefer
Hi - Original Message - From: Jason Dillon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 22, 2001 9:49 PM Subject: Re: [JBoss-dev] XML Adaptor to JMX Object[] invokeXML( Document ); I am not sure that an array of objects in this case would be very useful, and would

Re: [JBoss-dev] JMS thread usage

2001-06-23 Thread Scott M Stark
By sending a SIGQUIT go the IBM VM. The Sun VM is crashing after 1 or 2 dumps so I am using the IBM 1.3 version. - Original Message - From: Hiram Chirino [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 22, 2001 10:22 PM Subject: Re: [JBoss-dev] JMS thread usage Scott,

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/server XMLAdaptorImpl.java XMLAdaptorService.java XMLAdaptorServiceMBean.java XMLTestService.java XMLTestServiceMBean.java

2001-06-23 Thread schaefera
User: schaefera Date: 01/06/23 01:48:42 Added: src/main/org/jboss/jmx/server XMLAdaptorImpl.java XMLAdaptorService.java XMLAdaptorServiceMBean.java XMLTestService.java XMLTestServiceMBean.java Log: First draft for the XML Adaptor.

[JBoss-dev] CVS update: contrib/jetty/src/main/org/jboss/jetty Jetty.java

2001-06-23 Thread jules_gosnell
User: jules_gosnell Date: 01/06/23 03:06:07 Modified:jetty/src/main/org/jboss/jetty Jetty.java Log: alter log message Revision ChangesPath 1.11 +5 -1 contrib/jetty/src/main/org/jboss/jetty/Jetty.java Index: Jetty.java

[JBoss-dev] CVS update: contrib/jetty/src/build build.xml

2001-06-23 Thread jules_gosnell
User: jules_gosnell Date: 01/06/23 03:05:05 Modified:jetty/src/build build.xml Log: set perms on Jetty CGI demo Revision ChangesPath 1.8 +2 -1 contrib/jetty/src/build/build.xml Index: build.xml

RE: [JBoss-dev] XML Adaptor to JMX

2001-06-23 Thread Trevor Squires
On Fri, 22 Jun 2001, marc fleury wrote: |Might want to make it | |invoke name=... method=... | argument type=... value=.../ yes good idea, sorry but no: argument type=.../argument allowing a nested null/ tag my 2c. Trevor ___

[JBoss-dev] JBoss-2.2.2_Jetty-3.1.RC5-5.tgz

2001-06-23 Thread Julian Gosnell
Should soon appear in the binaries CVS module: Dave, Would you try this and let me know if it fixes your problem. I'd like to put this all to bed and look at the 2.4 based release. Cheers, Jules _ Do You Yahoo!? Get your free

[JBoss-dev] CVS update: binaries JBoss-2.2.2_Jetty-3.1.RC5-5.tgz

2001-06-23 Thread jules_gosnell
User: jules_gosnell Date: 01/06/23 04:21:23 Added: .JBoss-2.2.2_Jetty-3.1.RC5-5.tgz Log: should fix Dave's deploy-before-Jetty-started problem Revision ChangesPath 1.1 binaries/JBoss-2.2.2_Jetty-3.1.RC5-5.tgz Binary file

[JBoss-dev] CVS update: manual/src/examples/resources jndi.properties

2001-06-23 Thread vharcq
User: vharcq Date: 01/06/23 04:25:31 Added: src/examples/resources jndi.properties Log: Should be used for all subtarget Revision ChangesPath 1.1 manual/src/examples/resources/jndi.properties Index: jndi.properties

[JBoss-dev] CVS update: manual/src/examples/resources - New directory

2001-06-23 Thread vharcq
User: vharcq Date: 01/06/23 04:24:51 manual/src/examples/resources - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/cmp/cd/bean CDCollectionBean.java

2001-06-23 Thread vharcq
User: vharcq Date: 01/06/23 04:27:11 Modified:src/examples/org/jboss/docs/cmp/cd/bean CDCollectionBean.java Log: Complete Chapter 4 examples Revision ChangesPath 1.2 +4 -1

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/cmp/cd/resources cds.txt

2001-06-23 Thread vharcq
User: vharcq Date: 01/06/23 04:27:11 Added: src/examples/org/jboss/docs/cmp/cd/resources cds.txt Log: Complete Chapter 4 examples Revision ChangesPath 1.1 manual/src/examples/org/jboss/docs/cmp/cd/resources/cds.txt Index: cds.txt

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/cmp/cd/build build-client.xml build-cmp-cd-compile.xml

2001-06-23 Thread vharcq
User: vharcq Date: 01/06/23 04:27:11 Modified:src/examples/org/jboss/docs/cmp/cd/build build-cmp-cd-compile.xml Added: src/examples/org/jboss/docs/cmp/cd/build build-client.xml Log: Complete Chapter 4 examples Revision ChangesPath 1.2

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/cmp/cd List.java Remove.java Upload.java

2001-06-23 Thread vharcq
User: vharcq Date: 01/06/23 04:27:12 Modified:src/examples/org/jboss/docs/cmp/cd List.java Remove.java Upload.java Log: Complete Chapter 4 examples Revision ChangesPath 1.2 +0 -15 manual/src/examples/org/jboss/docs/cmp/cd/List.java

[JBoss-dev] CVS update: manual/src/docs cmp.xml

2001-06-23 Thread vharcq
User: vharcq Date: 01/06/23 04:27:38 Modified:src/docs cmp.xml Log: Complete Chapter 4 examples Revision ChangesPath 1.12 +20 -32manual/src/docs/cmp.xml Index: cmp.xml === RCS file:

Re: [JBoss-dev] XML Adaptor to JMX

2001-06-23 Thread Aaron Mulder
On Fri, 22 Jun 2001, marc fleury wrote: Since people really want to help. Any taker on a simple XML Adaptor to JMX invocations? invoke name=... method=... arguments=commaSeparatedStrings signature=.../ will result in a server.invoke(new ObjectName(name), method, Object[] (from args),

RE: [JBoss-dev] how to spot a newbie coder?

2001-06-23 Thread Chris Kimpton
Hi, --- marc fleury [EMAIL PROTECTED] wrote: well for example in ConfigurationService getConfiguration (use to be save() I think) you get the XMLWriter thingy at the end and if you go look at the code you see that the class is 2 lines (!). That is terrible - you should sack that guy! I

RE: [JBoss-dev] XML Adaptor to JMX

2001-06-23 Thread marc fleury
well yes, the idea is to move towards webservices as fast as we can. I want to 'get something' that will work with XML. It will need to be compliant down the road. I want something in, ASAP, Open Source development, it can be as fancy as you want down the road, marcf | Isn't this what

RE: [JBoss-dev] how to spot a newbie coder?

2001-06-23 Thread marc fleury
|That is terrible - you should sack that guy! hmmm no, he is ok, he is helping out on other front ;-) |I tried looking for some way to justify it - but just |can't - I know, I couldn't either. | I guess I am getting old - or reading too many |refactoring books... back to XP basics... Open

[JBoss-dev] CVS update: manual/src/docs customizingjaws.xml

2001-06-23 Thread vharcq
User: vharcq Date: 01/06/23 09:12:29 Modified:src/docs customizingjaws.xml Log: JBoss 2.2 Compliance (not really a lot to do as there is no example in this chapter) Revision ChangesPath 1.10 +35 -6 manual/src/docs/customizingjaws.xml Index:

Re: [JBoss-dev] JBoss-2.2.2_Jetty-3.1.RC5-5.tgz

2001-06-23 Thread David Castro-Diephouse
Hi Jules. RC5-5 seems to be getting the job done. THanks a lot for spending so much time on this one. Dave Should soon appear in the binaries CVS module: Dave, Would you try this and let me know if it fixes your problem. I'd like to put this all to bed and look at the 2.4 based

[JBoss-dev] CVS update: jboss/src/main/org/jboss/util Info.java InfoMBean.java

2001-06-23 Thread chirino
User: chirino Date: 01/06/23 17:33:39 Modified:src/main/org/jboss/util Info.java InfoMBean.java Log: I exposed a few methods via JMX so that you can view: - basic system properties - list of threads running - memory usage. Revision ChangesPath 1.8

Re: [JBoss-dev] JMS thread usage

2001-06-23 Thread Hiram Chirino
Darn, I was hoping you had some other quick trick. Well, since I figured that viewing thread dumps would be a usefull thing for not only development but maybe even for the daily operations of JBoss, I've add JMX accessible method to the Info MBean so that it will give you that dump. I also

[JBoss-dev] CVS update: jboss/src/main/org/jboss/metadata ApplicationMetaData.java

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 17:46:34 Modified:src/main/org/jboss/metadata ApplicationMetaData.java Log: Changed to detect the versrion of the ejb-jar dtd used in jar. Revision ChangesPath 1.19 +28 -2

Re: [JBoss-dev] how to spot a newbie coder?

2001-06-23 Thread Ole Husgaard
Hi, marc fleury wrote: Excessive factorization in code and in classes. Factorization is evil OK? unless it is heavily used by other parties, factoring out bits of code makes for unreadable code. Keep factorization at a minimum it is important in open source. Agreed, but: Factorization

[JBoss-dev] CVS update: jboss/src/main/org/jboss/metadata QueryMetaData.java

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 18:06:16 Added: src/main/org/jboss/metadata QueryMetaData.java Log: Contains information about ejb-ql queries. Revision ChangesPath 1.1 jboss/src/main/org/jboss/metadata/QueryMetaData.java Index: QueryMetaData.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/metadata ConfigurationMetaData.java EntityMetaData.java

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 18:07:10 Modified:src/main/org/jboss/metadata ConfigurationMetaData.java EntityMetaData.java Log: Added code to load CMP 2.x metadata. Revision ChangesPath 1.16 +3 -2

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

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 18:21:14 Modified:src/etc/conf/default standardjboss.xml Log: Added container configuration for EJB CMP 2.x Revision ChangesPath 1.10 +40 -0 jboss/src/etc/conf/default/standardjboss.xml Index: standardjboss.xml

[JBoss-dev] jboss daily build failed - in cvs module: jbossmq

2001-06-23 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = Buildfile: build.xml init: [echo] build.compiler = classic [echo]

[JBoss-dev] jboss daily test results

2001-06-23 Thread chris
JBoss daily test results SUMMARY Number of tests run: 81 Successful tests: 80 Errors:1 Failures: 0 [time of test: 24 June 2001 2:46] See http://lubega.com for

[JBoss-dev] CVS update: jboss/src/main/org/jboss/verifier BeanVerifier.java

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 19:01:04 Modified:src/main/org/jboss/verifier BeanVerifier.java Log: Changed to set the correct verifier strategy based on the ejb version. Revision ChangesPath 1.12 +7 -4 jboss/src/main/org/jboss/verifier/BeanVerifier.java

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

2001-06-23 Thread chirino
User: chirino Date: 01/06/23 19:15:12 Modified:src/etc/conf/default jbossmq.xml Log: Noticed that I did not have to bind the INVM il with a NonSerializableFactory if I placed the IL in the java:/ JNDI context. I also adjusted the dist/client so it contains all the jars needed

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

2001-06-23 Thread chirino
User: chirino Date: 01/06/23 19:15:11 Modified:src/build build.xml Log: Noticed that I did not have to bind the INVM il with a NonSerializableFactory if I placed the IL in the java:/ JNDI context. I also adjusted the dist/client so it contains all the jars needed by a client.

[JBoss-dev] CVS update: jbossmq/src/main/org/jbossmq/server StartServer.java

2001-06-23 Thread chirino
User: chirino Date: 01/06/23 19:15:12 Modified:src/main/org/jbossmq/server StartServer.java Log: Noticed that I did not have to bind the INVM il with a NonSerializableFactory if I placed the IL in the java:/ JNDI context. I also adjusted the dist/client so it contains all the

[JBoss-dev] CVS update: jbossmq/src/examples run.bat

2001-06-23 Thread chirino
User: chirino Date: 01/06/23 19:15:12 Modified:src/examples run.bat Log: Noticed that I did not have to bind the INVM il with a NonSerializableFactory if I placed the IL in the java:/ JNDI context. I also adjusted the dist/client so it contains all the jars needed by a client.

[JBoss-dev] CVS update: jbossmq/src/examples build.bat

2001-06-23 Thread chirino
User: chirino Date: 01/06/23 19:16:24 Modified:src/examples build.bat Log: Revision ChangesPath 1.4 +0 -1 jbossmq/src/examples/build.bat Index: build.bat === RCS file:

[JBoss-dev] CVS update: jbossmq/src/main/org/jbossmq/distributed/server DistributedJMSServerINVMMBean.java

2001-06-23 Thread chirino
User: chirino Date: 01/06/23 19:17:47 Added: src/main/org/jbossmq/distributed/server DistributedJMSServerINVMMBean.java Log: Forgot to add this file Revision ChangesPath 1.1

[JBoss-dev] CVS update: jboss/src/client gnu-regexp-1.0.8.jar

2001-06-23 Thread chirino
User: chirino Date: 01/06/23 19:19:32 Added: src/client gnu-regexp-1.0.8.jar Log: Needed by JBossMQ clients Revision ChangesPath 1.1 jboss/src/client/gnu-regexp-1.0.8.jar Binary file ___

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb EntityPersistenceStore2.java

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 20:02:37 Added: src/main/org/jboss/ejb EntityPersistenceStore2.java Log: Extension to entity persistence store which handles bean instance creation and initialzation. This extension is necessary to implement CMP 2.x abstract accessor CMP

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb Container.java EntityContainer.java EntityPersistenceManager.java

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 20:06:45 Modified:src/main/org/jboss/ejb Container.java EntityContainer.java EntityPersistenceManager.java Log: Updated containers, persistence managers and pools to deligate the task of creating the bean instance and

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins AbstractInstancePool.java BMPPersistenceManager.java CMPPersistenceManager.java SingletonStatelessSessionInstancePool.java

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 20:06:46 Modified:src/main/org/jboss/ejb/plugins AbstractInstancePool.java BMPPersistenceManager.java CMPPersistenceManager.java SingletonStatelessSessionInstancePool.java Log:

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp - New directory

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 20:17:28 jboss/src/main/org/jboss/ejb/plugins/cmp - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/bmp - New directory

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 20:18:19 jboss/src/main/org/jboss/ejb/plugins/cmp/bmp - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/bridge - New directory

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 20:18:34 jboss/src/main/org/jboss/ejb/plugins/cmp/bridge - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata - New directory

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 20:20:13 jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge - New directory

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 20:20:13 jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/bmp CustomFindByEntitiesCommand.java

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 20:23:14 Added: src/main/org/jboss/ejb/plugins/cmp/bmp CustomFindByEntitiesCommand.java Log: Initial revision of EJB 2.0 CMP. Revision ChangesPath 1.1

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/bridge CMPFieldBridge.java CMRFieldBridge.java EntityBridge.java EntityBridgeInvocationHandler.java SelectorBridge.java

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 20:23:14 Added: src/main/org/jboss/ejb/plugins/cmp/bridge CMPFieldBridge.java CMRFieldBridge.java EntityBridge.java EntityBridgeInvocationHandler.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp ActivateEntityCommand.java CMPStoreManager.java CommandFactory.java CreateEntityCommand.java DestroyCommand.java FindEntitiesCommand.java FindEntityCommand.java InitCommand.java InitEntityCommand.java LoadEntitiesCommand.java LoadEntityCommand.java PassivateEntityCommand.java RemoveEntityCommand.java StartCommand.java StopCommand.java StoreEntityCommand.java

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 20:23:14 Added: src/main/org/jboss/ejb/plugins/cmp ActivateEntityCommand.java CMPStoreManager.java CommandFactory.java CreateEntityCommand.java DestroyCommand.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCCMP1xFieldBridge.java JDBCCMP2xFieldBridge.java JDBCCMPFieldBridge.java JDBCCMRFieldBridge.java JDBCEntityBridge.java JDBCSelectorBridge.java

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 20:23:15 Added: src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCCMP1xFieldBridge.java JDBCCMP2xFieldBridge.java JDBCCMPFieldBridge.java JDBCCMRFieldBridge.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc - New directory

2001-06-23 Thread dsundstrom
User: dsundstrom Date: 01/06/23 20:19:52 jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/web/servlets DebugServlet.java

2001-06-23 Thread starksm
User: starksm Date: 01/06/23 20:47:11 Modified:src/main/org/jboss/test/web/servlets DebugServlet.java Log: Add tests of accessing WEB-INF elements from a JSP page Revision ChangesPath 1.4 +5 -101jbosstest/src/main/org/jboss/test/web/servlets/DebugServlet.java

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/web/util ClassInClasses.java weblog4j.properties Util.java

2001-06-23 Thread starksm
User: starksm Date: 01/06/23 20:47:11 Modified:src/main/org/jboss/test/web/util Util.java Added: src/main/org/jboss/test/web/util ClassInClasses.java weblog4j.properties Log: Add tests of accessing WEB-INF elements from a JSP page Revision

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

2001-06-23 Thread starksm
User: starksm Date: 01/06/23 20:48:36 Modified:src/resources/web/WEB-INF web.xml Log: Add a JSP page that test classpath access Revision ChangesPath 1.9 +4 -0 jbosstest/src/resources/web/WEB-INF/web.xml Index: web.xml

[JBoss-dev] CVS update: jbosstest/src/resources/web classpath.jsp index.html

2001-06-23 Thread starksm
User: starksm Date: 01/06/23 20:48:36 Modified:src/resources/web index.html Added: src/resources/web classpath.jsp Log: Add a JSP page that test classpath access Revision ChangesPath 1.6 +4 -0 jbosstest/src/resources/web/index.html Index:

[JBoss-dev] CVS update: jbossmq/src/main/org/jbossmq SpyConnection.java

2001-06-23 Thread chirino
User: chirino Date: 01/06/23 21:07:16 Modified:src/main/org/jbossmq SpyConnection.java Log: Named all the threads that are created by the JBossMQ server so that can be easier to track. Changed the server so that it uses the PooledExector thread pool. This Should give the

[JBoss-dev] CVS update: jbossmq/src/main/org/jbossmq/distributed/server DistributedJMSServerOIL.java DistributedJMSServerUIL.java

2001-06-23 Thread chirino
User: chirino Date: 01/06/23 21:07:16 Modified:src/main/org/jbossmq/distributed/server DistributedJMSServerOIL.java DistributedJMSServerUIL.java Log: Named all the threads that are created by the JBossMQ server so that can be

[JBoss-dev] CVS update: jbossmq/src/main/org/jbossmq/server BasicQueue.java ClientConsumer.java ExclusiveQueue.java JMSServer.java SharedQueue.java

2001-06-23 Thread chirino
User: chirino Date: 01/06/23 21:07:17 Modified:src/main/org/jbossmq/server BasicQueue.java ClientConsumer.java ExclusiveQueue.java JMSServer.java SharedQueue.java Log: Named all the threads that are created by the JBossMQ server so

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

2001-06-23 Thread chirino
User: chirino Date: 01/06/23 21:13:04 Modified:src/etc/conf/default jboss.jcml jbossmq.xml Log: Updaing the JBoss module with the latest JBossMQ Revision ChangesPath 1.43 +2 -2 jboss/src/etc/conf/default/jboss.jcml Index: jboss.jcml

[JBoss-dev] CVS update: jboss/src/lib jbossmq.jar

2001-06-23 Thread chirino
User: chirino Date: 01/06/23 21:13:04 Modified:src/lib jbossmq.jar Log: Updaing the JBoss module with the latest JBossMQ Revision ChangesPath 1.10 +308 -285 jboss/src/lib/jbossmq.jar Binary file ___

[JBoss-dev] CVS update: jboss/src/client jbossmq-client.jar

2001-06-23 Thread chirino
User: chirino Date: 01/06/23 21:13:04 Modified:src/client jbossmq-client.jar Log: Updaing the JBoss module with the latest JBossMQ Revision ChangesPath 1.8 +193 -181 jboss/src/client/jbossmq-client.jar Binary file

[JBoss-dev] CVS update: jbosstest/src/lib connector.jar deploy.jar jboss-client.jar jbossmq-client.jar jbosssx-client.jar jnp-client.jar

2001-06-23 Thread chirino
User: chirino Date: 01/06/23 21:14:15 Modified:src/lib connector.jar deploy.jar jboss-client.jar jbossmq-client.jar jbosssx-client.jar jnp-client.jar Log: Updating to the latest JBossMQ Revision ChangesPath 1.2 +65

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jms/asf StdServerSession.java StdServerSessionPool.java ThreadPool.java

2001-06-23 Thread chirino
User: chirino Date: 01/06/23 21:10:41 Modified:src/main/org/jboss/jms/asf StdServerSession.java StdServerSessionPool.java Removed: src/main/org/jboss/jms/asf ThreadPool.java Log: The thread pool that was being used by the session just was not cutting

[JBoss-dev] CMP 2.x Persistence Store

2001-06-23 Thread Dain Sundstrom
Hi, I just committed the initial revision of the CMP 2.x persistence store. I started working on this on the plane back from Java One, and have been coding it for the past two weeks. The code I have committed represents the completion of the first phase of this project. I have broken this

[JBoss-dev] How can I convert a pk into an entity?

2001-06-23 Thread Dain Sundstrom
Hi, I have been designing the Container Managed Relationships, and have run into one problem; I can't seem to figure out how to turn a primary key for an entity into the entity (local or remote). Here is what I envision happening. The bean code, say OrderBean, calls getLineItems(). My cmp

RE: [JBoss-dev] CMP 2.x Persistence Store

2001-06-23 Thread Matt Veitas
Cool beans!!! No pun intended. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dain Sundstrom Sent: Sunday, June 24, 2001 12:20 AM To: '[EMAIL PROTECTED]' Subject: [JBoss-dev] CMP 2.x Persistence Store Hi, I just committed the initial revision of the

[JBoss-dev] Merging a JBossMQ to 2.4

2001-06-23 Thread Scott M Stark
I want to include a more recent version of JBossMQ than what was taken at the time of the 2.4 branch. This version is currently 4 weeks old. Can the current JBossMQ be brought to a stable state for inclusion into 2.4? ___ Jboss-development mailing

Re: [JBoss-dev] JMS thread usage

2001-06-23 Thread Scott M Stark
The Runtime.totalMemory() is supposed to be the total amount of memory the vm heap has available for use. I was having a hard time correlating it exactly with the linux top output so I looked at how it was implemented in 1.3.0 and stopped when I got down to the JVM_TotalMemory() native function

Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/metadata ApplicationMetaData.java

2001-06-23 Thread Andreas Schaefer
Hi Geeks On line 133 on the ApplicationMetaData.java is a compilation error: Method getPublicId() not found in interface org.w3c.dom.DocumentType Andy - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 23, 2001 5:46 PM Subject: [JBoss-dev] CVS