Re: IllegalArgumentException

2007-01-04 Thread Kevan Miller
On Jan 4, 2007, at 12:52 AM, Kamalanathan Raman wrote: I got my EAR deployed successfully , but it is not able to start the application , when trying to do so it is throwing this particular exception .I have attached the stack trace . Can any one help me out to solve this issue.

RE: IllegalArgumentException

2007-01-04 Thread Kamalanathan Raman
So should I run that command in command prompt against all the jar files added inside the web-inf/lib Thanks and Regards, Kamal From: Kevan Miller [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 6:42 PM To: user@geronimo.apache.org Subject:

NameNotFoundException -Reg

2007-01-04 Thread Kamalanathan Raman
Kevan , Thanks kevan , now my application is running , the jars inside the Web-inf/lib was corrupt , got it rectified . But now iam getting this error 19:35:23,546 ERROR [ServiceLocator] Fail to find EJB home for java:comp/env/ejb/TransactionSession javax.naming.NameNotFoundException:

JNDI Access Problem

2007-01-04 Thread Carragher Jr, Richard
Hi, I'm trying to deploy a non-j2ee application client connecting to a stateless session bean in Geronimo 1.1. This seems simple, and it has worked without changes on WebSphere, Jboss, and WebLogic, so I'm pretty sure that I'm setting something up in Geronimo incorrectly. In open-ejb-jar.xml, I

Re: JNDI Access Problem

2007-01-04 Thread David Jencks
On Jan 4, 2007, at 8:03 PM, Carragher Jr, Richard wrote: Hi, I'm trying to deploy a non-j2ee application client connecting to a stateless session bean in Geronimo 1.1. This seems simple, and it has worked without changes on WebSphere, Jboss, and WebLogic, so I'm pretty sure that I’m

Help needed in referring to EJB using Home and Remote interface- Reg

2007-01-04 Thread Kamalanathan Raman
Kevan, I have one query , like iam using home and remote interface to refer to another EJB . So how shud I put the references in geronimo-web.xml. I have attached web.xml ejb-ref id=EjbRef_3 ejb-ref-nameejb/TransactionSession/ejb-ref-name ejb-ref-typeSession/ejb-ref-type

java.lang.NoClassDefFoundError - Reg

2007-01-04 Thread Kamalanathan Raman
Hi , Iam getting two errors like java.lang.NoClassDefFoundError: net/sf/hibernate/cfg/Configuration and java.lang.NoClassDefFoundError: com/sshtools/j2ssh/transport/HostKeyVerification . Even when I add the jars as dependency in my Geronimo-web.xml , iam not able to resolve this issue. Can any

Re: java.lang.NoClassDefFoundError - Reg

2007-01-04 Thread Lasantha Ranaweera
Hi, Have you added JAR files in to your archive? Please describe bit more of your application, then we might able to help you to exact point. :-) Thanks, Lasantha Ranaweera Kamalanathan Raman wrote: Hi , Iam getting two errors like java.lang.NoClassDefFoundError:

RE: java.lang.NoClassDefFoundError - Reg

2007-01-04 Thread Kamalanathan Raman
Hi Lasantha, Thanks for replying, Iam using Eclipse I.D.E , hence with I have added the jars in the properties of the specific web module and also iam referencing this jar in the Geronimo-web.xml by adding the requisite jars in the repository folder of the Geronimo 1.1. .Iam attaching my