Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-07-01 Thread Mohanraj Loganathan
> > Heh. Interesting. I would have thought if we made it that far, config.xml > would be a piece of cake... By the way, what version of Geronimo are you > building? > I used the 2.1.4 source of Geronimo. Regards, Mohan On Wed, Jul 1, 2009 at 10:35 PM, Kevan Miller wrote: > > On Jul 1, 2009, at

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-07-01 Thread Kevan Miller
On Jul 1, 2009, at 2:09 AM, Mohanraj Loganathan wrote: Geronimo Binary built by Harmony is not as equivalent to the binary built by SUN JDK. var/config/config.xml file is empty and few other config files also empty. No idea why harmony build binary has empty config files. Any thoughts on t

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-06-30 Thread Mohanraj Loganathan
Geronimo Binary built by Harmony is not as equivalent to the binary built by SUN JDK. var/config/config.xml file is empty and few other config files also empty. No idea why harmony build binary has empty config files. Any thoughts on this? I replaced the config files from SunJDK built geronimo bin

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-06-22 Thread Jack Cai
Harmony use MX4J, which implements JSR 003 and 160 (remote API). So I suppose the jmx remoting function is there. Mohan, can you start the server built with Harmony in command line? ie., use "startup" command for example. -Jack On Mon, Jun 22, 2009 at 12:33 AM, Kevan Miller wrote: > > On Jun 21

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-06-21 Thread Kevan Miller
On Jun 21, 2009, at 12:04 PM, David Jencks wrote: On Jun 21, 2009, at 2:29 AM, Mohanraj Loganathan wrote: Hello After a long time, i could able to build the geronimo using Harmony JDK. But Building was not so smooth. I need to build the modules one by one. I struck at running the testsu

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-06-21 Thread David Jencks
On Jun 21, 2009, at 2:29 AM, Mohanraj Loganathan wrote: Hello After a long time, i could able to build the geronimo using Harmony JDK. But Building was not so smooth. I need to build the modules one by one. I struck at running the testsuites module . It is failed to verify the Geronimo s

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-06-21 Thread Mohanraj Loganathan
Hello After a long time, i could able to build the geronimo using Harmony JDK. But Building was not so smooth. I need to build the modules one by one. I struck at running the testsuites module . It is failed to verify the Geronimo server start. But i am sure server is started. Server logs shows

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-12 Thread Jack Cai
Mohan, the problem might be with the Harmony code - could be a compability issue or a defect. So you'll want to spend some time debugging it. I agree with Kevan that it will be cool that Geronimo can be built and run with Harmony. Someday we might be officially "support" Harmony as a runtime, and

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-12 Thread Kevan Miller
On May 12, 2009, at 8:54 AM, Luciano Salotto wrote: I would recommend trying this with Sun or IMB JDK, I believe those are the only two recommended JDK's http://cwiki.apache.org/GMOxDEV/building-apache-geronimo.html Agreed. However, if somebody's interested on working on it, I think it w

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-12 Thread Luciano Salotto
I would recommend trying this with Sun or IMB JDK, I believe those are the only two recommended JDK's http://cwiki.apache.org/GMOxDEV/building-apache-geronimo.html HTH! Luciano On Tue, May 12, 2009 at 8:17 AM, Mohanraj Loganathan wrote: > Sorry i over looked the version. > > Now i downloaded t

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-12 Thread Mohanraj Loganathan
Sorry i over looked the version. Now i downloaded the latest stable source (Geronimo 2.1.4). Building failed with Harmony JDK. I am getting marshal exception. Any thoughts on this? *Error/Exception: * [INFO] [car:prepare-metadata] [INFO] -

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-05 Thread Jarek Gawor
Is there a reason why you're trying to build 2.1.0 instead of our latest released version 2.1.4? Jarek On Mon, May 4, 2009 at 7:23 AM, Mohanraj Loganathan wrote: > Hello, > > I was trying to build geronimo2.1.0 version of source with sunJDK5. I end up > with the following failure > > [INFO] Comp

Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-04 Thread Mohanraj Loganathan
Hello, I was trying to build geronimo2.1.0 version of source with sunJDK5. I end up with the following failure [INFO] Compiling 24 source files to D:\g\2.1.0\plugins\webservices\geronimo-webservices\target\classes [INFO] [ER