Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
kendenil
Post subject:   PostPosted: Mar 11, 2008 - 12:49 PM



Joined: Mar 11, 2008
Posts: 3

good
 
 View user's profile Send private message  
Reply with quote Back to top
ozanyurt
Post subject:   PostPosted: May 10, 2009 - 10:59 AM



Joined: May 10, 2009
Posts: 1

thanks alexeinov You saved my weekend. This will probably happen to many many people

_________________
Ozan Yurtseven
 
 View user's profile Send private message  
Reply with quote Back to top
fastex
Post subject:   PostPosted: Oct 30, 2009 - 08:53 AM



Joined: Oct 30, 2009
Posts: 1

Hello,
i need help for my problem
When i run jboss 4.2.3.GA

in JBOSS i found error
Quote:


--- MBeans waiting for other MBeans ---
ObjectName: jboss.j2ee:jar=EODEJB.jar,name=beanBuku,service=EJB3
State: NOTYETINSTALLED
I Depend On:
persistence.units:unitName=ejbpersistence

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: persistence.units:unitName=ejbpersistence
State: NOTYETINSTALLED
Depends On Me:
jboss.j2ee:jar=EODEJB.jar,name=beanBuku,service=EJB3


please helpme to solving the problem..

Thanks..
 
 View user's profile Send private message  
Reply with quote Back to top
amira88
Post subject:   PostPosted: Dec 03, 2009 - 12:03 AM



Joined: Dec 02, 2009
Posts: 2

Hi ,
I followed the tutorial and it's very clear. i just change Book to Hotel:
but when i try to run the "FirstEJB3TutorialClient " class i have this errors ,i tried many times but without a good result and this is the errors :
Code:

18:51:28,365 DEBUG TimedSocketFactory:87 - createSocket, hostAddr: localhost/127.0.0.1, port: 1099, localAddr: null, localPort: 0, timeout: 0
javax.naming.NameNotFoundException:BookTestBean not bound
   at org.jnp.server.NamingServer.getBinding(NamingServer.java:771)
   at org.jnp.server.NamingServer.getBinding(NamingServer.java:779)
   at org.jnp.server.NamingServer.getObject(NamingServer.java:785)
   at org.jnp.server.NamingServer.lookup(NamingServer.java:396)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
   at sun.rmi.transport.Transport$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at sun.rmi.transport.Transport.serviceCall(Unknown Source)
   at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
   at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
   at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
   at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
   at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
   at sun.rmi.server.UnicastRef.invoke(Unknown Source)
   at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
   at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:722)
   at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:682)
   at javax.naming.InitialContext.lookup(Unknown Source)
   at ClientBeans.ClientA.main(ClientA.java:39)
Exception in thread "main" java.lang.RuntimeException: javax.naming.NameNotFoundException: BookTestBean not bound
   at ClientBeans.FirstEJB3TutorialClient.main(ClFirstEJB3TutorialClient.java:49)
Caused by: javax.naming.NameNotFoundException: BookTestBean not bound
   at org.jnp.server.NamingServer.getBinding(NamingServer.java:771)
   at org.jnp.server.NamingServer.getBinding(NamingServer.java:779)
   at org.jnp.server.NamingServer.getObject(NamingServer.java:785)
   at org.jnp.server.NamingServer.lookup(NamingServer.java:396)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
   at sun.rmi.transport.Transport$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at sun.rmi.transport.Transport.serviceCall(Unknown Source)
   at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
   at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
   at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
   at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
   at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
   at sun.rmi.server.UnicastRef.invoke(Unknown Source)
   at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
   at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:722)
   at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:682)
   at javax.naming.InitialContext.lookup(Unknown Source)
   at ClientBeans.FirstEJB3TutorialClient.main(ClientA.java:39)

Thank u for help it's very urgent i have to finish it for saturday
 
 View user's profile Send private message  
Reply with quote Back to top
amira88
Post subject:   PostPosted: Dec 05, 2009 - 08:04 PM



Joined: Dec 02, 2009
Posts: 2

I'm using the lalliluna tutorial step by step But when i have to check the application depolyment i can't find the folder FirstEjb3Tutorial.jar and the other folders, is the deploy of application generated automaticly or i have to do it by my self!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
 View user's profile Send private message  
Reply with quote Back to top
shivaily
Post subject:   PostPosted: Feb 28, 2010 - 09:52 PM



Joined: Jan 14, 2008
Posts: 2

Can any one post how to do ejb3.0 with weblogic 10 or higher versions...
I will be greatfull if any one can help me in doing ejb3.0 with weblogic 10 or higher version....
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits