[JBoss-user] [JNDI/Naming/Network] - How to bind arbitrary values in Jndi?

2006-01-10 Thread fdo
How can I easily bind arbitrary resources (like configuration strings, ...) in Jndi to have them injected into components? http://wiki.jboss.org/wiki/Wiki.jsp?page=JNDIBindingServiceMgr seems to do the trick, but is there a better way to do this? If I use this service, how can I ensure that it

[JBoss-user] [Installation, Configuration Deployment] - Re: Setting SystemProperties through the SystemPropertiesSer

2005-12-22 Thread fdo
I will try, thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913929#3913929 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913929 --- This SF.net email is sponsored

[JBoss-user] [Installation, Configuration Deployment] - Setting SystemProperties through the SystemPropertiesService

2005-12-21 Thread fdo
I have a datasource which relies on system properties (Derby embedded db, properties are used to set where the db files reside). Is there any guarantee that the SystemPropertiesService is run before the datasource are defined? Or should I set some dependencies somehow? View the original post :

[JBoss-user] [JBoss AOP] - an EJB as aspect?

2005-12-20 Thread fdo
Is it possible to have an EJB as the class implementing an Aspect? If yes, how can I do that? If no, can an aspect on an EJB have resources injected and transactional support? If yes, how can I do that? Thank you for any insight View the original post :

[JBoss-user] [JBoss AOP] - Re: an EJB as aspect?

2005-12-20 Thread fdo
Indeed, I saw those interceptors. The problem (well, in my case) is, as it is said in the specs, they run using the same transactional context as the EJB intercepted. For some purposes, we'd like a RequireNew behaviour. View the original post :