[jboss-user] [EJB/JBoss] - PortableRemoteObject problems

2009-07-20 Thread MarcelK1607
Hello, I have a simple Hello World bean and remote, but I cant get it to work. I keep on getting a ClassCastException in my client with PortableRemoteObject.narrow What am I missing here?? | package nl.mkoopman.helloworld; | | import java.util.Properties; | | import javax.naming.C

[jboss-user] [Beginners Corner] - Re: jBoss and Hibernate

2009-07-02 Thread MarcelK1607
Sorry, already solved it, i didnt have the right jars. Thanks anyway! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241581#4241581 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241581

[jboss-user] [Beginners Corner] - Re: jBoss and Hibernate

2009-07-02 Thread MarcelK1607
Also I am running the client app in Eclipse, maybe I need hibernate there? I am confused sorry. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241482#4241482 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241482 ___

[jboss-user] [Beginners Corner] - Re: jBoss and Hibernate

2009-07-02 Thread MarcelK1607
Exception in thread "main" java.lang.reflect.UndeclaredThrowableException | at $Proxy2.findMedewerker(Unknown Source) | at nl.capgemini.inzetmanagement.client.Client.main(Client.java:27) | Caused by: java.lang.ClassNotFoundException: org.hibernate.hql.ast.QuerySyntaxException |

[jboss-user] [Beginners Corner] - jBoss and Hibernate

2009-07-02 Thread MarcelK1607
Hello! I am doing my own hello world jBoss EJB application. I've got derby running, have a connection to it. have a EJB remote. However when doing a query I get classnotfound HibernateQueryException. Why Hibernate? Do I need Hibernate to do queries? View the original post : http://www.jboss.o