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
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.

Rick McGuire added a comment - 09/May/07 05:56 PM
Committed revision 536603.