[JBoss JIRA] (JBIDE-19753) Investigate if Arquillian works fine with Sapphire 9.0.0
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19753?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-19753:
----------------------------------------
Anyway it's not decided yet what Sapphire version we will include in our Target Platform. Understanding how difficult would be to migrate Arquillian to the latest Sapphire 9 will help us to make a good decision.
> Investigate if Arquillian works fine with Sapphire 9.0.0
> --------------------------------------------------------
>
> Key: JBIDE-19753
> URL: https://issues.jboss.org/browse/JBIDE-19753
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: arquillian
> Reporter: Alexey Kazakov
> Assignee: Snjezana Peco
> Priority: Critical
> Fix For: 4.3.0.Beta1
>
>
> Currently JBT TP includes Sapphire 9.0.0.201408261741 (available in Eclipse Mars M6 update site).
> I just checked the latest nightly build from https://hudson.eclipse.org/sapphire/job/9.0.x/ and I see that some Sapphire API has been changed. We have compilation problems in Batch because of it.
> Sapphire is gonna be updated in Mars M7 - https://www.eclipse.org/forums/index.php/t/1066214/
> And we have to switch to the new API in Batch in JBT 4.3.0.Beta1 and update Sapphire in our TP.
> So, we also should make sure that Arquillian supports the latest Sapphire 9.0.0.x. Otherwise we will get a problem with two components (Batch and Arquillian) which depends on two incompatible versions of Sapphire.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBTIS-261) BPMN editor not showing connections on subprocess
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-261?page=com.atlassian.jira.plugin.... ]
Paul Leacu edited comment on JBTIS-261 at 5/11/15 1:29 PM:
-----------------------------------------------------------
Do you know when it was fixed perchance?
was (Author: pleacu):
Do you know when it as fixed perchance?
> BPMN editor not showing connections on subprocess
> -------------------------------------------------
>
> Key: JBTIS-261
> URL: https://issues.jboss.org/browse/JBTIS-261
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: BPMN2
> Affects Versions: 7.0.0.GA-JBDSIS
> Reporter: Jorge Morales
> Assignee: Robert (Bob) Brodt
> Attachments: 1.png, 2.png
>
>
> When having a process with a subprocess, and this subprocess is pushed down to it's own diagram, connections disappear. If you add new connections these are not shown. If you pull back the diagram up, connections are shown on main editor for the subprocess.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBTIS-261) BPMN editor not showing connections on subprocess
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-261?page=com.atlassian.jira.plugin.... ]
Paul Leacu commented on JBTIS-261:
----------------------------------
Do you know when it as fixed perchance?
> BPMN editor not showing connections on subprocess
> -------------------------------------------------
>
> Key: JBTIS-261
> URL: https://issues.jboss.org/browse/JBTIS-261
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: BPMN2
> Affects Versions: 7.0.0.GA-JBDSIS
> Reporter: Jorge Morales
> Assignee: Robert (Bob) Brodt
> Attachments: 1.png, 2.png
>
>
> When having a process with a subprocess, and this subprocess is pushed down to it's own diagram, connections disappear. If you add new connections these are not shown. If you pull back the diagram up, connections are shown on main editor for the subprocess.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19757) Use jbosstools aggregate site instead of special webtools-site for WTP's AS server discovery
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19757?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-19757:
----------------------------------------
Since we use Akamai and so on, it's difficult to guess what will be the actual performance before we actually released a new milestone. So I suggest that we keep the webtools site for Beta1, and then we'll benchmark the difference between webtools/main JBT sites after we released the next milestone.
However, it's most likely going be too late for Mars SR0, we'll probably have to wait for Mars SR1 before WTP release can use another URL for Wildfly connector.
> Use jbosstools aggregate site instead of special webtools-site for WTP's AS server discovery
> --------------------------------------------------------------------------------------------
>
> Key: JBIDE-19757
> URL: https://issues.jboss.org/browse/JBIDE-19757
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build, server
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Fix For: 4.3.0.Beta1
>
>
> With https://bugs.eclipse.org/bugs/show_bug.cgi?id=434185 , WTP Server Discovery mechanism was granted a new strategy which allows to rely on regular p2 metadata instead of a site.xml.
> Support for this was already merged in server ( https://github.com/jbosstools/jbosstools-server/commit/2d3cc63a9b67753ad9... )
> In order to save an artifact to manage (the webtools p2 repository), we could use this mechanism and consider contributing directly the main JBT URL to webtools discovery.
> However, server discovery also keeps older strategies and since we produce invalid site.xml files, this is currently failing
> {code}
> !ENTRY org.eclipse.equinox.p2.updatesite 2 0 2015-05-04 09:40:58.088
> !MESSAGE Error parsing feature stream. The unique identifier or the version is null or empty for the State: "Category": unique identifier="minimal-json" version="null".
> {code}
> because we are lines specifying bundle but no version in the site.xml.
> [~nickboldt] What are those site.xml useful for? Could we get rid of them?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBTIS-261) BPMN editor not showing connections on subprocess
by Robert (Bob) Brodt (JIRA)
[ https://issues.jboss.org/browse/JBTIS-261?page=com.atlassian.jira.plugin.... ]
Robert (Bob) Brodt commented on JBTIS-261:
------------------------------------------
Yep, looks like it's fixed :)
> BPMN editor not showing connections on subprocess
> -------------------------------------------------
>
> Key: JBTIS-261
> URL: https://issues.jboss.org/browse/JBTIS-261
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: BPMN2
> Affects Versions: 7.0.0.GA-JBDSIS
> Reporter: Jorge Morales
> Assignee: Robert (Bob) Brodt
> Attachments: 1.png, 2.png
>
>
> When having a process with a subprocess, and this subprocess is pushed down to it's own diagram, connections disappear. If you add new connections these are not shown. If you pull back the diagram up, connections are shown on main editor for the subprocess.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months