Re: how to run Ejb program on geronimo

2008-04-01 Thread Manu George
Hi Atul, I am not sure but did you specify the home and remote interfaces in the ejb-jar.xml file? If yes it will be helpful if you can provide a test case. Regards Manu On Tue, Apr 1, 2008 at 4:33 PM, atul12345 [EMAIL PROTECTED] wrote: Actually after resolved jndi name problem i

Error: Unable to distribute MusicApp.ear: Failed parsing descriptors for module:

2008-04-01 Thread newbie-gero
/home/chongming/geronimo-2.1/var/temp/geronimo-deploymentUtil55902.jar MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [EMAIL PROTECTED] This is in response from the message : Unable to resolve resource reference 'jdbc/MusicDB'

Re: how to run Ejb program on geronimo

2008-04-01 Thread atul12345
Thanks. manucet wrote: Hi, The JNDI Name that you have given is not correct. If you see the log files you can find the correct JNDI Name. You will get lines similar to the one below where ejb/mgmt/MRCLocal is the JNDI Name 21:38:02,125 INFO [startup]

Re: how to run Ejb program on geronimo

2008-04-01 Thread atul12345
Actually after resolved jndi name problem i get one new error that is java.lang.ClassCastException: $Proxy0 cannot be cast to My.DemoHome if anyone have any idea what is this so please give me suitable soluation to resolve that problem. atul12345 wrote: Dear Sir,

Re: Persistence unit deploy error in 2.1 but works in 2.02

2008-04-01 Thread luoluo
The data source is created by wizard. The dependency is created in Geronimo plan. Here is the plan: geronimo-web.xml environment moduleId groupIdinpulse8/groupId artifactIdCMWS/artifactId

Re: Persistence unit deploy error in 2.1 but works in 2.02

2008-04-01 Thread luoluo
I un-comment the hibernate data source property. It could be deployed and works fine. It seems the first jta-data-source makes the persistence unit to be accepted by Geronimo. And the hibernate data source setting makes hibernate could correctly locate the data source. luoluo wrote: The

Re: Error: Unable to distribute MusicApp.ear: Failed parsing descriptors for module:

2008-04-01 Thread Jarek Gawor
Change: dep:environment xmlns:dep=http://geronimo.apache.org/xml/ns/deployment-1.1; to dep:environment xmlns:dep=http://geronimo.apache.org/xml/ns/deployment-1.2; in your openejb-jar.xml file. Jarek On Tue, Apr 1, 2008 at 5:59 AM, newbie-gero [EMAIL PROTECTED] wrote:

Exception by using EJB3 on Geronimo 2

2008-04-01 Thread thomas2004
Hi all, I am learning the EJB3. I follow a tutorial under: http://www.webagesolutions.com/knowledgebase/javakb/jkb005/index.html and it runs quite well since I use the SUN Application Server. So I deployed the EJB Jars onto Geronimo 2. Bu tas I try to start the client I got exception as

RE: Classloader issue

2008-04-01 Thread Jean-Baptiste
This is fixed in 2.1, haven’t tried 2.0.2. Regards JB _ From: Jean-Baptiste [mailto:[EMAIL PROTECTED] Sent: March 31, 2008 9:59 PM To: 'user@geronimo.apache.org' Subject: Classloader issue Hello, I have decided to upgrade from a good old plain Web Container (Tomcat)

[ANN] Geronimo JavaMail Spec 1.4 version 1.3 (geronimo-javamail_1.4_spec-1.3) released

2008-04-01 Thread Joe Bohn
The Geronimo team is pleased to announce the release of the Geronimo JavaMail Spec 1.4, version 1.3 This release includes two bug fixes, GERONIMO-3842 and GERONIMO-3853. Enjoy, -The Geronimo team

[ANN] Geronimo JavaMail_1.4 version 1.4 (geronimo-javamail_1.4-1.4) released

2008-04-01 Thread Joe Bohn
The Geronimo team is pleased to announce the release of the Geronimo JavaMail_1.4 version 1.4 (yes, the javamail spec version and the Geronimo bundle version are at the moment both 1.4). This release includes an upgrade to leverage Genesis 1.4, leveraging the new 1.3 version of the

Re: Error: Unable to distribute MusicApp.ear: Failed parsing descriptors for module:

2008-04-01 Thread newbie-gero
Hi, thanks for the help. and thanks to david for the upmost support:clap::clap::clap: Jarek Gawor-2 wrote: Change: dep:environment xmlns:dep=http://geronimo.apache.org/xml/ns/deployment-1.1; to dep:environment xmlns:dep=http://geronimo.apache.org/xml/ns/deployment-1.2; in

Re: Jetty Deployment....

2008-04-01 Thread Kevan Miller
On Mar 26, 2008, at 10:09 AM, nuffink wrote: Hi, I am a newbie (to a point) at J2EE and a defo newbie at Geronimo so please be constructive and patient... I have an old war file from something that was developed using IBM WSAD ages back and so far have managed to get it all str8 in

Re: maven2: deployment quickstart?

2008-04-01 Thread Kevan Miller
On Mar 27, 2008, at 3:03 AM, Kristian Rink wrote: snip So far, the same time we look at geronimo, we are into playing around with glassfish which seems to do better about these things for a simple reason: It provides a fairly sophisticated management interface to deal with all these

adding apache FOP jars to Geronimo Classpath

2008-04-01 Thread someperson
Hi How would I add references to FOP jars in the Geronimo classpath. I am trying to integrate FOP support into my application on a prepackaged and built Geronimo Server How can I do this? thanks in advance. il -- View this message in context:

Re: how to run Ejb program on geronimo

2008-04-01 Thread atul12345
Hi Sir, Thanks for help. I appreciate your attention. See ya! This is my ejb-jar.xml file here i do have all the classes means interface name. ejb-jar id=ejb-jar_1 xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;