[JBoss JIRA] Created: (JBWS-1994) Improve the metro build
by Thomas Diesler (JIRA)
Improve the metro build
-----------------------
Key: JBWS-1994
URL: http://jira.jboss.com/jira/browse/JBWS-1994
Project: JBoss Web Services
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Thomas Diesler
Fix For: jbossws-metro-1.0.1
The build fails when invoked with Ant. If this is intensional, we should have proper error messages
[tdiesler@tddell trunk]$ ant main
build.metro:
[exec] Buildfile: metro-build-adapter.xml
[exec] BUILD FAILED
[exec] Target `WSIT.main' does not exist in this project. It is used from target `-metro.runtime.jar'.
[exec] Total time: 1 second
BUILD FAILED
/home/tdiesler/svn/jbossws/stack/metro/trunk/ant-import/build-metro.xml:78: The following error occurred while executing this line:
/home/tdiesler/svn/jbossws/stack/metro/trunk/ant-import/build-metro.xml:23: exec returned: 1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Created: (JBWS-1992) EndpointRecordProcessorDeploymentAspect.unregisterRecordProcessor method throws NPE on AS shutdown
by Richard Opalka (JIRA)
EndpointRecordProcessorDeploymentAspect.unregisterRecordProcessor method throws NPE on AS shutdown
--------------------------------------------------------------------------------------------------
Key: JBWS-1992
URL: http://jira.jboss.com/jira/browse/JBWS-1992
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-native
Reporter: Richard Opalka
Assigned To: Alessio Soldano
Fix For: jbossws-native-2.0.4
16:02:56,746 ERROR [WebServiceDeployerPostJSE] Error during undeploy: vfsfile:/opt/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/server/default/deploy/jaxws-wsrm.war
org.jboss.wsf.spi.deployment.WSFDeploymentException: java.lang.NullPointerException
at org.jboss.wsf.spi.deployment.WSFDeploymentException.rethrow(WSFDeploymentException.java:54)
at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.failsafeDestroy(DeploymentAspectManagerImpl.java:190)
at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.undeploy(DeploymentAspectManagerImpl.java:162)
at org.jboss.wsf.container.jboss50.ArchiveDeployerHook.undeploy(ArchiveDeployerHook.java:109)
at org.jboss.wsf.container.jboss50.AbstractWebServiceDeployer.internalUndeploy(AbstractWebServiceDeployer.java:70)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.undeploy(AbstractRealDeployer.java:112)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.undeploy(DeployerWrapper.java:187)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doUninstallParentLast(DeployersImpl.java:1072)
at org.jboss.deployers.plugins.deployers.DeployersImpl.uninstall(DeployersImpl.java:1027)
at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:333)
at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:1323)
at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1009)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:627)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:423)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unload(ProfileServiceBootstrap.java:360)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unloadProfile(ProfileServiceBootstrap.java:321)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.shutdown(ProfileServiceBootstrap.java:149)
at org.jboss.bootstrap.AbstractServerImpl.shutdownServer(AbstractServerImpl.java:505)
at org.jboss.bootstrap.AbstractServerImpl$ShutdownHook.run(AbstractServerImpl.java:824)
Caused by: java.lang.NullPointerException
at org.jboss.wsf.framework.deployment.EndpointRecordProcessorDeploymentAspect.unregisterRecordProcessor(EndpointRecordProcessorDeploymentAspect.java:118)
at org.jboss.wsf.framework.deployment.EndpointRecordProcessorDeploymentAspect.destroy(EndpointRecordProcessorDeploymentAspect.java:89)
at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.failsafeDestroy(DeploymentAspectManagerImpl.java:186)
... 19 more
16:02:56,926 ERROR [WebServiceDeployerPreJSE] Error during undeploy: vfsfile:/opt/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/server/default/deploy/jaxws-wsrm.war
org.jboss.wsf.spi.deployment.WSFDeploymentException: org.jboss.kernel.spi.registry.KernelRegistryEntryNotFoundException: Entry not found with name: WSEndpointRegistry
at org.jboss.wsf.spi.deployment.WSFDeploymentException.rethrow(WSFDeploymentException.java:54)
at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.failsafeDestroy(DeploymentAspectManagerImpl.java:190)
at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.undeploy(DeploymentAspectManagerImpl.java:162)
at org.jboss.wsf.container.jboss50.ArchiveDeployerHook.undeploy(ArchiveDeployerHook.java:109)
at org.jboss.wsf.container.jboss50.AbstractWebServiceDeployer.internalUndeploy(AbstractWebServiceDeployer.java:70)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.undeploy(AbstractRealDeployer.java:112)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.undeploy(DeployerWrapper.java:187)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doUninstallParentLast(DeployersImpl.java:1072)
at org.jboss.deployers.plugins.deployers.DeployersImpl.uninstall(DeployersImpl.java:1027)
at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:333)
at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:1323)
at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1009)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:627)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:423)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unload(ProfileServiceBootstrap.java:360)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unloadProfile(ProfileServiceBootstrap.java:321)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.shutdown(ProfileServiceBootstrap.java:149)
at org.jboss.bootstrap.AbstractServerImpl.shutdownServer(AbstractServerImpl.java:505)
at org.jboss.bootstrap.AbstractServerImpl$ShutdownHook.run(AbstractServerImpl.java:824)
Caused by: org.jboss.kernel.spi.registry.KernelRegistryEntryNotFoundException: Entry not found with name: WSEndpointRegistry
at org.jboss.kernel.plugins.registry.AbstractKernelRegistry.getEntry(AbstractKernelRegistry.java:89)
at org.jboss.wsf.common.KernelAwareSPIFactory.getKernelProvidedSPI(KernelAwareSPIFactory.java:39)
at org.jboss.wsf.stack.jbws.EndpointRegistryFactoryImpl.getEndpointRegistry(EndpointRegistryFactoryImpl.java:41)
at org.jboss.wsf.framework.deployment.EndpointRegistryDeploymentAspect.destroy(EndpointRegistryDeploymentAspect.java:53)
at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.failsafeDestroy(DeploymentAspectManagerImpl.java:186)
... 19 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Created: (JBWS-1918) Pass JavaEE5 CTS for jaxr, jaxrpc, jaxws, jws, saaj, webservice, webservices12
by Thomas Diesler (JIRA)
Pass JavaEE5 CTS for jaxr, jaxrpc, jaxws, jws, saaj, webservice, webservices12
------------------------------------------------------------------------------
Key: JBWS-1918
URL: http://jira.jboss.com/jira/browse/JBWS-1918
Project: JBoss Web Services
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: jbossws-jaxws
Reporter: Thomas Diesler
Assigned To: Thomas Diesler
Fix For: jbossws-2.0.2
Run the JavaEE5 tests with jdk-1.5 against jboss-5.0
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Updated: (JBWS-1172) Support schema validation for incoming/outgoing messages
by Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBWS-1172?page=all ]
Thomas Diesler updated JBWS-1172:
---------------------------------
Summary: Support schema validation for incoming/outgoing messages (was: Support schema validation for incoming messages)
> Support schema validation for incoming/outgoing messages
> --------------------------------------------------------
>
> Key: JBWS-1172
> URL: http://jira.jboss.com/jira/browse/JBWS-1172
> Project: JBoss Web Services
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: jbossws-native
> Reporter: Thomas Diesler
> Assigned To: Thomas Diesler
> Fix For: jbossws-native-2.0.4
>
>
> I am trying to use JBOSSWS 1.0.2. and JBOSSAS-4.0.4GA
> I am starting with a WSDL file that contains a schema. I used WSTOOLS to generate the appropriate artifacts
> I would like to use DOCUMENT/LITERAL wrapped style and I would like to turn on schema validation of my XML instances against a schema defined in the WSDL (on receipt of the message the server does the validation ?).
> Looking through the sources, I see that JAXBDeserializer (jbossws-core.jar) calls JAXBUnmarshallerImpl which calls UnmarshallerImpl (jboss-xml-binding.jar) which does the parsing of the XML.
> I do not see any call to UnmarshallerImpl.setSchemaValidation in this call graph. Should this be called to turn on to do Schema Validation ? If so how and where ?
> Is Schema Validation for Document/Literal something that JBOSSWS 1.0.2 supports ?
> How does one turn on XML Schema validation in JBOSSWS ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months