To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61146


User sb changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'sb'
--------------------------------------------------------------------------------
             Assigned to|sb                        |ronyf
--------------------------------------------------------------------------------
                  Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Jul 10 04:12:20 -0700 
2006 -------
@ronyf:  In your second scenario, Java hangs because you are calling
Bootstrap.bootstrap() from within a running soffice, see stacktrace below.  That
method is intended for connecting to an soffice from an external Java
application.  I would suggest you make your RgfReflectUNO code into a UNO
service; that way, the code would be passed an XComponentContext upon
initialization and would not need to obtain one itself.

  [1] java.lang.Thread.sleep (native method)
  [2] com.sun.star.comp.helper.Bootstrap.bootstrap (Bootstrap.java:300)
  [3] org.oorexx.uno.RgfReflectUNO.setContext (RgfReflectUNO.java:277)
  [4] org.oorexx.uno.RgfReflectUNO.getTypeName (RgfReflectUNO.java:390)
  [5] sun.reflect.NativeMethodAccessorImpl.invoke0 (native method)
  [6] sun.reflect.NativeMethodAccessorImpl.invoke (null)
  [7] sun.reflect.DelegatingMethodAccessorImpl.invoke (null)
  [8] java.lang.reflect.Method.invoke (null)
  [9] bsh.Reflect.invokeOnMethod (null)
  [10] bsh.Reflect.invokeStaticMethod (null)
  [11] bsh.Name.invokeMethod (null)
  [12] bsh.BSHMethodInvocation.eval (null)
  [13] bsh.BSHPrimaryExpression.eval (null)
  [14] bsh.BSHPrimaryExpression.eval (null)
  [15] bsh.BSHBinaryExpression.eval (null)
  [16] bsh.BSHArguments.getArguments (null)
  [17] bsh.BSHMethodInvocation.eval (null)
  [18] bsh.BSHPrimaryExpression.eval (null)
  [19] bsh.BSHPrimaryExpression.eval (null)
  [20] bsh.Interpreter.eval (null)
  [21] bsh.Interpreter.eval (null)
  [22] bsh.Interpreter.eval (null)
  [23] com.sun.star.script.framework.provider.beanshell.ScriptImpl.invoke (null)

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

Reply via email to