[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Fwd: RE: [geclipse-dev] Error due to new execution env with Java 1.6?
|
Hi guys,
re-sending this email from Mark to the list, i don't see it in my folders.
What happened with this, Szymon, Thomas, could you please follow it?
@ Mark: are you registered to this mailing list? you cannot post otherwise
You should also register in bugzilla (https://bugs.eclipse.org/bugs),
we cannot involve you in bugs otherwise ;-)
Cheers, Ariel
---------- Forwarded Message ----------
Subject: RE: [geclipse-dev] Error due to new execution env with Java 1.6?
Date: Friday 07 March 2008
From: "Mark McArdle" <mm@xxxxxxxxxxxxxxxxxxxxxxxxx>
To: "Ariel Garcia" <garcia@xxxxxxxxxx>, geclipse-dev@xxxxxxxxxxx
Hi All,
There is another method DataConversation.copyFromURL(URL url) which will
pull data into the DataStager from a publically available address.
But there is no reason I can see that DataConversation.save(DataHandler)
shouldn't work.
Just to see if I have the facts clear:
Java 1.5 OK
Java 1.6 OK
Java 1.6 Compatibility Mode Fails
Do we need to compatiblity mode for a reason?
I will check if we have tested with it.
Mark McArdle
IT Innovation Centre
2 Venture Road
Chilworth Science Park
Southampton, SO16 7NP, UK
tel: +44 23 8076 0834
fax: +44 23 8076 0833
mailto:mm@xxxxxxxxxxxxxxxxxxxxxxxxx
http://www.it-innovation.soton.ac.uk
> -----Original Message-----
> From: Ariel Garcia [mailto:garcia@xxxxxxxxxx]
> Sent: 06 March 2008 16:02
> To: geclipse-dev@xxxxxxxxxxx
> Cc: Mark McArdle
> Subject: Re: [geclipse-dev] Error due to new execution env
> with Java 1.6?
>
> Hi Szymon, all,
>
> > The only way (correct me if I'm wrong) to upload data to GRIA Data
> > Stager is by using DataConversion.save( DataHandler
> handler ) method,
> > so indeed those javax.activation classes are needed to
> fully use data
> > transfer with GRIA.
>
> i guess the expert here is Mark (in CC, Mark, you are in this
> mailing list,
> right?)
> Are you aware of this thread/discussion, how do you suggest
> to deal with
> it?
>
> > However we found a solution to compile errors - you need to
> change build
> > class path order and move "Plug-in Dependencies" above "JRE System
> > Library [J2SE-1.5]" for eu.geclipse.test.framework.gria. Is this
> > solution plausible? If there won't be any objections I will commit
> > proper change to CVS.
>
> looks more like a short-term workaround, does anybody
> precisely understand
> why is this access restriction happening with J1.6 when set in 1.5
> compatibility mode, but not in 1.5 or 1.6 native environments?
>
> Cheers, Ariel
>
-------------------------------------------------------