[jboss-user] [JBoss Seam] - jndi on jboss - how to

2007-11-07 Thread romant1
Hi, could anyone describe how to make jndi calls from presentation tier to access session beans? I am using GWT and can access only presentation tier from the client side, not session beans directly. I cannot find any simple description. Thanx. View the original post :

[jboss-user] [JBoss Seam] - Re: Anyone using SEAM+GWT?

2007-11-06 Thread romant1
Sorry, EntityManager is the class I am trying to inject. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4102146#4102146 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4102146 ___

[jboss-user] [JBoss Seam] - Anyone using SEAM+GWT?

2007-11-06 Thread romant1
Hi guys, is here anyone using GWT + SEAM? I would really appreciate an example where GWT calls via RPC a session bean method. I cannot manage it, there are some problem with annotations on the server side when I try to inject a PersistenceManager in my session bean which is called via RPC.

[jboss-user] [JBoss Seam] - JBoss Tools 2.0.0 and Eclipse compatibility

2007-11-03 Thread romant1
Hi, I am trying to install JBoss Tools 2.0.0Beta2 into Eclipse 3.3.0 but it seams it does not work completely. Could anyone tell me where can I find the compatibility of JBoss Tools versions and Eclipse versions? I cannot find it anywhere. Thanx. View the original post :

[jboss-user] [JBoss Seam] - seam+gwt problem

2007-11-02 Thread romant1
Hi guys, I am trying to use gwt with seam, but when I deploy my application (actually the same as presented in examples in the seam package when you download it). There is no problem to build it, deploy as EAR and run. But when I try to push a button to call my own RPC method