Hi friends, I'm relatively new to XDoclet so maybe this question was answered previously, if it's the case, forgive me in advance.
I'm trying to deploy a CMP 2.0 entity bean to a WebLogic 7.0 server. Until deployment everything it's fine, but when I verify the generated .ear file the an error is thrown with the following message: --------- weblogic.ebj20.cmp.rdbms.finders.IllegalExpressionException: While trying to process Query Method Name: findByPrimaryKey Parameter Types: (org.canalejo.protocolos.beans.ProtocolosPK) EJB Query: SELECT OBJECT (bean) from protocolos/Protocolos AS bean WHERE (bean.numero = ?1) AND (bean.tipo = ?2)) Could not parse EJB QL expression : SELECT OBJECT (bean) from protocolos/Protocolos AS bean WHERE (bean.numero = ?1) AND (bean.tipo = ?2) --------- It seems that the generated findByPrimaryKey EJB QL isn't correct. Anyone knows a solution for this problem? Thanks in advance. Mart�n ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
