[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 is started before my ejbs 
without resorting to a deployment descriptor? (which I'd like to avoid as much 
as possible, relying as much as possible on dependency injection)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3916626#3916626

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3916626


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3913764#3913764

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913764


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3913596#3913596

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913596


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3913651#3913651

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913651


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user