Using TomcatJAASRealm instead of GeronimoTomcatRealm

2006-03-17 Thread Ilya Platonov
I am using WASCE 1.0.0.1. How can I force wasce to use TomcatJAASRealm instead of GeronimoTomcatRealm that used by default in latest versions? I trid to play with /var/config/config.xml, but I wasn't able to set it correctly. Ilya Platonov

Remote JNDI Client Login

2006-03-17 Thread kimbuba
Hello i'm trying to connect to a SessionBean from a remote stadn alone Client. I dont know how to login to my realm. example: props.setProperty(java.naming.factory.initial, org.openejb.client.RemoteInitialContextFactory); props.setProperty(java.naming.provider.url,

NoClassDefFoundError deployment errors

2006-03-17 Thread Richard Wallace
Greetings all, I'm new to Geronimo. I'm trying to deploy one of my web applications that had previously just been deployed in a standalone tomcat container in Geronimo 1.0. I've tried this with both the version with Jetty and with Tomcat bundled. The web app uses a Hibernate/Spring/JSF

Re: NoClassDefFoundError deployment errors

2006-03-17 Thread David Jencks
On Mar 17, 2006, at 9:23 AM, Richard Wallace wrote: Greetings all, I'm new to Geronimo. I'm trying to deploy one of my web applications that had previously just been deployed in a standalone tomcat container in Geronimo 1.0. I've tried this with both the version with Jetty and with

Java 1.5 ?

2006-03-17 Thread mikael-aronsson
The Quick start web page says that Geronimo 1.0 does not work with Java 1.5, I did not notice this until I had already started and as far as I can see it work just fine, I can start the server and log in to the console at least. Is it true that I should not use Geronimo with Java 1.5 and if

Re: Java 1.5 ?

2006-03-17 Thread David Jencks
On Mar 17, 2006, at 11:46 AM, mikael-aronsson wrote: The Quick start web page says that Geronimo 1.0 does not work with Java 1.5, I did not notice this until I had already started and as far as I can see it work just fine, I can start the server and log in to the console at least. Is it

Help with CMP Entity Bean

2006-03-17 Thread Olivier Voutat
Well, I'm trying to create a simple application with a Cmp Entity Bean but I'm missing how I should do the Database connection tags. My database pool is already deployed and working. Here are my ejb-jar.xml and openejb-jar.xml :?xml version=1.0 encoding=UTF-8?ejb-jar id=ejb-jar_ID version=2.1

Re: NoClassDefFoundError deployment errors

2006-03-17 Thread Paul McMahan
There's an example of using the hidden-classes element here: http://opensource3.atlassian.com/confluence/oss/display/GERONIMO/Spring#Spring-dCountries Here's the relevant portion of the sample ?xml version=1.0 encoding=UTF-8? web-app xmlns=http://geronimo.apache.org/xml/ns/j2ee/web-1.0;

Re: NoClassDefFoundError deployment errors

2006-03-17 Thread Richard Wallace
David Jencks wrote: I think hidden-classes/ should be the first element inside web-app. If it's already there and our attempts to improve your xml document are moving it, please let us know :-) You are correct, I didn't have the hidden-classes element first in the file. I moved it there

JMS Connection Factory / JNDI Naming

2006-03-17 Thread Oli Kessler
Hello, I'm trying to write a GBean that depends on a JMS configuration initialized with a resource group configuration plan as indicated in the book by Aaron Mulder on chariotsolutions.com. The file contains a connection factory object named MyConnectionFactory indicated in the

Re: JMS Connection Factory / JNDI Naming

2006-03-17 Thread David Jencks
On Mar 17, 2006, at 4:09 PM, Oli Kessler wrote: Hello, I'm trying to write a GBean that depends on a JMS configuration initialized with a resource group configuration plan as indicated in the book by Aaron Mulder on chariotsolutions.com. The file contains a connection factory object named

Re: NoClassDefFoundError deployment errors

2006-03-17 Thread Brill Pappin
Isn't that non-standard? I mean, Geronimo should be prefering the libs in the WAR over its own libs. I thought that was part of the spec for webapps. I've been having the same trouble myself, and its contrary to what I expect having used a veriety of other app servers. Geronimo should not be