[jBPM] - 5.3 Release?
by Timothy Charman
Timothy Charman [https://community.jboss.org/people/tcharman] created the discussion
"5.3 Release?"
To view the discussion, visit: https://community.jboss.org/message/735399#735399
--------------------------------------------------------------
Hello
About a month ago we asked what the outlook was for v5.3, given that the target was to deliver on 2nd April, and that we should watch the issue list in Jira.
I've been watching the issue list for some time now, it has been stuck at 10 outstanding Jiras against v5.3 for a while.
Here's my issue:
- Guvnor 5.3 works great
- Designer latest and greatest works great
- I have a problem with the latest version of JBPM console server - it does not work with Guvnor 5.3 due to a serialization mismatch on the MVEL data object
Is there any way to build a latest JBPM console server against a working Guvnor 5.3? I think it would then bring in the correct dependencies to avoid the serialization error.
I imagine JBPM 5.3 will work with Guvnor 5.3, but when will that be available?
Thanks
Tim
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/735399#735399]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 7 months
[JBoss Web Services] - Where is my soap-envelope?
by Fredrik Andersson
Fredrik Andersson [https://community.jboss.org/people/fredand44] created the discussion
"Where is my soap-envelope?"
To view the discussion, visit: https://community.jboss.org/message/735146#735146
--------------------------------------------------------------
Hello Guys!
Right now I'm in a project were we uppgrading a java-ee-app from jboss 4 to jboss 5.1.2.
This app is making a webservice call to an other server in a IIS.
The infrastructure looks something like
Jboss -> black_box_of_firewalls -> Microsoft IIS.
Right now the IIS is down, and that is ok for now.
How ever my intention is that the old-app and the new-app should work in the same way.
We generate the webservice client from the wsdl-file, with maven.
We have not changed the code in any way. To generate the webservice client we use the jboss-ws-tools.
The only changes should be that we uses jar from 5.1.2 instead of 4.
But we get different response for the same call.
I have asked the firewall-guys to sniff the traffic after the firewall.
>From the old-app we caught this call and response:
POST /xxx/ws_xxx.asmx HTTP/1.1
SOAPAction: " http://www.xxx.xx/xxx/aQuestion%22 http://www.xxx.xx/ (...)
Content-Type: text/xml; charset=UTF-8
JBoss-Remoting-Version: 22
User-Agent: JBossRemoting - 2.2.2.SP10
Host: 1.2.3.4:1234
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Content-Length: 264
Connection: Keep-Alive
X-BlueCoat-Via: 80AF669A73FA896C
<env:Envelope>bla bla bla</env:Envelope>
HTTP/1.1 500 Internal Server Error
Date: Fri, 11 May 2012 10:38:45 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: application/soap+xml; charset=utf-8
Content-Length: 493
<?xml version="1.0" encoding="utf-8"?> bla bla bla<soap:Envelope></soap:Envelope>
To me I can see the soap-envelop we sent and that the IIS responded.
But from the new-app we caught this call and response:
POST /xxx/ws_xxx.asmx HTTP/1.1
SOAPAction: " http://www.xxx.xx/xxx/aQuestion%22 http://www.xxx.xx/ (...)
Content-Type: text/xml; charset=UTF-8
JBoss-Remoting-Version: 22
User-Agent: JBossRemoting - 2.5.4.SP3 (Flounder)
remotingContentType: remotingContentTypeNonString
Host: 1.2.3.4:1234
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Transfer-Encoding: chunked
Connection: Keep-Alive
X-BlueCoat-Via: 80AF669A73FA896C
HTTP/1.1 400 Bad Request
Content-Type: text/html
Date: Fri, 11 May 2012 10:34:37 GMT
Connection: close
Content-Length: 20
<h1>Bad Request</h1>
As you can se there seems to be no soap-envelop in the request, and there are some different other header like: Transfer-Encoding: chunked, and remotingContentType.
In the response I see nothing about IIS either. So even if my firewall-guys say that I'm wrong I do have some doubt's that the response in fact came from the IIS.
What do you think guys, could this be because of:
1) Bug in new-app because of wrong way of generating the webservice client? (example is most welcome)
2) Misstake in sniffing, the sniffer missed the envelop in some strange way?
3) Something in firewall is removing the sending saop-envelope?
4) The response is from something else, perhaps in our black box of fire walls.
...or something else?
All guesses and suggestions are most welcome.
Best regards
Fredrik
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/735146#735146]
Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 7 months
[Beginner's Corner] - HTTP Status 403 - Access to the requested resource has been denied
by fre3man
fre3man [https://community.jboss.org/people/fre3man] created the discussion
"HTTP Status 403 - Access to the requested resource has been denied"
To view the discussion, visit: https://community.jboss.org/message/735223#735223
--------------------------------------------------------------
Hi there,
I am really in need of help to resolve this issue.
I had installed OpenKM5.1.9 on a Windows (http://ads.digitalpoint.com/go.php?k=Windows) Server and also onto Apache Server 2.2.
I was able to access the login page. But once i try to login with a valid user, i hit the an error:
*HTTP Status 403 - Access to the requested resource has been denied*
----
*type Status report***
message Access to the requested resource has been denied*****
description Access to the specified resource (Access to the requested resource has been denied) has been forbidden.***
----
****JBossWeb/2.0.1.GA****
<!-- OpenKM -->
<application-policy name = "OpenKM">
<authentication>
<login-module code="org.jboss.security.auth.spi.DatabaseServerLoginModule" flag = "required">
<!--
<module-option name="dsJndiName">java:/OpenKMDS</module-option>
<module-option name="principalsQuery">select usr_password as PASSWD from OKM_USER where usr_id=? and usr_active='T'</module-option>
<module-option name="rolesQuery">select ur_role as ROLEID, 'Roles' from OKM_USER_ROLE where ur_user=?</module-option>
<module-option name="hashAlgorithm">md5</module-option>
<module-option name="hashEncoding">hex</module-option>
-->
<module-option name="dsJndiName">java:/MySqlDS</module-option>
<module-option name="principalsQuery">Select cryptpassword as PASSWD from OKM_USER where login_name=?</module-option>
<module-option name="rolesQuery">select ROLEID, 'Roles' from OKM_USER_ROLE where user_id=?</module-option>
</login-module>
<!-- <login-module code="org.jboss.security.ClientLoginModule" flag="required" /> -->
</authentication>
</application-policy>
*Please advise. Really need to resolve this asap.
Let me know if more information is required to resolve it. http://forum.openkm.com/images/smilies/icon_cry.gif http://forum.openkm.com/images/smilies/icon_cry.gif
Thanks in advance!!!*
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/735223#735223]
Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 7 months
[JBoss Web Services] - Re: jboss6 final and jbossws 3.4.0
by camilo casadiego
camilo casadiego [https://community.jboss.org/people/camicase82] created the discussion
"Re: jboss6 final and jbossws 3.4.0"
To view the discussion, visit: https://community.jboss.org/message/735513#735513
--------------------------------------------------------------
Hi there...First of all i'm reaaaally sorry to get back lo life this post...but im going crazy and this post seams like the most solid clue so far....
I have a jboss seam project which uses jboss ws...I have to move to jboss 6 in order to have hibernate envers (I already tried configuring hibernate 3.5 o jboss 5...and got to a dead end), I always have worked with jboss 5 (and my production enviroment is on jboss 5 and works just great)...but now that im triying to move to jboss 6 I'm getting really stucked with the same exception:
19:36:34,659 WARN [StartStopLifecycleAction] Error during stop for jboss-switchboard:appName=Salarix2,module=Salarix2,name=FormulationService: javax.naming.NameNotFoundException: ORB not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:771) [:5.0.5.Final]
at org.jnp.server.NamingServer.getBinding(NamingServer.java:779) [:5.0.5.Final]
at org.jnp.server.NamingServer.unbind(NamingServer.java:349) [:5.0.5.Final]
at org.jnp.interfaces.NamingContext.unbind(NamingContext.java:873) [:5.0.5.Final]
at org.jboss.util.naming.Util.unbind(Util.java:151) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.naming.Util.unbind(Util.java:141) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.switchboard.mc.SwitchBoardImpl.unbindFromRelevantContext(SwitchBoardImpl.java:303) [:1.0.0-alpha-15]
at org.jboss.switchboard.mc.SwitchBoardImpl.stop(SwitchBoardImpl.java:102) [:1.0.0-alpha-15]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_22]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_22]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_22]
I already installed the jbossws-cxf-3.4.1.GA but nothing changed...Any help whould be reaaaaaally apreciated...I been around this for the last two days :s
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/735513#735513]
Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 7 months
[jBPM] - Getting referential integrity errors while running sample evaluation project
by Ashtuosh Sharma
Ashtuosh Sharma [https://community.jboss.org/people/ashutoshsharma] created the discussion
"Getting referential integrity errors while running sample evaluation project"
To view the discussion, visit: https://community.jboss.org/message/735494#735494
--------------------------------------------------------------
[java] Task service running ... [java] 0 14/05 13:13:29,645[NioProcessor-2] ERROR hibernate.util.JDBCExceptionReporter.logExceptions - Referential integrity constraint violation: "FK27A9A56CE1EF3A: PUB LIC.TASK FOREIGN KEY(ACTUALOWNER_ID) REFERENCES PUBLIC.ORGANIZATIONALENTITY(ID)"; SQL statement: [java] update Task set allowedToDelegate=?, taskInitiator_id=?, priority=?, activationTime=?, actualOwner_id=?, createdBy_id=?, createdOn=?, documentAccessType=?, documentCo ntentId=?, documentType=?, expirationTime=?, faultAccessType=?, faultContentId=?, faultName=?, faultType=?, outputAccessType=?, outputContentId=?, outputType=?, parentId=?, previ ousStatus=?, processId=?, processInstanceId=?, processSessionId=?, skipable=?, status=?, workItemId=? where id=? [23506-161] [java] 47 14/05 13:13:29,692[NioProcessor-2] ERROR hibernate.util.JDBCExceptionReporter.logExceptions - Referential integrity constraint violation: "FK27A9A56CE1EF3A: PUB LIC.TASK FOREIGN KEY(ACTUALOWNER_ID) REFERENCES PUBLIC.ORGANIZATIONALENTITY(ID)"; SQL statement: [java] update Task set allowedToDelegate=?, taskInitiator_id=?, priority=?, activationTime=?, actualOwner_id=?, createdBy_id=?, createdOn=?, documentAccessType=?, documentCo ntentId=?, documentType=?, expirationTime=?, faultAccessType=?, faultContentId=?, faultName=?, faultType=?, outputAccessType=?, outputContentId=?, outputType=?, parentId=?, previ ousStatus=?, processId=?, processInstanceId=?, processSessionId=?, skipable=?, status=?, workItemId=? where id=? [23506-161] [java] 141 14/05 13:13:29,786[NioProcessor-2] ERROR event.def.AbstractFlushingEventListener.performExecutions - Could not synchronize database state with session [java] org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update [java] at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:94) [java] at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66) [java] at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:275) [java] at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:266) [java] at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:168) [java] at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:321) [java] at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:50) [java] at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1028) [java] at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:366) [java] at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:137) [java] at org.hibernate.ejb.TransactionImpl.commit(TransactionImpl.java:54) [java] at org.jbpm.task.service.TaskServiceSession.doOperationInTransaction(TaskServiceSession.java:971) [java] at org.jbpm.task.service.TaskServiceSession.addTask(TaskServiceSession.java:171) [java] at org.jbpm.task.service.TaskServerHandler.messageReceived(TaskServerHandler.java:109) [java] at org.jbpm.task.service.mina.MinaTaskServerHandler.messageReceived(MinaTaskServerHandler.java:41) [java] at org.apache.mina.core.filterchain.DefaultIoFilterChain$TailFilter.messageReceived(DefaultIoFilterChain.java:716) [java] at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434) [java] at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilterChain.java:46) [java] at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceived(DefaultIoFilterChain.java:796) [java] at org.apache.mina.filter.codec.ProtocolCodecFilter$ProtocolDecoderOutputImpl.flush(ProtocolCodecFilter.java:427) [java] at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecFilter.java:245) [java] at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434) [java] at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilterChain.java:46) [java] at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceived(DefaultIoFilterChain.java:796) [java] at org.apache.mina.filter.logging.LoggingFilter.messageReceived(LoggingFilter.java:177) [java] at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434) [java] at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilterChain.java:46) [java] at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceived(DefaultIoFilterChain.java:796) [java] at org.apache.mina.core.filterchain.IoFilterAdapter.messageReceived(IoFilterAdapter.java:119) [java] at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434) [java] at org.apache.mina.core.filterchain.DefaultIoFilterChain.fireMessageReceived(DefaultIoFilterChain.java:426) [java] at org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:692) [java] at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:645) [java] at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:634) [java] at org.apache.mina.core.polling.AbstractPollingIoProcessor.access$400(AbstractPollingIoProcessor.java:66) [java] at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:1078) [java] at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64) [java] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [java] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [java] at java.lang.Thread.run(Thread.java:662) [java] Caused by: org.h2.jdbc.JdbcBatchUpdateException: Referential integrity constraint violation: "FK27A9A56CE1EF3A: PUBLIC.TASK FOREIGN KEY(ACTUALOWNER_ID) REFERENCES PUB LIC.ORGANIZATIONALENTITY(ID)"; SQL statement: Any help?
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/735494#735494]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 7 months
[Datasource Configuration] - Re: Accessing MS SQL 2008 from JBoss 6.1 - Server major version:8 is not supported by this driver.
by Roger Lee
Roger Lee [https://community.jboss.org/people/NOTiFY] created the discussion
"Re: Accessing MS SQL 2008 from JBoss 6.1 - Server major version:8 is not supported by this driver."
To view the discussion, visit: https://community.jboss.org/message/735421#735421
--------------------------------------------------------------
Download the JDBC v.3.x driver from MS. "Solved" the "SQL Server version 8 is not supported by this driver" problem but now get;
16:54:37,582 ERROR [ProfileServiceBootstrap] Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException:
Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "jboss-switchboard:appName=WADE,module=WADE.war" is missing the following dependencies:
Dependency "persistence.unit:unitName=WADE.ear/WADE.jar#WADE" (should be in state "Installed", but is actually in state "** NOT
FOUND Depends on 'persistence.unit:unitName=WADE.ear/WADE.jar#WADE',whenRequired=MapControllerStateModel$ControllerStateWrapper@173a
f10{Start},dependentState=MapControllerStateModel$ControllerStateWrapper@1ea5dd3{Installed} **")
Deployment "jboss.web.deployment:war=/WADE" is missing the following dependencies:
Dependency "jboss-switchboard:appName=WADE,module=WADE.war" (should be in state "Installed", but is actually in state "Create")
DEPLOYMENTS IN ERROR:
Deployment "persistence.unit:unitName=WADE.ear/WADE.jar#WADE" is in error due to the following reason(s): ** NOT FOUND Depends on
'persistence.unit:unitName=WADE.ear/WADE.jar#WADE',whenRequired=MapControllerStateModel$ControllerStateWrapper@173af10{Start},depend
entState=MapControllerStateModel$ControllerStateWrapper@1ea5dd3{Installed} **
at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.2.GA]
at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.2.GA]
at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.1.0.Fin
al]
at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107
) [:0.2.2]
at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135
) [:6.1.0.Final]
at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56)
[:6.1.0.Final]
at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.j
ar:2.1.0-alpha-6]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-ba
se.jar:2.1.0-alpha-6]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_32]
16:54:37,692 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
16:54:37,707 INFO [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
16:54:37,707 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.1.0.Final "Neo"] Started in 54s:21ms
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/735421#735421]
Start a new discussion in Datasource Configuration at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 7 months