cancel
Showing results for 
Search instead for 
Did you mean: 

ear deployment with local interfaces

Former Member
0 Kudos

hi

i'am delploying an ear inside the sap administrator on was 6.40. inside the ear i have an ejb jar file where i use local interfaces. when the ear is deployed i receive the following error message:

com.sap.engine.deploy.exceptions.BaseIOException: Cannot parse persistent.xml or storage.xml for JAR D:\usr\sap\DV1\JC00\j2ee\admin\.\temp\deploying\deploy_temp\reader1124464067904\server-base.jar.

Reason: com.sap.engine.services.deploy.exceptions.BaseWrongStructureException: Unknown tag: local-home..

my ejb-xml.jar is locking something like:

<entity>
<ejb-name>ListElementCache</ejb-name>
<home>ch.sybor.bit.projektx.server.base.ejb.ListElementCacheHome</home>      
<remote>ch.sybor.bit.projektx.server.base.ejb.ListElementCache</remote>
<local-home>ch.sybor.bit.projektx.server.base.ejb.ListElementCacheLocalHome</local-home>
<local>ch.sybor.bit.projektx.server.base.ejb.ListElementCacheLocal</local>      
<ejb-class>ch.sybor.bit.projektx.server.base.ejb.impl.ListElementCacheBean</ejb-class>
<persistence-type>Bean</persistence-type>
<prim-key-class>ch.sybor.bit.projektx.server.base.ejb.ListElementCacheKey</prim-key-class>
<reentrant>False</reentrant>
</entity>

have somebody an idea what is happening, on jboss the same application is running.

thank's sandro

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

do you have a persistent.xml within your jar ??

Regards

M.

Former Member
0 Kudos

no, i have session and bmps in my jar. sandro