[jboss-user] [EJB 3.0 Users] - Client JNDI lookup (vs. JBoss), ClassNotFoundException

2009-11-26 Thread kesson
Hello all, I just hope it is a right thread for my question. I'm running on Windows XP with JBoss 4.2.2.GA installed on it (but actually the same problem is also on Linux installation of JBoss). I've got a small client trying to do get an InitialContext() and talk to the local JBoss server

[jboss-user] [EJB 3.0 Users] - Re: Client JNDI lookup (vs. JBoss), ClassNotFoundException

2009-11-26 Thread kesson
It seems to be working... A LOT OF THANKS! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267656#4267656 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267656 ___ jboss-user

[jboss-user] [EJB 3.0] - Timed functions

2008-11-12 Thread kesson
Hello all, We have an application running on JBoss -4.2.1GA, and there is some method annotated as @Timeout. In other words, we have defined a timer in the application, and it invokes this method in timely manner. The timed method initializes some action, which needs to use external scripting

[jboss-user] [JBoss Seam] - EJBQL question

2008-01-27 Thread kesson
Hey all, I have some entity, let's say, User, and other entity, Community, with many-to-many relationship between them. The user can be member in one, several or none communities. So, class User has a property communities, of SET type, with all appropriate getters and setters. I want to be