Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 900179 (JBPAPP6-732)

Summary: Invalid version for jacorb
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Paul Gier <pgier>
Component: Build, Maven RepositoryAssignee: Permaine Cheung <pcheung>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: pcheung, sguilhen
Target Milestone: ---   
Target Release: EAP 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBPAPP6-732
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-21 14:17:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
pom.xml none

Description Paul Gier 2012-04-09 15:32:13 UTC
project_key: JBPAPP6

The version string for the jacorb build (2.3.1jboss-patch-05) does not follow the JBoss product standards [1].  The version should be 2.3.1.redhat-X.

[1]https://docspace.corp.redhat.com/docs/DOC-39079

Comment 1 Paul Gier 2012-04-09 15:34:51 UTC
Link: Added: This issue is incorporated by JBPAPP-7929


Comment 2 Fernando Nasser 2012-04-16 19:42:52 UTC
As soon as Stefan gets our new version which incorporates our patches we will have a 2.3.x-redhat-1

Stefan, please flip it back for us when we have a tag for that.

Comment 3 Stefan Guilhen 2012-04-18 21:46:06 UTC
AS7 now uses JacORB 2.3.2.jbossorg-0. This comes from a branch created by Nick Cross in the upstream CVS (R_2_3_2_jboss-branch) that contains the original 2.3.1 sources plus the patches we've developed internally for that version. This means we don't need to apply patches to 2.3.1 anymore as all patches are being maintained by Nick in the upstream CVS branch.

To build the jar, you need to login and checkout the CVS branch (the password is anonymous):

cvs -d :pserver:anonymous.org/cvs login
cvs -d :pserver:anonymous.org/cvs checkout -r R_2_3_2_jboss-branch JacORB

Then build jacorb.jar and jacorb-sources.jar

cd JacORB
ant
ant sources-jar

Finally, use the attached pom.xml to set the version and upload to the maven repo (in my case I used the instructions found here https://community.jboss.org/wiki/MavenDeployingAThirdpartyRelease to deploy the artifacts to nexus).

For EAP the pom version will be different - probably 2.3.2-redhat-1, but the process should be similar.

Comment 4 Stefan Guilhen 2012-04-18 21:46:57 UTC
Attachment: Added: pom.xml


Comment 5 Stefan Guilhen 2012-04-18 21:47:58 UTC
I'm assiging this to Martha so she can build the EAP version of jacorb.jar and jacorb-sources.jar using the instructions I've provided in the last comment.

Comment 6 Shelly McGowan 2012-04-19 02:48:52 UTC
We'll get this new build in ER7.

Comment 8 Permaine Cheung 2012-05-07 16:12:10 UTC
jacorb-jboss-2.3.2-2.redhat_1.ep6.el6 built from an export of the branch as of May 4, 2012. Stefan is checking with Nick for a tag of the branch for 2.3.2, I will rebuild when the tag is available.


Comment 9 Permaine Cheung 2012-05-07 18:13:23 UTC
Moving to CR bin as Paul suggested.

Comment 10 Fernando Nasser 2012-05-08 16:43:58 UTC
jacorb-jboss-2.3.2-2.redhat_1.ep6.el6

has

pom 	
	idl-2.3.2-redhat-1.pom
	idl_g-2.3.2-redhat-1.pom
	jacorb-2.3.2-redhat-1.pom
	jacorb_g-2.3.2-redhat-1.pom
	resources-2.3.2-redhat-1.pom
jar 	
	idl-2.3.2-redhat-1.jar
	idl_g-2.3.2-redhat-1.jar
	jacorb-2.3.2-redhat-1.jar
	jacorb_g-2.3.2-redhat-1.jar
	resources-2.3.2-redhat-1.jar 

Comment 11 Rostislav Svoboda 2012-05-21 14:17:45 UTC
Verified on EAP 6.0.0 ER8

jboss-eap-6.0.0.ER8-maven-repository/org/jacorb/jacorb/2.3.2-redhat-1


Comment 12 Anne-Louise Tangring 2012-11-05 17:51:02 UTC
Docs QE Status: Removed: NEW