[jbosstools-issues] [JBoss JIRA] Resolved: (JBDS-1374) Use SOA-P 5.1

Nick Boldt (JIRA) jira-events at lists.jboss.org
Wed Nov 24 10:52:59 EST 2010


     [ https://jira.jboss.org/browse/JBDS-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt resolved JBDS-1374.
------------------------------

    Resolution: Done


Currently using ER4 bits:

soap51.build.uri=http://jawa05.englab.brq.redhat.com/candidate/SOA-5.1-ER4/unsigned/
soap51.build.name=soa-5.1.0.ER4
soap51.build.archive=${soap51.build.name}.zip
soap51.build.archive.md5=7e77e933f65d273c409d4cb7d5bf9e38
soap51.build.archive.root=jboss-soa-p.5.1.0

New variable available to tests:

jbosstools.test.soap.home.5.1=${soap51.home}

New tests in the installer:

	public void testLoadSoap510GA () {
		ServerBean expected = new ServerBean(
				CommonTestData.SOAP_5_1_0_GA.getPath(),
				CommonTestData.SOAP_5_1_0_GA.getName(),
				ServerType.SOAP,
				"5.1");
		ServerBean real = new ServerBeanLoader().loadFromLoaction(CommonTestData.SOAP_5_1_0_GA);
		assertEquals(expected,real);
	}
	
	public void testLoadSoap510StdGA () {
		ServerBean expected = new ServerBean(
				CommonTestData.SOAP_5_1_0_STD_GA.getPath(),
				CommonTestData.SOAP_5_1_0_STD_GA.getName(),
				ServerType.SOAP_STD,
				"5.1");
		ServerBean real = new ServerBeanLoader().loadFromLoaction(CommonTestData.SOAP_5_1_0_STD_GA);
		assertEquals(expected,real);
	}


> Use SOA-P 5.1
> -------------
>
>                 Key: JBDS-1374
>                 URL: https://jira.jboss.org/browse/JBDS-1374
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>          Components: SOA Platform
>            Reporter: Nick Boldt
>            Assignee: Max Andersen
>             Fix For: 4.0.0.Beta2
>
>
> Max> Didn't see this on this list yet but ER3 of SOA-P is now available - all testing/usage of SOA-P 5.1 related stuff should move to this:
> http://jawa05.englab.brq.redhat.com/candidate/SOA-5.1-ER3/
> Nick> We appear to be using this for SOA-P testing: http://download.devel.redhat.com/released/JBossSOAP/5.0/5.0.1/soa-5.0.1.GA-signed.zip
> Nick> Should 5.1ER3 be added or replace 5.0.1? And which zip should we use? Signed? Unsigned? 
> http://jawa05.englab.brq.redhat.com/candidate/SOA-5.1-ER3/unsigned/soa-5.1.0.ER3.zip
> http://jawa05.englab.brq.redhat.com/candidate/SOA-5.1-ER3/signed/soa-5.1.0.ER3.zip
> ??

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list