[jboss-user] [JBossWS] - Re: Is a Statefull Webservice Possible?

2008-05-16 Thread edvedafi
Thanks for the response alessioUnfortunately that is exactly what I have already done. If I attempt to deploy the StatefulEndpoint inside my Jboss 4.2.2 server nothing happens. Specifically I would expect that the wsdl would be available, and visible from

[jboss-user] [JBossWS] - Is a Statefull Webservice Possible?

2008-05-14 Thread edvedafi
We are attempting to build a statefull webservice. So far it has not going well. I have found quite a few posts that point to http://labs.jboss.com/portal/jbossws/user-guide/en/html/wsaddressing.html, which has nothing but some downloads. After downloading jbossws-src-2.0.0.GA, I have still

[jboss-user] [EJB 3.0] - Re: Is Disciminator used in @OneToMany?

2006-08-10 Thread edvedafi
May be the problem isn't quite what I thought: Once I added referencedColumnName= to all of the JoinColumns I was able to eliminate this problem. As well as an @WHERE(clause=type=A) annotation along with the JoinColumns it kindof works. However now I am noticing that on a OneToMany

[jboss-user] [EJB 3.0] - Is Disciminator used in @OneToMany?

2006-08-02 Thread edvedafi
I have a Entity (A) that has a List of Bservices and one Baccount record. Bservice and Baccount both inherit from an abstract class B and are both stored in table B. The code below is how I thought it should work, but it does not. When I try to deploy it says there is a broken column mapping