Hi ,
I am trying to generate the
EJB Jar file using Jbuilder4.0
Jbuilder opens the deployer tool and the deployer tool gives the following error
java.lang.IllegalArgumentException: Listener null is not of type interface java.awt.event.ActionListener
at javax.swing.event.EventListenerList.remove(Compiled Code)
at javax.swing.JComboBox.removeActionListener(JComboBox.java:574)
at weblogic.ejb.ui.common.TargettedIconField.setMap(TargettedIconField.java:109)
at weblogic.ejb.ui.common.IconField.<init>(IconField.java:34)
at weblogic.ejb.ui.common.TargettedIconField.<init>(TargettedIconField.java:36)
at weblogic.ejb.ui.common.TargettedIconField.<init>(TargettedIconField.java:54)
at weblogic.ejb.ui.deployer.DeployerIconField.<init>(DeployerIconField.java:34)
at weblogic.ejb.ui.customizers.BeanSummaryPanel.<init>(BeanSummaryPanel.java:128)
at weblogic.ejb.ui.customizers.BaseBeanPanel.<init>(BaseBeanPanel.java:65)
at weblogic.ejb.ui.customizers.BeanTreeRoot.<init>(BeanTreeRoot.java:91)
at weblogic.ejb.ui.deployer.BeansNode.<init>(Compiled Code)
at weblogic.ejb.ui.deployer.AbstractEJBJarProjectNode.<init>(AbstractEJBJarProjectNode.java:86)
at weblogic.ejb.ui.deployer.DeployerProjectNode.<init>(DeployerProjectNode.java:23)
at weblogic.ejb.ui.deployer.DeployerProjectRootNode.load(DeployerProjectRootNode.java:126)
at weblogic.ejb.ui.deployer.DeployerProjectRootNode.load(DeployerProjectRootNode.java:101)
at weblogic.ejb.ui.deployer.ProjectLoaderWorker$LoaderThread.run(Compiled Code)
Pl help me where am going wrong
Thanx in advance