Re: Usign Databasepool inside of an EAR Application

2007-04-20 Thread Jochen Zink
Sorry, I forgot to send the error messge: This happens, if I try to deploy the EAR with seperated geronimo-application.xml. It seems, there is an error an the deployment-plan. But I'm to blind to find them. Cannot deploy the requested application module because no deployer is able to handle it

Openejb-jar and EJB 2.1 CMR Many-Many Example

2007-04-20 Thread Mark Aufdencamp
Hi All,   I'm continuing my studies and have successfully deployed CMP Entity Beans with some rudimentary QL.  I'm now working on come container manged relationships (CMR).  I can't seem to find much documentation on the appropriate mapping of the ejb-jar relationships to the openejb-jar definit

Re: Openejb-jar and EJB 2.1 CMR Many-Many Example

2007-04-20 Thread David Carew
Here's a simplified version of the DB schema I used for a many to many relationship between CMP Entity beans called Account and Customer create table customer ( customerid integer not null, title character(3) not null, firstname varchar(30) not null, lastname varchar(30) not null, pin char

RE: Openejb-jar and EJB 2.1 CMR Many-Many Example

2007-04-20 Thread Mark Aufdencamp
Thanks David!  That helps immensely.  I hadn't come across the item anywhere. Original Message Subject: Re: Openejb-jar and EJB 2.1 CMR Many-Many ExampleFrom: "David Carew" <[EMAIL PROTECTED]>Date: Fri, April 20, 2007 8:35 amTo: user@geronimo.apache.org Here's a simplified vers

RE: Logging of WebApps in seperate files

2007-04-20 Thread goodz
Hello, I was wondering if one of you could give me a hand to try to figure this out. I tried to follow the instructions, but had no luck. Here is what I have in ${org.apache.geronimo.server.dir}/var/log/server-log4j.properties: # create appender log4j.appender.MYTEST=org.apache.log4j.DailyRo

RE: Openejb-jar and EJB 2.1 CMR Many-Many Example

2007-04-20 Thread Mark Aufdencamp
David,   Any chance you could cut and paste me a One-To-Many Bi-Directional example as well?  I seem to only find Un-Directional Examples in my Googling:)   Mark Aufdencamp [EMAIL PROTECTED]   Original Message Subject: Re: Openejb-jar and EJB 2.1 CMR Many-Many ExampleFrom:

JZOS JNI callback into Geronimo - how?

2007-04-20 Thread weberjn
Hi, we'd like to run Geronimo under z/OS. To include the server into systems management, we'd like to use the JZOS Toolkit (http://www.alphaworks.ibm.com/tech/zosjavabatchtk) Basically, the toolkit is a JNI library which calls back into Java when there is a message from systems management. Ope

Re: Openejb-jar and EJB 2.1 CMR Many-Many Example

2007-04-20 Thread David Carew
I didn't do One-To-Many Bi-Directional in my project but I think it would look something like this if you assumed the following: the example I posted before is modified to make it a One-to-Many rel so that each Customer can have many accounts but each account is only associated with a single cust

RE: Openejb-jar and EJB 2.1 CMR Many-Many Example

2007-04-20 Thread Mark Aufdencamp
Thanks David!   I really appreciate the extra effort. Original Message Subject: Re: Openejb-jar and EJB 2.1 CMR Many-Many ExampleFrom: "David Carew" <[EMAIL PROTECTED]>Date: Fri, April 20, 2007 12:34 pmTo: user@geronimo.apache.org I didn't do One-To-Many Bi-Directional in my p

Re: JZOS JNI callback into Geronimo - how?

2007-04-20 Thread David Jencks
Usually weblogic startup classes are best imitated by geronimo gbeans. Basically you write a class, include some metadata about what attributes and operations it has (GBeanInfo), and write a geronimo plan configuring an instance of it. When you deploy the plan it gets included in the gero