[JBoss Seam] - Re: DVDstore application with persistence allowing server re
by appendix
HI,
thank you for your response. I've tried your suggestion and removed the processDefinition from components.xml starting off from a completely functional copy, but then Seam can't create the new process anymore because none of the jbpm related tables are created in the database at server startup.
Obviously an exception[1] is thrown when the order is submit. Why is the Jbpm-component not initialized, if I don't define a processDefinition in components.xml?
After putting the process definition back into components.xml everythings working - just as before, but I'm still loosing orders between server restarts.
Any pointers?
Thanks, Kurt
[1]
| 2006-08-25 08:47:18,113 INFO [STDOUT] Hibernate: select nextval ('hibernate_sequence')
| 2006-08-25 08:47:18,113 INFO [org.jbpm.JbpmConfiguration] using jbpm configuration resource 'jbpm.cfg.xml'
| 2006-08-25 08:47:21,191 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] schema export unsuccessful
| java.sql.SQLException: You cannot set autocommit during a managed transaction!
| at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.setJdbcAutoCommit(BaseWrapperManagedConnection.java:482)
|
and further down the line:
| 2006-08-25 08:47:21,410 WARN [org.hibernate.util.JDBCExceptionReporter] SQL Error: 0, SQLState: 42P01
| 2006-08-25 08:47:21,410 ERROR [org.hibernate.util.JDBCExceptionReporter] ERROR: relation "jbpm_processdefinition" does not exist
| 2006-08-25 08:47:21,629 ERROR [STDERR] org.hibernate.exception.SQLGrammarException: could not execute query
| at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67)
| at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967410#3967410
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967410
19 years, 8 months
[JBossWS] - Multiple WSDL bindings referrencing the same interface
by Adeel
I have a problem invoking amazon's web service http://www.xmlme.com/WSAmazonBox.asmx?WSDL. It has Multiple WSDL bindings referrencing to the same interface (porttype)
My client application can get the service end point correctly but i get following exception on invocation:
Invoking service endpoint: http://www.xmlme.com/WSAmazonBox.asmx
2006-08-25 12:08:52,647 DEBUG [org.jboss.remoting.transport.http.HTTPClientInvoker] Setting request header with SOAPAction : ""
2006-08-25 12:08:52,647 DEBUG [org.jboss.remoting.transport.http.HTTPClientInvoker] Setting request header with Content-Type : text/xml; charset=UTF-8
2006-08-25 12:08:53,442 DEBUG [javax.xml.rpc.soap.SOAPFaultException] new SOAPFaultException [code={http://schemas.xmlsoap.org/soap/envelope/}Client,string=Server did not recognize the value of HTTP Header SOAPAction: .,actor=null,detail=detail]
2006-08-25 12:08:53,442 ERROR [org.jboss.ws.jaxrpc.CallImpl] Call invocation failed
javax.xml.rpc.soap.SOAPFaultException: Server did not recognize the value of HTTP Header SOAPAction: .
at org.jboss.ws.jaxrpc.SOAPFaultExceptionHelper.getSOAPFaultException(SOAPFaultExceptionHelper.java:100)
at org.jboss.ws.binding.soap.SOAPBindingProvider.unbindResponseMessage(SOAPBindingProvider.java:505)
at org.jboss.ws.jaxrpc.CallImpl.invokeInternal(CallImpl.java:704)
at org.jboss.ws.jaxrpc.CallImpl.invoke(CallImpl.java:398)
at org.jboss.ws.jaxrpc.CallProxy.invoke(CallProxy.java:164)
.......
Does jboss support such wsdl? If I remove the mutiple binding, then its OK.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967409#3967409
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967409
19 years, 8 months