On Jan 26, 2007, at 8:46 AM, Dave Colasurdo wrote:
Thanks... Have made the updates...
Well, we need to be sure these changes are included in M2. I'm not
sure where Matt is in terms of building an RC.
--kevan
Is there anything that should be added to the limitations section?
Do we fully support EJB 3.0?
-Dave-
David Blevins wrote:
On Jan 25, 2007, at 11:03 AM, Dave Colasurdo wrote:
Limitations:
- Undeploying an ejb module will not remove it's beans. The
server has to be restarted to deploy the same module again.
Ok, I've implemented undeploy and verified it works using the
calculator sample app. I can guarantee there are leaks here
(there always are the first few iterations), but the feature is
functional.
- Extended JNDI and DI types
This works. If your env-entry-type is java.lang.String and we see
you have a URL, for example, we will convert the value to a URL
before injection.
-David