[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Annotation equivalent of class/subselect element?

2008-11-26 Thread cburnley
Actually, view does not work due to views not really being supported by schema validation / creation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192438#4192438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192438

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Annotation equivalent of class/subselect element?

2008-11-26 Thread cburnley
Hi, just wondering if there was an annotation equivalent of the hibernate mapping element ? I need to do it for performance reasons, I can create a view, but I'd rather not. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192375#4192375 Reply to the post

[jboss-user] [EJB 3.0] - Re: EJB3 Session Bean as 2.1 Service

2008-11-25 Thread cburnley
Addeding the serial compatable libraries to the classpath is not an option since the client is jboss 4.0.3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192290#4192290 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [EJB 3.0] - EJB3 Session Bean as 2.1 Service

2008-11-25 Thread cburnley
I'm deploying a remote ejb3 service (4.2.3) that needs to be called by a legacy ejb 2.1 (4.0.3) client. I've declared the bean with @Remote and @RemoteHome, and added container-configuration in a jboss.xml but it seems as though the service is still exposed as a ejb3 service because I get thes