Assuming you're using jbossws 1.2
Your Input class needs to expose it's properties with tags similar to:
@XmlAccessorType(XmlAccessType.FIELD)
| @XmlType(name = "Input", propOrder = {
| "firstName",
| "lastName"})
This will allow wsconsume & produce (and the JBoss deployer) to create the necessary complex types and map them to simple XML types
To the best of my knowledge, you can not pass complex datatypes as parameters, but someone will probably prove me wrong! I haven't had a need to do it yet.
Make sure you familiarise yourself with the examples at
http://jbws.dyndns.org/mediawiki/index.php/Main_Page
If you're mucking around maintaining WSDL files, you're making too much work for yourself.
hth.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030093#4030093
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030093
"norman.richards(a)jboss.com" wrote : That database manager has no relationship to Seam whatsoever. If you are using DefaultDS, the hsql JARs and the MBean that controls the datasource are completely outside of your EAR. Even if you are using a private hypersonic instance like the dvd store does, it is also external to your EAR.
|
| I don't know what could cause a HeadlessException where one didn't exist previously, but I don't see how anything Seam is doing could be the cause.
Thats definitive.
I will have a chat with the icefaces croud.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030092#4030092
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030092
Yes, you should be able to just put the bytes directly into the document store using saveData(). DocumentStore was not really designed with other apps in mind, so it's usage is not documented anywhere. You should look at how it is used in the pdf code to get a feel whether or not it is helpful.
Of course, writing a servlet to dump the data out is pretty simple too. Maybe that is the path of least resistance?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030091#4030091
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030091
That database manager has no relationship to Seam whatsoever. If you are using DefaultDS, the hsql JARs and the MBean that controls the datasource are completely outside of your EAR. Even if you are using a private hypersonic instance like the dvd store does, it is also external to your EAR.
I don't know what could cause a HeadlessException where one didn't exist previously, but I don't see how anything Seam is doing could be the cause.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030090#4030090
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030090