Re: Error loading deployable composite with exploded directory

2010-12-22 Thread Simon Nash
Hudgins, Paul wrote: Here is the complete stack trace: From this stack trace my best guess is that the issue lies in the following piece of code from WebAppServletHost.getContributionRoot() try { String root = servletContext.getInitParameter("contributionRoot"); if (root

Re: Error loading deployable composite with exploded directory

2010-12-21 Thread Luciano Resende
On Tue, Dec 21, 2010 at 4:39 AM, Hudgins, Paul wrote: > Following the instructions from Dave’s blog [1] I successfully deployed the > sample-calculator-webapp.war from the 1.6.1 version of Tuscany SCA within a > WebLogic 10.3.3 hosting environment.  My next step was to explode the war > and begin

RE: Error loading deployable composite with exploded directory

2010-12-21 Thread Hudgins, Paul
Here is the complete stack trace: Caused By: java.lang.IllegalArgumentException: No deployable composite is declared at org.apache.tuscany.sca.node.impl.NodeImpl.aggregate(NodeImpl.java:643) at org.apache.tuscany.sca.node.impl.NodeImpl.configureNode(NodeImpl.java

Re: Error loading deployable composite with exploded directory

2010-12-21 Thread Simon Nash
Hudgins, Paul wrote: Following the instructions from Dave’s blog [1] I successfully deployed the sample-calculator-webapp.war from the 1.6.1 version of Tuscany SCA within a WebLogic 10.3.3 hosting environment. My next step was to explode the war and begin replacing the composites and classes w