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

2008-06-09 Thread Wolfgang . Schrecker
Hi Mohammad Nour, I downloaded openEJB3.0 from the subversion repository and use MAVEN 2.0.8 on a Windows machine. I first suspected that it has to do with blanks in my path to the local maven repository. mit freundlichen Grüßen/best regards Wolfgang Schrecker Der Inhalt eines Begriffs nimmt

Re: DataSource configuration for production

2008-06-09 Thread jfjames
Hi David, I suggest the following test which demonstrates that maxActive is not checked properly without a line of Java code : 1/ Define a Datasource with an eviction policy configured : Resource id=jjsDS type=DataSource JdbcDriver com.mysql.jdbc.Driver JdbcUrl

Compiling openEJB3 with maven [Virus checked]

2008-06-09 Thread Wolfgang . Schrecker
Hi guys, after inserting xbean-finder xbean-reflect into my repository, I now get the following error: excerpt and bold added --- this realm = app0.child-container[com.envoisolutions.sxc:sxc-jaxb-maven-plugin] urls[0] =

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

2008-06-09 Thread Mohammad Nour El-Din
Does it work now, if not please start from a clean Maven local repo and if it still not working try not to use a repo path with spaces, and please tell us what you got :). On Mon, Jun 9, 2008 at 10:17 AM, [EMAIL PROTECTED] wrote: Hi Mohammad Nour, I downloaded openEJB3.0 from the subversion

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

2008-06-09 Thread Wolfgang . Schrecker
That was a quick answer ! Thanks ! I think you 're right: it is a problem with spaces, and the solution should not be complicated, change: (new File(directory)).toURL() to: (new File(directory)).toURI().toURL() in the maven plugin com.envoisolutions.sxc.jabc.maven.SxJaxbPlugin if you have the

Re: OpenEJB.war outside webapps

2008-06-09 Thread Dain Sundstrom
Sorry for the late reply. I sent one earlier, but my mail client locked-up internally and decided to stop sending mail :( On Jun 6, 2008, at 3:09 AM, uglything wrote: I still have a problem when I explicitely set a new context in the server.xml... OpenEJB loads first, but when MyWebApp

Re: DataSource configuration for production

2008-06-09 Thread David Blevins
On Jun 9, 2008, at 3:22 AM, jfjames wrote: We're going to spend some times this afternoon investigating what really happens in DBCP and COMMON-POOLS. BTW do you know how we can access the JAVA source of DBCP and COMMON-POOLS embedded in OPENJB 3.0 ? I'll see if I can give your scenario a

Re: Antwort: Re: Using OpenEJB Security for JAAS LoginModule

2008-06-09 Thread David Blevins
On Jun 9, 2008, at 5:26 AM, [EMAIL PROTECTED] wrote: Hi David, thank you very much for the link. I got it twice and I read it twice ;-) but it doesn't help concerning my actual problem. To run our business code it is necessary to login into an 'SecurityService' with user/password/realm

Re: Help with OpenEJB3 and Spring IoC

2008-06-09 Thread Jon Carrera
I went for the naughty option for printing out the classpath and it worked from within the test case, but didn't work with the bean factory. Apparently the problem is in org.springframework.test.jpa.AbstractJpaTests which internally uses