Re: [JBoss-dev] Does MEJB work??

2002-02-09 Thread Andreas Schaefer
Hi David No, there is no problem. with MEJB. The problem is the Verifier and you can find a bug report regarding this issue. Yes, the javax.management.j2ee.Management is part of JSR-77 because it is part of the client-interface you need to create a vendor-neutral management tool. Andy > I keep

[JBoss-dev] Does MEJB work??

2002-02-09 Thread David Jencks
I keep seeing this go by as jboss 3 starts and I wonder if there is a problem with MEJB or the verifier??? 23:52:29,827 INFO [EJBDeployer] Verifying file:/usr/java/jboss/co9/jboss-all/build/output/jboss-3.0.0DR1/deploy/ejb-management.jar 23:52:30,010 INFO [EJBDeployer] Bean : MEJB Method :

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-09 Thread chris
JBoss daily test results SUMMARY Number of tests run: 484 Successful tests: 449 Errors:19 Failures: 16 [time of test: 10 February 2002 5:5 GMT] [java.version: 1

[JBoss-dev] CVS update: jbossmx/src/etc farm-service.xml

2002-02-09 Thread David Jencks
User: d_jencks Date: 02/02/09 20:37:43 Modified:src/etc farm-service.xml Log: fixed classpath codebase, however this relies on a nonexistent class so is broken Revision ChangesPath 1.4 +3 -1 jbossmx/src/etc/farm-service.xml Index: farm-service.xml

[JBoss-dev] CVS update: jbossmx/src/etc cluster-service.xml

2002-02-09 Thread David Jencks
User: d_jencks Date: 02/02/09 20:36:54 Modified:src/etc cluster-service.xml Log: fixed classpath codebase, removed useless depends tag Revision ChangesPath 1.6 +1 -2 jbossmx/src/etc/cluster-service.xml Index: cluster-service.xml ===

[JBoss-dev] CVS update: jboss/src/main/org/jboss/configuration ConfigurationException.java ConfigurationService.java ConfigurationServiceMBean.java package.html

2002-02-09 Thread David Jencks
User: d_jencks Date: 02/02/09 20:34:49 Removed: src/main/org/jboss/configuration ConfigurationException.java ConfigurationService.java ConfigurationServiceMBean.java package.html Log: removed obsolete classes _

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jms/jndi JMSProviderLoader.java

2002-02-09 Thread David Jencks
User: d_jencks Date: 02/02/09 20:32:36 Modified:src/main/org/jboss/jms/jndi JMSProviderLoader.java Log: updated exception class Revision ChangesPath 1.11 +4 -4 jboss/src/main/org/jboss/jms/jndi/JMSProviderLoader.java Index: JMSProviderLoader.java ===

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-09 Thread chris
JBoss daily test results SUMMARY Number of tests run: 484 Successful tests: 449 Errors:19 Failures: 16 [time of test: 10 February 2002 4:16 GMT] [java.version:

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

2002-02-09 Thread David Jencks
User: d_jencks Date: 02/02/09 20:10:59 Modified:src/etc/conf/default jboss-service.xml Log: removed a mistake Revision ChangesPath 1.27 +1 -2 jboss/src/etc/conf/default/jboss-service.xml Index: jboss-service.xml ==

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-09 Thread chris
JBoss daily test results SUMMARY Number of tests run: 484 Successful tests: 440 Errors:21 Failures: 23 [time of test: 10 February 2002 3:21 GMT] [java.version:

[JBoss-dev] CVS update: jboss/src/bin run.bat

2002-02-09 Thread Scott M Stark
User: starksm Date: 02/02/09 19:02:47 Modified:src/bin run.bat Log: The -classic option must be the first vm option when used Revision ChangesPath 1.32 +2 -2 jboss/src/bin/run.bat Index: run.bat =

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-09 Thread chris
JBoss daily test results SUMMARY Number of tests run: 484 Successful tests: 449 Errors:19 Failures: 16 [time of test: 10 February 2002 2:53 GMT] [java.version:

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

2002-02-09 Thread Scott M Stark
User: starksm Date: 02/02/09 18:50:00 Modified:src/main/org/jboss/system InfoMBean.java Info.java Log: Add the listMemoryUsage, listThreadDump and displayPackageInfo methods from the 2.4 version Revision ChangesPath 1.5 +17 -6 jboss/src/main/org/jboss/system

[JBoss-dev] [ jboss-Patches-515411 ] ObjectPool race conditions + config fix

2002-02-09 Thread noreply
Patches item #515411, was opened at 2002-02-09 18:48 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=515411&group_id=22866 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Quentin Conner (qconner) Assigned to: Nobody/Anon

Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/jms/jndi JMSProviderLo

2002-02-09 Thread Scott M Stark
I'll agree and since a lot of these additions screwed up the formatting this was just an exercise in wanking the code base. If INFO level message are showing up in any profile then the wrong level of logging if being used. Scott Stark Chief Technology Officer JBoss Group,

Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/jms/jndi JMSProviderLo

2002-02-09 Thread David Jencks
IMHO this is excessive caution and bloated code. Lifecycle methods are not executed often enough to make any difference in anythings speed. I suggest our logging policy should be --anything on the invocation path should be debug or trace and should be guarded. --anything else should not be gu

Re: [JBoss-dev] Package organization

2002-02-09 Thread Scott M Stark
I'm not saying style is not important, but to me your arguments have no objective basis that tell me how they ensure management scalability, hence its YOUR style viewpoint. While I thank you for sharing, I have no interest in renaming packages unless you can demonstrate a benefit. - Original

[JBoss-dev] CVS update: jboss/src/main/org/jboss/deployment SARDeployer.java

2002-02-09 Thread Scott M Stark
User: starksm Date: 02/02/09 15:36:52 Modified:src/main/org/jboss/deployment SARDeployer.java Log: Validate that the stream for the META-INF/jboss-service.xml is not null to prevent an NPE from the xml parser Revision ChangesPath 1.6 +46 -52jboss/src/main/or

Re: [JBoss-dev] Package organization

2002-02-09 Thread Jason Dillon
You are right... what _was_ I thinking anyways?!? Style... pfff who needs it! I am going to go stick my head is a bucket. Code is important. Code is Art. Art has style. Therefor code has style and is important. Of course the first two points are completely subjective. One might think tha

[JBoss-dev] CVS update: contrib/catalina/src/main/org/jboss/contrib/catalina AttributeSetter.java ConfigCatalinaService.java ConfigCatalinaServiceMBean.java ConfigMapper.java SaxMapper.java TagTracker.java

2002-02-09 Thread Scott M Stark
User: starksm Date: 02/02/09 14:33:30 Removed: catalina/src/main/org/jboss/contrib/catalina AttributeSetter.java ConfigCatalinaService.java ConfigCatalinaServiceMBean.java ConfigMapper.java SaxMapper.java TagTracke

[JBoss-dev] CVS update: contrib/catalina/src/main/org/jboss/web ConfigHandler.java EmbeddedCatalinaServiceSX.java EmbeddedCatalinaServiceSXMBean.java Log4jLogger.java

2002-02-09 Thread Scott M Stark
User: starksm Date: 02/02/09 14:32:57 Removed: catalina/src/main/org/jboss/web ConfigHandler.java EmbeddedCatalinaServiceSX.java EmbeddedCatalinaServiceSXMBean.java Log4jLogger.java Log: Classes have moved to o

[JBoss-dev] CVS update: contrib/catalina/src/main/org/jboss/web/security JBossSecurityMgrRealm.java SSLServerSocketFactory.java

2002-02-09 Thread Scott M Stark
User: starksm Date: 02/02/09 14:32:18 Removed: catalina/src/main/org/jboss/web/security JBossSecurityMgrRealm.java SSLServerSocketFactory.java Log: Classes have moved to org.jboss.web.catalina.security ___

[JBoss-dev] 3.0 branch will be made next week

2002-02-09 Thread Scott M Stark
In line with the feature freeze and prepration for a 3.0 final release, I'm making a 3.0 branch this coming Tuesday. Notification of the completion of the branching will be mailed to this list. Scott Stark Chief Technology Officer JBoss Group, LLC

[JBoss-dev] CVS update: jboss/src/main/org/jboss/management/j2ee JDBCDataSource.java JNDI.java

2002-02-09 Thread Adrian Brock
User: ejort Date: 02/02/09 08:21:33 Modified:src/main/org/jboss/management/j2ee JDBCDataSource.java JNDI.java Log: Guarded info logging. Faster when not interested in life-cycle logging Revision ChangesPath 1.7 +5 -3 jboss/src/main/o

[JBoss-dev] CVS update: jboss/src/bin run.bat

2002-02-09 Thread Sacha Labourey
User: slaboure Date: 02/02/09 08:12:58 Modified:src/bin run.bat Log: When the environment is correctly set, this script is not able to start JBoss.. ;) Revision ChangesPath 1.31 +2 -2 jboss/src/bin/run.bat Index: run.bat

[JBoss-dev] CVS update: jboss/src/main/org/jboss/web WebService.java

2002-02-09 Thread Adrian Brock
User: ejort Date: 02/02/09 08:09:25 Modified:src/main/org/jboss/web WebService.java Log: Guarded info logging. Faster when not interested in life-cycle logging Revision ChangesPath 1.13 +6 -3 jboss/src/main/org/jboss/web/WebService.java Index: WebServic

[JBoss-dev] CVS update: jboss/src/main/org/jboss/tm TransactionManagerService.java

2002-02-09 Thread Adrian Brock
User: ejort Date: 02/02/09 08:09:25 Modified:src/main/org/jboss/tm TransactionManagerService.java Log: Guarded info logging. Faster when not interested in life-cycle logging Revision ChangesPath 1.16 +3 -2 jboss/src/main/org/jboss/tm/TransactionManagerServic

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

2002-02-09 Thread Adrian Brock
User: ejort Date: 02/02/09 08:09:25 Modified:src/main/org/jboss/util Executor.java Log: Guarded info logging. Faster when not interested in life-cycle logging Revision ChangesPath 1.9 +6 -3 jboss/src/main/org/jboss/util/Executor.java Index: Executor.ja

[JBoss-dev] CVS update: jboss/src/main/org/jboss/security/plugins SecurityConfig.java

2002-02-09 Thread Adrian Brock
User: ejort Date: 02/02/09 08:09:25 Modified:src/main/org/jboss/security/plugins SecurityConfig.java Log: Guarded info logging. Faster when not interested in life-cycle logging Revision ChangesPath 1.2 +3 -2 jboss/src/main/org/jboss/security/plugins/Securit

[JBoss-dev] CVS update: jboss/src/main/org/jboss/naming NamingService.java

2002-02-09 Thread Adrian Brock
User: ejort Date: 02/02/09 08:09:25 Modified:src/main/org/jboss/naming NamingService.java Log: Guarded info logging. Faster when not interested in life-cycle logging Revision ChangesPath 1.26 +3 -2 jboss/src/main/org/jboss/naming/NamingService.java Inde

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jms DLQHandler.java JMSContainerInvoker.java

2002-02-09 Thread Adrian Brock
User: ejort Date: 02/02/09 08:09:24 Modified:src/main/org/jboss/ejb/plugins/jms DLQHandler.java JMSContainerInvoker.java Log: Guarded info logging. Faster when not interested in life-cycle logging Revision ChangesPath 1.8 +3 -3 jboss

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

2002-02-09 Thread Adrian Brock
User: ejort Date: 02/02/09 08:09:24 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStartCommand.java Log: Guarded info logging. Faster when not interested in life-cycle logging Revision ChangesPath 1.20 +9 -4 jboss/src/main/org

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

2002-02-09 Thread Adrian Brock
User: ejort Date: 02/02/09 08:09:22 Modified:src/main/org/jboss/ejb EJBDeployer.java EntityContainer.java StatefulSessionContainer.java Log: Guarded info logging. Faster when not interested in life-cycle logging Revision ChangesPath 1.3 +

[JBoss-dev] CVS update: jboss/src/main/org/jboss/mail MailService.java

2002-02-09 Thread Adrian Brock
User: ejort Date: 02/02/09 08:09:25 Modified:src/main/org/jboss/mail MailService.java Log: Guarded info logging. Faster when not interested in life-cycle logging Revision ChangesPath 1.7 +5 -3 jboss/src/main/org/jboss/mail/MailService.java Index: MailS

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jms/jndi JMSProviderLoader.java

2002-02-09 Thread Adrian Brock
User: ejort Date: 02/02/09 08:09:24 Modified:src/main/org/jboss/jms/jndi JMSProviderLoader.java Log: Guarded info logging. Faster when not interested in life-cycle logging Revision ChangesPath 1.10 +5 -3 jboss/src/main/org/jboss/jms/jndi/JMSProviderLoader.ja

[JBoss-dev] CVS update: jboss/src/main/org/jboss/deployment DeploymentInfo.java EARDeployer.java MainDeployer.java SARDeployer.java

2002-02-09 Thread Adrian Brock
User: ejort Date: 02/02/09 08:09:18 Modified:src/main/org/jboss/deployment DeploymentInfo.java EARDeployer.java MainDeployer.java SARDeployer.java Log: Guarded info logging. Faster when not interested in life-cycle logging Revision ChangesPath

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java MetricsInterceptor.java SecurityProxyInterceptor.java

2002-02-09 Thread Adrian Brock
User: ejort Date: 02/02/09 08:09:23 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java MetricsInterceptor.java SecurityProxyInterceptor.java Log: Guarded info logging. Faster when n

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jaws/jdbc JDBCInitCommand.java

2002-02-09 Thread Adrian Brock
User: ejort Date: 02/02/09 08:09:24 Modified:src/main/org/jboss/ejb/plugins/jaws/jdbc JDBCInitCommand.java Log: Guarded info logging. Faster when not interested in life-cycle logging Revision ChangesPath 1.19 +6 -3 jboss/src/main/org

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

2002-02-09 Thread Adrian Brock
User: ejort Date: 02/02/09 08:09:24 Modified:src/main/org/jboss/jms/asf ServerSessionPoolLoader.java Log: Guarded info logging. Faster when not interested in life-cycle logging Revision ChangesPath 1.8 +5 -3 jboss/src/main/org/jboss/jms/asf/ServerSessionPoo

[JBoss-dev] CVS update: jbossmx build.xml

2002-02-09 Thread Sacha Labourey
User: slaboure Date: 02/02/09 08:00:51 Modified:.build.xml Log: SerializedHttpSession must only be present in jbossha.jar Revision ChangesPath 1.23 +7 -5 jbossmx/build.xml Index: build.xml =

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/metadata jboss_3_0.dtd

2002-02-09 Thread Mike Swainston-Rainford
User: mikesr Date: 02/02/09 07:45:19 Modified:src/resources/org/jboss/metadata jboss_3_0.dtd Log: Added missing local-jndi-name element Revision ChangesPath 1.3 +13 -4 jboss/src/resources/org/jboss/metadata/jboss_3_0.dtd Index: jboss_3_0.dtd ==

RE: [JBoss-dev] New jboss_3_0.dtd

2002-02-09 Thread Mike Swainston-Rainford
Hi just for session and entity - MDB doesn't have local interfaces so no local-jndi? Mike At 10:04 09/02/2002, Vincent Harcq wrote: >I think Local-jndi-name is missing for 3 bean types > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]] On > > Behalf O

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/httpsession/ejb ClusteredHTTPSessionBeanAbstract.java ClusteredHTTPSessionBeanCmp11.java ClusteredHTTPSessionBeanImpl.java

2002-02-09 Thread Sacha Labourey
User: slaboure Date: 02/02/09 07:38:29 Removed: src/main/org/jboss/ha/httpsession/ejb ClusteredHTTPSessionBeanAbstract.java ClusteredHTTPSessionBeanCmp11.java ClusteredHTTPSessionBeanImpl.java Log: Moved to ./be

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/httpsession/interfaces ClusteredHTTPSession.java ClusteredHTTPSessionBusiness.java ClusteredHTTPSessionHome.java LocalClusteredHTTPSession.java LocalClusteredHTTPSessionHome.java

2002-02-09 Thread Sacha Labourey
User: slaboure Date: 02/02/09 07:39:45 Removed: src/main/org/jboss/ha/httpsession/interfaces ClusteredHTTPSession.java ClusteredHTTPSessionBusiness.java ClusteredHTTPSessionHome.java LocalClu

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/httpsession/server ClusteredHTTPSessionService.java

2002-02-09 Thread Sacha Labourey
User: slaboure Date: 02/02/09 07:27:35 Modified:src/main/org/jboss/ha/httpsession/server ClusteredHTTPSessionService.java Log: - uses bean now in ./beanimpl - state cleaner de-activated for now - new session creation scheme: there was no creation until no

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/httpsession/beanimpl/ejb - New directory

2002-02-09 Thread Sacha Labourey
User: slaboure Date: 02/02/09 07:16:16 jbossmx/src/main/org/jboss/ha/httpsession/beanimpl/ejb - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx/src/resources/ClusteredHTTPSessionBean/META-INF ejb-jar.xml

2002-02-09 Thread Sacha Labourey
User: slaboure Date: 02/02/09 07:31:05 Modified:src/resources/ClusteredHTTPSessionBean/META-INF ejb-jar.xml Log: Bean implementation moved to ./beanimpl Revision ChangesPath 1.4 +5 -5 jbossmx/src/resources/ClusteredHTTPSessionBean/META-INF/ejb-jar.xml In

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

2002-02-09 Thread Sacha Labourey
User: slaboure Date: 02/02/09 07:29:39 Modified:src/main/org/jboss/ejb/plugins CMPClusteredInMemoryPersistenceManager.java Log: Was using the bad stream class Revision ChangesPath 1.5 +70 -70 jbossmx/src/main/org/jboss/ejb/plugins/CMPClu

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/httpsession/beanimpl/interfaces ClusteredHTTPSession.java ClusteredHTTPSessionBusiness.java ClusteredHTTPSessionHome.java LocalClusteredHTTPSession.java LocalClusteredHTTPSessionHome.java

2002-02-09 Thread Sacha Labourey
User: slaboure Date: 02/02/09 07:18:50 Added: src/main/org/jboss/ha/httpsession/beanimpl/interfaces ClusteredHTTPSession.java ClusteredHTTPSessionBusiness.java ClusteredHTTPSessionHome.java

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/httpsession/beanimpl/interfaces - New directory

2002-02-09 Thread Sacha Labourey
User: slaboure Date: 02/02/09 07:18:08 jbossmx/src/main/org/jboss/ha/httpsession/beanimpl/interfaces - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/httpsession/beanimpl/ejb ClusteredHTTPSessionBeanAbstract.java ClusteredHTTPSessionBeanCmp11.java ClusteredHTTPSessionBeanImpl.java

2002-02-09 Thread Sacha Labourey
User: slaboure Date: 02/02/09 07:17:54 Added: src/main/org/jboss/ha/httpsession/beanimpl/ejb ClusteredHTTPSessionBeanAbstract.java ClusteredHTTPSessionBeanCmp11.java ClusteredHTTPSessionBeanImpl.java Log: Move

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/httpsession/beanimpl - New directory

2002-02-09 Thread Sacha Labourey
User: slaboure Date: 02/02/09 07:00:39 jbossmx/src/main/org/jboss/ha/httpsession/beanimpl - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

RE: Why BEA? (was: RE: [JBoss-dev] JBOSS @ JAVAONE TSHIRT CONTEST)

2002-02-09 Thread Sacha Labourey
... > To that end, I love the T-Shirt slogan based on the Ghandi quote: > "First they ignore us, then they laugh at us..." I agree, this slogan is great! cheers, Sacha ___ Jboss-development mailing list [EMAIL PROTECTED] htt

RE: [JBoss-dev] New jboss_3_0.dtd

2002-02-09 Thread Vincent Harcq
I think Local-jndi-name is missing for 3 bean types > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On > Behalf Of Scott M Stark > Sent: vendredi 8 février 2002 18:36 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] New jboss_3_0.dtd > > > Thanks for upda