[JBoss JIRA] Created: (JBIDE-5899) Maven integration NPE's
by Max Rydahl Andersen (JIRA)
Maven integration NPE's
-----------------------
Key: JBIDE-5899
URL: https://jira.jboss.org/jira/browse/JBIDE-5899
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 3.1.0.CR2
Reporter: Max Rydahl Andersen
Assignee: Snjezana Peco
Priority: Blocker
Fix For: 3.1.0.CR2
Importing or running Update Project Configuration on Maven project (any of the weld examples) gives me this:
java.lang.NullPointerException
at org.jboss.tools.maven.seam.configurators.JSFProjectConfigurator.installWarFacets(JSFProjectConfigurator.java:110)
at org.jboss.tools.maven.seam.configurators.JSFProjectConfigurator.configureInternal(JSFProjectConfigurator.java:75)
at org.jboss.tools.maven.seam.configurators.JSFProjectConfigurator.configure(JSFProjectConfigurator.java:59)
--
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
16 years, 4 months
[JBoss JIRA] Created: (JBIDE-5554) ESB Editor - Notifier action needs ability to add targets to a notifier list
by Brian Fitzpatrick (JIRA)
ESB Editor - Notifier action needs ability to add targets to a notifier list
----------------------------------------------------------------------------
Key: JBIDE-5554
URL: https://jira.jboss.org/jira/browse/JBIDE-5554
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Affects Versions: 3.1.0.GA
Reporter: Brian Fitzpatrick
Assignee: Viacheslav Kabanovich
For the Notifier action, we need the ability to add targets to a notifier list.
For example, a NotificationList for an error notifier (see page 119 of Progammer's Reference for ESB 4.7):
<NotificationList type="err">
<target class="NotifyConsole" />
<target class="NotifyFiles" >
<file name="@results.dir(a)/badresult.log" />
</target>
</NotificationList>
I'm not sure how we'd implement this for 3.1 since it's pretty detailed - there are multiple types of targets for the NotifyList:
* NotifyConsole
* NotifyFiles
* NotifySQLTable
* NotifyFTP
* NotifyQueues
* NotifyTopics
* NotifyEmail
I'm open to suggestions here. :)
--
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
16 years, 4 months
[JBoss JIRA] Created: (JBIDE-5652) Rule Set should not be mandatory
by Burr Sutter (JIRA)
Rule Set should not be mandatory
--------------------------------
Key: JBIDE-5652
URL: https://jira.jboss.org/jira/browse/JBIDE-5652
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Affects Versions: 3.1.0.CR1
Reporter: Burr Sutter
Attachments: mandatory_rule_set.jpg
The following is accurate for SOA-P5, ESB 4.7
<action class="org.jboss.soa.esb.actions.ContentBasedRouter" name="MyCBR">
<property name="cbrAlias" value="Regex"/>
<property name="ruleLanguage"/>
<property name="destinations">
<route-to expression=".*blue.*" service-category="AsynchronousESB" service-name="Service2"/>
<route-to expression=".*red.*" service-category="AsynchronousESB" service-name="Service3"/>
</property>
</action>
and the ruleset attribute is not required.
The wizard (see screenshot) makes the ruleset required.
--
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
16 years, 4 months