Re: Tuscany/Spring MVC integration

2011-03-22 Thread Florian Moga
Hi Raymond, Having Spring MVC support in Tuscany sounds and looks great! I had a look at the sample but I haven't been able to start it up successfully. I'm seeing the following in logs: Caused by: java.io.FileNotFoundException: Could not open ServletContext resource

Re: Tuscany/Spring MVC integration

2011-03-22 Thread Raymond Feng
Hi, Florian. Thank you for the feedback. Did you try to deploy the hello-spring.war into Tomcat/Jetty? You are right, the provided scope seems to be an issue (for some reason, provided is used by some folks in the wrong way:-). I'll fix it. Thanks, Raymond

Re: Tuscany/Spring MVC integration

2011-03-22 Thread Florian Moga
Hey Raymond, Yes, I tried deploying sample-implementation-spring-helloworld-webapp.war to both Tomcat and Jetty. When I saw the exceptions in logs, I tried copying sample-implementation-spring-helloworld-contribution.jar to the lib/ folder of Tomcat and removing the provided scope but none didn't

Re: Tuscany/Spring MVC integration

2011-03-22 Thread Raymond Feng
Hi, sample-implementation-spring-helloworld-contribution.jar is copied into the WAR as a jar. That's probably why you didn't see the WEB-INF/classes/helloworld-context.xml. Can you try to unzip the jar into WEB-INF/classes to see if it helps? We also need to figure out a way to resolve Spring

Re: Tuscany/Spring MVC integration

2011-03-22 Thread Raymond Feng
I made one more change in web.xml to use classpath: for Spring config location. Can you try again? Thanks, Raymond Raymond Feng rf...@apache.org Apache Tuscany PMC member and committer: tuscany.apache.org Co-author of Tuscany SCA

[GSoC-2011] TUSCANY-3496 idea

2011-03-22 Thread Nirmal Fernando
Hi All, I'm an undergraduate at Department of Computer Science and Engineering, University of Moratuwa, Sri Lanka, and I'm hoping to have an exciting summer with GSoC 2011. I participated in GSoC 2010 for Apache Derby (RDBMS in Java) project and successfully finished the project. This is a sample

Re: [GSoC-2011] TUSCANY-3496 idea

2011-03-22 Thread Raymond Feng
Hi, Nirmal. The idea is to have a simple way to generate a diagram from the composite file to illustrate the SCA components (service/reference) and their wirings. It could be a simple .dot or .svg file. Eclipse has a tooling project for SCA [1]. It can generate nice diagrams. This idea is

Re: [GSoC-2011] TUSCANY-3496 idea

2011-03-22 Thread Nirmal Fernando
On Tue, Mar 22, 2011 at 10:54 PM, Raymond Feng enjoyj...@gmail.com wrote: Hi, Nirmal. The idea is to have a simple way to generate a diagram from the composite file to illustrate the SCA components (service/reference) and their wirings. It could be a simple .dot or .svg file. Eclipse has a

Re: [GSoC-2011] TUSCANY-3496 idea

2011-03-22 Thread Jean-Sebastien Delfino
On Tue, Mar 22, 2011 at 10:47 AM, Nirmal Fernando nirmal070...@gmail.com wrote: On Tue, Mar 22, 2011 at 10:54 PM, Raymond Feng enjoyj...@gmail.com wrote: Hi, Nirmal. The idea is to have a simple way to generate a diagram from the composite file to illustrate the SCA components

Re: Tuscany/Spring MVC integration

2011-03-22 Thread Florian Moga
It looks like now it is finding the spring file but I'm seeing org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'MessageServiceBean' is defined The bean is defined in servlet-context.xml. Are the spring files loaded in some order? It looks like sca-context.xml is

Re: Tuscany/Spring MVC integration

2011-03-22 Thread Raymond Feng
I made one more change to exclude servlet/el/jsp jars from being packaged into the WAR and upgrade to jstl 1.2. Now the standalone WAR can be deployed to Tomcat. Make sure you rebuild Tuscany. I don't see the org.springframework.beans.factory.NoSuchBeanDefinitionException. Thanks, Raymond

[GSOC 2011]Enquiry

2011-03-22 Thread Pere Villega
Hi everybody, I’m Pere Villega, a developer from Barcelona currently living in Dublin, and new to the mailing list. I contact you regarding Google Summer of Code 2011. I’m a student that would like to join the program this season and I’ve found your project interesting. I contacted Florian Moga

Re: [GSoC-2011] TUSCANY-3496 idea

2011-03-22 Thread Nirmal Fernando
Hi, On Wed, Mar 23, 2011 at 12:27 AM, Jean-Sebastien Delfino jsdelf...@apache.org wrote: On Tue, Mar 22, 2011 at 10:47 AM, Nirmal Fernando nirmal070...@gmail.com wrote: On Tue, Mar 22, 2011 at 10:54 PM, Raymond Feng enjoyj...@gmail.com wrote: Hi, Nirmal. The idea is to have a simple way to

Re: GSoC Project Proposal : Develop a 'NoSQL' Datastore component for Apache Cassandra, CouchDB, Hadoop/Hbase

2011-03-22 Thread Eranda Sooriyabandara
Hi Jean-Sebastien, I updated the project proposal adding some of your ideas, links and Florian's previous project proposal and hoping to come up with a more advanced proposal. Please let me know your ideas on the current proposal (specially on timeline). It will be a great help for me to improve

[jira] [Commented] (TUSCANY-3496) Develop a simple tool that can be used to generate composite diagrams from the xml files

2011-03-22 Thread C.S. Nirmal J. Fernando (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13009983#comment-13009983 ] C.S. Nirmal J. Fernando commented on TUSCANY-3496: -- I showed my

Invalid links in sca-java-development-guide

2011-03-22 Thread Nirmal Fernando
Hi All, While surfing through Tuscany web site's sca-java development guide, http://tuscany.apache.org/sca-java-development-guide.html I've noticed that some links to repositories are broken. Isn't it valuable to add the correct links? I would like to create a JIRA documentation issue on this,