users@glassfish.java.net

Re: EJB3 Error: java.rmi.MarshalException: Failed to communicate.

From: <glassfish_at_javadesktop.org>
Date: Mon, 23 Jun 2008 08:52:52 PDT

When I throw the swing client from eclipse IDE it runs correctly, but when I throw the application from a jsp with the next call it fails:

<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.6" href="http://java.sun.com/products/autodl/j2se" java-vm-args="-esa -Xnoclassgc -client" initial-heap-size="256m" max-heap-size="512m"/>

[b]<property name="SERVICE_BASE_ENDPOINT" value="jnp://<%= request.getServerName() %>:1099"/>[/b]
<property name="http.keepAlive" value="true"/>

<jar href="quavantis_geonet_secenet2006.jar" main="true" download="eager"/>
<jar href="quavantis_geonet_secenet2006clt.jar" download="eager"/>
<jar href="quavantis_geonet_j2ee_commons.jar" download="eager"/>
<jar href="quavantis_geonet_j2ee_client.jar" download="eager"/>
<jar href="quavantis_geonet_j2ee_mapping.jar" download="eager"/>
<jar href="quavantis_geonet_j2ee_reporting.jar" download="eager"/>
</resources>
<application-desc main-class="com.quavantis.gui.secenet.ApplicationMain"/>
[Message sent by forum member 'davidnet' (davidnet)]

http://forums.java.net/jive/thread.jspa?messageID=282022