[jboss-user] [JCA] - Re: RAR classloading inversion

2009-12-10 Thread vickyk
kukeltje wrote : | Makes me wonder though what the alternative is. Tx? I do want to use 'pooling' in my RAR. | In JBoss4.x the xsl deployer creates a set of MBeans which contains the JCA infrastruture MBeans(pooling/tm), the same set of MBeans can be configured explicitly in service(

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-12-10 Thread kukeltje
Ok this helps... I did know about the transformations of -ds.xml to -service.xml but still was under the impression a basic -service.xml, overridden (where needed) with the generated one. The docs you refer to (and later versions) are what I used. Read them from front to back and reverse,

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-12-10 Thread vickyk
kukeltje wrote : | The docs you refer to (and later versions) are what I used. Read them from front to back and reverse, top-left to bottom right and reverse. These are also the docs that mention XATxConnectionManager class, so that is why I still thought it was needed. That confuses a lot,

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-12-09 Thread kukeltje
Env: - JBoss AS 5.1.0.GA - JDK 1.6.0_12 - Windows XP I'm trying to create a rar for the filesystem jca example that I pointed to in my other post The rar gets deployed, but when I try to create a corresponding -service.xml file, I get classloading errors. The error I get is : Caused by:

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-12-09 Thread jaikiran
mbean code=org.jboss.resource.connectionmanager.XATxConnectionManager | java.lang.ClassNotFoundException: org.jboss.resource.connectionmanager.XATxConnectionManager That looks like a genuine CNFE and not related to any classloading configurations. I don't see that class being shipped in the

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-12-09 Thread kukeltje
Yes, I noticed the relation ;-) In the debug/trace logging, you can see it is found, at least that was my interpretation, in combination with things like 'blacklisted' etc... but that could be 'matching generic filters e.g. org.jboss.* ;-( I read many posts about this subject, but the one you

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-11-17 Thread vickyk
ad-rocha wrote : I found some tips here: http://java.dzone.com/articles/jboss-microcontainer-classloading, but I still don't know how to use jboss-classloading.xml in RAR files... | Just place the jboss-classloading.xml inside the RAR/META-INF and see if the corresponding classloading domain

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-11-13 Thread ad-rocha
Hi Vicky, Thank you for your reply. I'm using JBoss 5 :-) Where can I find more details about this approach? Regards, Andre View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265427#4265427 Reply to the post :

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-11-13 Thread ad-rocha
I found some tips here: http://java.dzone.com/articles/jboss-microcontainer-classloading, but I still don't know how to use jboss-classloading.xml in RAR files... Any idea? Thanks again, Andre View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265476#4265476

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-11-11 Thread vickyk
ad-rocha wrote : | But how about RAR files? is that a way to do this? There is not direct way to do so for Jboss4.x series but you should be able to do it via jboss-classloading.xml in Jboss5. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265026#4265026