[Design of JBoss jBPM] - Re: Can't deploy processdefinition from GPD into jBPM 3.2 -
by tom.baeyens@jboss.com
ah yes. i'll check tomorrow on how fast we can fix this.
the only way that i could configure hibernate with jta was if i address it from inside an ejb and use cmt (bmt should also be possible).
the idea was that the web app console would talk to jbpm by means of the command pattern. then the console has to be configured with a command service implementation that takes commands and executes them. So the command service is pluggable. The POJO implementation would just create a jbpm context and execute the command. The enterprise version of the command service delegates to the command service SLSB. That SLSB demarcates the transaction.
this is all implemented except for the webconsole using the command pattern. I don't know where we stand on that. David, can you comment. I know this has not been in the priorities for you in the 3.2 release. So no problem if it's not done. Just curious on how difficult you think this would be. I might do this myself.
Alternatively, we could consider introducing configurable BMT in the webconsole (with a filter?)
I'll have a closer look tomorrow morning.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002987#4002987
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002987
19 years, 2 months
[Design of JBoss Web Services] - Re: Soap with Attachments and document/literal
by darran.lofthouse@jboss.com
I am just trying to deploy another example I was looking at based on the original test for JBWS-1384. My WSDL defines the attachment but it is not mapped to any parameters on the SEI - The endpoint accesses the attachment through the SOAPMessage class.
However deployment now fails with the following error: -
anonymous wrote : 20:07:03,480 ERROR [ServiceEndpointDeployer] Cannot create service endpoint
| org.jboss.ws.WSException: Cannot obtain method parameter mapping for message part 'mimepart' in wsdl operation: publishPhoto
| at org.jboss.ws.metadata.builder.jaxrpc.JAXRPCMetaDataBuilder.buildInputParameter(JAXRPCMetaDataBuilder.java:245)
| at org.jboss.ws.metadata.builder.jaxrpc.JAXRPCMetaDataBuilder.processBindingParameters(JAXRPCMetaDataBuilder.java:395)
| at org.jboss.ws.metadata.builder.jaxrpc.JAXRPCMetaDataBuilder.buildParameterMetaDataDoc(JAXRPCMetaDataBuilder.java:867)
| at org.jboss.ws.metadata.builder.jaxrpc.JAXRPCMetaDataBuilder.setupOperationsFromWSDL(JAXRPCMetaDataBuilder.java:215)
| at org.jboss.ws.metadata.builder.jaxrpc.JAXRPCServerMetaDataBuilder.buildMetaData(JAXRPCServerMetaDataBuilder.java:219)
| at org.jboss.ws.core.server.ServiceEndpointDeployer.create(ServiceEndpointDeployer.java:81)
| at org.jboss.ws.integration.jboss42.DeployerInterceptor.createServiceEndpoint(DeployerInterceptor.java:127)
| at org.jboss.ws.integration.jboss42.DeployerInterceptorJSE.createServiceEndpoint(DeployerInterceptorJSE.java:130)
| at org.jboss.ws.integration.jboss42.DeployerInterceptor.create(DeployerInterceptor.java:78)
| at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.create(SubDeployerInterceptorSupport.java:180)
| at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:91)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
|
Does this now mean that all attachments need to be mapped or should we be allowing them to be unmapped so if no mapping is found the attachment can just be retrieved using the SOAPMessage class? I can take a look if it is the latter, I am just really trying to build up a picture of all the ways attachments can be mapped so I can this into account in wstools.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002982#4002982
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002982
19 years, 2 months