Sascha Kulawik wrote:
Hi Sascha,First Problem referring to the builds after 1.0:I'm using Stateless Session Beans for exporting Services and I'm using the Axis Features WSDL2Java and Java2WSDL. In the Nightly Builds I have a problem with the ?wsdl Feature -> If I'm looking at the WSDL I've seen, that not all Objects that I've specified in the WSDD would be exported, so I can't import this WSDL to create the stub-code. Explain: I'm returning DAO-Objects. This DAO-Objects containing sometimes Arrays of other DAO-Objects. THIS referring DAO's aren't anymore inside the WSDL with every nightly build I've tried.
This sounds like the same problem I entered in Bugzilla last night as bug 14988 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14988), Java2WSDL fails to generate WSDL for beans used only through arrays. You might want to add your remarks to that if the details match what you're seeing.
I know the problem's been around for a while - I saw it when I tried a daily version of Axis from early last week. With the push to get out a 1.1 version it's good to make sure problems are listed in Bugzilla so the developers can see them, though.
- Dennis