While using migration tool for glassfish ( migrate2glassfish) to migrate a Weblogic8 app, the migration hang and stop after only migrate 2%, and show stopping at a xml file , not sure if had completed that xml file which could find in the output folder. Have anyone have the similar experience? or any idea to fix this?
The following is the xml file
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE rmi PUBLIC "-//BEA Systems, Inc.//RMI Runtime DTD 1.0//EN" "rmi.dtd">
<rmi
name="com.db.na.ars.fsm.ejb.mgr.user.UserMgrBean_bqrpk0_HomeImpl"
enable-call-by-reference="false"
>
<cluster
clusterable="true"
propagate-environment="true"
>
</cluster>
<lifecycle
dgc-policy="managed"
>
</lifecycle>
<method
name="*"
idempotent="true"
>
</method>
<method
name="remove(javax.ejb.Handle)"
requires-transaction="true"
idempotent="true"
>
</method>
<method
name="getEJBMetaData()"
requires-transaction="true"
idempotent="true"
>
</method>
<method
name="remove(java.lang.Object)"
requires-transaction="true"
idempotent="true"
>
</method>
<method
name="getHomeHandle()"
requires-transaction="true"
idempotent="true"
>
</method>
<method
name="create()"
requires-transaction="true"
idempotent="true"
>
</method>
<security
client-authentication="supported"
client-cert-authentication="supported"
identity-assertion="supported"
confidentiality="supported"
integrity="supported"
>
</security>
</rmi>
[Message sent by forum member 'huancon']
http://forums.java.net/jive/thread.jspa?messageID=396155