[JBoss JIRA] Commented: (JBAS-1768) Isolating the test harness
by Pavel Tsekov (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1768?page=comments#action_12349320 ]
Pavel Tsekov commented on JBAS-1768:
------------------------------------
Adrian,
do you mean that some of the tests in the JBossAS testsuite are by other projects as well ? If this is true - am I correctly interpreting
you comment that you want those common tests moved to a separate project (cvs/svn module) so that everyone who depends on
them can use them in a clean way and share the same codebase ?
> Isolating the test harness
> --------------------------
>
> Key: JBAS-1768
> URL: http://jira.jboss.com/jira/browse/JBAS-1768
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Test Suite
> Affects Versions: JBossAS-4.0.1 Final, JBossAS-4.0.2RC1, JBossAS-4.0.1 SP1
> Reporter: Adrian Brock
> Assigned To: Pavel Tsekov
> Fix For: JBossAS-4.2.1.CR1
>
>
> Since some projects are already using the test harness
> org.jboss.test (from the testsuite)
> this needs to be isolated to break the circular build dependency.
> Additionally, we should look at making this available to users
> 1) For their own use
> 2) When reporting problems
--
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
19 years, 7 months
[JBoss JIRA] Commented: (JBAS-1770) Enabling the testsuite to be used by users
by Pavel Tsekov (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1770?page=comments#action_12349319 ]
Pavel Tsekov commented on JBAS-1770:
------------------------------------
What are the immediate requirements for this task ? Is it correct to consider altering the build/packaging process to include
the testsuite and its dependencies into the distribution as the primary objective ? Which of the enhancements above are required and which should be added to the wish list ? Do we have to include some kind of documentation about the details on running the different tests ? Those questions might seem stupid to you but, please, bear with me since I am a newcomer and it is not obvious for me.
> Enabling the testsuite to be used by users
> ------------------------------------------
>
> Key: JBAS-1770
> URL: http://jira.jboss.com/jira/browse/JBAS-1770
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Test Suite
> Reporter: Adrian Brock
> Assigned To: Pavel Tsekov
>
> The testsuite should be available for users to use.
> e.g. by including it in JBOSS_DIST/client or JBOSS_DIST/test???
> Other enhancements might include:
> * Using JSR88 for deployment
> * Using JSR160 for the MBeanServerConnection
> * Exposing functionality available on the admin console
> To help users provide better bug reports we should also
> provide skeleton tests that the user can "extend".
--
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
19 years, 7 months
[JBoss JIRA] Created: (JBPM-810) Actions that validate transitions
by Gavin King (JIRA)
Actions that validate transitions
---------------------------------
Key: JBPM-810
URL: http://jira.jboss.com/jira/browse/JBPM-810
Project: JBoss jBPM
Issue Type: Feature Request
Components: Core Engine
Reporter: Gavin King
Assigned To: Tom Baeyens
It is useful to be able to have an action in the stack of actions for a transition "cancel" the transition:
<transition name="delete">
<action expression="#{user.checkDeletePermission}"/>
<action expression="#{document.delete}"/>
</transition>
The first action can cancel execution of the transition (and shortcircuit the rest of the action stack) by something like:
* returning false?
* throwing a predefined exception class CancelTransitionException?
Or perhaps we could have a specific concept of a Validator:
<transition name="delete">
<validator expression="#{user.admin}"/>
<action expression="#{document.delete}"/>
</transition>
jBPM could have a Validator interface, and the Seam integration would just let you use an EL, and check the boolean return value.
--
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
19 years, 7 months