Hi, 

Francisco Andrades wrote:
> 
> I placed the archive (parser.jar) which contains those
> classes in the lib/ext directory (maybe that's wrong
> from the beginning) and jBoss adds the archive to the
> classpath at startup (or looks like).

This is wrong. Jboss and your beans won't share the same classloader, so
it's no use giving the jar to jboss.

Your beans can only access the classes which are in the
<jboss>/deploy/your_app.jar file. You must put all you need in here.

Sebastien



> 
> For the text in the exception i think it's some
> security or permission thing i'm missing.
> 
> Is there a standar way to add classes to the jBoss
> classpath and give the beans permission to access
> them?
> 
> Thanks
> Francisco
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to