Re: [JBoss-user] Deploy error using jboss-3.2.2RC1

2003-07-16 Thread Alexey Loubyansky
Hello Carsten, are you sure the primary key field consists of only one field? If so, could you provide me with a testcase? Thanks, alex Tuesday, July 15, 2003, 1:15:25 PM, Carsten Hammer wrote: CH> Hi, CH> What does this mean? CH> 11:57:10,924 INFO [StatelessSessionInstancePool] Started CH>

[JBoss-user] Deploy error using jboss-3.2.2RC1

2003-07-15 Thread Carsten Hammer
Hi, What does this mean? 11:57:10,924 INFO [StatelessSessionInstancePool] Started 11:57:10,924 INFO [StatelessSessionContainer] Started 11:57:10,924 INFO [EjbModule] Started 11:57:10,924 INFO [EJBDeployer] Deployed: file:/E:/jboss-3.2.2RC1/server/default/deploy/Tracking.jar 11:57:11,084 IN

Re[2]: [JBoss-user] deploy error

2003-07-08 Thread Rafal Kedziorski
At 17:35 07.07.2003 +0300, Alexey Loubyansky wrote: Could you, meanwhile, try to explicitly specify the class attribute in your jbosscmp-jdbc.xml? this is working now. we defined SELECT LAST_INSERT_ID() for read-only entity beans. I would say, that that should be possible to define this and y

Re: [JBoss-user] deploy error

2003-07-07 Thread Rafal Kedziorski
hi, we found the error. we added the tag to two read only entity beans and JBoss didn't shows wrong error on the wrong entity bean. Regards, Rafal At 15:27 07.07.2003 +0300, Alexey Loubyansky wrote: Hello Rafal, make sure there is mysql-get-generated-keys entity-command in standardjbosscmp-jdb

Re[2]: [JBoss-user] deploy error

2003-07-07 Thread Alexey Loubyansky
Could you, meanwhile, try to explicitly specify the class attribute in your jbosscmp-jdbc.xml? Thanks, alex Monday, July 07, 2003, 5:02:11 PM, Rafal Kedziorski wrote: RK> hi, RK> I attached my jbosscmp-jdbc.xml. only while deploying Users_2_GroupsBean I RK> get the error message. RK> 15:56:2

Re: [JBoss-user] deploy error

2003-07-07 Thread Rafal Kedziorski
hi, I attached my jbosscmp-jdbc.xml. only while deploying Users_2_GroupsBean I get the error message. 15:56:25,290 ERROR [EntityContainer] Starting failed org.jboss.deployment.DeploymentException: Couldn't create entity command: ; - nested throwable: (java.lang.NullPointerEx ception) at

Re: [JBoss-user] deploy error

2003-07-07 Thread Rafal Kedziorski
hi, At 15:27 07.07.2003 +0300, Alexey Loubyansky wrote: Hello Rafal, make sure there is mysql-get-generated-keys entity-command in standardjbosscmp-jdbc.xml. this is defined as:

Re: [JBoss-user] deploy error

2003-07-07 Thread Alexey Loubyansky
Hello Rafal, make sure there is mysql-get-generated-keys entity-command in standardjbosscmp-jdbc.xml. What version are you using, BTW? alex Monday, July 07, 2003, 2:52:20 PM, Rafal Kedziorski wrote: RK> hi, RK> I'm porting our sql script from PostgreSQL to MySQL. This works. But I get RK> an

[JBoss-user] deploy error

2003-07-07 Thread Rafal Kedziorski
hi, I'm porting our sql script from PostgreSQL to MySQL. This works. But I get an error deploying one entity bean: 13:46:54,603 ERROR [EntityContainer] Starting failed org.jboss.deployment.DeploymentException: Couldn't create entity command: ; - nested throwable: (java.lang.NullPointerEx ceptio

RE: [JBoss-user] Deploy Error - Parameter class not found

2002-12-18 Thread Brandon, Raymond
gards, Raymond > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 10:26 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Deploy Error - Parameter class not found > > > > I found this error when add

[JBoss-user] Deploy Error - Parameter class not found

2002-12-18 Thread Phuwarin . Supawarapong
I found this error when add new finder findByProduct 16:13:05,437 WARN [ServiceController] Problem starting service jboss.j2ee:jndiN ame=LPCEventRemoteHome,service=EJB org.jboss.deployment.DeploymentException: Parameter class not found: java.lang.S tring, java.util.Date, java.util.Date Can enyb

[JBoss-user] Deploy Error

2001-11-18 Thread Papo Napolitano
Hi!! I'm getting the following error when I re-deploy a war file. Any idea to fix it ??

[JBoss-user] Deploy Error

2001-10-30 Thread Hunter Hillegas
I am getting an error when deploying my beans, which I presume is a stateless session bean: java.lang.NoSuchMethodException at java.lang.Class.getMethod0(Native Method) at java.lang.Class.getMethod(Class.java:888) at org.jboss.ejb.StatelessSessionContainer.setUpBeanMappin

Re: [JBoss-user] Deploy Error : jboss trying to connect to java.sun.com ?

2001-06-07 Thread Nicolai P Guba
> "GS" == Grim Shieldsson <[EMAIL PROTECTED]> writes: GS> The XML parser is trying to get the DTD from sun. You need to GS> have it locally available. You prolly have a line like: taglib PUBLIC "-//SunMicrosystms, Inc.//DTD JSP Tag Library GS> 1.1//EN" "http://java.sun.com/j2ee/dtds/web-js

Re: [JBoss-user] Deploy Error : jboss trying to connect to java.sun.com ?

2001-06-07 Thread Grim Shieldsson
The XML parser is trying to get the DTD from sun. You need to have it locally available. You prolly have a line like: http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"; > at the top of your xml files. You need to change it so that you have it looking locally for the file. I don't rem

RE: [JBoss-user] Deploy Error : jboss trying to connect to java.sun.com ?

2001-06-07 Thread Allen Fogleson
remove your mailto:[EMAIL PROTECTED]]On Behalf Of Brimley, David: CSFB ECM Sent: Thursday, June 07, 2001 5:55 AM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] Deploy Error : jboss trying to connect to java.sun.com ? Hi I'm sure this is a dumb first timers question.I'

Re: [JBoss-user] Deploy Error : jboss trying to connect to java.sun.com ?

2001-06-07 Thread Nicolai P Guba
> "DB" == David Brimley writes: DB> The default ear is not deploying correctly, it looks as if JBoss DB> is trying to reach java.sun.com ??? Could it be that one of the DTD's () is referencing something like http://java.sun.com... ?? -- Nicolai P Gubahttp://www.gnu.org

[JBoss-user] Deploy Error : jboss trying to connect to java.sun.com ?

2001-06-07 Thread Brimley, David: CSFB ECM
Hi I'm sure this is a dumb first timers question.I've scanned thru the online docs and read thru the email archive but find nothing to help me, also please accept my apologies if this is not the correct place to be sending such enquiries I'm trying to boot up my JBoss 2.2.2/Tomcat Server