Hello -

I'm testing an EJB application that is based on "sample3a".  I copied all of
the Balance bean files and made another bean, changed the name, and added it to
all the right makefiles, the manifest file, etc, etc.  When I go to look up the
bean's context in my client (at the same place that I successfully do the same
thing for the first bean), I get the following error:

Exception occurred during event dispatching:
java.lang.RuntimeException: Failed to unmarshal proxy
        at client.EjbClient.save(EjbClient.java, Compiled Code)
        at client.ClientUI.actionPerformed(ClientUI.java, Compiled Code)
        at client.ProtoPanel.savePressed(ProtoPanel.java, Compiled Code)
        at client.ProtoPanel.access$0(ProtoPanel.java, Compiled Code)
        at client.ProtoPanel$2.actionPerformed(ProtoPanel.java, Compiled Code)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java, 
Compiled Code)
        at 
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java, 
Compiled Code)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java, 
Compiled Code)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java, Compiled 
Code)
        at 
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java, 
Compiled Code)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java, 
Compiled Code)
        at java.awt.Component.processMouseEvent(Component.java, Compiled Code)
        at java.awt.Component.processEvent(Component.java, Compiled Code)
        at java.awt.Container.processEvent(Container.java, Compiled Code)
        at java.awt.Component.dispatchEventImpl(Component.java, Compiled Code)
        at java.awt.Container.dispatchEventImpl(Container.java, Compiled Code)
        at java.awt.Component.dispatchEvent(Component.java, Compiled Code)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java, Compiled 
Code)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java, Compiled 
Code)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java, Compiled Code)
        at java.awt.Container.dispatchEventImpl(Container.java, Compiled Code)
        at java.awt.Window.dispatchEventImpl(Window.java, Compiled Code)
        at java.awt.Component.dispatchEvent(Component.java, Compiled Code)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java, Compiled Code)
        at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java, 
Compiled Code)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java, Compiled 
Code)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java, Compiled Code)

Where should I look to fix this?  Thanks for your help.

Brian Hughes
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to