Hi Janak,

the demo from https://ulc-community.canoo.com/jetspeed/ works in my environment 
at work (Internet Explorer 8.0 and Mozilla Firefox 3.6).

During the weekend I deployed the ulcsetportlet.war to a fresh Liferay Portal 
Community Edition installation on my PC at home (Windows 7 Home Premium 64 bit, 
Java 1.6) and got the same NullPointerExceptions in all installed browsers 
(Internet Explorer, Mozilla Firefox and Opera).

Freundliche Grüße / Kind regards
 
Meik Behnfeldt
Softwareentwickler / Software Developer
 
Gerry Weber International AG
IT Projects (ITPR)
Neulehenstraße 8
33790 Halle (Westf.)
 
T: +49 5201 185-8831
F: +49 5201 185-627
E: m.behnfe...@gerryweber.de
I: http://www.gerryweber-ag.de/
 
Aufsichtsratsvorsitzender: Dr. Ernst F. Schröder
Vorstand: Gerhard Weber (Vorsitzender), Dr. David Frink, Doris Strätker
Registergericht: Amtsgericht Gütersloh HRB 4779
USt.-IdNr.: DE 126954835

-----Ursprüngliche Nachricht-----
Von: ulc-developer-ad...@lists.canoo.com 
[mailto:ulc-developer-ad...@lists.canoo.com] Im Auftrag von 
ulc-developer-requ...@lists.canoo.com
Gesendet: Freitag, 12. Februar 2010 15:33
An: ulc-developer@lists.canoo.com
Betreff: ULC-developer digest, Vol 1 #1163 - 3 msgs

Send ULC-developer mailing list submissions to
        ulc-developer@lists.canoo.com

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.canoo.com/mailman/listinfo/ulc-developer
or, via email, send a message with subject or body 'help' to
        ulc-developer-requ...@lists.canoo.com

You can reach the person managing the list at
        ulc-developer-ad...@lists.canoo.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of ULC-developer digest..."


Today's Topics:

   1. AW: [ULC-developer] AW: custom client coder registry provider 
(Sturzenegger Martin DFR IT AG)
   2. RE: AW: custom client coder registry provider (Janak Mulani)
   3. RE: Problem with ulcportletintegration: NullPointerExceptions (Janak 
Mulani)

--__--__--

Message: 1
From: Sturzenegger Martin DFR IT AG <martin.sturzeneg...@ag.ch>
To: "ulc-developer@lists.canoo.com" <ulc-developer@lists.canoo.com>,
        "ulc-developer@lists.canoo.com" <ulc-developer@lists.canoo.com>
Date: Fri, 12 Feb 2010 13:47:25 +0100
Subject: AW: [ULC-developer] AW: custom client coder registry provider
Reply-To: ulc-developer@lists.canoo.com
Reply-To: Sturzenegger Martin DFR IT AG <martin.sturzeneg...@ag.ch>

Hi Janak,
thank you so much for helping.=20
The jar holding 'MyClientCoderRegistryProvider' is in the Library path.

I looked at the lax - file. There it referes to the jre included in version=
 6.2.2 which is of version 1.4.xxx. So i tried to replace that entry referi=
ng to my jre which is 1.6.0_13, but that did not work either.

In ULC Load 3.0.2 UI.lax I put
lax.nl.current.vm=3DC:\\Programme\\Java\\jre1.6.0_13\\bin\\java.exe

Everything else you mentioned has been provided.
What else would you suggest?
Best regards
Martin





-----Urspr=FCngliche Nachricht-----
Von: ulc-developer-ad...@lists.canoo.com [mailto:ulc-developer-ad...@lists.=
canoo.com] Im Auftrag von Janak Mulani
Gesendet: Freitag, 12. Februar 2010 12:12
An: ulc-developer@lists.canoo.com
Betreff: RE: [ULC-developer] AW: custom client coder registry provider

Hi Martin,

ULCLoad 3.0.2 requires ULC 6.2.2 or higher.

This means that in the ui/lib dir of ULCLoad you should have client side
jars ulc-applet-client.jar, ulc-base-client.jar, ulc-base-trusted.jar and
ulc-servlet-client.jar from ULC 6.2.2 or higher.

You must ensure that version of ULC used by ULCLoad is the same as the
version of ULC used be the ULC Application on the server which is going to
be load tested.

Now the question of choosing the custom client coder registry provider:

To be able to choose a custom client side class (such as
MyClientCoderRegistryProvider extends DefaultClientCoderRegistryProvider)
you need to put the the jar file containing this class in the path of
ULCLoad i.e. choose and include the jar in the Library list on the
Recorder screen.

It has been reported sometimes that even if the required jar is included
in the classpath library list, the combobox for client coder registry
still does not show the custom client coder registry class for selection.

I just tested this with ULCLoad 3.0.2 running with ULC 6.2.2 and ULC 2008
u4. In both the cases I was able to select the custom client side class
that was compiled with combinations of {ULC 6.2.2, ULC 2008, ULC 2008 u3}
and {Java 5, Java 6}.

However as I said earlier this issue has been reported before. So you must
ensure that:

1. the custom client side class is compiled with same version of ULC that
is being used by ULCLoad and the ULCApp.
2. ULCLoad is running with the same Java version (see xxxUI.lax file in
bin dir) as the one with which the custom client class was compiled.

Thanks and regards,

Janak

-----------------------------------------
Janak Mulani

email: janak.mul...@canoo.com
url: http://www.canoo.com

Beyond AJAX - Java Rich Internet Applications

http://www.canoo.com/ulc
-----------------------------------------

> -----Original Message-----
> From: ulc-developer-ad...@lists.canoo.com
> [mailto:ulc-developer-ad...@lists.canoo.com] On Behalf Of
> Sturzenegger Martin DFR IT AG
> Sent: Friday, February 12, 2010 8:01 AM
> To: ulc-developer@lists.canoo.com; ulc-developer@lists.canoo.com
> Subject: AW: [ULC-developer] AW: custom client coder registry provider
>
> Hi Janak,
> the classes on the serverside are compiled with java 1.6, the
> ones on the client with java 1.6 target 1.5
> the ULC version used ist 6.2.3
> could you please name the version of ULCLoad that suits?
> many thanks in advance
> regards
> martin
>
>
>
> -----Urspr=FCngliche Nachricht-----
> Von: ulc-developer-ad...@lists.canoo.com
> [mailto:ulc-developer-ad...@lists.canoo.com] Im Auftrag von
> Janak Mulani
> Gesendet: Donnerstag, 11. Februar 2010 09:01
> An: ulc-developer@lists.canoo.com
> Betreff: RE: [ULC-developer] AW: custom client coder registry provider
>
> Hi John, Martin,
>
> There are 2 dependencies:
>
> 1. The ULC version used by ULCLoad (the ULC client side jars
> that you have
> in your ui/lib dir) has to be the same as that used by the
> ULC App running
> on the server. This is a given, otherwise, you will run into version
> mismatch while recording and playing. This means the ULC client side
> extension classes must be compiled with the same version of ULC.
>
> 2. The Java version used for compiling the classes must also
> be the same
> (this has been the observed behavior).
>
> Thanks and regards,
>
> Janak
>
> -----------------------------------------
> Janak Mulani
>
> email: janak.mul...@canoo.com
> url: http://www.canoo.com
>
> Beyond AJAX - Java Rich Internet Applications
>
> http://www.canoo.com/ulc
> -----------------------------------------
>
> > -----Original Message-----
> > From: ulc-developer-ad...@lists.canoo.com
> > [mailto:ulc-developer-ad...@lists.canoo.com] On Behalf Of
> > Prince John, Bedag
> > Sent: Thursday, February 11, 2010 6:10 AM
> > To: ulc-developer@lists.canoo.com; Sturzenegger Martin DFR IT AG
> > Subject: RE: [ULC-developer] AW: custom client coder
> registry provider
> >
> > Hi Martin, Janak,
> >
> > I don't think this compiler requirement can be right. I ran
> > two of our apps the other day under ULC Load with custom
> > Coder Registry Providers, both compiled with java 6 (though
> > target and source 1.5).
> >
> > I could only load the provider when I installed ULC load with
> > the same version of ulc as used in the application, though (I
> > had to install ulcload twice, once for 2008u4 and once for
> > 6.2.3). Might that be the problem?
> >
> > Best wishes
> >
> > John
> >
> > -----Original Message-----
> > From: ulc-developer-ad...@lists.canoo.com
> > [mailto:ulc-developer-ad...@lists.canoo.com] On Behalf Of
> > Sturzenegger Martin DFR IT AG
> > Sent: Wednesday, February 10, 2010 5:17 PM
> > To: ulc-developer@lists.canoo.com; ulc-developer@lists.canoo.com
> > Subject: AW: [ULC-developer] AW: custom client coder
> registry provider
> >
> > Hi Janak,
> > thank you so much for answering. Alas I'm puzzled: A collegue
> > of mine is testing the same software. He uses ulcload on
> > ubuntu where he is able to select the custom coder provider.
> > The provider is compiled with java 1.6 target 1.5 and he uses
> > ulcload 3.0.1 (I tried the same scenario under windows and
> it failed).
> > Greetings
> > Martin
> >
> >
> >
> >
> >
> > -----Urspr=FCngliche Nachricht-----
> > Von: ulc-developer-ad...@lists.canoo.com
> > [mailto:ulc-developer-ad...@lists.canoo.com] Im Auftrag von
> > Janak Mulani
> > Gesendet: Mittwoch, 10. Februar 2010 08:59
> > An: ulc-developer@lists.canoo.com
> > Betreff: RE: [ULC-developer] AW: custom client coder
> registry provider
> >
> > Hi Martin,
> >
> > Not a matter of luck but somehow your mail from 04.02 did not
> > get posted
> > on the developer list!
> >
> > >>>
> >     As I have to test an third party application that provides a
> > custom client coder registry provider I added on the
> > ULCRecoder all given
> > jars to the classpath including the one jar containing a
> custom class
> > which subclasses DefaultClientCoderRegistryProvider.
> Unfortunately the
> > custom client coder registry provider does not show up in the
> > Client Coder
> > Registry Provider picklist. With 3.0.1 I tried that on ubuntu
> > and there it
> > worked but under xp it didn't using identical class-libs. As
> > this prevents
> > from getting started, I appreaciate any piece of information
> > that would
> > lead to overcome that frustrating effect.
> > >>>
> >
> > To be able to select coder provider it must be compiled
> with the same
> > javac as that of ULC i.e. Java 1.4.
> >
> > Thanks and regards,
> >
> > Janak
> >
> > -----------------------------------------
> > Janak Mulani
> >
> > email: janak.mul...@canoo.com
> > url: http://www.canoo.com <http://www.canoo.com/>
> >
> > Beyond AJAX - Java Rich Internet Applications
> >
> > http://www.canoo.com/ulc
> > -----------------------------------------
> >
> > ________________________________
> >
> >     From: ulc-developer-ad...@lists.canoo.com
> > [mailto:ulc-developer-ad...@lists.canoo.com] On Behalf Of
> Sturzenegger
> > Martin DFR IT AG
> >     Sent: Tuesday, February 09, 2010 5:03 PM
> >     To: ulc-developer@lists.canoo.com
> >     Subject: [ULC-developer] AW: custom client coder
> > registry provider
> >
> >
> >     Hi,
> >
> >     unluckily I didn't get any response. Does that mean, that nobody
> > ever encountered that problem or does that mean nobody cares?
> >
> >     I'd just love to know
> >
> >     best regards
> >
> >     m.
> >
> >
> >
> >     ________________________________
> >
> >             Von: Sturzenegger Martin DFR IT AG
> >     Gesendet: Donnerstag, 4. Februar 2010 09:58
> >     An: 'ulc-developer@lists.canoo.com'
> >     Betreff: custom client coder registry provider
> >
> >
> >
> >     Hi,
> >
> >     just downloaded evolution copies of ulc-2008-u4 and
> > ulcload-3.0.2
> > and installed them on windows xp. It went smoothly and
> ulcload starts
> > without any problems.
> >
> >     As I have to test an third party application that provides a
> > custom client coder registry provider I added on the
> > ULCRecoder all given
> > jars to the classpath including the one jar containing a
> custom class
> > which subclasses DefaultClientCoderRegistryProvider.
> Unfortunately the
> > custom client coder registry provider does not show up in the
> > Client Coder
> > Registry Provider picklist. With 3.0.1 I tried that on ubuntu
> > and there it
> > worked but under xp it didn't using identical class-libs. As
> > this prevents
> > from getting started, I appreaciate any piece of information
> > that would
> > lead to overcome that frustrating effect.
> >
> >     best regards
> >
> >     ---------------------------------
> >
> >     martin sturzenegger
> >
> >     062 835 10 07
> >
> >     079 456 24 94
> >
> >     martin.sturzeneg...@pangea.ch
> >
> >
> >
> >
> >
> > _______________________________________________
> > ULC-developer mailing list
> > ULC-developer@lists.canoo.com
> > http://lists.canoo.com/mailman/listinfo/ulc-developer
> > _______________________________________________
> > ULC-developer mailing list
> > ULC-developer@lists.canoo.com
> > http://lists.canoo.com/mailman/listinfo/ulc-developer
> > _______________________________________________
> > ULC-developer mailing list
> > ULC-developer@lists.canoo.com
> > http://lists.canoo.com/mailman/listinfo/ulc-developer
> >
> _______________________________________________
> ULC-developer mailing list
> ULC-developer@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/ulc-developer
> _______________________________________________
> ULC-developer mailing list
> ULC-developer@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/ulc-developer
>
_______________________________________________
ULC-developer mailing list
ULC-developer@lists.canoo.com
http://lists.canoo.com/mailman/listinfo/ulc-developer

--__--__--

Message: 2
From: "Janak Mulani" <janak.mul...@canoo.com>
To: <ulc-developer@lists.canoo.com>
Subject: RE: [ULC-developer] AW: custom client coder registry provider
Date: Fri, 12 Feb 2010 15:07:02 +0100 (CET)
Reply-To: ulc-developer@lists.canoo.com
Reply-To: <ulc-developer@lists.canoo.com>

Hi Martin,

Can you send me your custom client class? If not the whole jar, just a jar
containing the class?

You may try one more thing: add the jar to the classpath in the lax file
i.e. lax.class.path

Thanks and regards,

Janak

-----------------------------------------
Janak Mulani

email: janak.mul...@canoo.com
url: http://www.canoo.com

Beyond AJAX - Java Rich Internet Applications

http://www.canoo.com/ulc
-----------------------------------------

> -----Original Message-----
> From: ulc-developer-ad...@lists.canoo.com
> [mailto:ulc-developer-ad...@lists.canoo.com] On Behalf Of
> Sturzenegger Martin DFR IT AG
> Sent: Friday, February 12, 2010 1:47 PM
> To: ulc-developer@lists.canoo.com; ulc-developer@lists.canoo.com
> Subject: AW: [ULC-developer] AW: custom client coder registry provider
>
> Hi Janak,
> thank you so much for helping.
> The jar holding 'MyClientCoderRegistryProvider' is in the
> Library path.
>
> I looked at the lax - file. There it referes to the jre
> included in version 6.2.2 which is of version 1.4.xxx. So i
> tried to replace that entry refering to my jre which is
> 1.6.0_13, but that did not work either.
>
> In ULC Load 3.0.2 UI.lax I put
> lax.nl.current.vm=C:\\Programme\\Java\\jre1.6.0_13\\bin\\java.exe
>
> Everything else you mentioned has been provided.
> What else would you suggest?
> Best regards
> Martin
>
>
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: ulc-developer-ad...@lists.canoo.com
> [mailto:ulc-developer-ad...@lists.canoo.com] Im Auftrag von
> Janak Mulani
> Gesendet: Freitag, 12. Februar 2010 12:12
> An: ulc-developer@lists.canoo.com
> Betreff: RE: [ULC-developer] AW: custom client coder registry provider
>
> Hi Martin,
>
> ULCLoad 3.0.2 requires ULC 6.2.2 or higher.
>
> This means that in the ui/lib dir of ULCLoad you should have
> client side
> jars ulc-applet-client.jar, ulc-base-client.jar,
> ulc-base-trusted.jar and
> ulc-servlet-client.jar from ULC 6.2.2 or higher.
>
> You must ensure that version of ULC used by ULCLoad is the same as the
> version of ULC used be the ULC Application on the server
> which is going to
> be load tested.
>
> Now the question of choosing the custom client coder registry
> provider:
>
> To be able to choose a custom client side class (such as
> MyClientCoderRegistryProvider extends
> DefaultClientCoderRegistryProvider)
> you need to put the the jar file containing this class in the path of
> ULCLoad i.e. choose and include the jar in the Library list on the
> Recorder screen.
>
> It has been reported sometimes that even if the required jar
> is included
> in the classpath library list, the combobox for client coder registry
> still does not show the custom client coder registry class
> for selection.
>
> I just tested this with ULCLoad 3.0.2 running with ULC 6.2.2
> and ULC 2008
> u4. In both the cases I was able to select the custom client
> side class
> that was compiled with combinations of {ULC 6.2.2, ULC 2008,
> ULC 2008 u3}
> and {Java 5, Java 6}.
>
> However as I said earlier this issue has been reported
> before. So you must
> ensure that:
>
> 1. the custom client side class is compiled with same version
> of ULC that
> is being used by ULCLoad and the ULCApp.
> 2. ULCLoad is running with the same Java version (see
> xxxUI.lax file in
> bin dir) as the one with which the custom client class was compiled.
>
> Thanks and regards,
>
> Janak
>
> -----------------------------------------
> Janak Mulani
>
> email: janak.mul...@canoo.com
> url: http://www.canoo.com
>
> Beyond AJAX - Java Rich Internet Applications
>
> http://www.canoo.com/ulc
> -----------------------------------------
>
> > -----Original Message-----
> > From: ulc-developer-ad...@lists.canoo.com
> > [mailto:ulc-developer-ad...@lists.canoo.com] On Behalf Of
> > Sturzenegger Martin DFR IT AG
> > Sent: Friday, February 12, 2010 8:01 AM
> > To: ulc-developer@lists.canoo.com; ulc-developer@lists.canoo.com
> > Subject: AW: [ULC-developer] AW: custom client coder
> registry provider
> >
> > Hi Janak,
> > the classes on the serverside are compiled with java 1.6, the
> > ones on the client with java 1.6 target 1.5
> > the ULC version used ist 6.2.3
> > could you please name the version of ULCLoad that suits?
> > many thanks in advance
> > regards
> > martin
> >
> >
> >
> > -----Ursprüngliche Nachricht-----
> > Von: ulc-developer-ad...@lists.canoo.com
> > [mailto:ulc-developer-ad...@lists.canoo.com] Im Auftrag von
> > Janak Mulani
> > Gesendet: Donnerstag, 11. Februar 2010 09:01
> > An: ulc-developer@lists.canoo.com
> > Betreff: RE: [ULC-developer] AW: custom client coder
> registry provider
> >
> > Hi John, Martin,
> >
> > There are 2 dependencies:
> >
> > 1. The ULC version used by ULCLoad (the ULC client side jars
> > that you have
> > in your ui/lib dir) has to be the same as that used by the
> > ULC App running
> > on the server. This is a given, otherwise, you will run into version
> > mismatch while recording and playing. This means the ULC client side
> > extension classes must be compiled with the same version of ULC.
> >
> > 2. The Java version used for compiling the classes must also
> > be the same
> > (this has been the observed behavior).
> >
> > Thanks and regards,
> >
> > Janak
> >
> > -----------------------------------------
> > Janak Mulani
> >
> > email: janak.mul...@canoo.com
> > url: http://www.canoo.com
> >
> > Beyond AJAX - Java Rich Internet Applications
> >
> > http://www.canoo.com/ulc
> > -----------------------------------------
> >
> > > -----Original Message-----
> > > From: ulc-developer-ad...@lists.canoo.com
> > > [mailto:ulc-developer-ad...@lists.canoo.com] On Behalf Of
> > > Prince John, Bedag
> > > Sent: Thursday, February 11, 2010 6:10 AM
> > > To: ulc-developer@lists.canoo.com; Sturzenegger Martin DFR IT AG
> > > Subject: RE: [ULC-developer] AW: custom client coder
> > registry provider
> > >
> > > Hi Martin, Janak,
> > >
> > > I don't think this compiler requirement can be right. I ran
> > > two of our apps the other day under ULC Load with custom
> > > Coder Registry Providers, both compiled with java 6 (though
> > > target and source 1.5).
> > >
> > > I could only load the provider when I installed ULC load with
> > > the same version of ulc as used in the application, though (I
> > > had to install ulcload twice, once for 2008u4 and once for
> > > 6.2.3). Might that be the problem?
> > >
> > > Best wishes
> > >
> > > John
> > >
> > > -----Original Message-----
> > > From: ulc-developer-ad...@lists.canoo.com
> > > [mailto:ulc-developer-ad...@lists.canoo.com] On Behalf Of
> > > Sturzenegger Martin DFR IT AG
> > > Sent: Wednesday, February 10, 2010 5:17 PM
> > > To: ulc-developer@lists.canoo.com; ulc-developer@lists.canoo.com
> > > Subject: AW: [ULC-developer] AW: custom client coder
> > registry provider
> > >
> > > Hi Janak,
> > > thank you so much for answering. Alas I'm puzzled: A collegue
> > > of mine is testing the same software. He uses ulcload on
> > > ubuntu where he is able to select the custom coder provider.
> > > The provider is compiled with java 1.6 target 1.5 and he uses
> > > ulcload 3.0.1 (I tried the same scenario under windows and
> > it failed).
> > > Greetings
> > > Martin
> > >
> > >
> > >
> > >
> > >
> > > -----Ursprüngliche Nachricht-----
> > > Von: ulc-developer-ad...@lists.canoo.com
> > > [mailto:ulc-developer-ad...@lists.canoo.com] Im Auftrag von
> > > Janak Mulani
> > > Gesendet: Mittwoch, 10. Februar 2010 08:59
> > > An: ulc-developer@lists.canoo.com
> > > Betreff: RE: [ULC-developer] AW: custom client coder
> > registry provider
> > >
> > > Hi Martin,
> > >
> > > Not a matter of luck but somehow your mail from 04.02 did not
> > > get posted
> > > on the developer list!
> > >
> > > >>>
> > >   As I have to test an third party application that provides a
> > > custom client coder registry provider I added on the
> > > ULCRecoder all given
> > > jars to the classpath including the one jar containing a
> > custom class
> > > which subclasses DefaultClientCoderRegistryProvider.
> > Unfortunately the
> > > custom client coder registry provider does not show up in the
> > > Client Coder
> > > Registry Provider picklist. With 3.0.1 I tried that on ubuntu
> > > and there it
> > > worked but under xp it didn't using identical class-libs. As
> > > this prevents
> > > from getting started, I appreaciate any piece of information
> > > that would
> > > lead to overcome that frustrating effect.
> > > >>>
> > >
> > > To be able to select coder provider it must be compiled
> > with the same
> > > javac as that of ULC i.e. Java 1.4.
> > >
> > > Thanks and regards,
> > >
> > > Janak
> > >
> > > -----------------------------------------
> > > Janak Mulani
> > >
> > > email: janak.mul...@canoo.com
> > > url: http://www.canoo.com <http://www.canoo.com/>
> > >
> > > Beyond AJAX - Java Rich Internet Applications
> > >
> > > http://www.canoo.com/ulc
> > > -----------------------------------------
> > >
> > > ________________________________
> > >
> > >   From: ulc-developer-ad...@lists.canoo.com
> > > [mailto:ulc-developer-ad...@lists.canoo.com] On Behalf Of
> > Sturzenegger
> > > Martin DFR IT AG
> > >   Sent: Tuesday, February 09, 2010 5:03 PM
> > >   To: ulc-developer@lists.canoo.com
> > >   Subject: [ULC-developer] AW: custom client coder
> > > registry provider
> > >
> > >
> > >   Hi,
> > >
> > >   unluckily I didn't get any response. Does that mean, that nobody
> > > ever encountered that problem or does that mean nobody cares?
> > >
> > >   I'd just love to know
> > >
> > >   best regards
> > >
> > >   m.
> > >
> > >
> > >
> > >   ________________________________
> > >
> > >           Von: Sturzenegger Martin DFR IT AG
> > >   Gesendet: Donnerstag, 4. Februar 2010 09:58
> > >   An: 'ulc-developer@lists.canoo.com'
> > >   Betreff: custom client coder registry provider
> > >
> > >
> > >
> > >   Hi,
> > >
> > >   just downloaded evolution copies of ulc-2008-u4 and
> > > ulcload-3.0.2
> > > and installed them on windows xp. It went smoothly and
> > ulcload starts
> > > without any problems.
> > >
> > >   As I have to test an third party application that provides a
> > > custom client coder registry provider I added on the
> > > ULCRecoder all given
> > > jars to the classpath including the one jar containing a
> > custom class
> > > which subclasses DefaultClientCoderRegistryProvider.
> > Unfortunately the
> > > custom client coder registry provider does not show up in the
> > > Client Coder
> > > Registry Provider picklist. With 3.0.1 I tried that on ubuntu
> > > and there it
> > > worked but under xp it didn't using identical class-libs. As
> > > this prevents
> > > from getting started, I appreaciate any piece of information
> > > that would
> > > lead to overcome that frustrating effect.
> > >
> > >   best regards
> > >
> > >   ---------------------------------
> > >
> > >   martin sturzenegger
> > >
> > >   062 835 10 07
> > >
> > >   079 456 24 94
> > >
> > >   martin.sturzeneg...@pangea.ch
> > >
> > >
> > >
> > >
> > >
> > > _______________________________________________
> > > ULC-developer mailing list
> > > ULC-developer@lists.canoo.com
> > > http://lists.canoo.com/mailman/listinfo/ulc-developer
> > > _______________________________________________
> > > ULC-developer mailing list
> > > ULC-developer@lists.canoo.com
> > > http://lists.canoo.com/mailman/listinfo/ulc-developer
> > > _______________________________________________
> > > ULC-developer mailing list
> > > ULC-developer@lists.canoo.com
> > > http://lists.canoo.com/mailman/listinfo/ulc-developer
> > >
> > _______________________________________________
> > ULC-developer mailing list
> > ULC-developer@lists.canoo.com
> > http://lists.canoo.com/mailman/listinfo/ulc-developer
> > _______________________________________________
> > ULC-developer mailing list
> > ULC-developer@lists.canoo.com
> > http://lists.canoo.com/mailman/listinfo/ulc-developer
> >
> _______________________________________________
> ULC-developer mailing list
> ULC-developer@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/ulc-developer
> _______________________________________________
> ULC-developer mailing list
> ULC-developer@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/ulc-developer
>

--__--__--

Message: 3
From: "Janak Mulani" <janak.mul...@canoo.com>
To: <ulc-developer@lists.canoo.com>
Subject: RE: [ULC-developer] Problem with ulcportletintegration: 
NullPointerExceptions
Date: Fri, 12 Feb 2010 15:31:20 +0100 (CET)
Reply-To: ulc-developer@lists.canoo.com
Reply-To: <ulc-developer@lists.canoo.com>

This is a multi-part message in MIME format.

------=_NextPart_000_0014_01CAABF8.6FA872F0
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

Hi Meik,

Can you please try the demo from here:
https://ulc-community.canoo.com/jetspeed/? Does this work for you?

 <http://ulc-community.canoo.com/snipsnap/space/Portlet+Integration>
http://ulc-community.canoo.com/snipsnap/space/Portlet+Integration gives
more info.

In the meantime I will try the war from java.net.

Thanks and regards,

Janak

-----------------------------------------
Janak Mulani

email: janak.mul...@canoo.com
url: http://www.canoo.com <http://www.canoo.com/>

Beyond AJAX - Java Rich Internet Applications

http://www.canoo.com/ulc
-----------------------------------------



  _____

From: ulc-developer-ad...@lists.canoo.com
[mailto:ulc-developer-ad...@lists.canoo.com] On Behalf Of Behnfeldt, Meik
Sent: Friday, February 12, 2010 10:45 AM
To: ulc-developer@lists.canoo.com
Subject: [ULC-developer] Problem with ulcportletintegration:
NullPointerExceptions



Hello,



I am currently evaluating the UltraLightClient in conjunction with a
portal server for my company.



I have deployed the ulcsetportlet.war to two different portal servers
(Jetspeed 2.2.0 and Liferay Portal Enterprise Edition 5.2), but the sample
application is not displayed (the applet crashes).



I get the following stack trace in the Java console:



java.lang.NullPointerException

            at
com.ulcjava.environment.applet.client.DefaultAppletLauncher.getKeepAliveIn
terval(DefaultAppletLauncher.java:85)

            at
com.canoo.ulc.community.portlet.client.UlcPortletLauncher.createPortletCon
nector(UlcPortletLauncher.java:48)

            at
com.canoo.ulc.community.portlet.client.UlcPortletLauncher.init(UlcPortletL
auncher.java:32)

            at
sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown
Source)

            at java.lang.Thread.run(Unknown Source)

Ausnahme: java.lang.NullPointerException

java.lang.NullPointerException

            at
com.ulcjava.base.client.launcher.LauncherUtilities.setLookAndFeel(Launcher
Utilities.java:35)

            at
com.ulcjava.environment.applet.client.DefaultAppletLauncher.start(DefaultA
ppletLauncher.java:75)

            at
sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown
Source)

            at java.lang.Thread.run(Unknown Source)

Ausnahme: java.lang.NullPointerException



I have Windows XP and JRE 1.6.0_18 installed.



Can you give me a hint how to fix this problem maybe?



Freundliche Grüße / Kind regards



Meik Behnfeldt

Softwareentwickler / Software Developer



Gerry Weber International AG

IT Projects (ITPR)

Neulehenstraße 8

33790 Halle (Westf.)



T: +49 5201 185-8831

F: +49 5201 185-627

E:  <mailto:m.behnfe...@gerryweber.de> m.behnfe...@gerryweber.de

I:  <http://www.gerryweber-ag.de/> http://www.gerryweber-ag.de/



Aufsichtsratsvorsitzender: Dr. Ernst F. Schröder

Vorstand: Gerhard Weber (Vorsitzender), Dr. David Frink, Doris Strätker

Registergericht: Amtsgericht Gütersloh HRB 4779

USt.-IdNr.: DE 126954835




------=_NextPart_000_0014_01CAABF8.6FA872F0
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns=3D"http://www.w3.org/TR/REC-html40"; xmlns:o =3D=20
"urn:schemas-microsoft-com:office:office" xmlns:w =3D=20
"urn:schemas-microsoft-com:office:word"><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META name=3DGENERATOR content=3D"MSHTML 8.00.6001.18876">
<STYLE>@page Section1 {size: 595.3pt 841.9pt; margin: 70.85pt 70.85pt =
2.0cm 70.85pt; }
P.MsoNormal {
        MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 12pt
}
LI.MsoNormal {
        MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 12pt
}
DIV.MsoNormal {
        MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 12pt
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.E-MailFormatvorlage17 {
        FONT-FAMILY: Arial; COLOR: windowtext; mso-style-type: personal-compose
}
DIV.Section1 {
        page: Section1
}
</STYLE>
</HEAD>
<BODY lang=3DDE link=3Dblue vLink=3Dpurple>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D703475610-12022010><FONT =
size=3D2=20
face=3DArial>Hi Meik,</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D703475610-12022010><FONT =
size=3D2=20
face=3DArial></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D703475610-12022010><FONT =
size=3D2=20
face=3DArial>Can you please try the demo from here: <A=20
href=3D"https://ulc-community.canoo.com/jetspeed/";>https://ulc-community.=
canoo.com/jetspeed/</A>?=20
Does this work for you?</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D703475610-12022010><FONT =
size=3D2=20
face=3DArial></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><A=20
href=3D"http://ulc-community.canoo.com/snipsnap/space/Portlet+Integration=
"><FONT=20
size=3D2>http://ulc-community.canoo.com/snipsnap/space/Portlet+Integratio=
n</FONT></A><FONT=20
face=3DArial><FONT size=3D2>&nbsp;<SPAN class=3D703475610-12022010>gives =
more=20
info.</SPAN></FONT></FONT></DIV>
<DIV dir=3Dltr align=3Dleft><FONT face=3DArial><FONT size=3D2><SPAN=20
class=3D703475610-12022010></SPAN></FONT></FONT>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><FONT face=3DArial><FONT size=3D2><SPAN=20
class=3D703475610-12022010>In the meantime I will try the war from=20
java.net.</SPAN></FONT></FONT></DIV>
<DIV dir=3Dltr align=3Dleft><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><FONT size=3D2>Thanks and=20
regards,<BR><BR>Janak<BR><BR>-----------------------------------------<BR=
>Janak=20
Mulani<BR><BR>email: janak.mul...@canoo.com<BR>url: <A=20
href=3D"http://www.canoo.com/";>http://www.canoo.com</A><BR><BR>Beyond =
AJAX - Java=20
Rich Internet Applications<BR><BR><A=20
href=3D"http://www.canoo.com/ulc";>http://www.canoo.com/ulc</A><BR>-------=
----------------------------------=20
</FONT></DIV>
<DIV>&nbsp;</DIV><BR>
<BLOCKQUOTE=20
style=3D"BORDER-LEFT: #0000ff 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: =
5px; MARGIN-RIGHT: 0px"=20
dir=3Dltr>
  <DIV dir=3Dltr lang=3Den-us class=3DOutlookMessageHeader align=3Dleft>
  <HR tabIndex=3D-1>
  <FONT size=3D2 face=3DTahoma><B>From:</B> =
ulc-developer-ad...@lists.canoo.com=20
  [mailto:ulc-developer-ad...@lists.canoo.com] <B>On Behalf Of =
</B>Behnfeldt,=20
  Meik<BR><B>Sent:</B> Friday, February 12, 2010 10:45 AM<BR><B>To:</B>=20
  ulc-developer@lists.canoo.com<BR><B>Subject:</B> [ULC-developer] =
Problem with=20
  ulcportletintegration: NullPointerExceptions<BR></FONT><BR></DIV>
  <DIV></DIV>
  <DIV class=3DSection1>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt">Hello,<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">I am currently =
evaluating the=20
  UltraLightClient in conjunction with a portal server for my=20
  company.<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">I have deployed the=20
  ulcsetportlet.war to two different portal servers (Jetspeed 2.2.0 and =
Liferay=20
  Portal Enterprise Edition 5.2), but the sample application is not =
displayed=20
  (the applet crashes).<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">I get the following =
stack trace in=20
  the Java console:<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt">java.lang.NullPointerException<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =

  at=20
  =
com.ulcjava.environment.applet.client.DefaultAppletLauncher.getKeepAliveI=
nterval(DefaultAppletLauncher.java:85)<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =

  at=20
  =
com.canoo.ulc.community.portlet.client.UlcPortletLauncher.createPortletCo=
nnector(UlcPortletLauncher.java:48)<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =

  at=20
  =
com.canoo.ulc.community.portlet.client.UlcPortletLauncher.init(UlcPortlet=
Launcher.java:32)<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =

  at =
sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown=20
  Source)<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =

  at java.lang.Thread.run(Unknown Source)<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">Ausnahme:=20
  java.lang.NullPointerException<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt">java.lang.NullPointerException<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =

  at=20
  =
com.ulcjava.base.client.launcher.LauncherUtilities.setLookAndFeel(Launche=
rUtilities.java:35)<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =

  at=20
  =
com.ulcjava.environment.applet.client.DefaultAppletLauncher.start(Default=
AppletLauncher.java:75)<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =

  at =
sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown=20
  Source)<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =

  at java.lang.Thread.run(Unknown Source)<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">Ausnahme:=20
  java.lang.NullPointerException<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">I have Windows XP and =
JRE 1.6.0_18=20
  installed.<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">Can you give me a hint =
how to fix=20
  this problem maybe?<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">Freundliche Gr=FC=DFe / =
Kind=20
  regards</SPAN></FONT><o:p></o:p></P>
  <P class=3DMsoNormal><FONT size=3D3 face=3D"Times New Roman"><SPAN=20
  style=3D"FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><B><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt; FONT-WEIGHT: bold">Meik=20
  Behnfeldt<o:p></o:p></SPAN></FONT></B></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">Softwareentwickler / =
Software=20
  Developer</SPAN></FONT><o:p></o:p></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">Gerry Weber =
International=20
  AG<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">IT Projects=20
  (ITPR)<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">Neulehenstra=DFe=20
  8</SPAN></FONT><o:p></o:p></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">33790 Halle=20
  (Westf.)</SPAN></FONT><o:p></o:p></P>
  <P class=3DMsoNormal><FONT size=3D3 face=3D"Times New Roman"><SPAN=20
  style=3D"FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">T: +49 5201=20
  185-8831<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">F: +49 5201=20
  185-627</SPAN></FONT><o:p></o:p></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">E: </SPAN></FONT><A=20
  href=3D"mailto:m.behnfe...@gerryweber.de";><FONT size=3D2 =
face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt">m.behnfe...@gerryweber.de</SPAN></FONT></A><o:p></o:p></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">I: </SPAN></FONT><A=20
  href=3D"http://www.gerryweber-ag.de/";><FONT size=3D2 =
face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt">http://www.gerryweber-ag.de/</SPAN></FONT></A><FONT=20
  size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: =
10pt">Aufsichtsratsvorsitzender: Dr.=20
  Ernst F. Schr=F6der</SPAN></FONT><o:p></o:p></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">Vorstand: Gerhard Weber=20
  (Vorsitzender),&nbsp;Dr. David Frink, Doris=20
  Str=E4tker</SPAN></FONT><o:p></o:p></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">Registergericht: =
Amtsgericht=20
  G=FCtersloh HRB 4779</SPAN></FONT><o:p></o:p></P>
  <P class=3DMsoNormal><FONT size=3D2 face=3DArial><SPAN=20
  style=3D"FONT-FAMILY: Arial; FONT-SIZE: 10pt">USt.-IdNr.: DE=20
  126954835</SPAN></FONT><o:p></o:p></P>
  <P class=3DMsoNormal><FONT size=3D3 face=3D"Times New Roman"><SPAN=20
  style=3D"FONT-SIZE: =
12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P></DIV></BLOCKQUOTE></BODY></HTML=
>

------=_NextPart_000_0014_01CAABF8.6FA872F0--


--__--__--

_______________________________________________
ULC-developer mailing list
ULC-developer@lists.canoo.com
http://lists.canoo.com/mailman/listinfo/ulc-developer


End of ULC-developer Digest
_______________________________________________
ULC-developer mailing list
ULC-developer@lists.canoo.com
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to