Antwort: Re: Antwort: Re: Re: maven build of openEJB3 [Virus checked]

2008-06-10 Thread Wolfgang . Schrecker
Here is the source with my tiny change in bold face: -- package com.envoisolutions.sxc.jaxb.maven; import java.io.File; import java.net.MalformedURLException; import java.net.URL; import

Re: DataSource configuration for production

2008-06-10 Thread David Blevins
On Jun 10, 2008, at 12:49 AM, jfjames wrote: Sorry David, but the MAVEN source jar is empty ... Looks like the maven-shade-plugin needs some bug fixing :) Oh well. The two svn commands I post should give all the required source. -David

Re: Eclipse Multiple Projects and Missing persistence.xml

2008-06-10 Thread chadws
David Blevins wrote: On Mar 30, 2008, at 8:29 PM, Chad and Doria Skinner wrote: I have a project I am working on and we have separated our business model from our business logic by placing them into different projects in eclipse. These projects are both jars that are placed in our

Re: OpenEJB.war outside webapps

2008-06-10 Thread Dain Sundstrom
The exception is caused when the listener fails to find the openejb.war file. I think the code is only scanning the webapps directory, but there may even be a bug in that for Tomcat 6. In the mean time, I added a System property openejb.war which we will use to locate the openejb.war

How to embed a server into openejb standard alone server

2008-06-10 Thread xianzheng
Hi all, I'm new to J2EE and OpenEJB. Just wondering, is there a way to embed an application server which is written in JAVA in openejb? I guess, I'll have to write a container to wrap it around? If so, is there a guide to write such thing? As my understanding, JCA can only allows ejbs to connect

Re: How to embed a server into openejb standard alone server

2008-06-10 Thread David Blevins
On Jun 10, 2008, at 8:50 PM, xianzheng wrote: Hi all, I'm new to J2EE and OpenEJB. Just wondering, is there a way to embed an application server which is written in JAVA in openejb? I guess, I'll have to write a container to wrap it around? If so, is there a guide to write such thing? As my