[jira] Created: (TUSCANY-775) Web deployment broken

2006-10-03 Thread Andy Piper (JIRA)
Web deployment broken
-

 Key: TUSCANY-775
 URL: http://issues.apache.org/jira/browse/TUSCANY-775
 Project: Tuscany
  Issue Type: Bug
  Components: Java SCA Core, Java SCA Samples
Affects Versions: Java-M2
Reporter: Andy Piper


Web deployment is broken

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (TUSCANY-775) Web deployment broken

2006-10-03 Thread Andy Piper (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-775?page=all ]

Andy Piper updated TUSCANY-775:
---

Attachment: web.patch

Fixes webapp issues generically and in spring.

 Web deployment broken
 -

 Key: TUSCANY-775
 URL: http://issues.apache.org/jira/browse/TUSCANY-775
 Project: Tuscany
  Issue Type: Bug
  Components: Java SCA Core, Java SCA Samples
Affects Versions: Java-M2
Reporter: Andy Piper
 Attachments: web.patch


 Web deployment is broken

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 etc
 --

 Key: TUSCANY-699
 URL: http://issues.apache.org/jira/browse/TUSCANY-699
 Project: Tuscany
  Issue Type: Improvement
  Components: Java SCA Core
Affects Versions: Java-M2
Reporter: Andy Piper
 Assigned To: Jeremy Boynes
 Attachments: spring.patch, springlaunch.patch


 Spring provides a wealth of web app integration components. To reimplement 
 these in Tuscany would be prohibitive, instead we need to allow Spring to 
 bootstrap Tuscany and use its standard extension mechanisms. 
 I have a patch.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2006-09-06 Thread Andy Piper (JIRA)
Allow bootstrap of tuscanny from spring web apps / struts apps etc
--

 Key: TUSCANY-699
 URL: http://issues.apache.org/jira/browse/TUSCANY-699
 Project: Tuscany
  Issue Type: Improvement
  Components: Java SCA Core
Affects Versions: Java-M2
Reporter: Andy Piper


Spring provides a wealth of web app integration components. To reimplement 
these in Tuscany would be prohibitive, instead we need to allow Spring to 
bootstrap Tuscany and use its standard extension mechanisms. 
I have a patch.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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
 --

 Key: TUSCANY-699
 URL: http://issues.apache.org/jira/browse/TUSCANY-699
 Project: Tuscany
  Issue Type: Improvement
  Components: Java SCA Core
Affects Versions: Java-M2
Reporter: Andy Piper
 Attachments: springlaunch.patch


 Spring provides a wealth of web app integration components. To reimplement 
 these in Tuscany would be prohibitive, instead we need to allow Spring to 
 bootstrap Tuscany and use its standard extension mechanisms. 
 I have a patch.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (TUSCANY-643) Integrate Spring NS handling into tuscany impl.spring

2006-08-18 Thread Andy Piper (JIRA)
Integrate Spring NS handling into tuscany impl.spring
-

 Key: TUSCANY-643
 URL: http://issues.apache.org/jira/browse/TUSCANY-643
 Project: Tuscany
  Issue Type: Improvement
Reporter: Andy Piper
Priority: Minor


I fixed up the Spring impl to utiltize the namespace handling code properly. 
This is work in progress, but at least eliminates the need for changes to 
spring.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (TUSCANY-643) Integrate Spring NS handling into tuscany impl.spring

2006-08-18 Thread Andy Piper (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-643?page=all ]

Andy Piper updated TUSCANY-643:
---

Attachment: spring.patch

 Integrate Spring NS handling into tuscany impl.spring
 -

 Key: TUSCANY-643
 URL: http://issues.apache.org/jira/browse/TUSCANY-643
 Project: Tuscany
  Issue Type: Improvement
Reporter: Andy Piper
Priority: Minor
 Attachments: spring.patch


 I fixed up the Spring impl to utiltize the namespace handling code properly. 
 This is work in progress, but at least eliminates the need for changes to 
 spring.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (TUSCANY-643) Integrate Spring NS handling into tuscany impl.spring

2006-08-18 Thread Andy Piper (JIRA)
[ 
http://issues.apache.org/jira/browse/TUSCANY-643?page=comments#action_12429085 
] 

Andy Piper commented on TUSCANY-643:


Ok, I found the spring guys have a much more complete integration. The latest 
patch integrates this support and makes sure all the tests run.

 Integrate Spring NS handling into tuscany impl.spring
 -

 Key: TUSCANY-643
 URL: http://issues.apache.org/jira/browse/TUSCANY-643
 Project: Tuscany
  Issue Type: Improvement
Reporter: Andy Piper
Priority: Minor
 Attachments: spring.patch, springint.patch


 I fixed up the Spring impl to utiltize the namespace handling code properly. 
 This is work in progress, but at least eliminates the need for changes to 
 spring.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]