[udk-issues] [Issue 116342] OXT extension using a sig ned JAR not working, cryptic error message

2011-01-12 Thread cfries
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116342


User cfries changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from cfr...@openoffice.org Wed Jan 12 09:26:55 
+ 2011 ---
Thank you! I got it. Signing Obba_IDL_types.jar resolved the problem. So to
created an OXT with a signed JAR I had to add

 




to my ANT built file. I am sorry for causing this confusion, but maybe there
could be some hint in the developer documentation or a section on creating a OXT
with a signed JAR. After all the error message was quite unhelpful and also I
did not see the error messages you posted. Must have been my mistake!



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[udk-issues] [Issue 116342] OXT extension using a sig ned JAR not working, cryptic error message

2011-01-11 Thread cfries
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116342





--- Additional comments from cfr...@openoffice.org Tue Jan 11 20:45:16 
+ 2011 ---
Created an attachment (id=75539)
Two extensions Obba.oxt one using a signed jar, the other an unsigned jar.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[udk-issues] [Issue 116342] OXT extension using a sig ned JAR not working, cryptic error message

2011-01-11 Thread cfries
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116342


User cfries changed the following:

What|Old value |New value

  Status|RESOLVED  |UNCONFIRMED

  Resolution|WORKSFORME|





--- Additional comments from cfr...@openoffice.org Tue Jan 11 20:43:24 
+ 2011 ---
I created an example here: 
http://www.christian-fries.de/openoffice/issue-116342-signed-jar.zip
The zip archive contains two OXT extensions (namely Obba.oxt). The two 
extensions only differ by the 
signing of the contained JAR file. Comparing all files in the two Obba.oxt 
extensions reveals that the 
difference is only given by
- The signed version contains two additional files OBBA_INF.DSA and OBBA.SF in 
Obba.oxt/Obba.jar/META-INF
- The signed version contains additional keys/values in the MANIFEST.MF in 
Obba.oxt/Obba.jar/META-
INF

The unsigned version installs in OO, the signed version does not. I have 
reproduced this under OO for 
Mac OS X 10.6.6
- OO version DEV300m96 (Build 9560)
- OO version OOO330m18 (Build 9556)

Maybe this is specific for OO on OS X?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[udk-issues] [Issue 116342] OXT extension using a sig ned JAR not working, cryptic error message

2011-01-07 Thread cfries
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116342





--- Additional comments from cfr...@openoffice.org Fri Jan  7 09:46:55 
+ 2011 ---
I have compared the two manifest file (before signing and after). The manifest 
of the signed JAR 
contains all the entries of the unsigned (working) JAR. The difference is

1. The CentralRegistrationClass now has an additional SHA1-Digest entry. E.g. 
as in
Name: info/obba/CentralRegistrationClass.class
RegistrationClasses: info.obba.ObbaImpl
SHA1-Digest: CZDgp+9uz0JNe+Y9Abtnf4lywj8=

2. New entries have been added for the other classes. E.g.
Name: info/obba/AbstractViewer.class
SHA1-Digest: 0PIiV/ufqEQMOmp0cMa0ZVTwggY=

I am testing this on Mac OS X 10.6.6

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[udk-issues] [Issue 116342] OXT extension using a sig ned JAR not working, cryptic error message

2011-01-06 Thread cfries
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116342
 Issue #|116342
 Summary|OXT extension using a signed JAR not working, cryptic 
|error message
   Component|udk
 Version|OOo 3.3 RC8
Platform|All
 URL|http://www.christian-fries.de/blog/files/2010-OpenOffi
|ceExtension.html
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|kr
 Reported by|cfries





--- Additional comments from cfr...@openoffice.org Fri Jan  7 05:59:04 
+ 2011 ---
A Java based OpenOffice extension (.oxt) using a signed JAR (inside the .oxt 
bundle) does not register 
in OpenOffice 3.3.0. Instead you see the unhelpful error message:
  ImplementationRegistration::registerimplementation() 
  InvalidRegistryException during registration (prepareRegistry(): source 
registry is empty) 

To reproduce the problem create a .keystore (using keytool) and sign the JAR at 
the -pre-uno-package 
build step: 

 


in your ant build of the .oxt. The resulting .oxt will be dysfunctional.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 109279] Java extensions cannot be installed in some environments

2010-03-11 Thread cfries
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109279





--- Additional comments from cfr...@openoffice.org Thu Mar 11 22:27:37 
+ 2010 ---
The issue that the error message is completely unhelpful (when tying to install 
a Java plugin in an OO 
missing openoffice.org-java-common - if that is really the issue here) remains.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 109859] Error Bars missing in cha rt when copied to draw

2010-03-05 Thread cfries
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109859
 Issue #|109859
 Summary|Error Bars missing in chart when copied to draw
   Component|Chart
 Version|OOO320m12
Platform|Macintosh
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|kla
 Reported by|cfries





--- Additional comments from cfr...@openoffice.org Fri Mar  5 21:53:18 
+ 2010 ---
Copying a calc chart (line) with y-error bars to the draw application (using 
copy&paste) results in losing 
the error bars.

To reproduce this problem:
- Start Calc
- Create a chart with lines and Y-error bars
- Select chart.
- Select copy.
- Start Draw.
- Select paste.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 109279] Java extensions cannot be installed in some environments

2010-02-15 Thread cfries
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109279
 Issue #|109279
 Summary|Java extensions cannot be installed in some environmen
|ts
   Component|framework
 Version|OOO310m19
Platform|All
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|cfries





--- Additional comments from cfr...@openoffice.org Mon Feb 15 10:12:54 
+ 2010 ---
In some situations Java extensions cannot be installed. The error message is not
helpful.

How to reproduce this problem:

- Start up a default Ubuntu Linux 9.10, e.g. by using this VMWare Appliance:
http://www.vmware.com/appliances/directory/435013

- In this appliance OO 3.1 m19 Calc is installed by default, however no Java was
installed.

- Trying to install a Java based extension (e.g. http://www.obba.info) gives the
error "Could not create Java implementation loader" - which is fine!

- Installi a Java JRE (e.g. directly from Ubuntu Software Center) and select the
JRE in OO Options->Java.

- Trying to install aJava based extension (e.g. http://www.obba.info) now gives
the following error message:

(com.sun.star.registry.CannotRegisterImplementationException)
{{Message="",Context=com.sun.star.uno.XInterface) @0}}

This message is not helpful and it is expected that the extension should install
itself.


- Note: If you install the full "OpenOffice.org Office Suite" from the Ubuntu
Software Center (which brings its own JRE), then installation of Java based
extensions is possible! (See http://www.obba.info/#issues "OpenOffice 3.x for
Linux (e.g. Ubuntu)"


Note: This issue is likely a duplicate of issue 95162, which itself was marked
as a duplicated of issue 93769, which was closed. However
- The problem still exists
- I believe that 95162 wasn't a duplicate of 93769.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 109062] extensions: Extension Man ager not working if extension contains wrong d escription.xml (here: extension-description)

2010-02-10 Thread cfries
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109062





--- Additional comments from cfr...@openoffice.org Wed Feb 10 08:29:16 
+ 2010 ---
@bmarcelly: Thank you. I have overlooked this. The documentation is perfectly 
clear.

Regarding the issue itself, that extension manager is killed if the xlink:href 
points to a non existing file, it 
is part of of issue 100744

I see this issue as a bigger problem than the priority of 100744 suggest. If an 
extension with such a faulty 
description.xml is deployed (e.g. via update), then the average user likely 
needs to make a clean reinstall 
of OO to recover from this problem. It is not even possible to update the 
faulty extension to a fixed 
version.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 109062] extensions: Extension Man ager not working if extension contains wrong d escription.xml (here: extension-description)

2010-02-09 Thread cfries
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109062





--- Additional comments from cfr...@openoffice.org Tue Feb  9 11:33:40 
+ 2010 ---
The problem also exists if the extension-description element of description.xml 
refers to a non-
existing local file.

To reproduce this problem quickly replace step 3 above by

3b. Add the following lines to description.xml:



  


Note: The problem is that in my situation an extension with the erroneous 
description.xml file installs, 
but once it is installed, extension manager does not show up anymore, hence it 
cannot be unstalled or 
update.

@jl: Thanks for the reference. I now see that the developer documentation 
states "One can put a couple 
of localized description files into the extension and reference them in the 
description.xml. ". But when I 
read the documentation of description.xml it was not clear which element has to 
(!) refer to a local file 
and which element can (!) also refer to a remote file. For example 
release-notes can refer to a remote 
file. Nevertheless, the problem is not tied to the fact that 
extension-description referred to a remote 
file.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 109062] extensions: Extension Man ager not working if extension contains wrong d escription.xml (here: extension-description)

2010-02-08 Thread cfries
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109062
 Issue #|109062
 Summary|extensions: Extension Manager not working if extension
| contains wrong description.xml (here: extension-descr
|iption)
   Component|framework
 Version|OOO310m19
Platform|Macintosh
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|mh
 Reported by|cfries





--- Additional comments from cfr...@openoffice.org Mon Feb  8 23:37:55 
+ 2010 ---
If an extension contains a file description.xml having an extension-description 
element where the 
xlink:href is an URL starting with http:// then the extension manager does not 
show up any more.


How to reproduce this problem quickly:

1. Open the directory
~/Library/Application\ 
Support/OpenOffice.org/3/user/uno_packages/cache/uno_packages
This is the location where OpenOffice stores extensions.

2. Open a subdirectory and its subdirectory. You should see the description.xml 
of one of your OO 
extensions (I assume that you have installed at least one).

3. Add the following lines to description.xml:


http://www.somehost.com/somedirectory/extension-description.txt"; 
lang="en" />
  

4. Safe this description.xml.

5. Restart OpenOffice

6. Bring up "Extension Manager..."

Result: Extension Manager will not come up. It is impossible to uninstall the 
extension through OO.

To Recover: Open the file again, delete the "extension-description" element.

Note: From the developer documentation it is not clear that 
extension-description has to point to a 
local file.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 43544] getURL() return empty Stri ng while loading

2008-10-24 Thread cfries
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43544





--- Additional comments from [EMAIL PROTECTED] Fri Oct 24 20:12:11 + 
2008 ---
I found a strange workaround for this issue!

Porting Obba (see http://www.obba.info) I came across this issue, because Obba 
provides a function to 
load an external library. In order to function with sheet-relative paths, this 
function (e.g. obAddJar) 
needs to use getURL. The function has a second argument being a boolean 
"isPathRelative". If you write 
"obAddJar("lib";TRUE())" the path not expanded. However if you write 
"obAddJar("lib";IF(TODAY();TRUE();TRUE()), then the function is evaluated at a 
later time and getURL is 
valid.

Furthermore, try this on a sheet featuring a macro and set a breakpoint in your 
Java code. If you use the 
call without TODAY(), then your code will be called before the macro dialog 
appears. If you use the call 
with the TODAY() workaround, then the code will be called after the macro 
dialog appeared.

You can check this behavior by downloading the Obba plugin from 
http://www.obba.info an use the 
Demo "Normal Distribution.odt".

Regards
Christian



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]