4348
by benoitf on
08 December 2008, 16:38:53 +0100
(29 days ago)
Architecture allowing to use different configuration for a bean class. The interceptors to execute are managed in this case by an EasyBeansInterceptorManagerFactory which is built by the container cla…
4346
by benoitf on
08 December 2008, 15:38:49 +0100
(29 days ago)
Avoid to use Bean className (which was factory name) on the client side. Only the interface is available for clients
4338
by fornacif on
01 December 2008, 16:30:35 +0100
(36 days ago)
Add call to the ejbCreate() method (if exists) during the buidling of the bean proxy.
4324
by benoitf on
19 November 2008, 16:51:43 +0100
(48 days ago)
Use the class/method/attributes metadata defined for a given bean instead of using the class/method/attributes metadata defined for a given class
4309
by sauthieg on
13 November 2008, 10:30:44 +0100
(55 days ago)
Display some meaningful information when a Reference extracted from JNDI cannot be turned into a real Object
4304
by alitokmen on
07 November 2008, 17:58:47 +0100
(1 month 29 days ago)
Only use regular expressions (String.replaceAll) when necessary. Character sequence replacement is faster and more reliable in other cases.
4289
by sauthieg on
03 November 2008, 16:49:31 +0100
(2 months 3 days ago)
* Expose the IEventService from the EventComponent interface -> EZBEventComponent.getEventService() is now accessible from API * Dispatchers can be created from the EZBEventComponent interface, so the…
4274
by benoitf on
31 October 2008, 16:52:23 +0100
(2 months 6 days ago)
EasyBeans is now extending the OW2-UTIl/EJBJAR metadata without any use of delegation
4255
by benoitf on
29 October 2008, 20:50:16 +0100
(2 months 8 days ago)
Register the Deployer before starting EasyBeans else depmonitor won't use the right deployer EZB-312