Hi Xue-Feng,
I went through the problems you mentioned. It's indeed annoying to see these
type of small issues popping up when you want to try out something else.
Thank you for the patience & reporting these back to us. Let me explain how
to get these solved quickly so that you can continue exploring our samples.

First, error log on "mvn eclipse:eclipse". There is nothing wrong there. If
you read through the messages it say
"[INFO]

       Sources for some artifacts are not available."


And then it lists out the libraries for which source cannot be
associated. This is quite normal in Maven world & you will only need
sources for all those libraries only if your going to debug everyone
of those projects. (which I assume not what your objective is)


Next an explanation on other error log. Here, you will see messages
similar to following appearing every where..

Unbound classpath variable: 'M2_REPO/xxxxxxxxxxxxxxxxx' in project
'com.acme.shoppingcart.service.supplier'

The problem here is, you do not have M2_REPO variable defined on your
Eclipse IDE. This is a requirement when your using Maven based
projects on Eclipse. This[1] explains how you can define M2_REPO
variable.

Good luck & we are waiting to hear more feedback on samples. On a
different note, sharing your experience might be helpful for other
similar users as well. How about blogging on your experience?

/sumedha


[1] http://communitymapbuilder.org/display/GEOT/Eclipse+FAQ

        
On Sat, Feb 26, 2011 at 8:48 AM, Xue-Feng Yang <[email protected]> wrote:

> Hi,
>
> Again, I have troubles in "Apache Axis2 Service to Handle message coming
> from ESB".
>
> Attached are two error messages. One is the message when I run "mvn
> eclipse:eclipse" in both shopping-cart/connector-service and
> shopping-cart/bps/SupplierService. The other is the eclipse Problems after
> import both projects.
>
> Thanks,
>
> Xue-Feng
>
>
>
>
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to