[JBoss-user] [JCA/JBoss] - Re: ClassNotFoundException when deploying embedded RAR with

2005-11-28 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp HIJACK View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909452#3909452 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909452 ---

[JBoss-user] [JCA/JBoss] - Re: ClassNotFoundException when deploying embedded RAR with

2005-11-28 Thread dalvarezpy
Ok, it was not that beatiful, as it turned out that by including the -ds.xml file in the EAR file, the deployment stopped the, complaining but it's not working yet: the connector (connection factory) is never bound to the JNDI name, and nothing works. Any ideas, suggestions, etc? Thanks agai

[JBoss-user] [JCA/JBoss] - Re: ClassNotFoundException when deploying embedded RAR with

2005-11-24 Thread dalvarezpy
Hello guys. I've had the same problem "Could not find ManagedConnectionFactory class:", but only since deploying to 4.0.3sp1. Prior to that, i didn't have the problem (4.0.2). I had my -ds.xml file in the "deploy" directory. From what i understood from the messages before this, I tried moving

[JBoss-user] [JCA/JBoss] - Re: ClassNotFoundException when deploying embedded RAR with

2005-10-12 Thread ronnc
I've found that log4j, commons-logging and various javax.xml.parsers.*, org.w3c.*, javax.naming.* cause problems. So if you have any of these in your ear then you should remove them. Given that JBoss uses many popular opensource libraries, there might be more confict that I don't encounter. I h

[JBoss-user] [JCA/JBoss] - Re: ClassNotFoundException when deploying embedded RAR with

2005-10-12 Thread gavkearney
I'm having the same trouble as you Ronnc, just wondering what exactly you did to fix the classloader? Is it me or is it the worst classloader ever in JBoss 4.0.2 Any help will be greatly appreciated, thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [JCA/JBoss] - Re: ClassNotFoundException when deploying embedded RAR with

2005-10-11 Thread ronnc
Thanks for the reply Adrian, I've found the cause of the CNFE. Basically rar deployment file of the embeded rar (-ds.xml) was residing outside the ear. When I moved it inside ear CNFE was resolved - make sense I supposed :) However, I still have some strange issue with isolated classloader - i.

[JBoss-user] [JCA/JBoss] - Re: ClassNotFoundException when deploying embedded RAR with

2005-10-07 Thread [EMAIL PROTECTED]
Works for me. org.jboss.test.deployers.ear.test.IsolatedEARDeployermentUnitTestCase View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899957#3899957 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3899957 -

[JBoss-user] [JCA/JBoss] - Re: ClassNotFoundException when deploying embedded RAR with

2005-10-05 Thread ronnc
CNFE is clear but it is not the behaviour I expect. All required classes reside within the rar which is embeded in an ear. My question is - is it possible to deploy an embeded rar (in an ear) without having to extract out jars/classes from ear into the lib directory? BTW: this is jboss 4.0.2.

[JBoss-user] [JCA/JBoss] - Re: ClassNotFoundException when deploying embedded RAR with

2005-10-04 Thread [EMAIL PROTECTED]
Moved to user forum. What is not clear about the CNFE? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899204#3899204 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3899204 --