Re: Attemptinng to create mysql datasource as standalone JEE

2011-06-07 Thread chi runhua
On Wed, Jun 8, 2011 at 1:53 AM, 4lorn wrote: > Hello all, > > I've been attempting to follow these instructions: > https://cwiki.apache.org/GMOxDOC22/configuring-a-mysql-datasource.html > https://cwiki.apache.org/GMOxDOC22/configuring-a-mysql-datasource.html > > I've installed the mysql Jar using

Re: Help with G3.0 building

2011-06-07 Thread Kevan Miller
On Jun 7, 2011, at 6:51 PM, Russell E Glaue wrote: > > > On 06/07/2011 05:08 PM, Kevan Miller wrote: >> >> On Jun 7, 2011, at 5:48 PM, Russell E Glaue wrote: >> >>> I had originally done the install 'mvn clean install' yesterday, and >>> received a >>> build error. I then did it in the two s

Re: Help with G3.0 building

2011-06-07 Thread Russell E Glaue
On 06/07/2011 05:08 PM, Kevan Miller wrote: > > On Jun 7, 2011, at 5:48 PM, Russell E Glaue wrote: > >> I had originally done the install 'mvn clean install' yesterday, and >> received a >> build error. I then did it in the two stages and got the same results. >> That is why I ended up executi

Re: Help with G3.0 building

2011-06-07 Thread Kevan Miller
On Jun 7, 2011, at 5:48 PM, Russell E Glaue wrote: > I had originally done the install 'mvn clean install' yesterday, and received > a > build error. I then did it in the two stages and got the same results. > That is why I ended up executing mvn compile and package separately so I could > see i

Re: Help with G3.0 building

2011-06-07 Thread Russell E Glaue
I had originally done the install 'mvn clean install' yesterday, and received a build error. I then did it in the two stages and got the same results. That is why I ended up executing mvn compile and package separately so I could see if the error was in the compiling stage or the packaging stage.

Attemptinng to create mysql datasource as standalone JEE

2011-06-07 Thread 4lorn
Hello all, I've been attempting to follow these instructions: https://cwiki.apache.org/GMOxDOC22/configuring-a-mysql-datasource.html https://cwiki.apache.org/GMOxDOC22/configuring-a-mysql-datasource.html I've installed the mysql Jar using the console, but when attempting to deploy, I get: org.a

Re: Geronimo 2.2, EJB call from client code running on same server

2011-06-07 Thread fordendk
I have a solution to this. It took a bit of messing around but I managed to get it working (session EJB calling another session EJB in the same container transaction using local EJB interface through JNDI lookup). My solution is using Geronimo 2.2.1 and can be found on my blog here: http://blog.pw

Re: Logout method of custom login module never called

2011-06-07 Thread Adrie de Heer
David Jencks wrote: > > A servlet filter should not be necessary, however until the bug is fixed > that's the best solution. > > This is a pretty big problem, hopefully now that you've reminded me of it > I can fix it > Ok, thanks. I'll use the filter work-around till the issue is fixed. A