Hi I am using Weblogic6.1 version and trying to create EAR file.
I was able to create War file and Jar files when I am trying ran this command
java weblogic.ant.taskdefs.ear.DDInit stage-dir
(This will create application.xml Deployement Descriptor for you)
Then I am getting error like this.
Creating descriptors
Found exploded
EJB module ''
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Assertion violated ]
at weblogic.utils.Debug.assert(Debug.java:74)
at weblogic.j2ee.dd.J2EEDeploymentDescriptor.addModule(J2EEDeploymentDescriptor.java:148)
at weblogic.ant.taskdefs.ear.DDInit.initDescriptors(DDInit.java:121)
at weblogic.ant.taskdefs.ear.DDInit.execute(DDInit.java:55)
at weblogic.ant.taskdefs.ear.DDInit.main(DDInit.java:236)
Exception in
thread "main" weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Assertion violated ]
at weblogic.utils.Debug.assert(Debug.java:74)
at weblogic.j2ee.dd.J2EEDeploymentDescriptor.addModule(J2EEDeploymentDescriptor.java:148)
at weblogic.ant.taskdefs.ear.DDInit.initDescriptors(DDInit.java:121)
at weblogic.ant.taskdefs.ear.DDInit.execute(DDInit.java:55)
at weblogic.ant.taskdefs.ear.DDInit.main(DDInit.java:236)
Any One have Idea about this?
Thanks.