Using Eclipse 3.1.0
MyEclipse 3.8.4
Weblogic 8.1
j2sdk1.4.2_04
I have an existing EJB that was created with a previous version of Eclipse. After upgrading to 3.1.0 and 3.8.4 I can’t run the XDoclet.
I get a java.lang.outofmemoryerror just after the XDoclet starts. This problem does not occur in every project workspace… Just this one so far.
Here is the complete error code
Buildfile: W:\CNRWLSDevEclipse\Source Files\lms40java\xdoclet-build.xml
N10004:
[ejbdoclet] Deploy TEMPLATE URL: jar:file:/C:/Program%20Files/MyEclipse/eclipse/plugins/com.genuitec.jboss.ide.eclipse.xdoclet.core_3.8.1/xdoclet-apache-module-1.2.jar!/xdoclet/modules/apache/axis/ejb/resources/axis-deploy_wsdd.xdt
[ejbdoclet] Undeploy TEMPLATE URL: jar:file:/C:/Program%20Files/MyEclipse/eclipse/plugins/com.genuitec.jboss.ide.eclipse.xdoclet.core_3.8.1/xdoclet-apache-module-1.2.jar!/xdoclet/modules/apache/axis/ejb/resources/axis-undeploy_wsdd.xdt
[ejbdoclet] (XDocletMain.start 47 ) Running <remoteinterface/>
[ejbdoclet] null
[ejbdoclet] ParameterImpl instances: 20
[ejbdoclet] MethodImpl instances: 423
[ejbdoclet] ConstructorImpl instances: 0
BUILD FAILED
java.lang.OutOfMemoryError
Total time: 6 seconds
Any suggestions??