Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Unable to load localized model for javax.xml.soap
Unable to load localized model for javax.xml.soap [message #375753] Mon, 14 April 2008 06:41 Go to next message
Peter Kullmann is currently offline Peter KullmannFriend
Messages: 240
Registered: July 2009
Senior Member
I'm trying to import the javax.xml.soap bundle from orbit with the
following rmap:

<searchPath name="default">
<provider readerType="eclipse.import" componentTypes="osgi.bundle"
mutable="false" source="false">
<uri
format=" http://download.eclipse.org/tools/orbit/downloads/drops/S200 80326131619/orbitBundles-S20080326131619.map"/>
</provider>
</searchPath>

and it stops with the error "Unable to load localized model for
javax.xml.soap".

I have the same problem with javax.xml.rcp and with org.apache.axis (as
it depends on rcp and soap).

Thanks for any hints
Peter
Re: Unable to load localized model for javax.xml.soap [message #375754 is a reply to message #375753] Mon, 14 April 2008 07:40 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Peter,
A plug-in can installed as a jar file (packed) or unzipped into a folder (unpacked). It seems like
the Orbit project has invented yet another format for distributing the latter. Instead of providing
them as installable bundles in jar files (the way it's done on an update site), they provide them as
zip files rooted from the plug-ins folder. I have no idea why that is so I'll cross post this to the
orbit newsgroup.

At present, Buckminster cannot handle this type of packaging.

Regards,
Thomas Hallgren



Peter Kullmann wrote:
> I'm trying to import the javax.xml.soap bundle from orbit with the
> following rmap:
>
> <searchPath name="default">
> <provider readerType="eclipse.import" componentTypes="osgi.bundle"
> mutable="false" source="false">
> <uri
> format=" http://download.eclipse.org/tools/orbit/downloads/drops/S200 80326131619/orbitBundles-S20080326131619.map"/>
>
> </provider>
> </searchPath>
>
> and it stops with the error "Unable to load localized model for
> javax.xml.soap".
>
> I have the same problem with javax.xml.rcp and with org.apache.axis (as
> it depends on rcp and soap).
>
> Thanks for any hints
> Peter
Re: Unable to load localized model for javax.xml.soap [message #375755 is a reply to message #375753] Mon, 14 April 2008 07:42 Go to previous messageGo to next message
Peter Kullmann is currently offline Peter KullmannFriend
Messages: 240
Registered: July 2009
Senior Member
The problem seems to be that these plugins come as zip files and have to
be unpacked. Is there a provider that can handle this format?

Peter Kullmann schrieb:
> I'm trying to import the javax.xml.soap bundle from orbit with the
> following rmap:
>
> <searchPath name="default">
> <provider readerType="eclipse.import" componentTypes="osgi.bundle"
> mutable="false" source="false">
> <uri
> format=" http://download.eclipse.org/tools/orbit/downloads/drops/S200 80326131619/orbitBundles-S20080326131619.map"/>
>
> </provider>
> </searchPath>
>
> and it stops with the error "Unable to load localized model for
> javax.xml.soap".
>
> I have the same problem with javax.xml.rcp and with org.apache.axis (as
> it depends on rcp and soap).
>
> Thanks for any hints
> Peter
Re: Unable to load localized model for javax.xml.soap [message #375756 is a reply to message #375755] Mon, 14 April 2008 08:33 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Peter,
can you please enter a bugzilla for this? I think it would be relatively easy to fix so that
Buckminster can cope with this zip as well.

Regards,
Thomas Hallgren

Peter Kullmann wrote:
> The problem seems to be that these plugins come as zip files and have to
> be unpacked. Is there a provider that can handle this format?
>
> Peter Kullmann schrieb:
>> I'm trying to import the javax.xml.soap bundle from orbit with the
>> following rmap:
>>
>> <searchPath name="default">
>> <provider readerType="eclipse.import" componentTypes="osgi.bundle"
>> mutable="false" source="false">
>> <uri
>> format=" http://download.eclipse.org/tools/orbit/downloads/drops/S200 80326131619/orbitBundles-S20080326131619.map"/>
>>
>> </provider>
>> </searchPath>
>>
>> and it stops with the error "Unable to load localized model for
>> javax.xml.soap".
>>
>> I have the same problem with javax.xml.rcp and with org.apache.axis
>> (as it depends on rcp and soap).
>>
>> Thanks for any hints
>> Peter
Re: Unable to load localized model for javax.xml.soap [message #375757 is a reply to message #375756] Mon, 14 April 2008 09:14 Go to previous messageGo to next message
Peter Kullmann is currently offline Peter KullmannFriend
Messages: 240
Registered: July 2009
Senior Member
I have filed https://bugs.eclipse.org/bugs/show_bug.cgi?id=226886

Regards,
Peter

Thomas Hallgren schrieb:
> Hi Peter,
> can you please enter a bugzilla for this? I think it would be relatively
> easy to fix so that Buckminster can cope with this zip as well.
>
> Regards,
> Thomas Hallgren
>
> Peter Kullmann wrote:
>> The problem seems to be that these plugins come as zip files and have
>> to be unpacked. Is there a provider that can handle this format?
>>
>> Peter Kullmann schrieb:
>>> I'm trying to import the javax.xml.soap bundle from orbit with the
>>> following rmap:
>>>
>>> <searchPath name="default">
>>> <provider readerType="eclipse.import" componentTypes="osgi.bundle"
>>> mutable="false" source="false">
>>> <uri
>>> format=" http://download.eclipse.org/tools/orbit/downloads/drops/S200 80326131619/orbitBundles-S20080326131619.map"/>
>>>
>>> </provider>
>>> </searchPath>
>>>
>>> and it stops with the error "Unable to load localized model for
>>> javax.xml.soap".
>>>
>>> I have the same problem with javax.xml.rcp and with org.apache.axis
>>> (as it depends on rcp and soap).
>>>
>>> Thanks for any hints
>>> Peter
Re: Unable to load localized model for javax.xml.soap [message #375758 is a reply to message #375754] Tue, 15 April 2008 16:47 Go to previous messageGo to next message
David Williams is currently offline David WilliamsFriend
Messages: 722
Registered: July 2009
Senior Member
On Mon, 14 Apr 2008 03:40:22 -0400, Thomas Hallgren <thomas@tada.se> wro=
te:

> Instead of providing
> them as installable bundles in jar files (the way it's done on an upda=
te site), they provide them as
> zip files rooted from the plug-ins folder. I have no idea why that is =
so ...
>
>
> Peter Kullmann wrote:
>> I'm trying to import the javax.xml.soap bundle from orbit with the
>> following rmap:
>>
>> <searchPath name=3D"default">
>> <provider readerType=3D"eclipse.import" componentTypes=3D"osgi.bund=
le"
>> mutable=3D"false" source=3D"false">
>> <uri
>> format=3D" http://download.eclipse.org/tools/orbit/downloads/drops/S20=
080326131619/orbitBundles-S20080326131619.map"/>
>>
>> </provider>
>> </searchPath>
>>
>> and it stops with the error "Unable to load localized model for
>> javax.xml.soap"
> ....

Some bundles are zip files in the "raw bundles" site so people can get t=
hem and just unzip them into an eclipse install. (That is, in cases wher=
e they are zip files. And that's important because according to their us=
e by the person who originated their contribution, they can not really b=
e used as a raw jar file ... they need to be expanded, for example they =
need direct access to the embedded jars, or something similar).

Second, the "update manager" form is quietly available from each build i=
n a directory, where 'bundles' is replaced with 'updateSite/plugins', So=
, for example, that "javax.xml.soap" bundle would be
http://download.eclipse.org/tools/orbit/downloads/drops/S200 80326131619/=
updateSite/plugins/javax.xml.soap_1.2.0.v200803070511.jar There's no goo=
d way to know, then, whether is should remain jarr'd, or be expanded.

So, while there's no map file to this updateSite space, I hope this info=
rmation helps you find a solution.
Re: Unable to load localized model for javax.xml.soap [message #375759 is a reply to message #375758] Tue, 15 April 2008 17:25 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
David Williams wrote:
> Some bundles are zip files in the "raw bundles" site so people can get them and just unzip them into an eclipse install. (That is, in cases where they are zip files. And that's important because according to their use by the person who originated their contribution, they can not really be used as a raw jar file ... they need to be expanded, for example they need direct access to the embedded jars, or something similar).
>
OK, fair enough. I can see how that can simplify things.

> Second, the "update manager" form is quietly available from each build in a directory, where 'bundles' is replaced with 'updateSite/plugins', So, for example, that "javax.xml.soap" bundle would be
> http://download.eclipse.org/tools/orbit/downloads/drops/S200 80326131619/updateSite/plugins/javax.xml.soap_1.2.0.v2008030 70511.jar There's no good way to know, then, whether is should remain jarr'd, or be expanded.
>
> So, while there's no map file to this updateSite space, I hope this information helps you find a solution.
>
I've already added functionality to the Buckminster import reader so that we treat the Orbit .zip
files correctly so for now, we can continue using the map file as the "repository meta-data".

Do you have any plans to p2'ize the Orbit download site?

Regards,
Thomas Hallgren
Re: Unable to load localized model for javax.xml.soap [message #375760 is a reply to message #375759] Tue, 15 April 2008 18:19 Go to previous message
David Williams is currently offline David WilliamsFriend
Messages: 722
Registered: July 2009
Senior Member
On Tue, 15 Apr 2008 13:25:33 -0400, Thomas Hallgren <thomas@tada.se> wrote:


>
> Do you have any plans to p2'ize the Orbit download site?
>

I dont' ... but, I dont' even know what that entails ... so, I'm sure someone will educate me eventually, if not provide the patches to do the work!
Previous Topic:Unable to resolve: org.eclipse.buckminster
Next Topic:New update sites
Goto Forum:
  


Current Time: Fri Apr 26 06:45:38 GMT 2024

Powered by FUDForum. Page generated in 0.03470 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top