Hi Rickard,

I'm really sorry but I still don't understand.

If I am running the jBoss build as is, without changing the properties, and
I have deployed the Interest tutorial example, what would be the exact
values for the params?

I thought it would be

Server URL: localhost
Home Name: interest/Interest

EJX shows the error:

Need to specify class name in environment or system property, or as an
applet parameter, or in an application resource file:
java.naming.factory.initial

And the EJX window shows the following output:

Property:windowSize
Loading preference for:windowSize
Property:xmlManager
Property:userDir
Property:windowSize
Property:xmlManager
Loading preference for:xmlManager
Property:userDir
Property:windowSize
Property:xmlManager
Property:userDir
Loading preference for:userDir
javax.naming.NoInitialContextException: Need to specify class name in
environment or system property, or as an applet parameter, or in an
application resource file:  java.naming.factory.initial
        at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:646)
        at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
        at
javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:283)
        at javax.naming.InitialContext.lookup(InitialContext.java:350)
        at com.dreambean.ejx.ejbench.Selector.connect(Selector.java:53)
        at java.lang.reflect.Method.invoke(Native Method)
        at
com.dreambean.awt.GenericMethodDialog.actionPerformed(GenericMethodDialog.ja
va:193)
        at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
        at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButto
n.java:1504)
        at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:3
78)
        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.Dialog.show(Dialog.java:370)
        at java.awt.Component.show(Component.java:946)
        at java.awt.Component.setVisible(Component.java:903)
        at
com.dreambean.awt.GenericMethodDialog.<init>(GenericMethodDialog.java:167)
        at
com.dreambean.awt.GenericCustomizer$MethodInvoker.actionPerformed(GenericCus
tomizer.java:511)
        at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
        at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButto
n.java:1504)
        at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:3
78)
        at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
        at
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener
.java:216)
        at
java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
        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)

What am I doing wrong (as usual!)?

Peter.

----- Original Message -----
From: "Rickard �berg" <[EMAIL PROTECTED]>
To: "jBoss Developer" <[EMAIL PROTECTED]>
Sent: Friday, July 21, 2000 9:28 AM
Subject: Re: [jBoss-Dev] EJBench Usage


Hey

Peter Shillan wrote:
> I think EJBench sounds like one hell of a tool. I have tried to connect to
> the sample Interest bean, but I don't even know where to start! D'oh!

Yeah, this is the thingy I mentioned when we discussed availability of
remote interfaces. A dynamic EJX plugin to find and query beans.

> What are the values for the following:
>
> URL? (Is it something like localhost:1099, where 1099 is the jnp port)

Yup. JNDI provider URL. 1099 should not be needed even.

> Name? (Presumably the EJB name, Interest)

The *global* JNDI name, since this only works with the external view of
the EJB's.

/Rickard

--
Rickard �berg

Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com




Reply via email to