RE: [JBoss-dev] Explicit use of Classpath in service.xml

2001-12-06 Thread Ignacio Coloma
Para: marc fleury CC: [EMAIL PROTECTED] Asunto: Re: [JBoss-dev] Explicit use of Classpath in service.xml I disagree. The classpath element is used for explicitly stating which jars are necessary for the package you are deploying. If one of the classpath jars is undeployed, the depending

Re: [JBoss-dev] Explicit use of Classpath in service.xml

2001-12-06 Thread marc fleury
IT IS AN ADMINISTRATION FUCKING NIGHTMARE!! I WILL DEAL WITH THIS IMMEDIATELY View: http://jboss.org/forums/thread.jsp?forum=66thread=4932 ___ Jboss-development mailing list [EMAIL PROTECTED]

Re: [JBoss-dev] Explicit use of Classpath in service.xml

2001-12-06 Thread marc fleury
Is this the same functionality your MBeanClassLoader is supposed to provide? If so, how exactly is this supposed to work? No it is not the same, it achieves the same but one is an administration *un-necessary* nightmare, the other one is implicit, you don't do anything. The presence of

Re: [JBoss-dev] Explicit use of Classpath in service.xml

2001-12-06 Thread marc fleury
David, I am actually reading your code, I will try to simplify this and make it implicity when I have a moment (next as we work on the CL integration), It will be pretty I guarantee it View: http://jboss.org/forums/thread.jsp?forum=66thread=4932

Re: [JBoss-dev] Explicit use of Classpath in service.xml

2001-12-05 Thread David Jencks
I disagree. The classpath element is used for explicitly stating which jars are necessary for the package you are deploying. If one of the classpath jars is undeployed, the depending package will be suspended until the needed jar is again deployed. Is this the same functionality your