1 2 Previous Next 17 Replies Latest reply on May 19, 2012 1:06 PM by hendimarcos Go to original post
      • 15. Re: I can't run sample codes
        kita

        Thanks all. I found the issue, I endorse few jars in jre lib directory that was the problem.

        • 16. Re: I can't run sample codes
          dward

          Glad you found it.

          • 17. Re: I can't run sample codes
            hendimarcos

            in my case, I had the exluir xercesImpl the switchyard-component-bpel

            still do not know the effect that, because I'm not using bpel

             

                <dependency>

                  <groupId>org.switchyard.components</groupId>

                  <artifactId>switchyard-component-bpel</artifactId>

                  <version>${switchyard.version}</version>

                  <exclusions>

                            <exclusion>

                                      <artifactId>xercesImpl</artifactId>

                                      <groupId>xerces</groupId>

                            </exclusion>

                  </exclusions>

                </dependency>

              </dependencies>

            1 2 Previous Next