Thanks. I'll check it out....
On Fri, Feb 19, 2010 at 3:31 PM, Uday Subbarayan <[email protected]> wrote: > I ran mvn package and I see missing jar errors in the surefire-reports. Here > is the error descriptions: > > Test set: org.apache.esme.api.RestTest > ------------------------------------------------------------------------------- > Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.368 sec <<< > FAILURE! > testStatus(org.apache.esme.api.RestTest) Time elapsed: 0.189 sec <<< ERROR! > java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory > at org.apache.commons.httpclient.HttpClient.<clinit>(HttpClient.java:66) > at org.apache.esme.api.EsmeRestApi.<init>(EsmeRestApi.java:53) > at org.apache.esme.api.RestTest.testStatus(RestTest.java:45) > Caused by: java.lang.ClassNotFoundException: > org.apache.commons.logging.LogFactory > at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:188) > at java.lang.ClassLoader.loadClass(ClassLoader.java:307) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > at java.lang.ClassLoader.loadClass(ClassLoader.java:252) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) > ... 29 more > > testSendMsg(org.apache.esme.api.RestTest) Time elapsed: 0.014 sec <<< ERROR! > java.lang.NoClassDefFoundError: Could not initialize class > org.apache.commons.httpclient.HttpClient > at org.apache.esme.api.EsmeRestApi.<init>(EsmeRestApi.java:53) > at org.apache.esme.api.RestTest.testSendMsg(RestTest.java:68) > > testGetMessages(org.apache.esme.api.RestTest) Time elapsed: 0.002 sec <<< > ERROR! > java.lang.NoClassDefFoundError: Could not initialize class > org.apache.commons.httpclient.HttpClient > at org.apache.esme.api.EsmeRestApi.<init>(EsmeRestApi.java:53) > at org.apache.esme.api.RestTest.testGetMessages(RestTest.java:89) > > testWaitForMessages(org.apache.esme.api.RestTest) Time elapsed: 0.002 sec > <<< ERROR! > java.lang.NoClassDefFoundError: Could not initialize class > org.apache.commons.httpclient.HttpClient > at org.apache.esme.api.EsmeRestApi.<init>(EsmeRestApi.java:53) > at org.apache.esme.api.RestTest.testWaitForMessages(RestTest.java:110) > > -Uday. > > ------------------------- > > I do not blog but e-write: > > http://uds-web.blogspot.com > > --- On Fri, 2/19/10, Richard Hirsch <[email protected]> wrote: > > From: Richard Hirsch <[email protected]> > Subject: Re: [VOTE] Approve the release of apache-esme-incubating-1.0 - (Yes > Again :->) > To: [email protected] > Date: Friday, February 19, 2010, 4:34 AM > > The ESME java client is provided in this release more as a code sample > that people should use a starting point for their own work. > > We were thinking of removing it from future releases or updating it to > the use the new API. > > Out of curiousity, what is failing? > > D. > > On Fri, Feb 19, 2010 at 5:28 AM, Uday Subbarayan > <[email protected]> wrote: >> Congratulations for the 1.0. >> >> I also tried the java client and is failing. Is there a sample java client >> to post messages using API? >> >> Thanks, >> Uday. >> >> ------------------------- >> >> I do not blog but e-write: >> >> http://uds-web.blogspot.com >> >> --- On Thu, 2/18/10, Richard Hirsch <[email protected]> wrote: >> >> From: Richard Hirsch <[email protected]> >> Subject: Re: [VOTE] Approve the release of apache-esme-incubating-1.0 - (Yes >> Again :->) >> To: [email protected] >> Date: Thursday, February 18, 2010, 12:43 PM >> >> On Thu, Feb 18, 2010 at 1:41 PM, Bertrand Delacretaz >> <[email protected]> wrote: >>> On Wed, Feb 17, 2010 at 8:03 PM, Richard Hirsch <[email protected]> >>> wrote: >>>> ...The candidate can be found at >>>> >>>> http://people.apache.org/~rhirsch/esme/<http://people.apache.org/%7Erhirsch/esme/> >>>> ...The MD5 checksum of the apache-esme-incubating-1.0- >>>> src.tar.gz release package is >>>> >>>> 8E 43 0D DF F8 FE 15 9B 22 47 C2 C0 CC 30 21 2C ... >>> >>> +1 to the release, thanks! >>> >>> Checked the rat report, mvn dependency:tree of the server module, >>> which builds and starts. >>> >>> Tests still fail for me when building esme-java-client, haven't >>> investigated, not a blocker for the release. >>> >> >> We included the esme-java-client more as a example of an esme client. >> It will probably disappear in the next release >> but I wanted to include it in our first release. >> >>> -Bertrand >>> >> >> >> >> > > > >
