All,

See below.  We are working to get servicemix-sca up and running again.
Presently, I'm adding the repo to the servicemix-sca so it can find
its timestamped dependencies.

best,
-brian

On 6/22/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote:
I think the repo has been removed from the root pom.
Just add it in the servicemix-sca pom.


On 6/22/07, Brian O'Neill < [EMAIL PROTECTED]> wrote:
> Guillaume,
>
> Looks like that artifact is there.  Let me check the poms and repo
> list to make sure that repo is in there.
>
> -brian
>
> On 6/22/07, Brian O'Neill <[EMAIL PROTECTED]> wrote:
> > I'll see if I can find it in that repo, but here is the report:
> > 1) org.apache.tuscany:tuscany-common:jar:20060317
> >
> >
> >
> >   Try downloading the file manually from the project website.
> >
> >
> >
> >   Then, install it using the command:
> >
> >       mvn install:install-file -DgroupId=org.apache.tuscany
> > -DartifactId=tuscany-common \
> >
> >           -Dversion=20060317 -Dpackaging=jar -Dfile=/path/to/file
> >
> >
> >
> > That is just one of the missing dependencies.  It can't find any of
> > the timestamped versions.
> >
> > -brian
> >
> >
> > On 6/22/07, Guillaume Nodet < [EMAIL PROTECTED]> wrote:
> > > Which artifacts are missing ?
> > > The sca should use some timestamped artifacts for Tuscany and they
should be
> > > available on a servicemix repo at   http://servicemix.org/m2-repo/
> > >
> > > On 6/22/07, Kit Plummer
<[EMAIL PROTECTED]>
> > > wrote:
> > > > That's cool.  I just turned off PMD.  ; }
> > > >
> > > > There's a ton of missing artifacts for me...the same is true for
Tuscany
> > > > so I'm just guessing I'm not aligned with a repo somewhere...
> > > >
> > > > Kit
> > > >
> > > > ----
> > > > Kit Plummer
> > > > Advanced Programs
> > > > Raytheon Mission Systems
> > > > 520.360.4729 (cell)
> > > > 520.545.9246 (desk)
> > > > kitplummer (im)
> > > >
> > > > Brian O'Neill wrote:
> > > > > Guillaume,
> > > > >
> > > > > Thanks for the help around the checkstyle errors. After I got past
> > > > > that, I had to fix two PMD violations.  The diff is attached.
Could
> > > > > you commit the changes?
> > > > >
> > > > > best regards,
> > > > > -brian
> > > > >
> > > > >
> > > > >
> > >
------------------------------------------------------------------------
> > > > >
> > > > > Index:
> > >
src/main/java/org/apache/servicemix/sca/ScaEndpoint.java
> > > > >
> > >
===================================================================
> > > > > ---
> > >
src/main/java/org/apache/servicemix/sca/ScaEndpoint.java
> > >  (revision 549589)
> > > > > +++
> > >
src/main/java/org/apache/servicemix/sca/ScaEndpoint.java
> > >  (working copy)
> > > > > @@ -90,7 +90,7 @@
> > > > >              classes.add(mth.getReturnType ());
> > > > >              classes.add(params[0]);
> > > > >          }
> > > > > -        jaxbContext = JAXBContext.newInstance(classes.toArray(new
> > > Class[0]));
> > > > > +        jaxbContext = JAXBContext.newInstance(classes.toArray(new
> > > Class[classes.size()]));
> > > > >      }
> > > > >
> > > > >      public void deactivate() throws Exception {
> > > > > Index:
> > >
src/main/java/org/apache/servicemix/sca/handler/ExternalJbiServiceClient.java
> > > > >
> > >
===================================================================
> > > > > ---
> > >
src/main/java/org/apache/servicemix/sca/handler/ExternalJbiServiceClient.java
> > >     (revision 549589)
> > > > > +++
> > >
src/main/java/org/apache/servicemix/sca/handler/ExternalJbiServiceClient.java
> > >     (working copy)
> > > > > @@ -78,7 +78,7 @@
> > > > >              NormalizedMessage in =
> > > inout.createMessage();
> > > > >               inout.setInMessage (in);
> > > > >              in.setContent(new StringSource(baos.toString()));
> > > > > -            boolean sent = channel.sendSync(inout);
> > > > > +         //            boolean sent = channel.sendSync(inout);
> > > > >              // TODO: check for error ?
> > > > >              NormalizedMessage out =
> > > inout.getOutMessage();
> > > > >              Object response =
> > > context.createUnmarshaller().unmarshal(out.getContent());
> > > >
> > >
> > >
> > >
> > > --
> > > Cheers,
> > > Guillaume Nodet
> > > ------------------------
> > > Principal Engineer, IONA
> > > Blog: http://gnodet.blogspot.com/
> >
> >
> > --
> > Brian ONeill
> > Source Equity ( http://www.sourceequity.com)
> > jBIZint (http://www.jbizint.org)
> > Technical Architect, Gestalt LLC (http://www.gestalt-llc.com)
> > mobile:215.588.6024
> >
>
>
> --
> Brian ONeill
> Source Equity (http://www.sourceequity.com)
> jBIZint (http://www.jbizint.org )
> Technical Architect, Gestalt LLC (http://www.gestalt-llc.com)
> mobile:215.588.6024
>



--

Cheers,
Guillaume Nodet
------------------------
Principal Engineer, IONA
Blog: http://gnodet.blogspot.com/


--
Brian ONeill
Source Equity (http://www.sourceequity.com)
jBIZint (http://www.jbizint.org)
Technical Architect, Gestalt LLC (http://www.gestalt-llc.com)
mobile:215.588.6024

Reply via email to