[JBoss JIRA] (SRAMP-426) Upgrade switchyard version to 2.x
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/SRAMP-426?page=com.atlassian.jira.plugin.... ]
Gary Brown resolved SRAMP-426.
------------------------------
Resolution: Done
> Upgrade switchyard version to 2.x
> ---------------------------------
>
> Key: SRAMP-426
> URL: https://issues.jboss.org/browse/SRAMP-426
> Project: S-RAMP
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 0.5.0.Final
>
>
> While doing the upgrade to IP BOM CR8 (SRAMP-245) had problems with the s-ramp-demos-switchyard-multiapp/order-service WebServiceTest - possibly an incompatibility between the older version of switchyard and the newer version of cxf in BOM CR8.
> Have ignored the test for now to complete the CR8 upgrade - but the switchyard version needs to be upgraded to the 2.x stream asap to sort out any issues.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (SRAMP-457) S-ramp installer error when installing over an existing server instance
by David virgil naranjo (JIRA)
[ https://issues.jboss.org/browse/SRAMP-457?page=com.atlassian.jira.plugin.... ]
David virgil naranjo reassigned SRAMP-457:
------------------------------------------
Assignee: David virgil naranjo (was: Brett Meyer)
> S-ramp installer error when installing over an existing server instance
> -----------------------------------------------------------------------
>
> Key: SRAMP-457
> URL: https://issues.jboss.org/browse/SRAMP-457
> Project: S-RAMP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: David virgil naranjo
> Assignee: David virgil naranjo
>
> Error in the s-ramp distro assembly for jboss eap:
> >
> > It happens when it is installed over a not clean jboss server instance:
> > Steps:
> > Unzip Jboss eap 6.3 Alpha
> > Install switchyard over eap
> > execute the ant s-ramp-distro assembly build
> > If you run now jboss eap it will work.
> > Install again s-ramp in jboss eap then causes the following error:
> https://gist.github.com/dvirgiln/b2f5f80234c97fc2b3b1
> The overlord-commons installer will get skipped if run multiple times,
> but it does this by looking for the keystore. If it finds the keystore
> it assumes that it's already been run and skips itself.
> Nothing like this exists for s-ramp. So it will make all the
> standalone.xml changes (using XSLT) each time you run it.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (SRAMP-457) S-ramp installer error when installing over an existing server instance
by David virgil naranjo (JIRA)
David virgil naranjo created SRAMP-457:
------------------------------------------
Summary: S-ramp installer error when installing over an existing server instance
Key: SRAMP-457
URL: https://issues.jboss.org/browse/SRAMP-457
Project: S-RAMP
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: David virgil naranjo
Assignee: Brett Meyer
Error in the s-ramp distro assembly for jboss eap:
>
> It happens when it is installed over a not clean jboss server instance:
> Steps:
> Unzip Jboss eap 6.3 Alpha
> Install switchyard over eap
> execute the ant s-ramp-distro assembly build
> If you run now jboss eap it will work.
> Install again s-ramp in jboss eap then causes the following error:
https://gist.github.com/dvirgiln/b2f5f80234c97fc2b3b1
The overlord-commons installer will get skipped if run multiple times,
but it does this by looking for the keystore. If it finds the keystore
it assumes that it's already been run and skips itself.
Nothing like this exists for s-ramp. So it will make all the
standalone.xml changes (using XSLT) each time you run it.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (RTGOV-489) Enable overlord-commons plugin to be built independently
by Gary Brown (JIRA)
Gary Brown created RTGOV-489:
--------------------------------
Summary: Enable overlord-commons plugin to be built independently
Key: RTGOV-489
URL: https://issues.jboss.org/browse/RTGOV-489
Project: RTGov (Run Time Governance)
Issue Type: Task
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.0.0.Final
Production build resolves plugins before doing the main build, so we need to be able to build the overlord-commons plugin before the other modules.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (SRAMP-426) Upgrade switchyard version to 2.x
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/SRAMP-426?page=com.atlassian.jira.plugin.... ]
Gary Brown commented on SRAMP-426:
----------------------------------
WebServiceTest fails due to mismatch in cxf versions between switchyard (using old IP BOM version) and overlord using latest.
> Upgrade switchyard version to 2.x
> ---------------------------------
>
> Key: SRAMP-426
> URL: https://issues.jboss.org/browse/SRAMP-426
> Project: S-RAMP
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 0.5.0.Final
>
>
> While doing the upgrade to IP BOM CR8 (SRAMP-245) had problems with the s-ramp-demos-switchyard-multiapp/order-service WebServiceTest - possibly an incompatibility between the older version of switchyard and the newer version of cxf in BOM CR8.
> Have ignored the test for now to complete the CR8 upgrade - but the switchyard version needs to be upgraded to the 2.x stream asap to sort out any issues.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (SRAMP-456) CXF version mismatch causing WebServiceTest to fail
by Gary Brown (JIRA)
Gary Brown created SRAMP-456:
--------------------------------
Summary: CXF version mismatch causing WebServiceTest to fail
Key: SRAMP-456
URL: https://issues.jboss.org/browse/SRAMP-456
Project: S-RAMP
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Gary Brown
Assignee: Brett Meyer
Fix For: 0.5.0.Final
Switchyard is currently using an older version of the IP BOM (CR6), which has version 2.6.8, while current version for alpha is supposed to be CR9, which has cxf 2.7.11.
This is causing a CNFE for org.apache.cxf.io.CopyingOutputStream.
Currently ignoring the test until versions are aligned.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months