[jboss-user] [JBossWS] - Re: Cannot find service endpoint target

2007-09-05 Thread garethevans
Hi, I've been having the same issue (with jboss-4.2.1GA and jbossws-2.0.1.GA). I managed to get around it replacing all @EJB annotations with @Resource annotations within my web services. Gareth View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081341#4081341

[jboss-user] [JCA/JBoss] - Re: Configuration of JCA Inflow Resource Adapter

2007-06-28 Thread garethevans
Hi, Thanks for the quick reply, just one question, doesn't that make application upgrades difficult? Gareth View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058717#4058717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JCA/JBoss] - Configuration of JCA Inflow Resource Adapter

2007-06-28 Thread garethevans
I'm using jboss4.0.5.GA to connect to a legacy system via tcp. To do this I'm using a JCA inflow resource connected to an MDB. This is currently working as expected. My question how can I configure this in a maintainable way? Currently the configuration sits within the ejb-jar.xml and jboss.x