[EMAIL PROTECTED] wrote:
> java.lang.ClassCastException
>         at
> com.wf.bd.ice.business.Business_rkoq6y__WebLogic_CMP_RDBMS.__W
> L_store(Busine ss_rkoq6y__WebLogic_CMP_RDBMS.java:4712)
>         at
> com.wf.bd.ice.business.Business_rkoq6y__WebLogic_CMP_RDBMS.ejb
> Store(Business _rkoq6y__WebLogic_CMP_RDBMS.java:4683)

This is in WebLogic's generated CMP code. Have you looked to see why
you'd get a CCE from that code? If so and you don't see it, post up that
section of the code (with some of the context) so we can see it. Since
we cannot see the line that causes the exception, there's no way to even
guess.

Note that the line you pointed out as where the error occurs is only
triggering the error via a call to ejbStore. Check the transaction
declaration (if using CMT) on the get<foo>DTOs method to verify that
you're not committing a transaction when you don't want to.

David Harkness
Sr. Software Engineer
Sony Pictures Digital Networks
(310) 482-4756


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to