Bugs item #548586, was opened at 2002-04-25 15:25
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=548586&group_id=22866

Category: CatalinaBundle
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Petr Huben� (psh)
Assigned to: Scott M Stark (starksm)
Summary: CMP entity bean remove from JSP fails

Initial Comment:
I've a CMP entity EJB with class PK. Using
findByPrimaryKey() and remove() works fine from
standalone client, however fails from JSP under
2.4.5RC2 with Tomcat/Catalina 4.0.3. It also works
under 2.4.4 with Tomcat 3.2.3.

The failure is accompanied with "Failed to
load"/IllegalArgumentException screams, which appears
strange, since the bean is already successfully loaded
(the findByPrimaryKey() is OK, also getters on the bean
work fine, just the remove() fails).

Simple example of failure is attached, try the
/Test/test.jsp to insert and (fail to) remove data
(master and slave are integers, value is String).

Oh, yeah, I tried the bundle
JBoss-2.4.5_Tomcat-4.0.3.zip (it is RC1, I believe) on
Linux with JDK 1.4.0-b92 and on Windows with JDK
1.4.0-b92 and JDK 1.3.1_01, fails everywhere. Then I
tried JBoss-2.4.5RC2_Tomcat-4.0.3.zip on Linux (JDK
1.4.0), fails as well. Next I tried the "old"
JBoss-2.4.4_Tomcat-3.2.3.zip on Linux (JDK 1.4.0) and
it works.

psh

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=548586&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to