[jira] Updated: (TUSCANY-699) Allow bootstrap of tuscanny from spring web apps / struts apps etc

2006-09-27 Thread Andy Piper (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-699?page=all ] Andy Piper updated TUSCANY-699: --- Attachment: spring.patch Latest version of the patch incorporating some of Jeremy's feedback. Allow bootstrap of tuscanny from spring web apps / struts apps

Re: [jira] Updated: (TUSCANY-699) Allow bootstrap of tuscanny from spring web apps / struts apps etc

2006-09-08 Thread Andy Piper
Hi Jim/Jeremey I understand the intent, but this doc doesn't really tell me how I configure this. I don't want to define my own log API I just want to use one. Do you have an example of this kind of usage? @Monitor setMonitor(java.util.logging.Logger mylogger) ? If so how do I configure

Re: [jira] Updated: (TUSCANY-699) Allow bootstrap of tuscanny from spring web apps / struts apps etc

2006-09-07 Thread Andy Piper
At 06:25 07/09/2006, Jeremy Boynes wrote: Thanks for the patch Andy. I do have a few comments that I hope you can address :-) I would be the first to admit that its an egregious hack. Unfortunately some of the things I am trying to do do not yet have supporting functionality in Tuscany. I'm

Re: [jira] Updated: (TUSCANY-699) Allow bootstrap of tuscanny from spring web apps / struts apps etc

2006-09-07 Thread Jeremy Boynes
On Sep 7, 2006, at 1:06 AM, Andy Piper wrote: At 06:25 07/09/2006, Jeremy Boynes wrote: snipping a little ... Would it be possible to break this down a little - there are changes in there to the startup code and to the Spring container - is it possible to separate those so that there is

Re: [jira] Updated: (TUSCANY-699) Allow bootstrap of tuscanny from spring web apps / struts apps etc

2006-09-07 Thread Jim Marino
On Sep 7, 2006, at 6:07 AM, Jeremy Boynes wrote: Can you point me at the recommended way of logging? I could not immediately find any code that did this. We need to write logging guidelines I guess. There have been various emails about this, look for MonitorFactory. The basic idea is

[jira] Updated: (TUSCANY-699) Allow bootstrap of tuscanny from spring web apps / struts apps etc

2006-09-06 Thread Andy Piper (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-699?page=all ] Andy Piper updated TUSCANY-699: --- Attachment: springlaunch.patch Allow bootstrap of tuscanny from spring web apps / struts apps etc

Re: [jira] Updated: (TUSCANY-699) Allow bootstrap of tuscanny from spring web apps / struts apps etc

2006-09-06 Thread Jeremy Boynes
Thanks for the patch Andy. I do have a few comments that I hope you can address :-) Would it be possible to break this down a little - there are changes in there to the startup code and to the Spring container - is it possible to separate those so that there is less to tackle in one go?