I just started trying to use EJX and it seems to be incomplete and
broken.  I'm on NT 4.0 sp5, jdk 1.3.  Probably my misuse, but perhaps
someone can help me out.  I just downloaded and built the Oct 17th jboss
and jboss-test CVS snapshots.  Everything built cleanly.  I started EJX
from a DOS window with java -jar ejx.jar.  It starts up fine.  I then
tried to open the deployment descriptors for the bank test. 

1. ejb-jar.xml opens in EJX, but seems to be missing primary key
specifications for the beans.  Also, the Actions menu in EJX only
displays one choice: Add JNDI Name Prefix.  Is the implementation
incomplete (e.g. missing primary key stuff and others stuff?)  How do
you add things like environment, ejb, and resource references to a bean?
Where are the Actions menu options to add these things?

2. When I tried to open the bank test's jaws.xml or jboss.xml, I get a
null pointer exception. Here's a sample stack trace...

java.lang.NullPointerException
        at com.dreambean.ejx.editor.EJX$2.actionPerformed(EJX.java:94)
        at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
        at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
        at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
        at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
        at
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216)
        at java.awt.Component.processMouseEvent(Component.java:3717)
        at java.awt.Component.processEvent(Component.java:3546)
        at java.awt.Container.processEvent(Container.java:1164)
        at java.awt.Component.dispatchEventImpl(Component.java:2595)
        at java.awt.Container.dispatchEventImpl(Container.java:1213)
        at java.awt.Component.dispatchEvent(Component.java:2499)
        at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
        at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
        at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
        at java.awt.Container.dispatchEventImpl(Container.java:1200)
        at java.awt.Window.dispatchEventImpl(Window.java:912)
        at java.awt.Component.dispatchEvent(Component.java:2499)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:319)
        at
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)

3. A side issue, but does anyone know how I can easily reformat the xml
produced by ejx so it is properly formatted?  As indicated above, I'm
using NT.  

Thanks in advance,

Rick Horowitz


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to