Look at 3.2.0RC2.

xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx

----- Original Message ----- 
From: "Muruga Chinnananchi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 18, 2003 3:36 PM
Subject: [JBoss-user] classpath - dynamic class load problem


> Hello,
> 
> I am using JBoss 3.2 RC1, Here is my
> conf/jboss-service.xml:
> <classpath codebase="file:/C:/mycom/classes/" />
> <classpath codebase="file:/C:/mycom/lib/"
> archives="myapp.jar"/>
> <classpath codebase="lib" archives="*"/>
> 
> Here is the problem:
> The dynamically generated classes under
> C:/mycom/classes/ directory is not visible to the
> class which is in C:/mycom/lib/myapp.jar file. 
> I start the jboss server, then i generate
> MyClass.class and put it under
> C:/mycom/classes/directory. 
> 
> After that, When i try to invoke MyApp.class which
> intern invokes MyClass.class, i get
> ClassNotFoundException. Saying..MyClass is not found!
> 
> Is there any way i can force the myapp.jar to look the
> classes which are in <classpath>.
> 
> thanks
> -muruga
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Shopping - Send Flowers for Valentine's Day
> http://shopping.yahoo.com
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 


-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to