[api-issues] [Issue 77454] loadFromStream does not wo rks

2007-06-26 Thread as
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77454


User as changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Tue Jun 26 09:39:07 + 
2007 ---
duplicate to issue #75519#

*** This issue has been marked as a duplicate of 75519 ***

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



[api-issues] [Issue 77454] loadFromStream does not wo rks

2007-06-26 Thread as
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77454


User as changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Tue Jun 26 09:39:40 + 
2007 ---
.

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



[api-issues] [Issue 77454] loadFromStream does not wo rks

2007-06-19 Thread jsc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77454


User jsc changed the following:

What|Old value |New value

  Status|RESOLVED  |UNCONFIRMED

  Resolution|INVALID   |





--- Additional comments from [EMAIL PROTECTED] Tue Jun 19 07:16:02 + 
2007 ---
jsc - as: it is no bean specific bug, can you comment it. 

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



[api-issues] [Issue 77454] loadFromStream does not wo rks

2007-06-19 Thread jsc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77454


User jsc changed the following:

What|Old value |New value

 Assigned to|jsc   |as





--- Additional comments from [EMAIL PROTECTED] Tue Jun 19 07:16:26 + 
2007 ---
.

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



[api-issues] [Issue 77454] loadFromStream does not wo rks

2007-05-21 Thread jsc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77454





--- Additional comments from [EMAIL PROTECTED] Mon May 21 06:37:33 + 
2007 ---
mmh, can you verify if it works with your database InputStream and a normal
client application. I assume that it is no specific bean problem but when you
are right, it is a bug and we have to check it. Internally the loadFromStream
method of the OOBean works with an InputStream, so it should work. 

You can use XComponentLoader.loadComponentFromURL where you give the input
stream as property value (property name InputStream) and as Url use
private:stream


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



[api-issues] [Issue 77454] loadFromStream does not wo rks

2007-05-18 Thread jsc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77454


User jsc changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Fri May 18 12:02:43 + 
2007 ---
mmh, it works for me. A java.io.File(Input|Ouput)Stream has to be created with a
system dependent filename, means no URL. If i run the sample with system paths
everything works as expected for me

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



[api-issues] [Issue 77454] loadFromStream does not wo rks

2007-05-18 Thread jsc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77454





--- Additional comments from [EMAIL PROTECTED] Fri May 18 12:19:15 + 
2007 ---
why are you using the Bean here. If you simply want to do some conversion, i
would prefer the simple bootstrap mechanism, see for example our NetBeans plugin
and the UNO client application project type.

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



[api-issues] [Issue 77454] loadFromStream does not wo rks

2007-05-18 Thread gviczai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77454





--- Additional comments from [EMAIL PROTECTED] Fri May 18 20:31:33 + 
2007 ---
Thanks, I'll check for the UNO client application.

The API does not say it requires a FileInputStream, it says InputStream only.
This API call worked in OO_2.0 with any InputStream. Actually I have to get a
BLOB from a database (an InputStream), I have to convert it, and then pass it
back to the database. No files here. This worked fine in 2.0. Unfortunatelly 2.0
was hanging during the conversion of some files and a crash popup window blocked
every other conversion after. (The restore and crash popup showed up even after
I had burned the -nocrashreport and -norestore option into soffice script.) This
was eliminated in 2.2. But the change in the API made me use a workaround: I
have to make a temporary file now, do the conversion, then delete the file. So
long the whole story. I think if the loadFromStream API changed and now it
requires a FileInputStream, the function call should reflect it.


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



[api-issues] [Issue 77454] loadFromStream does not wo rks

2007-05-17 Thread gviczai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77454
 Issue #|77454
 Summary|loadFromStream does not works
   Component|api
 Version|OOo 2.2.1 RC1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|gviczai





--- Additional comments from [EMAIL PROTECTED] Thu May 17 09:25:32 + 
2007 ---
When calling OOoBean.loadFromStream the following error occures:

com.sun.star.lang.IllegalArgumentException: URL seems to be an unsupported one.
at
com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedException(Job.java:187)
at com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:153)
at 
com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:349)
at 
com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:318)
at
com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThreadPool.java:106)
at
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:657)
at
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java:159)
at
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java:141)
at $Proxy15.loadComponentFromURL(Unknown Source)
at com.sun.star.comp.beans.OOoBean.loadFromURL(OOoBean.java:662)
at com.sun.star.comp.beans.OOoBean.loadFromStream(OOoBean.java:767)
at Application.main(Application.java:22)

I've tested it on Windows  Suse Linux with Sun's jre 5.0.

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