abstract-schema-name doesn't seem to work for CMP20

2005-01-05 Thread Alan D. Cabrera
abstract-schema-name doesn't seem to work for CMP20. I thought that this used to work. Can anyone confirm? Regards, Alan

Objectweb annual conference

2005-01-05 Thread Eric Le Goff
The 4th edition of the Objectweb consortium will take place in Lyon (France) from 17 to 19 january. I would be very happy to meet some geronimo's there and taste some beers with you ;) Here is the detailled program : http://wiki.objectweb.org/ObjectWebCon05/Wiki.jsp?page=DetailedProgram I hope

RE: [jira] Commented: (GERONIMO-454) Support Group Name = Role Name Role Mapping

2005-01-05 Thread Alan D. Cabrera
-Original Message- From: Dain Sundstrom [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 12:04 PM To: [EMAIL PROTECTED] Subject: Re: [jira] Commented: (GERONIMO-454) Support Group Name = Role Name Role Mapping On Jan 4, 2005, at 7:54 AM, Alan Cabrera (JIRA) wrote:

Re: [jira] Commented: (GERONIMO-454) Support Group Name = Role Name Role Mapping

2005-01-05 Thread Dain Sundstrom
On Jan 5, 2005, at 7:06 AM, Alan D. Cabrera wrote: From: Dain Sundstrom [mailto:[EMAIL PROTECTED] On Jan 4, 2005, at 7:54 AM, Alan Cabrera (JIRA) wrote: [ http://issues.apache.org/jira/browse/GERONIMO-454? page=comments#action_57267 ] Alan Cabrera commented on GERONIMO-454:

ServerInfo test failure on os x

2005-01-05 Thread David Jencks
I'm getting a test failure on os x -- is anyone else seeing this? Testsuite: org.apache.geronimo.system.serverinfo.ServerInfoTest Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0.876 sec Testcase: testResolvePath(org.apache.geronimo.system.serverinfo.ServerInfoTest): FAILED

Re: ServerInfo test failure on os x

2005-01-05 Thread toby cabot
On Wed, Jan 05, 2005 at 09:16:24AM -0800, David Jencks wrote: I'm getting a test failure on os x -- is anyone else seeing this? Yup, there's some windows-specific code that got checked in to the unit test a day or so ago.

RE: ServerInfo test failure on os x

2005-01-05 Thread Alan D. Cabrera
It also breaks if you're running on a drive other than C. Regards, Alan -Original Message- From: toby cabot [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 12:28 PM To: [EMAIL PROTECTED] Subject: Re: ServerInfo test failure on os x On Wed, Jan 05, 2005 at 09:16:24AM

Re: ServerInfo test failure on os x

2005-01-05 Thread Dain Sundstrom
I have a cross platform fix for it... Just got distracted yesterday and forgot to check it in. -dain -- Dain Sundstrom Chief Architect Gluecode Software 310.536.8355, ext. 26 On Jan 5, 2005, at 9:27 AM, toby cabot wrote: On Wed, Jan 05, 2005 at 09:16:24AM -0800, David Jencks wrote: I'm getting

Re: Objectweb annual conference

2005-01-05 Thread Francois Letellier
At 14:01 05/01/2005, Eric Le Goff wrote: The 4th edition of the Objectweb consortium will take place in Lyon (France) from 17 to 19 january. I would be very happy to meet some geronimo's there and taste some beers with you ;) Here is the detailled program :

Ejb Deployment Errors...

2005-01-05 Thread Mark
I am trying to deploy a simple hello world EJB to geronimo, but encountering the following error (see stack trace below) java -jar bin\deployer.jar deploy myejb.jar The problem seems to be a missing class / jar files in the classpath due to Caused by: java.lang.NoClassDefFoundError:

Re: Ejb Deployment Errors...

2005-01-05 Thread David Blevins
It's been added to JIRA: (GERONIMO-534) ejb deployment causes NoClassDefFoundError Should be done in a sec. -David On Wed, Jan 05, 2005 at 04:15:53PM -0500, Mark wrote: I am trying to deploy a simple hello world EJB to geronimo, but encountering the following error (see stack trace below)

Re: abstract-schema-name doesn't seem to work for CMP20

2005-01-05 Thread Gianny Damour
You are right: abstract-schema-name does not work. By now, one need to use the ejb-name instead of the abstract-schema-name in the basic EJBQL queries, which are currently supported. I have already fixed this bug on my working copy and will commit the fix as part of upcoming EJBQL stuff. I