Re: How do i deploy a ManagedConnectionFactory in a war file?

2013-01-08 Thread Anthony Fryer
Just thinking about the spec, i wonder if .rar files could be replaced with just a .jar file with a META-INF/ra.xml. That would make sense to me. -- View this message in context:

Re: How do i deploy a ManagedConnectionFactory in a war file?

2013-01-08 Thread Romain Manni-Bucau
Thought to it too but then thought today rar were rar and not jar. Btw i didnt test but connector 1.6 allows to use annotations and we scan them so maybe you can use it directly Le 9 janv. 2013 03:52, Anthony Fryer apfr...@hotmail.com a écrit : Just thinking about the spec, i wonder if .rar

Re: How do i deploy a ManagedConnectionFactory in a war file?

2013-01-07 Thread Jean-Louis MONTEIRO
The collapsed EAR (not fully compatible with what it really is nowadays) was an OpenEJB feature. With Java EE 6, we pushed that feature to the spec so that now it's fully standard. Jean-Louis 2013/1/6 Anthony Fryer apfr...@hotmail.com If the collapsed ear concept is a tomee' specific idea and

Re: How do i deploy a ManagedConnectionFactory in a war file?

2013-01-07 Thread Romain Manni-Bucau
...but was changed by the spec Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/1/7 Jean-Louis MONTEIRO jeano...@gmail.com: The collapsed EAR (not fully compatible with

Re: How do i deploy a ManagedConnectionFactory in a war file?

2013-01-07 Thread Romain Manni-Bucau
I see The mailing list us...@javaee-spec.java.net does not have any messages in its archive. following your link, not sure why tw i don't see anything blocking technically to support it. If it doesn't break tck we should be able to do it. Romain Manni-Bucau Twitter: @rmannibucau Blog:

Re: How do i deploy a ManagedConnectionFactory in a war file?

2013-01-07 Thread Anthony Fryer
I initially specified the wrong link. When i edited it, it didn't resend the email. The correct link is http://java.net/projects/javaee-spec/lists/users/archive/2012-09/message/9 -- View this message in context:

Re: How do i deploy a ManagedConnectionFactory in a war file?

2012-12-31 Thread Romain Manni-Bucau
Hi, Did you try to put it in an ear instead of war directly? Le 1 janv. 2013 00:46, Anthony Fryer apfr...@hotmail.com a écrit : I have a jar file that contains all the JCA implementation classes including ResourceAdapter and ManagedConnectionFactory implementation classes. In that jar file