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