History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: JBPAPP-508
Type: Bug Bug
Status: Resolved Resolved
Resolution: Done
Priority: Major Major
Assignee: Fernando Nasser
Reporter: Anthony Patricio
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JBoss Enterprise Platform App Edition

@OneToOne(mappedBy might fail depending on alphebetical order

Created: 18/Dec/07 09:43 AM   Updated: 28/Jan/08 03:05 PM
Component/s: Hibernate
Affects Version/s: 4.3.0.GA_CP01
Fix Version/s: 4.2.0.GA_CP02
Security Level: Public (Everyone can see)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Text File ANN-556.patch (2 kb)


Affects: Release Notes
Complexity: Low
Help Desk Ticket Reference: https://na1.salesforce.com/50030000004B9YA



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order:

Deepak Bhole [18/Jan/08 02:46 PM]
Fix is in branch, but not in that 3.2.1GA Patch01 of annotations that we ship.

Alex Pinkin [18/Jan/08 03:57 PM]
Anthony, can you please tag 3_2_1_GA_CP01 and provide change log to Fernando?

Fernando Nasser [24/Jan/08 12:24 PM]
The real change.

Fernando Nasser [24/Jan/08 12:24 PM]
Please verify if this patch is the change wanted. Thanks.

Anthony Patricio [25/Jan/08 02:37 AM]
Hi Fernando,
I've checked, patch is ok.

Fernando Nasser [25/Jan/08 06:42 AM]
Thanks Anthony. I will create a 3.2.1.patch01 which will be the http://prdownloads.sourceforge.net/hibernate/hibernate-annotations-3.2.1.GA.tar.gz with this patch applied and use it to resolve this JIRA. Best regards, Fernando

Fernando Nasser [25/Jan/08 07:11 AM]
Actually, I just found out that what we were using was already called 3.2.1.patch01 as it contains the patch for ANN-551.

So this will be called 3.2.1.patch02 and will contain both the patch for ANN-551 and this new one for ANN-556.

OK?

Fernando Nasser [25/Jan/08 07:51 AM]
CP branch switched to
    <componentref name="hibernate-annotations" version="3.2.1.GA.patch02-brew"/>
Will reopen this issue if there is a regression.

Emmanuel Bernard [25/Jan/08 12:47 PM]
Fernando, to go from the SVN version to the tar.gz version, you just need to do 'ant clean dist'
This is how the distribution is built.

Fernando Nasser [25/Jan/08 01:23 PM]
Ah, thanks Emmanuel.

Then
 http://prdownloads.sourceforge.net/hibernate/hibernate-annotations-3.2.1.GA.tar.gz
contains the sources but the way they look _after_ a build.

Does that explain the "the sources are not under src/org... but under src/java/org.... " bit?
And the doc/api and doc/ejb-api diresctories? Are they created during the build? (javadoc target perhaps?)
Just want to make sure.

I will use the patched version for this release as we run out of time. I will fix the build to use the svn checkout instead for EAP 4.3 CP01. I need to find the proper fop. Do you know what would be the minumum version of fop needed to build the docs?