[jboss-user] [JBossWS] - JBoss WS Pojos endpoint authentication

2009-07-02 Thread a.gazzarini
Hi, I was trying to configure authentication for my pojo endpoint as described on http://www.jboss.org/community/wiki/JBossWS-SecureTransport. Well, probelm is that my security constraints (web.xml) is protecting all resources (/*) including WSDL, so when I try to invoke the Service.getPort(...)

[jboss-user] [JBossWS] - Re: Problem with inheritance and JBossWS

2008-12-17 Thread a.gazzarini
Hi Richard, thanks for reply! I think that it could be better (for example) if it should be possible to insert the @XmlSeeAlso in the service endpoint class. In this way when you defining the XXX Service endpoint class you can indicate implicit classes that are involved in the service execution

[jboss-user] [JBossWS] - Re: Problem with inheritance and JBossWS

2008-12-13 Thread a.gazzarini
Excuse me, just a simple question...with @XmlSeeAlso annotation you MUST list in the superclass all the required subclasses (subclasses that need to be declared / defined in WSDL schema portion) ...isn't it absurd from an OO point of view? I mean, a superclass should ignore whenever there are