[JBoss-dev] Deployment problem.

2002-01-02 Thread Eric Chow
Hi, Is there any method to control the auto-deployment? I mean how can use access control to control people copy .ear or .jar to the deploy folder in JBoss ? Best regards, Eric __ View this jboss-dev thread in the online

[JBoss-dev] CVS update: thirdparty/mortbay/jetty3extra/lib org.mortbay.jetty.jmx.jar

2002-01-02 Thread Jules Gosnell
User: jules_gosnell Date: 02/01/02 02:59:53 Modified:mortbay/jetty3extra/lib org.mortbay.jetty.jmx.jar Log: update from Jetty cvs Revision ChangesPath 1.4 +25 -25thirdparty/mortbay/jetty3extra/lib/org.mortbay.jetty.jmx.jar Binary file

[JBoss-dev] CVS update: thirdparty/mortbay/jetty/lib javax.servlet.jar org.apache.jasper.jar org.mortbay.jetty.jar

2002-01-02 Thread Jules Gosnell
User: jules_gosnell Date: 02/01/02 02:59:53 Modified:mortbay/jetty/lib javax.servlet.jar org.apache.jasper.jar org.mortbay.jetty.jar Log: update from Jetty cvs Revision ChangesPath 1.4 +81 -81

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

2002-01-02 Thread Jules Gosnell
User: jules_gosnell Date: 02/01/02 03:10:55 Modified:jetty/src/main/org/jboss/jetty JBossUserRealm.java Log: can't check this yet because my build doesn't run - but should be better than what was there before Revision ChangesPath 1.11 +40 -10

[JBoss-dev] UserRealm, SimplePrincipal JBoss/Jetty integration....

2002-01-02 Thread Jules Gosnell
It looks like both my UserRealm and SimplePrincipal implementations need to be Serializable. This will most likely involve a rewrite of their current implementations. Before I do this could someone confirm that this is the case and perhaps explain the reasons behind this requirement, so that I

Re: [JBoss-dev] Deployment problem.

2002-01-02 Thread Peter Fagerlund
on 02-01-2 10.06, Eric Chow at [EMAIL PROTECTED] wrote: access control Try the Installation Configuration forum http://jboss.org/forums/forum.jsp?forum=61 for a OS specific solution ... /peter_f ___ Jboss-development mailing list [EMAIL

Re: [JBoss-dev] UserRealm, SimplePrincipal JBoss/Jetty integration....

2002-01-02 Thread Adrian Brock
Hi Jules, You beat me to it on the JBossUserRealm fix :-) This fixes a problem in 3.0 WebIntegrationUnitTestCase. Until Marc finishes the classloader stuff, local invocations will continue to be Marshalled by the JRMPContainerInvoker :-( Regards, Adrian

Re: [JBoss-dev] Logging Analysis

2002-01-02 Thread Adrian Brock
Hi Scott, Yes, System.out.println wasn't trapped :-( Regards, Adrian __ View this jboss-dev thread in the online forums: http://jboss.org/forums/thread.jsp?forum=66thread=6196 ___

Re: [JBoss-dev] UserRealm, SimplePrincipal JBoss/Jetty integration....

2002-01-02 Thread Jules Gosnell
So is this only a temporary problem ? If so, then there is no point in rewriting the authentication integration. Jules Adrian Brock wrote: Hi Jules, You beat me to it on the JBossUserRealm fix :-) This fixes a problem in 3.0 WebIntegrationUnitTestCase. Until Marc finishes the classloader

Re: [JBoss-dev] UserRealm, SimplePrincipal JBoss/Jetty integration....

2002-01-02 Thread Jules Gosnell
>From the integration point, it is a non-trivial (and unecessary) change. If you have a simple hack from the JBoss side - go for it. Jules Jules Gosnell wrote: So is this only a temporary problem ? If so, then there is no point in rewriting the authentication integration. Jules Adrian

[JBoss-dev] I'd really like to help, but...

2002-01-02 Thread Rhett Aultman
At the risk of sounding like an absolute newbie (and inviting all sorts of nasty responses), I wanted to ask the people in here if maybe they could help get me pointed in the right direction. My employer is considering the use of JBoss as our EJB container, and I felt that this would be the

Re: [JBoss-dev] UserRealm, SimplePrincipal JBoss/Jetty integration....

2002-01-02 Thread Adrian Brock
Hi, Oops, should have said JRMPInvokerProxy. There might still be some bizarre case where it needs to go over a wire. But, I would have thought the servlet always wants to invoke a local bean. That's the whole point of web integration isn't it? Regards, Adrian

Re: [JBoss-dev] I'd really like to help, but...

2002-01-02 Thread Adrian Brock
Hi, You can work on the testsuite if you want. Nobody's going to complain if you fix some of these problems. Also, we are currently implementing our own JMX server. There's plenty of work to do there, even if its just contributing to the compliance tests. Regards, Adrian

RE: [JBoss-dev] scheduler bug?

2002-01-02 Thread Coetmeur, Alain
first of all, before beeing flamed, I think that this list is not the good one for asking support... it is (as far as I've gerd here) the list for the jboss developers... then, I think you have found a bug I've already found, and that should be corrected now in latest release... it was something

[JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resource ConnectionFactoryLoader.java

2002-01-02 Thread Adrian Brock
User: ejort Date: 02/01/02 09:06:53 Modified:src/main/org/jboss/resource ConnectionFactoryLoader.java Log: Removed some unguarded trace statements. Revision ChangesPath 1.18 +9 -5 jbosscx/src/main/org/jboss/resource/ConnectionFactoryLoader.java Index:

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

2002-01-02 Thread Adrian Brock
User: ejort Date: 02/01/02 09:06:54 Modified:src/main/org/jboss/deployment AutoDeployer.java Log: Removed some unguarded trace statements. Revision ChangesPath 1.8 +5 -3 jboss/src/main/org/jboss/deployment/AutoDeployer.java Index: AutoDeployer.java

[JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resource/connectionmanager BaseConnectionManager.java

2002-01-02 Thread Adrian Brock
User: ejort Date: 02/01/02 09:06:53 Modified:src/main/org/jboss/resource/connectionmanager BaseConnectionManager.java Log: Removed some unguarded trace statements. Revision ChangesPath 1.6 +8 -3

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

2002-01-02 Thread Adrian Brock
User: ejort Date: 02/01/02 09:06:54 Modified:src/main/org/jboss/mq/server MessageCache.java Log: Removed some unguarded trace statements. Revision ChangesPath 1.11 +17 -9 jbossmq/src/main/org/jboss/mq/server/MessageCache.java Index: MessageCache.java

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

2002-01-02 Thread Adrian Brock
User: ejort Date: 02/01/02 09:06:54 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: Removed some unguarded trace statements. Revision ChangesPath 1.58 +8 -5

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

2002-01-02 Thread Jules Gosnell
User: jules_gosnell Date: 02/01/02 09:09:45 Modified:jetty/src/main/org/jboss/jetty JBossUserRealm.java Log: remove Serializable stuff - this was only a incomplete and temporary hack allow Greg to use isAuthenticated() to recheck authentication status tidy up Revision

[JBoss-dev] Re: isAuthenticated. JBoss/Jetty

2002-01-02 Thread Jules Gosnell
OK, isAuthenticated() is now in. It reauthenticates every time it is called, using a password cached from the last call to authenticate(). This will have been from the original request thread. I haven't pursued the threadlocal issue. I do not explicitly set them up, so I am assuming someone

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

2002-01-02 Thread Adrian Brock
User: ejort Date: 02/01/02 10:54:57 Modified:.build.xml Log: Allow the dynamic loading to run. Revision ChangesPath 1.53 +5 -1 jbosstest/build.xml Index: build.xml === RCS

RE: [JBoss-dev] I'd really like to help, but...

2002-01-02 Thread Scott Sanders
Go to http://www.jboss.org/forums and then open up the TODO forum. Plenty TODO! I am working on the log.debug() messages, but have not started with the Unifed Deployer stuff. Perhaps you could take a look at it. Scott Sanders -Original Message- From: Rhett Aultman [mailto:[EMAIL

Re: [JBoss-dev] UserRealm, SimplePrincipal JBoss/Jetty integration....

2002-01-02 Thread Anatoly Akkerman
IMHO, the JBossUserPrincipal has to be serializable. You can't always assume that the bean invocations from the web tier will be local. Be that for clustering or whatever. My current project is wide-area distribution of j2ee apps, where we take an EAR configured to run on a single node and

Re: [JBoss-dev] UserRealm, SimplePrincipal JBoss/Jetty integration....

2002-01-02 Thread Jules Gosnell
For the moment, I am not implementing the Security integration between Jetty and JBoss as Serializable. I understand why you feel it should be a requirement for the future, and agree with you. Unfortunately, it is not simply a case of shipping a string since the same Principal object has to be

[JBoss-dev] (no subject)

2002-01-02 Thread arnabc
Hi, I want to unsubscribe emails from sourceforge as it is overflowing my mailbox. Thanks. Arnab Chattopadhayay

Re: [JBoss-dev] UserRealm, SimplePrincipal JBoss/Jetty integration....

2002-01-02 Thread Anatoly Akkerman
Hi, Jules, I've used the following hack, which, in fact worked. In JBossUserPrincipal, where you set SecurityAssociation, instead of setting the principal to 'this', set it to 'new SimplePrincipal(this.getName())'. JBoss security checking will not care if it is a new object every time.

Re: [JBoss-dev] UserRealm, SimplePrincipal JBoss/Jetty integration....

2002-01-02 Thread Scott M Stark
It happens when the ClassLoader that created the java:comp/env context for the war is not the war ClassLoader, or a parent of the war ClassLoader. The current WebIntegrationUnitTestCase.testENCServlet case is working so this looks to be setup correctly at least for the testcase ear. Another

[JBoss-dev] Re: isAuthenticated. JBoss/Jetty

2002-01-02 Thread Greg Wilkins
Jules Gosnell wrote: isAuthenticated() is now in. It reauthenticates every time it is called, using a password cached from the last call to authenticate(). This will have been from the original request thread. Cool, but it will have the effect of authorizing any thread that is allocated to

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

2002-01-02 Thread Scott M Stark
User: starksm Date: 02/01/02 18:40:18 Modified:src/main/org/jboss/test/ejb/test Tag: Branch_2_4 MDBInvoker.java Log: Allow enough time for the mdb responses such that a max pool size of 1 could be tested and don't send the reply until after the onMessage

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/ejb/bean PooledMDB.java

2002-01-02 Thread Scott M Stark
User: starksm Date: 02/01/02 18:40:18 Modified:src/main/org/jboss/test/ejb/bean Tag: Branch_2_4 PooledMDB.java Log: Allow enough time for the mdb responses such that a max pool size of 1 could be tested and don't send the reply until after the onMessage

[JBoss-dev] JSR77,88 and SingleJBoss

2002-01-02 Thread Michael Lu
Hi, I'm working on a layer to provide invocation and asynchronous messaging supportfor EJBs inour project. Thisincludes EJB module discovery, registration and some initial bootstrapping. I was able to do it by implementing a MBean and register itto JMX server to receiveMBean

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-02 Thread chris
JBoss daily test results SUMMARY Number of tests run: 258 Successful tests: 250 Errors:4 Failures: 4 [time of test: 3 January 2002 3:1 GMT] [java.version:

Re: [JBoss-dev] Re: isAuthenticated. JBoss/Jetty

2002-01-02 Thread Scott M Stark
I haven't pursued the threadlocal issue. I do not explicitly set them up, so I am assuming someone else is responsible for tidying them up. Of course, I could be wrong :-) I still think that somebody needs to look at this. Using ThreadLocals to authorize threads is probably

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:53 Modified:src/etc/conf/default jbossmq-service.xml Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM that did not

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:51 Modified:jbossbuild.xml Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM that did not move into a jboss.*

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:52 Modified:src/main/org/jboss/ha/hasessionstate/server HASessionStateServiceMBean.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved

[JBoss-dev] CVS update: jbossmx/src/examples ActiveAgentMLet.xml FailoverAgentMLet.xml

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:52 Modified:src/examples ActiveAgentMLet.xml FailoverAgentMLet.xml Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-02 Thread chris
JBoss daily test results SUMMARY Number of tests run: 254 Successful tests: 249 Errors:2 Failures: 3 [time of test: 3 January 2002 3:59 GMT] [java.version:

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:53 Modified:src/main/org/jboss/mx/server MBeanServerImpl.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM that

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/framework/server ClusterPartitionMBean.java DistributedStateImpl.java FarmMemberService.java FarmMemberServiceMBean.java HARMIServerImpl.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:52 Modified:src/main/org/jboss/ha/framework/server ClusterPartitionMBean.java DistributedStateImpl.java FarmMemberService.java FarmMemberServiceMBean.java HARMIServerImpl.java

[JBoss-dev] CVS update: contrib/jboss.net/testsuite/src/main/org/jboss/test/net AxisTestServices.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:55 Modified:jboss.net/testsuite/src/main/org/jboss/test/net AxisTestServices.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all

[JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resource ConnectionFactoryLoaderMBean.java ConnectionManagerFactoryLoaderMBean.java RARDeployer.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:52 Modified:src/main/org/jboss/resource ConnectionFactoryLoaderMBean.java ConnectionManagerFactoryLoaderMBean.java RARDeployer.java Log: o migrated all components to a new

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:53 Modified:src/main/org/jboss/mq/pm/file CacheStore.java PersistenceManager.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:52 Modified:src/etc cluster-service.xml farm-service.xml Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM that did

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:52 Modified:src/main/org/jboss/ejb/plugins CMPClusteredInMemoryPersistenceManager.java ClusterSyncEntityInstanceCache.java Log: o migrated all components to a new JMX domain name model.

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/il/rmi RMIServerILService.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:53 Modified:src/main/org/jboss/mq/il/rmi RMIServerILService.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:53 Modified:src/main/org/jboss/mq/pm/jdbc PersistenceManagerMBean.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in

[JBoss-dev] CVS update: contrib/jboss.net/src/main/org/jboss/net/jmx/adaptor/server Adaptor.java Constants.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:54 Modified:jboss.net/src/main/org/jboss/net/jmx/adaptor/server Adaptor.java Constants.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live.

[JBoss-dev] CVS update: contrib/jboss.net/docs README.html

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:54 Modified:jboss.net/docs README.html Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM that did not move into a

[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:55 Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/server JBossMQService.java JBossMQServiceMBean.java StateManager.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:54 Modified:src/main/org/jboss/mq/server JBossMQService.java JBossMQServiceMBean.java StateManager.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine

[JBoss-dev] CVS update: contrib/jboss.net/src/resources/plugin/META-INF jboss-service.xml

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:54 Modified:jboss.net/src/resources/plugin/META-INF jboss-service.xml Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:56 Modified:src/bin run.bat Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM that did not move into a jboss.*

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:56 Modified:src/main/org/jboss/security/plugins JaasSecurityManagerServiceMBean.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all

[JBoss-dev] CVS update: contrib/varia/src/main/org/jboss/jdbc HypersonicDatabase.java HypersonicDatabaseMBean.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:55 Modified:varia/src/main/org/jboss/jdbc HypersonicDatabase.java HypersonicDatabaseMBean.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live.

[JBoss-dev] CVS update: contrib/varia/src/main/org/jboss/jdo/castor CastorJDOImplMBean.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:55 Modified:varia/src/main/org/jboss/jdo/castor CastorJDOImplMBean.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in

[JBoss-dev] CVS update: contrib/varia/src/main/org/jboss/tm/plugins/tyrex TransactionManagerServiceMBean.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:56 Modified:varia/src/main/org/jboss/tm/plugins/tyrex TransactionManagerServiceMBean.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live.

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:56 Modified:.build.xml Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM that did not move into a jboss.*

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:57 Modified:src/etc/conf/default hsqldb-default-service.xml j2eedeployment-service.xml jboss-service.xml jms-service.xml Log: o migrated all components to a new JMX domain name model. jboss.system

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:53 Modified:src/etc/conf/cluster jbossmq-service.xml Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM that did not

[JBoss-dev] CVS update: jbosssx/src/main/org/jboss/security/srp SRPServiceMBean.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:56 Modified:src/main/org/jboss/security/srp SRPServiceMBean.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM

[JBoss-dev] CVS update: jboss/src/etc shutdown.mf run.mf

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:56 Modified:src/etc run.mf Added: src/etc shutdown.mf Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:54 Modified:src/main/org/jboss/mq/pm/rollinglogged PersistenceManager.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all

[JBoss-dev] CVS update: jboss/src/main/org/jboss Main.java Shutdown.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:57 Modified:src/main/org/jboss Main.java Shutdown.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM that did

[JBoss-dev] CVS update: contrib/jetty/src/main/org/jboss/jetty JettyMBean.java JettyResolver.java JettyService.java JettyServiceMBean.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:55 Modified:jetty/src/main/org/jboss/jetty JettyMBean.java JettyResolver.java JettyService.java JettyServiceMBean.java Log: o migrated all components to a new JMX domain name model. jboss.system

[JBoss-dev] CVS update: jboss/src/main/org/jboss/deployment AutoDeployer.java DeployerMBeanSupport.java J2eeDeployer.java J2eeDeployerMBean.java ServiceDeployer.java ServiceDeployerMBean.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:57 Modified:src/main/org/jboss/deployment AutoDeployer.java DeployerMBeanSupport.java J2eeDeployer.java J2eeDeployerMBean.java ServiceDeployer.java ServiceDeployerMBean.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/logging Log4jService.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:59 Modified:src/main/org/jboss/logging Log4jService.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM that did

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:57 Modified:src/main/org/jboss/ejb Container.java ContainerFactory.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:59 Modified:src/main/org/jboss/metadata BeanMetaData.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM that did

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:59 Modified:src/main/org/jboss/naming JNDIView.java JNDIViewMBean.java NamingServiceMBean.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live.

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/connector ConnectorFactoryImpl.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:58 Modified:src/main/org/jboss/jmx/connector ConnectorFactoryImpl.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/adaptor/rmi/META-INF jboss-service.xml

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:58 Modified:src/main/org/jboss/jmx/adaptor/rmi/META-INF jboss-service.xml Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jmx/mbean TestDeployer.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:01:01 Modified:src/main/org/jboss/test/jmx/mbean TestDeployer.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:01:00 Modified:src/main/org/jboss/proxy/ejb/handle StatefulHandleImpl.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in

[JBoss-dev] CVS update: jboss/src/main/org/jboss/proxy/ejb GenericProxy.java HomeProxy.java ProxyFactory.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:59 Modified:src/main/org/jboss/proxy/ejb GenericProxy.java HomeProxy.java ProxyFactory.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live.

[JBoss-dev] CVS update: jbosstest/src/resources/jmx test-service.xml

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:01:02 Modified:src/resources/jmx test-service.xml Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM that did not move

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:01:00 Modified:src/main/org/jboss/tm/usertx/server ClientUserTransactionServiceMBean.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jmx/test ConnectionFactoryLoaderUnitTestCase.java DeployServiceUnitTestCase.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:01:01 Modified:src/main/org/jboss/test/jmx/test ConnectionFactoryLoaderUnitTestCase.java DeployServiceUnitTestCase.java Log: o migrated all components to a new JMX domain name model. jboss.system

[JBoss-dev] CVS update: contrib/jboss.net/src/main/org/jboss/net/axis/server Constants.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:54 Modified:jboss.net/src/main/org/jboss/net/axis/server Constants.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:01:01 Modified:src/main/org/jboss/test JBossTestServices.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM that

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:58 Modified:src/main/org/jboss/ejb/plugins StatefulSessionFilePersistenceManager.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved

[JBoss-dev] CVS update: contrib/jboss.net/testsuite/src/main/org/jboss/test/net/jmx JmxUnitTestCase.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:55 Modified:jboss.net/testsuite/src/main/org/jboss/test/net/jmx JmxUnitTestCase.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:58 Modified:src/main/org/jboss/jms/asf ServerSessionPoolLoaderMBean.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:58 Modified:src/main/org/jboss/ejb/plugins/local LocalHomeProxy.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:01:01 Modified:src/main/org/jboss/test/naming/test ExternalContextUnitTestCase.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/META-INF jboss-service.xml

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:58 Modified:src/main/org/jboss/jmx/META-INF jboss-service.xml Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM that

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/adaptor/rmi RMIAdaptorServiceMBean.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:58 Modified:src/main/org/jboss/jmx/adaptor/rmi RMIAdaptorServiceMBean.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:59 Modified:src/main/org/jboss/mail MailServiceMBean.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM that did

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/service Deployer.java

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:59 Modified:src/main/org/jboss/jmx/service Deployer.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM that did

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:00:59 Modified:src/main/org/jboss/management/j2ee SingleJBossServerManagement.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:01:01 Modified:src/main/org/jboss/util CounterInterceptor.java Scheduler.java SchedulerMBean.java Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live.

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

2002-01-02 Thread Jason Dillon
User: user57 Date: 02/01/02 20:01:01 Modified:.build.xml Log: o migrated all components to a new JMX domain name model. jboss.system is now where to core/spine components live. moved all components that were in JBOSS-SYSTEM that did not move into a jboss.*

RE: [JBoss-dev] more jmx domain structure

2002-01-02 Thread Jason Dillon
I just finished commiting this. I was unable to change the 'SingleJBoss' or the 'JMImplementation' domains, so I left them as they were. I don't know where the later even gets set. I tried changing SingleJBoss, but it is not as straight forward as the others I changed. Currently the default

Re: [JBoss-dev] more jmx domain structure

2002-01-02 Thread David Jencks
On 2002.01.02 23:25:43 -0500 Jason Dillon wrote: I just finished commiting this. I was unable to change the 'SingleJBoss' or the 'JMImplementation' domains, so I left them as they were. I don't know where the later even gets set. I tried changing SingleJBoss, but it is not as straight

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-02 Thread chris
JBoss daily test results SUMMARY Number of tests run: 254 Successful tests: 249 Errors:2 Failures: 3 [time of test: 3 January 2002 5:21 GMT] [java.version:

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-02 Thread chris
JBoss daily test results SUMMARY Number of tests run: 254 Successful tests: 249 Errors:2 Failures: 3 [time of test: 3 January 2002 6:31 GMT] [java.version: