So where are things as far as deploying WSRP on JBoss WS (new stack)?
I have managed to deploy it under several conditions:
+ Comment out an import in wsrp_v1_types.xsd because this causes an issue with Xerces schema API (see http://jira.jboss.com/jira/browse/JBWS-686) but this results in a bunch of schema related errors the significance of which is undertermined at this point. Supposedly JBWS-686 is fixed in jboss-head but so far I haven't been able to build a 1.4-compliant version of it.
+ For some reason, the SAR doesn't deploy correctly if it is in the deploy dir at the start of the server. More precisely the service seems to be deployed but the web service is not. I thought that adding the following:
<depends>jboss.ws:service=WebServiceDeployerJSE</depends>