[Design of EJB 3.0] - Re: java:comp.ejb3 versus java:comp
by bill.burke@jboss.com
anonymous wrote : This assumes that every callback path has an interceptor model that allows this. Its not true for either the ejb2 or web containers. Callbacks like ejb timers, activation callbacks, session events, don't have the same invocation model as requests.
Well, the key has to be set someplace and somewhere if your'e not using the ClassLoader as the key. EJB3 has no problem pushing/popping the ENC for EJB callbacks. Not sure why EJB2 or JBossWeb would have any problem as well.
anonymous wrote : There is also the issue of being able to view encs for debugging. Having a bunch of isolated encs buried in various containers vs having a map keyed by component id just seems cleaner.
Ok...so can we get implementing this? There should be no reason why we need to overengineer this and can have a simple static variable ConncurrentHashMap implementation for the id->ENC mapping.
I can probably figure out all the places to add the hooks in for EJB3/EJB2. For JBossWeb I made need a hint.
Bill
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995421#3995421
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995421
19 years, 3 months
[Design of JBoss Build System] - Apache Ant 1.7.0 is out
by scott.stark@jboss.org
anonymous wrote :
| Hi,
|
| We have the pleasure to announce the release of Apache Ant 1.7.0.
|
| Ant 1.7 introduces a resource framework. Some of the core ant tasks such as are now able to process not only file system resources but also zip entries, tar entries, paths, ... Resource collections group resources, and can be further combined with operators such as union and intersection. This can be extended by custom resources and custom tasks using resources.
|
| Ant 1.7 starts outsourcing of optional tasks to Antlibs. The .NET antlib replaces the .NET optional tasks which ship in Ant. Support for the version control system Subversion is also provided as an antlib.
|
| Ant 1.7 fixes also a large number of bugs.
|
| Ant 1.7 has some initial support for Java6 features.
|
| The Apache Ant Team
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995409#3995409
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995409
19 years, 3 months