[JBoss JIRA] Created: (JBPM-1880) Release API 1.0.0.Alpha1
by Thomas Diesler (JIRA)
Release API 1.0.0.Alpha1
------------------------
Key: JBPM-1880
URL: https://jira.jboss.org/jira/browse/JBPM-1880
Project: JBoss jBPM
Issue Type: Task
Security Level: Public (Everyone can see)
Components: API
Reporter: Thomas Diesler
Fix For: API 1.0.0 Alpha1
Inclusion of the following API concepts:
* Configuration
* ProcessEngine
* ProcessDefinitionService
* ProcessBuilder
* ProcessInstance or Process
* Execution or Token
* StartEvent with no Trigger
* EndEvent with no Result
* WaitState
* Exclusive Gateway
* Sequence Flow
Inclusion of the following process constructs
* processe (<process/>)
* start event (<start/>)
* state == wait tasks (<state/>)
* exclusive gateway (<exclusive/>)
* sequence flow (<flow/>
<process>
<start name='A'>
<flow to='B'/>
</start>
<exclusive name='B' [expr='outcome']>
<flow to='C' [expr='expr1'] [name='accept']/>
<flow to='E' [expr='expr2'] [name='reject']/>
<flow to='D' [default='true'] [name='unknown']/>
</exclusive>
<state name='C'>
<flow to='E'/>
</state>
<exclusive name='D'>
<handler class='foo.bar'>
<config>
any
</config>
</handler>
</exclusive>
<end name='E'/>
</process>
The GPD will support the BPMN notation for these concepts
and they will be documented as such in the documentation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months
[JBoss JIRA] Resolved: (JBPM-1885) JSF upgrade breaks jBPM console
by Heiko Braun (JIRA)
[ https://jira.jboss.org/jira/browse/JBPM-1885?page=com.atlassian.jira.plug... ]
Heiko Braun resolved JBPM-1885.
-------------------------------
Resolution: Done
I#ve applied those changes and tested against standalone-soa-4.2.0.GA_CP03_CR5
> JSF upgrade breaks jBPM console
> -------------------------------
>
> Key: JBPM-1885
> URL: https://jira.jboss.org/jira/browse/JBPM-1885
> Project: JBoss jBPM
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Console
> Affects Versions: SOA 4.2 CP03
> Environment: SOA-P 4.2.0 CP03
> Reporter: Julian Coleman
> Assignee: Heiko Braun
> Fix For: jBPM 3.3.1 GA
>
>
> The upgraded JSF libs from EAP 4.3.0 CP03 break the jBPM console.
> Trying to examine a process (which invokes JSF on procdef.xhtml) gives:
> ERROR [facelets.viewhandler] Error Rendering View[/app/procdef.xhtml]
> java.lang.ClassCastException: java.lang.String
> at javax.faces.component.UISelectBoolean.isSelected(UISelectBoolean.java:106)
> at com.sun.faces.renderkit.html_basic.CheckboxRenderer.getEndTextToRender(CheckboxRenderer.java:137)
> ...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months
[JBoss JIRA] Created: (JBPM-1830) Fix AppServerConfigurationsTest for sybase on jboss500
by Thomas Diesler (JIRA)
Fix AppServerConfigurationsTest for sybase on jboss500
------------------------------------------------------
Key: JBPM-1830
URL: https://jira.jboss.org/jira/browse/JBPM-1830
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Productization
Reporter: Thomas Diesler
Fix For: jBPM 3.3.1 GA
org.jbpm.enterprise.AppServerConfigurationsTest
Running org.jbpm.enterprise.AppServerConfigurationsTest
java.rmi.UnmarshalException: Error unmarshaling return; nested exception is:
java.lang.ClassNotFoundException: org.jboss.deployers.client.spi.IncompleteDeploymentException (no security manager: RMI class loader disabled)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:227)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Source)
at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:133)
at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:365)
at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:197)
at org.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor.invoke(InvokerAdaptorClientInterceptor.java:66)
at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
at org.jboss.proxy.ClientMethodInterceptor.invoke(ClientMethodInterceptor.java:74)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
at $Proxy2.invoke(Unknown Source)
at org.jbpm.api.test.JBossArchiveDeployer.invokeMainDeployer(JBossArchiveDeployer.java:58)
at org.jbpm.api.test.JBossArchiveDeployer.deploy(JBossArchiveDeployer.java:48)
at org.jbpm.api.test.IntegrationTestHelper.deploy(IntegrationTestHelper.java:56)
at org.jbpm.api.test.IntegrationTestSetup.setUp(IntegrationTestSetup.java:105)
at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.extensions.TestSetup.run(TestSetup.java:23)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
Caused by: java.lang.ClassNotFoundException: org.jboss.deployers.client.spi.IncompleteDeploymentException (no security manager: RMI class loader disabled)
at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:375)
at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:165)
at java.rmi.server.RMIClassLoader$2.loadClass(RMIClassLoader.java:620)
at java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:247)
at sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.java:197)
at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1575)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:225)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months
[JBoss JIRA] Commented: (JBPM-1885) JSF upgrade breaks jBPM console
by Heiko Braun (JIRA)
[ https://jira.jboss.org/jira/browse/JBPM-1885?page=com.atlassian.jira.plug... ]
Heiko Braun commented on JBPM-1885:
-----------------------------------
has been fixed in jsf console trunk, but requires merging to the soa branch
> JSF upgrade breaks jBPM console
> -------------------------------
>
> Key: JBPM-1885
> URL: https://jira.jboss.org/jira/browse/JBPM-1885
> Project: JBoss jBPM
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Console
> Affects Versions: SOA 4.2 CP03
> Environment: SOA-P 4.2.0 CP03
> Reporter: Julian Coleman
> Assignee: Heiko Braun
> Fix For: jBPM 3.3.1 GA
>
>
> The upgraded JSF libs from EAP 4.3.0 CP03 break the jBPM console.
> Trying to examine a process (which invokes JSF on procdef.xhtml) gives:
> ERROR [facelets.viewhandler] Error Rendering View[/app/procdef.xhtml]
> java.lang.ClassCastException: java.lang.String
> at javax.faces.component.UISelectBoolean.isSelected(UISelectBoolean.java:106)
> at com.sun.faces.renderkit.html_basic.CheckboxRenderer.getEndTextToRender(CheckboxRenderer.java:137)
> ...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months