falla ejb-jar

nacho
23 de Enero del 2006
saludos tengo el siguiente problema con eclipse y lomboz:
CHKJ2800E: <local> interface com.onLine.StoreAccesLocal, or one of its supertypes, cannot be reflected. Check the classpath.
gracias

mlichtenstein
23 de Enero del 2006
Tengo el mismo problema y aunque no tengo la solucion todavia, puedo crear un archivo de WAR con failonerror="false".

<target name="deployEjb" if="ejb.present" depends="createUndeployedEjb">
<wsejbdeploy inputJar="${app.ejb.undeployed.jar}" wasHome="${was.home}" workingDirectory="${app.ejbdeploy.working.dir}" outputJar="${app.ejb.jar}" classpath="${maiaframework.classpath}" classpathref="maiaframework.classpath" codegen="false" failonerror="false" trace="true" />
</target>


El problema que recibo creando el archivo de WAR:
[wsejbdeploy] [*Information] /eStatusEJB.undeployed(Method: saveEstatusUser(com.fnf.estatus.common.generated.vo.EstatusUserVo,java.util.List), Class: com.fnf.estatus.facade.EStatusService): CHKJ2500I: java.util.List must be serializable at runtime (EJB 2.0: 7.10.5).
[wsejbdeploy] [*Error] /eStatusEJB.undeployed(Class: com.fnf.estatus.mdb.EmailNotificationMdb): CHKJ2907E: Type com.fnf.estatus.mdb.EmailNotificationMdb, or one of its supertypes, cannot be reflected. Check the classpath.
[wsejbdeploy] [*Error] ejbModule/META-INF/ejb-jar.xml(Enterprise bean: EmailNotificationMdb): CHKJ2802E: <ejb-class> class com.fnf.estatus.mdb.EmailNotificationMdb, or one of its supertypes, cannot be reflected. Check the classpath.


Gracias,

Mark Lichtenstein