[jboss-user] [EJB 3.0] - Re: JBoss 5, ejb3, Remote client

2007-05-01 Thread nat101j
Thank you much! nat View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042177#4042177 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042177 ___ jboss-user mailing list jboss-user@

[jboss-user] [EJB 3.0] - JBoss 5, ejb3, Remote client

2007-04-29 Thread nat101j
On a JBoss 5 (Beta 2) server, (which is running JEE 5 apps only,) what is required at the client to call a ejb 3 Remote interface? 1. Which jar file(s). 2. Does injection work for a remote *client*? Thank you; nat View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: 4.0.5, cmp 2.1, session method can't catch entity create

2007-01-04 Thread nat101j
The answer is It seems like a BUG in Jboss' JDBCStoreManager2. (cmp2.x jdbc2 pm) I redid my jboss.xml to point to the default persistence-manager, JDBCStoreManager, and the exception is being caught as expected. Please, if this is NOT a bug please advise. I have this question sitting in thre

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - 4.0.5, cmp 2.1, session method can't catch entity createExce

2007-01-01 Thread nat101j
System: Fedora 5. DB: IBM db2 9.1 JVM: 5.0.9 AS. JBoss 4.0.5GA persistence-manager: org.jboss.ejb.plugins.cmp.jdbc2.JDBCStoreManager2 In the following method in a session (facade) bean: private void testCreate() { | try { | myEntityHome.create(123,1,1); | System.o