Issue Details (XML | Word | Printable)

Key: OPENEJB-573
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Sachin Patel
Votes: 0
Watchers: 0
Operations

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

Support for JSR-77 j2ee management MEJB

Created: 04/May/07 01:34 PM   Updated: 27/Sep/07 04:17 AM
Return to search
Component/s: container system
Affects Version/s: 3.0-beta-1
Fix Version/s: 3.0-beta-1

Time Tracking:
Not Specified

File Attachments:
  Size
Java Source File Licensed for inclusion in ASF works MEJBBean.java 2007-05-04 01:35 PM Sachin Patel 3 kB
Text File Licensed for inclusion in ASF works openejb.patch 2007-05-09 04:53 PM Sachin Patel 7 kB

Resolution Date: 09/May/07 05:56 PM


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Sachin Patel made changes - 04/May/07 01:35 PM
Field Original Value New Value
Attachment MEJBBean.java [ 12356779 ]
Jacek Laskowski added a comment - 07/May/07 03:56 PM
Where should it go? I'd propose we use 'management' rather than 'mgmt'. The license header seems to be messed up (p tags).

I can fix all these, but am not certain where to apply it to.

Sachin Patel added a comment - 07/May/07 04:05 PM
From discussions with Dain and David, openejb-core is what they preffered. Also looks like there is a classloading issue by using managementHome as the home interface directly, when the proxy is attempted to be created for it, it uses the classloader of the homeinterface which does not contain org.apache.openejb.core.ivm.IntraVmProxy. But by creating a dummy home interface that simply extending ManagementHome, in the same package as the beanclass it seemed like the problem went away.

Sachin Patel added a comment - 09/May/07 04:53 PM
This patch should be used, not the other attachement.

Sachin Patel made changes - 09/May/07 04:53 PM
Attachment openejb.patch [ 12356980 ]
Rick McGuire added a comment - 09/May/07 05:56 PM
Committed revision 536603.

Rick McGuire made changes - 09/May/07 05:56 PM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]
Repository Revision Date User Message
ASF #536620 Wed May 09 18:58:10 UTC 2007 rickmcguire OPENEJB-573 OpenEjb MEJB implementation needed for jsr77 mgmt support

Missed file addition.
Files Changed
ADD /incubator/openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/mgmt
ADD /incubator/openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/mgmt/MEJBBean.java

David Blevins made changes - 27/Sep/07 02:30 AM
Summary OpenEjb MEJB implementation needed for jsr77 mgmt support Support for JSR-77 j2ee management MEJB
Affects Version/s 3.0-beta-1 [ 12312075 ]
David Blevins made changes - 27/Sep/07 04:17 AM
Issue Type New Feature [ 2 ] Improvement [ 4 ]