RE: Java 6

2009-04-06 Thread Cliff Binstock
To: discuss@restlet.tigris.org Subject: Re: Java 6 A more general note: Applications compiled with Java 5 typically run on Java 6 JVMs without problems. Applications compiled with Java 6 don't run on Java 5 JVMs- the Java 5 JVM detects that the bytecode version is higher and therefore

Re: Java 6

2009-04-02 Thread Malcolm Sparks
A more general note: Applications compiled with Java 5 typically run on Java 6 JVMs without problems. Applications compiled with Java 6 don't run on Java 5 JVMs- the Java 5 JVM detects that the bytecode version is higher and therefore rejects it. So, in theory, you don't need a Java 6

RE: Java 6

2009-04-01 Thread Jerome Louvel
Hi Cliff, Yes, the build is done with Java 1.5 and we don't provide a build in Java 6. Official support for Java 6 is only planned for post-Restlet 1.2. In order to build it yourself, you can follow these instructions: Building with Ant http://wiki.restlet.org/developers/179-restlet/107

Java 6

2009-03-31 Thread Cliff Binstock
Is it correct that the current build is based on Java 1.5? Is there a Java 6 build available? Or do I have to build this myself? Notably, I can't run a Java 6 compiled application under tomcat w/Java 6. I'm not 100% certain, but it appears that this is because Restlet itself is 1.5 (I get class

RE: Re: Restlet and Java 6

2009-03-17 Thread Jerome Louvel
[mailto:webp...@tigris.org] Envoyé : vendredi 13 mars 2009 18:33 À : discuss@restlet.tigris.org; Stephan Koops Objet : RE: Re: Restlet and Java 6 Can anybody post Restlet 1.1.3 with JAXB extention example with Java 6. we are having some troubles to get into work. Thanks

RE: Re: Restlet and Java 6

2009-03-13 Thread webpost
Can anybody post Restlet 1.1.3 with JAXB extention example with Java 6. we are having some troubles to get into work. Thanks -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=1318007

Re: Restlet and Java 6

2008-12-03 Thread Raif S. Naffah
, because Java 6 contains JAXB in a different version, I think. If you need it and will have a good solution, Jerome and Thierry will be happy, if you could contribute. best regards Stephan Raif S. Naffah schrieb: java version 1.6.0_10

RE: Restlet and Java 6

2008-12-03 Thread Jerome Louvel
A : discuss@restlet.tigris.org Objet : Re: Restlet and Java 6 hello again, On Wednesday 03 December 2008 06:46:39 pm Raif S. Naffah wrote: hello Mark, On Wednesday 03 December 2008 09:50:38 am Mark Derricutt wrote: We used to get LOTS of JVM crashes with Restlet under JDK 6 update 10

Re: Restlet and Java 6

2008-12-03 Thread Raif S. Naffah
Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Raif S. Naffah [mailto:[EMAIL PROTECTED] Envoye : mercredi 3 decembre 2008 10:33 A : discuss@restlet.tigris.org Objet : Re: Restlet and Java 6 hello again, On Wednesday 03 December 2008 06:46:39 pm Raif S

Re: Restlet and Java 6

2008-12-02 Thread Rob Heittman
More details on the problem would help ... but since I'm seeing Athlon SMP in your uname, I'd suspect you may be getting JVM crashes when the JVM recompiles certain classes? If so, it's a JDK bug that you can work around by blocking certain classes from recompilation. Or is it something else?

Re: Restlet and Java 6

2008-12-02 Thread Stephan Koops
Hi Raif, if you use the JAXB extension of Restlet, you could get some problems, because Java 6 contains JAXB in a different version, I think. If you need it and will have a good solution, Jerome and Thierry will be happy, if you could contribute. best regards Stephan Raif S. Naffah

Re: Restlet and Java 6

2008-12-02 Thread Mark Derricutt
behaviour. On Wed, Dec 3, 2008 at 10:32 AM, Stephan Koops [EMAIL PROTECTED] wrote: Hi Raif, if you use the JAXB extension of Restlet, you could get some problems, because Java 6 contains JAXB in a different version, I think. If you need it and will have a good solution, Jerome and Thierry

Re: Restlet and Java 6

2008-12-02 Thread Raif S. Naffah
hello Rob, On Wednesday 03 December 2008 01:11:39 am Rob Heittman wrote: More details on the problem would help ... but since I'm seeing Athlon SMP in your uname, I'd suspect you may be getting JVM crashes when the JVM recompiles certain classes? If so, it's a JDK bug that you can work

Re: Restlet and Java 6

2008-12-02 Thread Raif S. Naffah
hello Stephan, On Wednesday 03 December 2008 08:32:21 am Stephan Koops wrote: Hi Raif, if you use the JAXB extension of Restlet, you could get some problems, because Java 6 contains JAXB in a different version, I think. no i'm not using it. If you need it and will have a good solution

Re: Restlet and Java 6

2008-12-02 Thread Raif S. Naffah
] wrote: Hi Raif, if you use the JAXB extension of Restlet, you could get some problems, because Java 6 contains JAXB in a different version, I think. If you need it and will have a good solution, Jerome and Thierry will be happy, if you could contribute. best regards Stephan