Has anyone run the eb example using Jeremie and Jonas 2.2.6?

I start the Jeremie registry 

K:\bullejb\JONAS\bin\nt>java
-Djava.security.policy=k:\bullejb\JONAS\java.policy
 org.objectweb.jeremie.libs.services.registry.JRMIRegistry
Jeremie Registry started

& the EJB Server successfully.

K:\bullejb\JONAS\examples\src\eb>java -Dinstall.root=k:\bullejb\JONAS
-Djava.sec
urity.policy=k:\bullejb\JONAS\java.policy
org.objectweb.jonas.server.Se
rver
JOnAS Server, version 2.2.6, running on Jeremie.
Mapping ConnectionManager jdbc:oracle:thin:@machinename:orc1 on jdbc_1
 EJBHome:eb.JOnASAccountExplHome for AccountExpl available
 EJBHome:eb.JOnASAccountImplHome for AccountImpl available
EJBServer is ready

When I run the client code it hangs after a few print statements.

K:\bullejb\JONAS\examples\classes>java eb.ClientAccount AccountImplHome
Getting a UserTransaction object from JNDI
Connecting to the AccountHome
Getting the list of existing accounts in database
109 John Smith 0.0

At this point there is no entry for John Smith in the db table.

I have tried both populated and empty accountsample tables.

What am I missing here?

Thanks

Gopi

PS The sb example works fine


----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to