Re: EJB3 Build. Failure to maintain EJB3 plugin.

2006-05-05 Thread Dan Greening
Todd Orr schrieb: I understood that ejb3 functionality will not be built into the ejb-plugin until the spec is final. It looks like it's all set (http://www.theserverside.com/news/thread.tss?thread_id=40199). When can we expect the ejb3 integration in the plugin? From: Tim Kettler <[EMAIL PROT

Re: EJB3 Build

2006-05-05 Thread Tim Kettler
Indeed. It would be great if the patch from MEJB-6 would be applied asap. Everybody who needs this should vote on the issue [1] so that it gets the attention of the developers. -Tim [1] http://jira.codehaus.org/browse/MEJB-6 Todd Orr schrieb: Yes, these issues would be great to get set up

Re: EJB3 Build

2006-05-05 Thread Wayne Fay
Yes I believe that's MEJB-6, and I too would love to see those patches applied so ejb-jar.xml is made optional. Assuming you do write some code for the persistence.xml generation Arik, I hope you'll contribute it back. Even if the patch is not applied to maven-ejb-plugin right away, some of us wi

Re: EJB3 Build

2006-05-05 Thread Todd Orr
Yes, these issues would be great to get set up. Though the current failure on non-existence of the ejb-jar file is the major issue, imho. My company refuses to use maven until there is built in support for ejb3. I know, it's silly since it boils down to patching the ejb plugin with the patch on Ji

Re: EJB3 Build

2006-05-05 Thread Arik Kfir
foremost is the making of ejb-jar.xml optional, as par with the spec. There is already a patch for this in JIRA... second - generation of persistence.xml perhaps (in-container persistence.xmlshould only contain the data-source name, unit-name (can be ${ project.name}) and a few properties - these

Re: EJB3 Build

2006-05-04 Thread Tim Kettler
Hi, what EJB3 specific functionality are you talking about? -Tim Todd Orr schrieb: I understood that ejb3 functionality will not be built into the ejb-plugin until the spec is final. It looks like it's all set (http://www.theserverside.com/news/thread.tss?thread_id=40199). When can we expect t

EJB3 Build

2006-05-03 Thread Todd Orr
I understood that ejb3 functionality will not be built into the ejb-plugin until the spec is final. It looks like it's all set (http://www.theserverside.com/news/thread.tss?thread_id=40199). When can we expect the ejb3 integration in the plugin? ---