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

Reply via email to