[framework-issues] [Issue 91748] Include JRE version in ext ension minimal dependencies

2008-07-17 Thread milek_pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91748
 Issue #|91748
 Summary|Include JRE version in extension minimal dependencies
   Component|framework
 Version|DEV300m25
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|milek_pl





--- Additional comments from [EMAIL PROTECTED] Thu Jul 17 08:03:20 + 
2008 ---
Currently, the extension owners cannot set minimal Java RE required to run them
in the dependencies defined in description.xml. Though it's easy to check it on
the extension initialization, the user should be informed that she will not be
able to run the extension without the proper JRE number already during the 
install.

Additional logic is required for the following situations:

1) the JRE is changed after the extension has been installed. It means that on
every extension initialization the dependencies defined in description.xml
should be checked.

2) If the required minimal version of JRE is installed on the machine, but a
lower version is selected by the user, OOo should suggest selecting the required
version, both on install and initialization of the extension. 

3) Look also at issue 91729 which is related.

-
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]



[framework-issues] [Issue 91748] Include JRE version in ext ension minimal dependencies

2008-07-17 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91748


User of changed the following:

What|Old value |New value

  CC|''|'jsk'

 Assigned to|tm|jl





--- Additional comments from [EMAIL PROTECTED] Thu Jul 17 08:20:55 + 
2008 ---
@ jl: Please have a look.

-
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]



[framework-issues] [Issue 91748] Include JRE version in ext ension minimal dependencies

2008-07-17 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91748


User jl changed the following:

What|Old value |New value

  CC|'jsk' |'jsc,jsk,sb'

  Status|NEW   |STARTED

Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Thu Jul 17 09:29:41 + 
2008 ---
Reference: http://extensions.openoffice.org/servlets/ReadMsg?list=devmsgNo=1375

First idea:

1. At deployment one can check if the correct java is being used and display a
warning if not. However, the selected Java, can be used at any time.

2. The java-uno bridge should map the java exceptions
java.lang.UnsupportedClassVersionError, java.lang.NoClassDefFoundError to
particular uno exceptions. But then, where are these to be caught? A caller does
not know that a service  needs java.

2v1. Use the interaction mechanism, which is already used when no java is
installed/ or it is defect. However, this would have to be done for every 
thread.

I do not see a quick and satifying solution right now.

-
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]