[JBoss JIRA] Created: (JBRULES-2796) NullPointerException in FromNode.destroyCreatedHandles
by Tommy Odom (JIRA)
NullPointerException in FromNode.destroyCreatedHandles
------------------------------------------------------
Key: JBRULES-2796
URL: https://jira.jboss.org/browse/JBRULES-2796
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-core
Reporter: Tommy Odom
Assignee: Mark Proctor
I received this NullPointerException after upgrading to drools 5.1.1. The NullPointerException is being thrown when the rule executes "update($build);" where $build is set in the LHS from a Build in working memory. I'm not sure if the bug is that matches may be null and a null check needs to be added or if something else is going on causing the tuple to not be found.
Caused by: java.lang.NullPointerException
at org.drools.reteoo.FromNode.destroyCreatedHandles(FromNode.java:336)
at org.drools.reteoo.FromNode.retractLeftTuple(FromNode.java:326)
at org.drools.reteoo.CompositeLeftTupleSinkAdapter.doPropagateRetractLeftTuple(CompositeLeftTupleSinkAdapter.java:238)
at org.drools.reteoo.CompositeLeftTupleSinkAdapter.propagateRetractRightTuple(CompositeLeftTupleSinkAdapter.java:155)
at org.drools.reteoo.JoinNode.retractRightTuple(JoinNode.java:151)
at org.drools.reteoo.ModifyPreviousTuples.retractTuples(ModifyPreviousTuples.java:126)
at org.drools.reteoo.EntryPointNode.modifyObject(EntryPointNode.java:176)
at org.drools.common.AbstractWorkingMemory.update(AbstractWorkingMemory.java:1442)
at org.drools.common.AbstractWorkingMemory.update(AbstractWorkingMemory.java:1349)
at org.drools.base.DefaultKnowledgeHelper.update(DefaultKnowledgeHelper.java:183)
at org.drools.base.DefaultKnowledgeHelper.update(DefaultKnowledgeHelper.java:196)
at buildSchedulerV2.Rule_Combine_Builds_0.defaultConsequence(Rule_Combine_Builds_0.java:36)
at buildSchedulerV2.Rule_Combine_Builds_0DefaultConsequenceInvoker.evaluate(Rule_Combine_Builds_0DefaultConsequenceInvoker.java:49)
at org.drools.common.DefaultAgenda.fireActivation(DefaultAgenda.java:917)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (JBAS-9387) JBoss fail to startup after formatting $JBOSS_HOME/server/$PROFILE/conf/bootstrap/profile.xml
by Marcelo Guimarães (JIRA)
JBoss fail to startup after formatting $JBOSS_HOME/server/$PROFILE/conf/bootstrap/profile.xml
---------------------------------------------------------------------------------------------
Key: JBAS-9387
URL: https://issues.jboss.org/browse/JBAS-9387
Project: Legacy JBoss Application Server 6
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 6.0.0.Final, JBossAS-5.1.0.GA, JBossAS-5.0.0.GA
Environment: Fedora 14 32-bits, kernel 2.6.35.13-91.fc14.i686.PAE, Oracle Java build 1.6.0_24-b07
Reporter: Marcelo Guimarães
If I edit the $JBOSS_HOME/server/$PROFILE/conf/bootstrap/profile.xml and format this part
<classloader name="profile-classloader" xmlns="urn:jboss:classloader:1.0" export-all="NON_EMPTY" import-all="true">
<root>${jboss.lib.url}jboss-profileservice-spi.jar</root>
...
to this one
<classloader name="profile-classloader" xmlns="urn:jboss:classloader:1.0" export-all="NON_EMPTY" import-all="true">
<root>
${jboss.lib.url}jboss-profileservice-spi.jar
</root>
I get an error in JBoss startup:
09:37:14,763 ERROR [AbstractKernelController] Error installing to Create: name=profile-classloader:0.0.0$MODULE state=Configured: java.lang.RuntimeException: Error creating VFS file for
file:/home/ataxexe/jboss/org/jboss-6.0.0.Final/lib/jboss-profileservice-spi.jar
at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.determineVFSRoots(VFSClassLoaderPolicyModule.java:219) [jboss-classloading-vfs.jar:2.2.0.GA]
at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.create(VFSClassLoaderPolicyModule.java:266) [jboss-classloading-vfs.jar:2.2.0.GA]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_24]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_24]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_24]
at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_24]
at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:60) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:168) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:257) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:47) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:125) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:72) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:202) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_24]
Caused by: java.net.URISyntaxException: Illegal character in scheme name at index 0:
file:/home/ataxexe/jboss/org/jboss-6.0.0.Final/lib/jboss-profileservice-spi.jar
at java.net.URI$Parser.fail(URI.java:2809) [:1.6.0_24]
at java.net.URI$Parser.checkChars(URI.java:2982) [:1.6.0_24]
at java.net.URI$Parser.checkChar(URI.java:2992) [:1.6.0_24]
at java.net.URI$Parser.parse(URI.java:3008) [:1.6.0_24]
at java.net.URI.<init>(URI.java:578) [:1.6.0_24]
at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.determineVFSRoots(VFSClassLoaderPolicyModule.java:214) [jboss-classloading-vfs.jar:2.2.0.GA]
... 37 more
Failed to boot JBoss:
java.lang.Exception: Encountered exception in server startup
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:325)
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257)
at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381)
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.IllegalStateException: Incompletely deployed:
DEPLOYMENTS IN ERROR:
Deployment "profile-classloader:0.0.0$MODULE" is in error due to: java.lang.RuntimeException: Error creating VFS file for
file:/home/ataxexe/jboss/org/jboss-6.0.0.Final/lib/jboss-profileservice-spi.jar
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "ScanningProfileFactory" is missing the following dependencies:
Dependency "DelegateModificationChecker" (should be in state "Installed", but is actually in state "Real")
Dependency "ProfileServiceConfig" (should be in state "Installed", but is actually in state "Real")
Dependency "ArtifactRepositoryManager" (should be in state "Installed", but is actually in state "Real")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "WebVisitorAttributes" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "BasicProfileFactory" is missing the following dependencies:
Dependency "ProfileServiceConfig" (should be in state "Installed", but is actually in state "Real")
Dependency "ArtifactRepositoryManager" (should be in state "Installed", but is actually in state "Real")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "ArtifactRepositoryManager" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "MavenArtifactMetaData" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "ProfileLifeCycleCallbackActions" is missing the following dependencies:
Dependency "ActionController" (should be in state "Installed", but is actually in state "Real")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "MainDeployerPlugin" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Dependency "ProfileDeployerPluginRegistry" (should be in state "Installed", but is actually in state "Real")
Deployment "TypedProfileFactory" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "KernelDeploymentComponentMapper" is missing the following dependencies:
Dependency "PersistenceFactory" (should be in state "Installed", but is actually in state "Real")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "PersistenceFactory" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "ProfileRepositoryFactory" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "ProfileServiceConfig" is missing the following dependencies:
Dependency "ProfileLifeCycleCallbackActions" (should be in state "Installed", but is actually in state "Real")
Dependency "ProfileDeployerPluginRegistry" (should be in state "Installed", but is actually in state "Real")
Dependency "TypedProfileFactory" (should be in state "Installed", but is actually in state "Real")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "StructureModCache" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "DelegateModificationChecker" is missing the following dependencies:
Dependency "StructureModificationChecker" (should be in state "Installed", but is actually in state "Real")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "ProfileDeployerPluginRegistry" is missing the following dependencies:
Dependency "jboss.kernel:service=Kernel" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "MavenArtifactRepository" is missing the following dependencies:
Dependency "MavenArtifactMetaData" (should be in state "Installed", but is actually in state "Real")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "UserProfileFactory" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "AttachmentsSerializer" is missing the following dependencies:
Dependency "UserProfileFactory" (should be in state "Installed", but is actually in state "Real")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "ServiceDeploymentComponentMapper" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Dependency "PersistenceFactory" (should be in state "Installed", but is actually in state "Real")
Deployment "PersistenceRepository" is missing the following dependencies:
Dependency "AttachmentsSerializer" (should be in state "Installed", but is actually in state "Real")
Dependency "UserProfileFactory" (should be in state "Installed", but is actually in state "Real")
Dependency "PersistenceFactory" (should be in state "Installed", but is actually in state "Real")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "ActionController" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "StructureModificationChecker" is missing the following dependencies:
Dependency "StructureModCache" (should be in state "Installed", but is actually in state "Real")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "profile-classloader:0.0.0" is missing the following dependencies:
Dependency "profile-classloader:0.0.0$MODULE" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "BootstrapProfileFactory" is missing the following dependencies:
Dependency "ArtifactRepositoryManager" (should be in state "Installed", but is actually in state "Real")
Dependency "ProfileServiceConfig" (should be in state "Installed", but is actually in state "Real")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "HDScannerFactory" is missing the following dependencies:
Dependency "ActionController" (should be in state "Installed", but is actually in state "Real")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "FileArtifactRepositoryFactory" is missing the following dependencies:
Dependency "ProfileServiceConfig" (should be in state "Installed", but is actually in state "Real")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "ProfileServicePersistenceDeployer" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Dependency "PersistenceRepository" (should be in state "Installed", but is actually in state "Real")
Deployment "ProfileServiceBootstrap" is missing the following dependencies:
Dependency "UserProfileFactory" (should be in state "Installed", but is actually in state "Real")
Dependency "HDScannerFactory" (should be in state "Installed", but is actually in state "Real")
Dependency "ProfileServiceConfig" (should be in state "Installed", but is actually in state "Real")
Dependency "jboss.kernel:service=Kernel" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "HDScannerCallbackAction" is missing the following dependencies:
Dependency "HDScannerFactory" (should be in state "Installed", but is actually in state "Real")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "Described")
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.internalValidate(AbstractKernelDeployer.java:278)
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.validate(AbstractKernelDeployer.java:174)
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:314)
... 4 more
I also tested it in EAP 5.1, EAP 5.0, SOA-P 5.1, SOA-P 5.0 and EPP 5.1 (all fresh installs, no patches) and I got the same error.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 12 months
[JBoss JIRA] Created: (JBAS-9275) JavaEE 5 annotated Webservice-EJB fails
by Rainer Flicker (JIRA)
JavaEE 5 annotated Webservice-EJB fails
---------------------------------------
Key: JBAS-9275
URL: https://issues.jboss.org/browse/JBAS-9275
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 6.0.0.Final
Environment: JBoss AS 6.0.0.Final
JBoss Seam 2.2.1 Final
Oracle JDK 1.6.24
Windows XP SP3
Reporter: Rainer Flicker
A JavaEE 5 annotated Webservice-EJB (works with JBoss AS 5.1, Glassfish 2.1 and Websphere 7) fails with:
Caused by: java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "$Proxy280.setElementType(Ljavax/xml/namespace/QName;)V" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, $Proxy280, and the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) for interface javax/wsdl/extensions/ExtensibilityElement have different Class objects for the type javax/xml/namespace/QName used in the signature
at java.lang.Class.getDeclaredConstructors0(Native Method) [:1.6.0_24]
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389) [:1.6.0_24]
at java.lang.Class.getConstructor0(Class.java:2699) [:1.6.0_24]
at java.lang.Class.getConstructor(Class.java:1657) [:1.6.0_24]
at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:587) [:1.6.0_24]
at org.apache.cxf.tools.util.SOAPBindingUtil.getProxy(SOAPBindingUtil.java:87) [:2.3.1]
at org.apache.cxf.tools.util.SOAPBindingUtil.getSoapBinding(SOAPBindingUtil.java:274) [:2.3.1]
at org.apache.cxf.tools.util.SOAPBindingUtil.createSoapBinding(SOAPBindingUtil.java:426) [:2.3.1]
at org.apache.cxf.binding.soap.SoapBindingFactory.createSoapBinding(SoapBindingFactory.java:213) [:2.3.1]
at org.apache.cxf.binding.soap.SoapBindingFactory.createBindingInfo(SoapBindingFactory.java:198) [:2.3.1]
at org.apache.cxf.binding.AbstractBindingFactory.createBindingInfo(AbstractBindingFactory.java:97) [:2.3.1]
at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createBindingInfo(AbstractWSDLBasedEndpointFactory.java:339) [:2.3.1]
at org.apache.cxf.jaxws.JaxWsServerFactoryBean.createBindingInfo(JaxWsServerFactoryBean.java:166) [:2.3.1]
at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpointInfo(AbstractWSDLBasedEndpointFactory.java:251) [:2.3.1]
at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:147) [:2.3.1]
at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:148) [:2.3.1]
at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:183) [:2.3.1]
at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:407) [:2.3.1]
at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:314) [:2.3.1]
at org.jboss.wsf.stack.cxf.deployment.EndpointImpl.doPublish(EndpointImpl.java:62) [:3.4.1.GA]
at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:238) [:2.3.1]
at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:481) [:2.3.1]
at org.jboss.wsf.stack.cxf.configuration.NonSpringBusHolder.configure(NonSpringBusHolder.java:112) [:3.4.1.GA]
at org.jboss.wsf.stack.cxf.deployment.aspect.BusDeploymentAspect.start(BusDeploymentAspect.java:110) [:3.4.1.GA]
at org.jboss.webservices.integration.deployers.WSDeploymentAspectDeployer.internalDeploy(WSDeploymentAspectDeployer.java:123) [:6.0.0.Final]
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:55) [:2.2.0.GA]
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179) [:2.2.0.GA]
... 44 more
Webservice-EJB:
@Stateless
@WebService(name = "TestReportService",
serviceName = "AsmsWebservice",
targetNamespace= "http://webservice.asms.airsight.de")
@SOAPBinding(style = SOAPBinding.Style.DOCUMENT,
use = SOAPBinding.Use.LITERAL,
parameterStyle = SOAPBinding.ParameterStyle.WRAPPED)
public class TestReportService implements TestReportServiceRemote, Serializable {
@PersistenceContext
private EntityManager em;
@WebMethod(action = "createFullTestReport")
@WebResult(name="successful")
public boolean createFullTestReport(
@WebParam(name="name") String name,
@WebParam(name="id") Long id,
@WebParam(name="feedback") Boolean feedback,
@WebParam(name="altitude") Double altitude) {
return true;
}
}
@Remote
public interface TestReportServiceRemote {
public boolean createFullTestReport(String name, Long id, Boolean feedback, Double altitude);
}
standard-jaxws-endpoint-config.xml:
<jaxws-config xmlns="urn:jboss:jaxws-config:2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:javaee="http://java.sun.com/xml/ns/javaee"
xsi:schemaLocation="urn:jboss:jaxws-config:2.0 jaxws-config_2_0.xsd">
<endpoint-config>
<config-name>Seam WebService Endpoint</config-name>
<pre-handler-chains>
<javaee:handler-chain>
<javaee:protocol-bindings>##SOAP11_HTTP</javaee:protocol-bindings>
<javaee:handler>
<javaee:handler-name>SOAP Request Handler</javaee:handler-name>
<javaee:handler-class>org.jboss.seam.webservice.SOAPRequestHandler</javaee:handler-class>
</javaee:handler>
</javaee:handler-chain>
</pre-handler-chains>
</endpoint-config>
</jaxws-config>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 12 months