[framework-issues] [Issue 77436] registering extension caus es error

2007-07-23 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77436


User jsk changed the following:

What|Old value |New value

  Status|VERIFIED  |REOPENED

  Issue type|PATCH |DEFECT

Priority|P3|P2

  Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Mon Jul 23 09:10:21 + 
2007 ---
This works ok for Linux but fails on Solaris with just another errormessage:

 (com.sun.star.uno.RuntimeException) { { Message =
::osl::File::createTempFile() failed!, Context = (com.sun.star.uno.XInterface)
@0 } }


jsk-jl: I would expect that the sample extension provided by noel should work
on Solaris Sparc as well. If this is not the case, this is still an exception
that should be handled - New issue.

Reop

-
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 77436] registering extension caus es error

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


User jsk changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue Jun 12 07:20:39 + 
2007 ---
The extension loads and is enabled.
An automated test has been created:
framework\basic\f_basic_extension_errors.bas::tExtensionError77436

Verified

-
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 77436] registering extension caus es error

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


User jl changed the following:

What|Old value |New value

 Assigned to|jl|jsk

  Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Jun  8 08:49:52 + 
2007 ---
jl-jsk: please verify registering services. You can also use the attached test
service (linux) or just ask me.
To see if registration worked you can use basic. For example to check if the
attached service works you can run:

Sub Main
'test service
o= createUnoService(TestNamesComp)
msgbox o.dbg_supportedInterfaces

'test singleton
ctx = getDefaultContext
factory = ctx.getValueByName(org.openoffice.test.Names)
msgbox o.dbg_supportedInterfaces

End Sub

-
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 77436] registering extension caus es error

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


User jl changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Jun  8 12:58:14 + 
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]



[framework-issues] [Issue 77436] registering extension caus es error

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


User jl changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Thu May 24 10:14:37 + 
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]



[framework-issues] [Issue 77436] registering extension caus es error

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


User npower changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |45284)
patch






--- Additional comments from [EMAIL PROTECTED] Mon May 21 08:32:32 + 
2007 ---
Created an attachment (id=45284)
patch


-
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 77436] registering extension caus es error

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


User npower changed the following:

What|Old value |New value

  Issue type|DEFECT|PATCH





--- Additional comments from [EMAIL PROTECTED] Mon May 21 08:38:47 + 
2007 ---
change to patch.

So, it appears that BackendImpl::ComponentPackageImpl::getComponentInfo(..) will
use the singleton service entry ( stored abit strangely under the
implementations key ) as an implementation name ( and additioanlly as a
singleton name ) see. below. The attached patch fixes this imo.



 / IMPLEMENTATIONS
   / org.openoffice.test.Names   --
 / UNO
   / SINGLETONS
 / org.openoffice.test.theNames
   Value: Type = RG_VALUETYPE_UNICODE
  Size = 52
  Data = Lorg.openoffice.test.Names

   / TestNamesComp
 / UNO
   / ACTIVATOR
 Value: Type = RG_VALUETYPE_STRING
Size = 34
Data = com.sun.star.loader.SharedLibrary


-
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 77436] registering extension caus es error

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





--- Additional comments from [EMAIL PROTECTED] Mon May 21 09:50:52 + 
2007 ---
just to clarify this patch is of course a fix for this issue. The root cause was
the component trying (and of course failing) to returns a factory for an
implementation name of org.openoffice.test.Names

-
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 77436] registering extension caus es error

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


User jl changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Fri May 18 07:09:43 + 
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]



[framework-issues] [Issue 77436] registering extension caus es error

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





--- Additional comments from [EMAIL PROTECTED] Fri May 18 09:18:30 + 
2007 ---
-jl
if this turns out to be a genuine problem ( and not a result of something stupid
that I have done ) could you post here the cws this fix will go into ( when of
course that happens ) - so I can pick up the patch, thanks. 

-
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 77436] registering extension caus es error

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


User jl changed the following:

What|Old value |New value

 Assigned to|jl|dbo

  Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri May 18 14:28:40 + 
2007 ---
This seems to be a problem of the implentation of the ServiceDecl class in
comphelper.
@dbo: yours?

-
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 77436] registering extension caus es error

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


User dbo changed the following:

What|Old value |New value

  CC|'rail'|'dbo,rail'

 Assigned to|dbo   |npower





--- Additional comments from [EMAIL PROTECTED] Fri May 18 15:11:40 + 
2007 ---
@npower, rail: Servicedecl is used and tested with implName!=serviceName(s),
e.g. in desktop/deployment, so I doubt that this causes the registration to
fail. Please debug why ScVbaGlobals fails and please also try first to use a
different one (e.g. ScVbaGlobalsEx); maybe that implementation key is already
registered in your rdb.
Moreover, does the registration or the live deployment (activation) fail?


-
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 77436] registering extension caus es error

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


User dbo changed the following:

What|Old value |New value

 Assigned to|dbo   |jl





--- Additional comments from [EMAIL PROTECTED] Fri May 18 15:35:17 + 
2007 ---
@jochen: yours again, seems unrelated to servicedecl.


-
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 77436] registering extension caus es error

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


User npower changed the following:

What|Old value |New value

 Assigned to|npower|dbo





--- Additional comments from [EMAIL PROTECTED] Fri May 18 15:28:59 + 
2007 ---
Servicedecl is used and tested with implName!=serviceName(s),
e.g. in desktop/deployment, so I doubt that this causes the registration to
fail.
I also doubt it is the cause 
  o ordinary registration e.g. via regcomp works fine
  o using the extension even after deployment fails ( on next office launch )
also works ( for the simple case )

but please have a look at the minimum test-case I provided ( to rule out
programmer error ), if you wish to try the test component it should build in
staroffice without problems
.
Please debug why ScVbaGlobals fails and please also try first to use a
different one (e.g. ScVbaGlobalsEx); maybe that implementation key is already
registered in your rdb.
Please forget about ScVbaGlobals ( this is a much more complex component, why
waste time debugging it ) I provided a very very very simple test component to
demonstrate the problem the key 'TestNamesComp' definitely doesn't exist in the 
rdb
Moreover, does the registration or the live deployment (activation) fail?
using unopkg standalone without the office running also produces the error
all this detail is above already though.
so I say again, unless there is a problem with the simple test case then there
is a problem with the extension/package manager 



-
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 77436] registering extension caus es error

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


User npower changed the following:

What|Old value |New value

 Version|OOo 2.2.1 RC1 |current





--- Additional comments from [EMAIL PROTECTED] Thu May 17 08:35:16 + 
2007 ---
changing version to current I see this problem in m211 ( no idea if it is in
other minors or not )

the test case sources should build in a staroffice or openoffice build env (
just unzip the zip file in the root source dir ) 
It works at least under linux ( and should work also under windows etc. ) 

note: the problem also happens under windows ( the original component which
prompted me to write the bare essentials test case failed on both platforms ) 

after doing a 'build' it also will produce an extension 'testExt.oxt' in the
output ( e.g unxlngi6/bin ) directory, to reproduce the error simply build the
module and deploy the extension using the extension manager ( or unopkg, doesn't
matter which )

setting the env variable  DISABLE_PROBLEM to YES will build a version that
doesn't cause the problem ( the env variable controls which implementation name
is given to the component )



-
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 77436] registering extension caus es error

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


User npower changed the following:

What|Old value |New value

  Issue type|PATCH |DEFECT





--- Additional comments from [EMAIL PROTECTED] Thu May 17 10:29:57 + 
2007 ---
issue is obviously not a patch

-
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 77436] registering extension caus es error

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


User rail changed the following:

What|Old value |New value

  CC|''|'rail'

  Issue type|DEFECT|PATCH





--- Additional comments from [EMAIL PROTECTED] Thu May 17 11:13:51 + 
2007 ---
I have the same problem when testing VBA support build as extension. The Package
Manager rejects to install the extension beacause it uses the following 
declaration:

extern sdecl::ServiceDecl const serviceDecl(
serviceImpl,
ScVbaGlobals,
org.openoffice.vba.Globals );
}

Changing it to 

extern sdecl::ServiceDecl const serviceDecl(
serviceImpl,
org.openoffice.vba.Globals,
org.openoffice.vba.Globals );
}

and some refactoring (s/ScVbaGlobals/Globals/g) did the trick.


-
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 77436] registering extension caus es error

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


User rail changed the following:

What|Old value |New value

  Issue type|PATCH |DEFECT





-
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 77436] registering extension caus es error

2007-05-16 Thread npower
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77436
 Issue #|77436
 Summary|registering extension causes error
   Component|framework
 Version|OOo 2.2.1 RC1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|jl
 Reported by|npower





--- Additional comments from [EMAIL PROTECTED] Wed May 16 20:19:28 + 
2007 ---
Hi,

Attempting to register a component with a different implementation name from the
service name using the extension manager causes an error ( see attachment ) 
It should be noted that post the error the component 'seems' to be registered
and indeed works (at least in the simple testcase). But.. it's also my
experience that if the extension is a little bit more complicated ( for example
if it contains an uno types db ) then the state of the extension will be
disabled after attempting to register the extension. The test case I am
attaching is much simpler and doesn't contain any uno types database. Please
have a look at the test case code attached.

-
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 77436] registering extension caus es error

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





--- Additional comments from [EMAIL PROTECTED] Wed May 16 20:25:08 + 
2007 ---
Created an attachment (id=45155)
source code for test case


-
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 77436] registering extension caus es error

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





--- Additional comments from [EMAIL PROTECTED] Wed May 16 20:24:01 + 
2007 ---
Created an attachment (id=45154)
error screenshot


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