[JBoss JIRA] Created: (JBPORTAL-1126) CMS needs to store contributing version for new versions of pages
by Alex Pinkin (JIRA)
CMS needs to store contributing version for new versions of pages
-----------------------------------------------------------------
Key: JBPORTAL-1126
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1126
Project: JBoss Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Portal CMS
Affects Versions: 2.4 Final
Reporter: Alex Pinkin
Assigned To: Roy Russo
-CMS needs to store contributing version for new versions of pages (1.1 was created from 1.0, etc).
To prevent locking the edit of a content item, it is useful to allow multiple drafts to be created of a content item. This situation can cause problems for approvers if there are multiple drafts needing approval. It would be helpful if approvers could see what version was the contributing version for a particular content item version.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 6 months
[JBoss JIRA] Commented: (JBPM-378) Broken support for SwimlaneInstance PooledActor reassignment
by Ronald van Kuijk (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-378?page=comments#action_12367854 ]
Ronald van Kuijk commented on JBPM-378:
---------------------------------------
After adapting this test to be a real unittest, I observer the following:
- test 1 fully works
- test 2 fully works
- test 3 not needed anymore, so it became what was test 4
--> swimlane is not initialized, task is created (no pooled actors) swimlane is reassigned (works) ti.getPooledActors() returns the pooledActors of the swimlane. This is as designed:
/**
* gets the pool of actors for this task instance. If this task has a swimlaneInstance
* and no pooled actors, the pooled actors of the swimlane instance are returned.
*/
public Set getPooledActors() {
if ( (swimlaneInstance!=null)
&& ( (pooledActors==null)
|| (pooledActors.isEmpty())
)
){
return swimlaneInstance.getPooledActors();
}
return pooledActors;
}
So imo this 'issue' can be closed with an 'out of date' for 3.0 (it will not be fixed there and works in 3.2)
See the attachment
> Broken support for SwimlaneInstance PooledActor reassignment
> ------------------------------------------------------------
>
> Key: JBPM-378
> URL: http://jira.jboss.com/jira/browse/JBPM-378
> Project: JBoss jBPM
> Issue Type: Bug
> Components: Core Engine
> Affects Versions: jBPM 3.0.1
> Environment: JBPM 3.0.1, JBoss 4.0.2, JDK 1.5, Oracle and PostgresSQL
> Reporter: Britt Miner
> Assigned To: Ronald van Kuijk
> Fix For: jBPM 3.3
>
> Attachments: SwimlaneInstPoolAssignmentTest.java, SwimlaneInstPoolAssignmentTests.java
>
>
> The second post of the referenced thread more accurately describes the scope of the problem.
> Thanks,
> Britt
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 6 months
[JBoss JIRA] Created: (JBRULES-843) getter return type java.lang.Object seems to map to ARRAY_TYPE
by Juergen none (JIRA)
getter return type java.lang.Object seems to map to ARRAY_TYPE
--------------------------------------------------------------
Key: JBRULES-843
URL: http://jira.jboss.com/jira/browse/JBRULES-843
Project: JBoss Rules
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 3.0.6
Reporter: Juergen none
Assigned To: Mark Proctor
if a fact defines a getter with return value type java.lang.Object, the org.drools.base.ClassObjectType::setTypeValue() seems to set the object type to ARRAY_TYPE, because: java.lang.Object.class.isAssignableFrom(Object[].class) == true
Caused by: java.lang.ClassCastException: test.A
at org.drools.base.evaluators.ArrayFactory$ArrayNotEqualEvaluator.evaluate(ArrayFactory.java:82)
at org.drools.rule.BoundVariableConstraint.isAllowed(BoundVariableConstraint.java:78)
at org.drools.common.BetaNodeBinder.isAllowed(BetaNodeBinder.java:63)
at org.drools.reteoo.TupleSource.attemptJoin(TupleSource.java:99)
at org.drools.reteoo.JoinNode.assertTuple(JoinNode.java:122)
at org.drools.reteoo.LeftInputAdapterNode.createAndAssertTuple(LeftInputAdapterNode.java:176)
at org.drools.reteoo.LeftInputAdapterNode.assertObject(LeftInputAdapterNode.java:145)
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 6 months