[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-6161) ESB Projects stall on start

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Mon Apr 12 18:54:06 EDT 2010


    [ https://jira.jboss.org/jira/browse/JBIDE-6161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12525224#action_12525224 ] 

Brian Fitzpatrick commented on JBIDE-6161:
------------------------------------------

Gary & David, though I agree that some sort of dependency management in the tooling would be beneficial to the user, it won't be trivial to implement and wouldn't be available until 3.2.next of the tooling (JBT 3.2/JBDS 3.1)... 

We're basically saying that a deployment.xml file should be created alongside the jboss-esb.xml when we create the project that says:

<jbossesb-deployment>
  <depends>jboss.esb:deployment=jbossesb.esb</depends>
</jbossesb-deployment>

Then when someone adds an action that requires a different esb module, like smooks, we add the dependency:

<jbossesb-deployment>
  <depends>jboss.esb:deployment=jbossesb.esb</depends>
  <depends>jboss.esb:deployment=smooks.esb</depends>
</jbossesb-deployment>

Is that about it?  

> ESB Projects stall on start
> ---------------------------
>
>                 Key: JBIDE-6161
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-6161
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: esb
>    Affects Versions: 3.1.0.GA
>            Reporter: Gary Lamperillo
>            Assignee: Brian Fitzpatrick
>             Fix For: 3.1.1
>
>         Attachments: hang_myESBXML.png, myESB.esb, myJSR181.war
>
>
> When developing an Application ESB, the ESB archive works fine when it is deployed last, but on server restarts the archive hangs.  It appears there are dependencies not being met for Application ESB.  When a ESB Project is created a deployment.xml should be added to the META-INF which adds all the dependencies.

-- 
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

        


More information about the jbosstools-issues mailing list