[jboss-user] [JBoss Web Services Users] - Re: Resteasy Mapped annotation on class rather than service

2009-09-09 Thread young_matthewd
not a bug.maybe just wishful thinking basically i have a carrier class mapped via Hibernate and holds a property mapped to an XML column (feature with DB2 9 and Oracle 10/11). that property in the xsd schema (which gets parsed by XJC into pojos) is marked as an "xs:any" element. when

[jboss-user] [JBoss Web Services Users] - Resteasy Mapped annotation on class rather than service

2009-09-09 Thread young_matthewd
using resteasy 1.1 together with latest jaxb 2.2 using Jackson transformation of JAXB classes and added the Mapped annotation to the called service. works fine. but i wanted to add the namespace mapping (to a json name) against the actual JAXB class being marshalled. so i created a XJC plugi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: run.jar java options (JavaService.exe)

2009-04-15 Thread young_matthewd
exactly the service was setup with the JavaService utility (part of an Adobe Lifecycle installation). will check out the registry entry (would have never guessed going that whythanks for the tip). assume i can see every argument to the jvm in the register. best alternative in the fut

[jboss-user] [Installation, Configuration & DEPLOYMENT] - run.jar java options (JavaService.exe)

2009-04-14 Thread young_matthewd
using JBoss 4.0.3 SP2 on windows jboss is setup as a service (via JavaService.exe) which runs the run.jar main class (org.jboss.Main). want to send specific java options to the Main class. like a javaagent option: -javaagent: how is this done using run.jar? View the original post : htt