[JBoss JIRA] Created: (JBIDE-7055) Hook ESB Action Annotations to Annotation Properties view
by Brian Fitzpatrick (JIRA)
Hook ESB Action Annotations to Annotation Properties view
---------------------------------------------------------
Key: JBIDE-7055
URL: https://jira.jboss.org/browse/JBIDE-7055
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: esb
Affects Versions: 3.2.0.M2
Reporter: Brian Fitzpatrick
Assignee: Brian Fitzpatrick
Fix For: 3.2.0.Beta
Continuing the work done by JBIDE-6616, we need to provide some additional help for users to be able to use the ESB annotations for action definitions.
In Eclipse Helios, there's a new view - the Annotation Properties view - which though focused on JAXB & JAX-WS annotations currently provides some extensions to be able to provide any additional Java annotations to the user.
The integration with this view is almost trivial. There are two extensions - one for defining the category and one for the annotations in the category. All you have to do is make sure that the annotation classes referenced are available on the classpath in the plug-in implementing the extensions.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-7235) Implement Validation of BusinessRulesProcessor action
by Viacheslav Kabanovich (JIRA)
Implement Validation of BusinessRulesProcessor action
-----------------------------------------------------
Key: JBIDE-7235
URL: https://jira.jboss.org/browse/JBIDE-7235
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: esb
Affects Versions: 3.2.0.Beta1
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 3.2.0.Beta2
1. Only one "ruleSet" can be specified.
2. If "ruleLanguage" is specified, the file in "ruleSet" should be a ".dslr" file.
3. If "ruleFireMethod" is specified, valid values are "FIRE_ALL_RULES" and "FIRE_UNTIL_HALT".
4. If "ruleAuditType" is specified, valid values are "CONSOLE", "FILE", and "THREADED_FILE".
5. If "ruleAuditInterval" is specified, it only applies for a "ruleAuditType" of "THREADED_FILE".
6. If "ruleClockType" is specified, valid values are "REALTIME" and "PSEUDO" - default = "REALTIME".
7. If "ruleEventProcessingType" is specified, valid values are "CLOUD" or "STREAM" - default = "CLOUD".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months