Re: [dev] OO 2.1 with jre 1.6 - xml validation problem

2006-12-19 Thread Stephan Bergmann
Oliver Brinzing wrote: Hi, now i know whats going wrong: another extension (which i did not develop) deploys a xerces-2.6.2.jar. if i remove the extension (or only the *.jar), from uno_packages\cache\uno_packages\xx.tmp...\ it works ... but is this behaviour correct ? it seems the above

Re: [dev] OO 2.1 with jre 1.6 - xml validation problem

2006-12-19 Thread Christian Junker
Hi Oliver, in your previous post, you didn't mention where your Java classes came from (imports and so on), either you do use the Java API (xml modules) or the OOo API for processing XML. Everytime you're dealing with xml, you're encouraged to use the JAXP standard to be in some case independent

Re: [dev] Distributing data sources to multiple machines

2006-12-19 Thread Andrew Douglas Pitonyak
Matthias B. wrote: Does anyone have a suggestion for a good way to distribute data sources to all user accounts on several machines. I want certain data sources to be available to all users on several computers, without the users having to do any manual registration of the data source. The

Re: [dev] In the Works: New OOo C++ Coding Standards

2006-12-19 Thread Jan Holesovsky
Hi Thorsten, On Monday 18 December 2006 11:46, Thorsten Behrens wrote: Aah. Let me rephrase. Are -you- really sure the external include guard optimization provides enough benefit on all the compilers we are using to make it worthwhile to degrade readability by adding noise? Ie. is this a

[dev] LinuxIntelEnv.Set.sh - LinuxX86Env.Set.sh

2006-12-19 Thread Jan Holesovsky
Hi, For those who build on Linux i386/x86 platform: CWS configure20 renames LinuxIntelEnv.Set/LinuxIntelEnv.Set.sh to LinuxX86Env.Set/LinuxX86Env.Set.sh for consistancy reasons - there are even non-intel processors that implement the instruction set ;-) Similar move happend before on the

Re: [dev] size: cppuhelper containers ... ~700k

2006-12-19 Thread Caolan McNamara
On Tue, 2006-12-19 at 16:36 +, Michael Meeks wrote: Hi there, So - in my ongoing campaign to shrink memory usage, it seems that the cppuhelper classes use the (uber-stupid) stl::hash_map code that insists on allocating a staggering amount of memory for an empty hash (as previously

Re: [dev] Distributing data sources to multiple machines

2006-12-19 Thread Matthias B.
On 12/19/06, Andrew Douglas Pitonyak [EMAIL PROTECTED] wrote: Matthias B. wrote: You say Data Source, and I think Base Document. You no longer need to register a data source to use it. You simply need to point at the Base Document. The primary advantage for this, however, is that they are

Re: [dev] Distributing data sources to multiple machines

2006-12-19 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Matthias, If you desire the data source to be a registered data source, well, then you must run a script to register each base document. You say script, does that mean there is a command line tool or options to call soffice with that will do that? Or do you mean I'll have to write a