Hi,
I just downloaded the latest jboss.zip from the 'cvs snapshot' (dated Aug 28,
2000 16:21), and the ejx.jar no longer works for jboss.xml. When I open my
ejb-jar.xml as a jboss.xml file I get the following error:
java.lang.NullPointerException
at com.sun.xml.parser.Parser.parseInternal(Parser.java:515)
at com.sun.xml.parser.Parser.parse(Parser.java:283)
at org.jboss.metadata.ejbjar.EJBXMLReader.readXML(EJBXMLReader.java:38)
at
org.jboss.ejb.deployment.jBossFileManager.load(jBossFileManager.java:118)
at
org.jboss.ejb.deployment.jBossFileManager.load(jBossFileManager.java:298)
at com.dreambean.ejx.editor.EJX$2.actionPerformed(EJX.java:96)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
This was working with the older code. Can someone tell me what the problem is?
Thanks,
- Ashish