You are viewing a plain text version of this content. The canonical link for it is here.
Posted to api@openoffice.apache.org by Carl Marcum <cm...@apache.org> on 2013/09/08 16:19:41 UTC

Netbeans created OXT Addon throws an InvalidRegistryException

Hi all,

I'm working on updating the Netbeans plugin for AOO 4.0.

Installing a Netbeans created OXT Addon throws an InvalidRegistryException:

ImplementationRegistration::registerImplementation()
InvalidRegistryException during registration (prepareRegistry():
source registry is empty)

Any ideas on changes to AOO that may cause this?

I have created a bug for netbeans:
https://issues.apache.org/ooo/show_bug.cgi?id=123215

Thanks,
Carl


---------------------------------------------------------------------
To unsubscribe, e-mail: api-unsubscribe@openoffice.apache.org
For additional commands, e-mail: api-help@openoffice.apache.org


Re: Netbeans created OXT Addon throws an InvalidRegistryException

Posted by Carl Marcum <cm...@apache.org>.
On 09/09/2013 06:42 AM, Carl Marcum wrote:
> On 09/09/2013 03:39 AM, Jürgen Schmidt wrote:
>> On 9/8/13 4:19 PM, Carl Marcum wrote:
>>> Hi all,
>>>
>>> I'm working on updating the Netbeans plugin for AOO 4.0.
>>>
>>> Installing a Netbeans created OXT Addon throws an
>>> InvalidRegistryException:
>>>
>>> ImplementationRegistration::registerImplementation()
>>> InvalidRegistryException during registration (prepareRegistry():
>>> source registry is empty)
>>>
>>> Any ideas on changes to AOO that may cause this?
>>>
>>> I have created a bug for netbeans:
>>> https://issues.apache.org/ooo/show_bug.cgi?id=123215
>>
>> I assume that NE plugin have to be adapted to reflect the latest changes
>> in AOO. One change is the reworked 3 layer that has impact on the
>> configuration of the plugin. And in your case the Addons.xcu file
>> generation have to be changed to reflect the changes in the config files.
>
> I have implemented changes to Addons.xcu for setting the toolbar name
> described here:
> https://issues.apache.org/ooo/show_bug.cgi?id=121577
>
> I documented the change and have a sample file here:
> https://issues.apache.org/ooo/show_bug.cgi?id=122055
>
> Where can I find more info on the 3 layer change and how it affects the
> plugin?
>
> Thanks,
> Carl
>
>>
>> Juergen
>>
>>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: api-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: api-help@openoffice.apache.org
>

This was a result of work needed in the Netbeans plugin to handle the 
3-layer removal in AOO4.

I'll describe that work in another thread.

Thanks,
Carl

---------------------------------------------------------------------
To unsubscribe, e-mail: api-unsubscribe@openoffice.apache.org
For additional commands, e-mail: api-help@openoffice.apache.org


Re: Netbeans created OXT Addon throws an InvalidRegistryException

Posted by Carl Marcum <cm...@apache.org>.
On 09/09/2013 06:42 AM, Carl Marcum wrote:
> On 09/09/2013 03:39 AM, Jürgen Schmidt wrote:
>> On 9/8/13 4:19 PM, Carl Marcum wrote:
>>> Hi all,
>>>
>>> I'm working on updating the Netbeans plugin for AOO 4.0.
>>>
>>> Installing a Netbeans created OXT Addon throws an
>>> InvalidRegistryException:
>>>
>>> ImplementationRegistration::registerImplementation()
>>> InvalidRegistryException during registration (prepareRegistry():
>>> source registry is empty)
>>>
>>> Any ideas on changes to AOO that may cause this?
>>>
>>> I have created a bug for netbeans:
>>> https://issues.apache.org/ooo/show_bug.cgi?id=123215
>>
>> I assume that NE plugin have to be adapted to reflect the latest changes
>> in AOO. One change is the reworked 3 layer that has impact on the
>> configuration of the plugin. And in your case the Addons.xcu file
>> generation have to be changed to reflect the changes in the config files.
>
> I have implemented changes to Addons.xcu for setting the toolbar name
> described here:
> https://issues.apache.org/ooo/show_bug.cgi?id=121577
>
> I documented the change and have a sample file here:
> https://issues.apache.org/ooo/show_bug.cgi?id=122055
>
> Where can I find more info on the 3 layer change and how it affects the
> plugin?
>
> Thanks,
> Carl
>
>>
>> Juergen
>>
>>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: api-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: api-help@openoffice.apache.org
>

This was a result of work needed in the Netbeans plugin to handle the 
3-layer removal in AOO4.

I'll describe that work in another thread.

Thanks,
Carl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Netbeans created OXT Addon throws an InvalidRegistryException

Posted by Carl Marcum <cm...@apache.org>.
On 09/09/2013 03:39 AM, Jürgen Schmidt wrote:
> On 9/8/13 4:19 PM, Carl Marcum wrote:
>> Hi all,
>>
>> I'm working on updating the Netbeans plugin for AOO 4.0.
>>
>> Installing a Netbeans created OXT Addon throws an InvalidRegistryException:
>>
>> ImplementationRegistration::registerImplementation()
>> InvalidRegistryException during registration (prepareRegistry():
>> source registry is empty)
>>
>> Any ideas on changes to AOO that may cause this?
>>
>> I have created a bug for netbeans:
>> https://issues.apache.org/ooo/show_bug.cgi?id=123215
>
> I assume that NE plugin have to be adapted to reflect the latest changes
> in AOO. One change is the reworked 3 layer that has impact on the
> configuration of the plugin. And in your case the Addons.xcu file
> generation have to be changed to reflect the changes in the config files.

I have implemented changes to Addons.xcu for setting the toolbar name 
described here:
https://issues.apache.org/ooo/show_bug.cgi?id=121577

I documented the change and have a sample file here:
https://issues.apache.org/ooo/show_bug.cgi?id=122055

Where can I find more info on the 3 layer change and how it affects the 
plugin?

Thanks,
Carl

>
> Juergen
>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: api-unsubscribe@openoffice.apache.org
For additional commands, e-mail: api-help@openoffice.apache.org


Re: Netbeans created OXT Addon throws an InvalidRegistryException

Posted by Carl Marcum <cm...@apache.org>.
On 09/09/2013 03:39 AM, Jürgen Schmidt wrote:
> On 9/8/13 4:19 PM, Carl Marcum wrote:
>> Hi all,
>>
>> I'm working on updating the Netbeans plugin for AOO 4.0.
>>
>> Installing a Netbeans created OXT Addon throws an InvalidRegistryException:
>>
>> ImplementationRegistration::registerImplementation()
>> InvalidRegistryException during registration (prepareRegistry():
>> source registry is empty)
>>
>> Any ideas on changes to AOO that may cause this?
>>
>> I have created a bug for netbeans:
>> https://issues.apache.org/ooo/show_bug.cgi?id=123215
>
> I assume that NE plugin have to be adapted to reflect the latest changes
> in AOO. One change is the reworked 3 layer that has impact on the
> configuration of the plugin. And in your case the Addons.xcu file
> generation have to be changed to reflect the changes in the config files.

I have implemented changes to Addons.xcu for setting the toolbar name 
described here:
https://issues.apache.org/ooo/show_bug.cgi?id=121577

I documented the change and have a sample file here:
https://issues.apache.org/ooo/show_bug.cgi?id=122055

Where can I find more info on the 3 layer change and how it affects the 
plugin?

Thanks,
Carl

>
> Juergen
>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Netbeans created OXT Addon throws an InvalidRegistryException

Posted by Jürgen Schmidt <jo...@gmail.com>.
On 9/8/13 4:19 PM, Carl Marcum wrote:
> Hi all,
> 
> I'm working on updating the Netbeans plugin for AOO 4.0.
> 
> Installing a Netbeans created OXT Addon throws an InvalidRegistryException:
> 
> ImplementationRegistration::registerImplementation()
> InvalidRegistryException during registration (prepareRegistry():
> source registry is empty)
> 
> Any ideas on changes to AOO that may cause this?
> 
> I have created a bug for netbeans:
> https://issues.apache.org/ooo/show_bug.cgi?id=123215

I assume that NE plugin have to be adapted to reflect the latest changes
in AOO. One change is the reworked 3 layer that has impact on the
configuration of the plugin. And in your case the Addons.xcu file
generation have to be changed to reflect the changes in the config files.

Juergen

> 
> Thanks,
> Carl
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org