[
https://issues.jboss.org/browse/JBTIS-470?page=com.atlassian.jira.plugin....
]
Nick Boldt edited comment on JBTIS-470 at 8/18/15 11:31 AM:
------------------------------------------------------------
{quote}Moreover, I would rename the BPEL feature version{quote}
-100.
Because o.j.t.bpel != o.e.bpel, so the numbers don't *have* to align, and
because *you can't downversion something* into a smaller version.
You might be able to convince [~bbrodt] to bump o.eclipse.bpel.* to version 1.4.0, and
could then ALSO bump the o.j.t.bpel to 1.4.0.
But you can't switch from 1.3.100 to 1.0.5, because you'll NEVER get an update
from 1.3 -> 1.0 (unless you manually uninstall the 1.3 stuff first).
--
As to getting different versions depending on how you do the install, that's perhaps
not ideal, but it's also not a problem if as you say 1.0.4 and 1.0.5 are compatible.
If you want to FORCE existing IS users to be updated to 1.0.5, you need to encode that in
the o.j.t.bpel feature. Then Eclipse will see a newer o.j.t.bpel 1.3.101.Final feature,
which will require o.e.bpel 1.0.5, and you'll get the updates.
was (Author: nickboldt):
{quote}Moreover, I would rename the BPEL feature version{quote}
-100.
Because o.j.t.bpel != o.e.bpel, so the numbers don't *have* to align, and
because *you can't downversion something* into a smaller version.
You might be able to convince [~bbrodt] to bump o.eclipse.bpel.* to version 1.4.0, and
could then ALSO bump the o.j.t.bpel to 1.4.0.
But you can't switch from 1.3.100 to 1.0.5, because you'll NEVER get an update
from 1.3 -> 1.0 (unless you manually uninstall the 1.3 stuff first).
--
As to getting different versions depending on how you do the install, that's perhaps
not ideal, but it's also not a problem if as you say 1.0.4 and 1.0.5 are compatible.
If you want to FORCE existing IS users to be updated to 1.0.5, you need to encode that in
the o.j.t.bpel feature. Then Eclipse will see a 1.3.101.Final, which will require o.e.bpel
1.0.5, and you'll get the updates.
BPEL plugins are not automatically updated
------------------------------------------
Key: JBTIS-470
URL:
https://issues.jboss.org/browse/JBTIS-470
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: BPEL, distribution
Affects Versions: 8.0.3.GA
Environment: JBDS-IS 8.0.3.CR2
Reporter: Andrej Podhradsky
Assignee: Robert (Bob) Brodt
BPEL plugins are not automatically updated. The problem is that the BPEL feature is still
in version 1.3.100.Final-v20141204-2031-B13 but its feature.xml contains
{code:xml}
<import feature="org.eclipse.bpel.feature" version="1.0.0"
match="compatible" />
<import feature="org.eclipse.bpel.common.feature" version="1.0.0"
match="compatible" />
<import feature="org.eclipse.bpel.apache.ode.runtime.feature"
version="1.0.0" match="compatible" />
{code}
which means that it installs any BPEL plugin compatible with 1.0.0. Note that during
updating only feature version is considered, so in this case it is not automatically
updated.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)