"vsevel" wrote : I deployed in tomcat the websale process archive via eclipse.
| I believe that during the deployment the database is updated.
| But where are stored the newly created forms such as form.gift.wrap.xhtml?
In the DB
"vsevel" wrote : Also, how to deploy a process archive in a production environment?
| I saw that process archive could be stored as .par file (zip file).
| How to deploy a .par file without using eclipse?
| I only saw that it was possible to do it via some code???
|
- ant task
- custom code
- upload servlet
- db copy
- ...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101954#4101954
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101954
Sorry for digging up this old thread, but I have the same problem and can't seem to solve it.
I have annotated the exception base class thrown by my WebMethods with @XmlSeeAlso to refer to the subtype exceptions, but it doesn't seem to have any effect and still in the client a SOAPFaultException is thrown instead of the user exception.
I am running JBoss AS 4.0.5 with JBossWS 2.0.1.GA.
What am I missing?
Torsten
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101950#4101950
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101950