Re: AW: AW: [dba-dev] internationalization of exception messages in a database driver extension

2009-09-30 Thread Frank Schoenheit, Sun Microsystems Germany
Hi Michael, I'm a bit confused. Actually our driver extension is written in Java, Ah - actually I don't know much (put carefully) about implementing UNO components in Java, so I hope that Ariel's idea solves your problem (I suppose it does, given Ariel's expertise :) ). So, assuming it does,

AW: AW: AW: [dba-dev] internationalization of exception messages in a database driver extension

2009-09-30 Thread Michael Strobel
Hi Ariel and Frank, @Frank: Again, thanks for your help and your explanations. @Ariel: public final class MyObjectFactory extends WeakBase { private final XComponentContext m_xContext; public MyObjectFactory(XComponentContext context) { m_xContext = context; }

Re: AW: AW: AW: [dba-dev] internationalization of exception messages in a database driver extension

2009-09-30 Thread Ariel Constenla-Haile
Hello Michael, On Wednesday 30 September 2009, 10:43, Michael Strobel wrote: Hi Ariel and Frank, @Frank: Again, thanks for your help and your explanations. @Ariel: public final class MyObjectFactory extends WeakBase { private final XComponentContext m_xContext; public

AW: AW: AW: AW: [dba-dev] internationalization of exception messages in a database driver extension

2009-09-30 Thread Michael Strobel
Hi Ariel, I assume everything is fine in OOo Base/Java UNO framework side. May be something is wrong somewhere in your code (or something is horribly broken in OOo side)... hard to guess without seeing your code. Since nobody experienced this problem with the XComponentContext before I guess