Mark Lybarger wrote:
yeah! i've got openejb working now doing intravm testing on a simple stateless session bean which uses a datasource. very cool stuff.
Hi,
Excellent! Would you show us the configuration files? How long did it take? Do you think there're areas to improve? Which ones?
with intravm, is a remote lookup like this possible?
I wouldn't expect any troubles there. Should work smothly (unless there's a bug :)).
and if so, is there a way to configure openejb so that i can say, "hey container, i know these here beans are going to declare some garbage in their env-entries, but i'd like you to use _THIS_ value instead." ? so that i can force a url/context factory the service locator will use.
Don't understand. Do you want to change env-entries at runtime? If so, unless I'm mistaken it's not permitted by the spec. The env-entries are bound to the read-only initial context where bind/unbind methods will simply throw OperationNotSupportedExceptions.
Jacek
