[JBoss-dev] CVS update: jboss/src/main/org/jboss/deployment/scope - New directory

2001-05-18 Thread cgjung
User: cgjung Date: 01/05/18 08:05:20 jboss/src/main/org/jboss/deployment/scope - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

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

2001-05-21 Thread cgjung
User: cgjung Date: 01/05/21 01:42:04 Modified:src/etc/conf/default jboss.jcml Log: added commented entry into jcml to enable scoped deployment. Revision ChangesPath 1.33 +8 -0 jboss/src/etc/conf/default/jboss.jcml Index: jboss.jcml

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

2001-05-21 Thread cgjung
User: cgjung Date: 01/05/21 04:32:12 Modified:src/main/org/jboss/deployment/scope ScopedURLClassLoader.java Log: manifest information must be taken from Deployment. Revision ChangesPath 1.3 +54 -19 jboss/src/main/org/jboss/deployment

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

2001-05-23 Thread cgjung
User: cgjung Date: 01/05/23 01:27:49 Modified:src/main/org/jboss/deployment/scope J2eeGlobalScopeDeployer.java Log: some massaging of the code blobs in order to avoid redundant or divergent code (and build problems after changes!) between J2eeDeployer

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

2001-05-25 Thread cgjung
User: cgjung Date: 01/05/25 02:21:28 Modified:src/main/org/jboss/deployment/scope Scope.java ScopedURLClassLoader.java Log: made parameter order of Scope.loadClass more consistent with ClassLoader.loadClass Revision ChangesPath 1.3 +1 -1

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

2001-05-25 Thread cgjung
User: cgjung Date: 01/05/25 05:05:09 Modified:src/main/org/jboss/deployment/scope ScopedURLClassLoader.java Log: onUndeploy my throw a J2eeDeploymentException if some last actions upon the classloader fail. Revision ChangesPath 1.5 +5

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

2001-05-28 Thread cgjung
User: cgjung Date: 01/05/28 09:16:10 Modified:src/main/org/jboss/deployment/scope ScopedURLClassLoader.java J2eeGlobalScopeDeployer.java Log: added onDeploy action of URLClassLoader that is called AFTER all dependent ears have

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

2001-06-27 Thread cgjung
User: cgjung Date: 01/06/26 23:51:42 Modified:src/main/org/jboss/deployment/scope J2eeGlobalScopeDeployer.java Log: redundant (and since lately broken) import removed. Revision ChangesPath 1.10 +0 -1 jboss/src/main/org/jboss

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

2001-06-27 Thread cgjung
User: cgjung Date: 01/06/27 01:01:37 Modified:src/main/org/jboss/deployment J2eeDeployer.java Log: applied patch #433350 in order to make J2eeDeployer case-insensitive Revision ChangesPath 1.34 +2 -1 jboss/src/main/org/jboss/deployment/J2eeDeployer.java

[JBoss-dev] [JBoss.net] - Re: Custom class with Jboss.net

2004-02-25 Thread cgjung
The usual place for application objects is ... tara ... the application package, in your case the the ejb-jar. To deal with these classes, JBoss.net/Axis however needs mapping information in the form of a serializer/deserializer pair (e.g. a Bean(De)Serializer that canonically maps bean

[JBoss-dev] [JBoss.net] - Re: Custom class with Jboss.net

2004-02-27 Thread cgjung
which version of jboss are you using? (NoClassDefs in contrast to ClassNotFounds are a hint that not the target class itself could not be found, but a linked class from there). How do you deploy the whole stuff ear(ejb-jar,wsr)? Could you maybe send me a small deployment unit such that I could

[JBoss-dev] [JBoss.net] - Re: Eye of Newt, Wing of Bat -- the Mystery of Jboss.net

2004-02-27 Thread cgjung
does this also solve the NoClassDef problem in your other post? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3823221#3823221 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823221

[JBoss-dev] [JBoss.net] - Re: Custom Class Array with Jboss.net

2004-03-02 Thread cgjung
Yes, client-side deployment is something we have not yet catered too much. Im sorry for that. But you could have a look at our testsuite (there is an abstract TestBase class in which we use special axis-client.xml descriptors in order to setup small client processes) how to do that

[JBoss-dev] [JBoss.net] - Re: WS-Adressing

2004-03-15 Thread cgjung
We do not have it yet in JBoss.net - stateful services and resource access are currently implemented through http session semantics. But we are looking for subsequently adopting these kind of specifications, expecially through the wsfx efforts of the apache axis project (wss4j has just been

[JBoss-dev] [JBoss.net] - Re: JBoss JDOM Version Problem

2004-04-15 Thread cgjung
Being located under JBOSS_HOME/lib, I would suggest that you try to replace it there with a new version as we will not introduce scoping into wsr classloading. Best, CGJ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830703#3830703 Reply to the post :

[JBoss-dev] [JBoss.net] - Re: JBoss.net Axis version

2004-05-24 Thread cgjung
As far as I remember, 1.0 to 1.1 was more serious than the 1.1 to 1.2 step (which was done in a later 3.2.x version). I recommend using the latest 3.2 for that purpose. CGJ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836057#3836057 Reply to the post :