[JBoss-user] [EJB 3.0] - Re: Port 3873 hard coded in the stubs?

2006-06-30 Thread rparree
Heiko, Does that mean that the way i was trying to configure (see my post) is unsupported, or was i on the wrong track? tx., View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954602#3954602 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [EJB 3.0] - Port 3873 hard coded in the stubs?

2006-03-20 Thread rparree
Hi, I was setting up two clustered sever nodes on a single machihe. It seems the port number of the remote Connector is hard coded. I have the connector configured on one of the servers as: | jboss.aop:service=AspectDeployer | | | | 36 |

[JBoss-user] [EJB 3.0] - Re: remove on detached object no IllegalArgumentException??

2006-03-06 Thread rparree
Milan, Thanks for your postHowever, the problem is i am NOT receiving this exception when I am indeed expecting it. My sentence was not too clear.. it should read "According to the EJB spec [section] 3.2.2 3rd option should this not result in a IllegalArgumentException? [exception]" Envi

[JBoss-user] [EJB 3.0] - remove on detached object no IllegalArgumentException??

2006-03-06 Thread rparree
Hi, In a small test application, I have a client, a remote session bean and an entity. In the client I have the following code: Employee e = manager.getByName("Jennifer Wirth"); | manager.fire(e); (Where manager is the Remote Session Bean). The implementation of the fire method is: // em i

[JBoss-user] [EJB 3.0] - Re: Support for SessionContext.getInvokedBusinessInterface?

2006-02-24 Thread rparree
William, Thanks...i am watching it Raphael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926124#3926124 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926124 ---

[JBoss-user] [EJB 3.0] - mapping-file in persistence-unit supported?

2006-02-23 Thread rparree
Hi, Is the element in the persistence-unit supported in JBoss EJB3.0? I seems that JBoss does not pick up the mapping configuration inside my orm.xml mapping file. | | org.hibernate.ejb.HibernatePersistence | java:/demos/DS | orm.xml | | | | |

[JBoss-user] [EJB 3.0] - Re: business-remote

2006-02-23 Thread rparree
B, Thanks for the information..could very well be. I was in fact already anticipating that. Do you know where to get the latest information on these final changes (before getting PFD2.. ). For example the business-remote is still in the http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd ...is

[JBoss-user] [EJB 3.0] - Support for SessionContext.getInvokedBusinessInterface?

2006-02-21 Thread rparree
Hi, I have noticed the SessionContext does not include getInvokedBusinessInterface... When will this be supported? tx. Raphael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925329#3925329 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [EJB 3.0] - business-remote

2006-02-20 Thread rparree
Hi, Shouldn't the remote business method be specified using the business-remote element as apposed to the remote element? The demo in the Tutorial ("Stateful Beans Using Deployment Descriptors") shows the remote element... see (http://docs.jboss.org/ejb3/app-server/tutorial/stateful_deployment

[JBoss-user] [Beginners Corner] - Re: EJB3 stateless session bean not deploying correctly

2005-08-18 Thread rparree
Hi, Did you name your entitymanager in your persistence.xml?: | manager1 | ... | In that case you need to put untName on the Injection: @PersistenceContext (unitName = "manager1") | private EntityManager manager1; | (see getManagedEntityManagerFactory in org.jboss.ejb3.inject

[JBoss-user] [JBossWS] - Re: rpc/literal generates soap encoded array

2005-06-30 Thread rparree
Hi, Thanks Jason for your reply. Are there any licensing problems using and relying on wscompile. Wscompile is part of the jaxrpc-impl.jar which is listed on http://java.sun.com/webservices/docs/1.6/ReleaseNotes.html#RedistributableComponents and further explained in the http://java.sun.com/w

[JBoss-user] [JBossWS] - rpc/literal generates soap encoded array

2005-06-30 Thread rparree
Hi, I have a basic example that is not doing what it is suppose to do. I am running a few tests on multiple WS platforms, and I can?t get this one to work with JBossWS (JBoss 4.0.2 have tried 4.0.3 RC1 as well) I am using org.jboss.axis.wsdl.Java2WSDL with flags turned on for RPC and LITERAL. T