[jbosstools-issues] [JBoss JIRA] (JBDS-2956) Spring IDE's associated projects and files cannot be created and many plugins never goes past "Starting"

Nick Boldt (JIRA) issues at jboss.org
Tue Jun 24 09:51:25 EDT 2014


    [ https://issues.jboss.org/browse/JBDS-2956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978918#comment-12978918 ] 

Nick Boldt commented on JBDS-2956:
----------------------------------

[~lhein] just because you don't *SHIP* it, doesn't mean you don't *DEPEND* on it. :D Fuse depends on 2 different versions of javax.xml.bind (one declared twice):

{code:title=https://github.com/fusesource/fuseide/blob/master/targetplatform/jbtis_4.2_dev.target#L278-L279}
<unit id="javax.xml.bind" version="2.2.0.v201105210648"/>
<unit id="javax.xml.bind" version="2.1.9.v201005080401"/>
...
<unit id="javax.xml.bind" version="2.2.0.v201105210648"/>
{code}
and
{code:title=https://github.com/fusesource/fuseide/blob/master/targetplatform/jbtis_dev.target#L126-L127}
<unit id="javax.xml.bind" version="2.2.0.v201105210648"/>
<unit id="javax.xml.bind" version="2.1.9.v201005080401"/>
{code}

Bottom line, removing javax.xml/bind gets a big -3: -1 from JBT, -1 from JBTIS, and -1 from Fuse. 

Aside to [~pleacu]: javax.xml.soap is included in https://github.com/jbosstools/jbosstools-discovery/blob/master/jbtcentraltarget/multiple/jbtcentral-multiple.target, but it still needs to be in the JBTIS TP so that JBTIS doesn't have to circularly depend on Central.

> Spring IDE's associated projects and files cannot be created and many plugins never goes past "Starting"
> --------------------------------------------------------------------------------------------------------
>
>                 Key: JBDS-2956
>                 URL: https://issues.jboss.org/browse/JBDS-2956
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: 3rd-party-certification
>    Affects Versions: 8.0.0.Alpha2
>         Environment: 64-bit Fedora 17
>            Reporter: Marián Labuda
>            Assignee: Snjezana Peco
>            Priority: Blocker
>             Fix For: 8.0.0.Beta3
>
>         Attachments: jbds800Alpha2report.zip, jbds_part1.png, jbds_part2.png, JBT4.2.0.Alpha2breport.zip, jbt_part1.png, jbt_part2.png, jbt_part3.png, report, spring_projects.png
>
>
> After installing Spring IDE into JBDS 8.0.0.Alpha2 there should be option to create associated projects / examples / files... from menu File - Other - Spring, but there is only item for creation Spring bean configuration file. Others are missing. Tests also JBT 4.2.0.Alpha2 and there was not this issue.
> See attached file. 



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)



More information about the jbosstools-issues mailing list