You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by martymusk <ma...@email.it> on 2007/12/28 12:29:03 UTC

import org.apache.servicemix.wsn cannot be resolved

Hy, I'm working with wsn-example.
I'm trying to modify this example. 
In TraceComponent class I've imported
org.apache.servicemix.wsn.client.NotificationBroker !
Why cannot it be resolved?
Can somebody help me please?

Thanks in advance.
Martina

-- 
View this message in context: http://www.nabble.com/import-org.apache.servicemix.wsn-cannot-be-resolved-tp14524745s12049p14524745.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: import org.apache.servicemix.wsn cannot be resolved

Posted by nvijayak <nv...@cs.indiana.edu>.
Hopefully you have already figured this out. I just ran into the same issue
and solved it by adding a dependency on servicemix-wsn2005 inside the su's
pom.xml

Nithya


martymusk wrote:
> 
> Hy, I'm working with wsn-example.
> I'm trying to modify this example. 
> In TraceComponent class I've imported
> org.apache.servicemix.wsn.client.NotificationBroker !
> Why cannot it be resolved?
> Can somebody help me please?
> 
> Thanks in advance.
> Martina
> 
> 

-- 
View this message in context: http://www.nabble.com/import-org.apache.servicemix.wsn-cannot-be-resolved-tp14524745s12049p15149844.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: import org.apache.servicemix.wsn cannot be resolved

Posted by Bruce Snyder <br...@gmail.com>.
On Dec 28, 2007 5:20 PM, Jamie Penney <jp...@ec.auckland.ac.nz> wrote:
> Can this be done while eclipse is running? I have been using Netbeans
> 6.0 and the Maven plugin to work on my ServiceMix projects and it works
> great without any additional setup.

Yeah, I usually run the eclipse:eclipse goal from the command line and
then just refresh the projects in Eclipse. No need to shut down
Eclipse.

Bruce
-- 
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/

Re: import org.apache.servicemix.wsn cannot be resolved

Posted by Jamie Penney <jp...@ec.auckland.ac.nz>.
Can this be done while eclipse is running? I have been using Netbeans 
6.0 and the Maven plugin to work on my ServiceMix projects and it works 
great without any additional setup.

Jamie

Bruce Snyder wrote:
> On Dec 28, 2007 4:29 AM, martymusk <ma...@email.it> wrote:
>   
>> Hy, I'm working with wsn-example.
>> I'm trying to modify this example.
>> In TraceComponent class I've imported
>> org.apache.servicemix.wsn.client.NotificationBroker !
>> Why cannot it be resolved?
>> Can somebody help me please?
>>     
>
> Is this inside of Eclipse possibly? If so, my guess is that the
> Eclipse project files are somehow out of date. From the command line,
> you can run the Maven eclipse:eclipse goal on the ServiceMix code base
> to regenerate the Eclipse project files. I have to do this fairly
> often myself.
>
> Bruce
>   

Re: import org.apache.servicemix.wsn cannot be resolved

Posted by Bruce Snyder <br...@gmail.com>.
On Dec 28, 2007 4:29 AM, martymusk <ma...@email.it> wrote:
>
> Hy, I'm working with wsn-example.
> I'm trying to modify this example.
> In TraceComponent class I've imported
> org.apache.servicemix.wsn.client.NotificationBroker !
> Why cannot it be resolved?
> Can somebody help me please?

Is this inside of Eclipse possibly? If so, my guess is that the
Eclipse project files are somehow out of date. From the command line,
you can run the Maven eclipse:eclipse goal on the ServiceMix code base
to regenerate the Eclipse project files. I have to do this fairly
often myself.

Bruce
-- 
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/