Issue Details (XML | Word | Printable)

Key: OPENEJB-106
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Manu T George
Reporter: David Blevins
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenEJB
OPENEJB-98

Injection of Persistence Unit References

Created: 08/Feb/06 08:52 PM   Updated: 17/Jan/07 07:22 AM
Return to search
Component/s: ejb3 simplified
Affects Version/s: 3.0-beta-1
Fix Version/s: 3.0-beta-1

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works patch[1]_r492503_OPENEJB-106.patch 2007-01-04 02:24 PM Manu T George 8 kB

Resolution Date: 17/Jan/07 06:39 AM


 Description  « Hide
@PersistenceUnit
EntityManagerFactory emf;

@PersistenceUnit(unitName="Foo")
EntityManagerFactory emf;

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Manu T George added a comment - 04/Jan/07 02:26 PM
I have removed tabs from some of the existing lines so they may also come in the differences. The tabs were due to a previous patch I submitted

Jeremy Whitlock added a comment - 05/Jan/07 05:23 PM
Manu,
    Thanks for your submission. I will begin reviewing it today and will update the Jira and mailing list when it is complete.

Take care,

Jeremy

Jeremy Whitlock added a comment - 10/Jan/07 11:24 PM
Manu,
    Looks like I will get to this tomorrow. Thanks for your patience.

Take care,

Jeremy

Jeremy Whitlock added a comment - 16/Jan/07 11:13 PM
Manu,
    Your patch is not applying properly. Can you recreate? I can post the errors if necessary. This is probably due to the delay in applying the patch. I'm sorry for any inconvenience.

Take care,

Jeremy

David Blevins added a comment - 17/Jan/07 05:39 AM
I'm the one who hacked the code all up making this patch not apply, I'll clean up my mess so Manu doesn't get the short end of the stick.

-David

David Blevins added a comment - 17/Jan/07 06:39 AM
Committed!

$ svn ci
Sending container/openejb-core/src/main/java/org/apache/openejb/alt/config/AnnotationDeployer.java
Sending container/openejb-core/src/main/java/org/apache/openejb/alt/config/JndiEncInfoBuilder.java
Sending container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/JndiEncBuilder.java
Transmitting file data ...
Committed revision 496943.

Manu T George added a comment - 17/Jan/07 07:22 AM
Thanks David and Jeremy.