Hi Toby,

    If you dont have a solution yet and don't want to mess around with jndi, 
you can do this. In your servlet that creates or retrieves the process 
instance, get the handle of you mail service and place it in the context 
variable. Since variables are global to a process instance, you can already 
access that anywhere in your action handlers. Afterwards, remove the variable 
so it wont be saved in the database. (note: I tried transient variables but it 
doesn't seem to work, try normal variables instead) 

Regards,

Elmo

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916785#3916785

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916785


-------------------------------------------------------
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=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to