-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add suppor of jar enhance #2
Comments
I saw a blog entry that I understood to indicate that runtime enhancement was supported but I've just grep'ed most of the source code and can't find anything about it. Is it still on the wish list or has been implemented but I just can't find it? |
hi, this feature is not supported out of box from romaframework now, you can include the runtime enhancement using the datanucleus agent, just adding this: -javaagent:datanucleus-core.jar=mydomain.mypackage1,mydomain.mypackage2 to your java command line, yo can find the datails here: http://www.datanucleus.org/products/datanucleus/jdo/enhancer.html#runtime i admit i'm looking for a solution that work out of the box, but i spent a lot of time on it and is quite hard find one that work every time every where. so for now just use the agent provided by datanucleus! |
I've been using the most excellent Datanucleus -javaagent feature for However, I just tried it again and this time I added the package names Regards, Chris From: tglman [mailto:[email protected]] hi, this feature is not supported out of box from romaframework now, you -javaagent:datanucleus-core.jar=mydomain.mypackage1,mydomain.mypackage2 to your java command line, yo can find the datails here: i admit i'm looking for a solution that work out of the box, but i spent Reply to this email directly or view it on GitHub |
add in build.xml of jar enhance or implement an runtime enhance suppor.
The text was updated successfully, but these errors were encountered: