Re: [jBoss-User] Classpath in ear files

2000-11-15 Thread Daniel Schulze
Hi Folks, maybe I was not clear enough in the HowTo with this MANIFEST.MF Class-Path stuff... > I try to deploy an ear file with JBoss. This ear has this structure : > > META-INF/MANIFEST.MF > META-INF/application.xml > rapids-ejb.jar-> All EJBs > rapids-web.war-> war file > conf/so

Re: [jBoss-User] Classpath in ear files

2000-11-14 Thread Rickard Öberg
Hey [EMAIL PROTECTED] wrote: > Just for my own clarification, does the Classpath go into the .jar and > .war file's manifest, or into the .ear's manifest? AFAIK all three should work. Currently only .ear manifests work properly. /Rickard -- Rickard Öberg Email: [EMAIL PROTECTED] http://www.t

Re: [jBoss-User] Classpath in ear files

2000-11-14 Thread VASQUEZ_JASON
TECTED]>         cc:                 Subject:        Re: [jBoss-User] Classpath in ear files Hey Laurent Cornelis wrote: > It seems like all my classpath entries are ignored... What's wrong, what can > I do ?? Yup, it's a bug. File it in BugZilla please. regards,  Rickard -- Rickar

Re: [jBoss-User] Classpath in ear files

2000-11-14 Thread Rickard Öberg
Hey Laurent Cornelis wrote: > It seems like all my classpath entries are ignored... What's wrong, what can > I do ?? Yup, it's a bug. File it in BugZilla please. regards, Rickard -- Rickard Öberg Email: [EMAIL PROTECTED] http://www.telkel.com http://www.jboss.org http://www.dreambean.com

[jBoss-User] Classpath in ear files

2000-11-14 Thread Laurent Cornelis
Hello, I try to deploy an ear file with JBoss. This ear has this structure : META-INF/MANIFEST.MF META-INF/application.xml rapids-ejb.jar-> All EJBs rapids-web.war-> war file conf/some_files-> configuration files (User by EJBs and WAR) lib/rapids-javabeans.jar -> lib/rapids-secur