Hi Carsten,
On 28-dec-2006, at 21:01, Carsten Ø. Madsen wrote:
> Check your classpath, is is identical when launching the OM viewer
> and when launching the example app?
>
> Try adding
>
> openmap.Debug= componentfactory componentfactorydetail...
>
> to the openmap.properties file
>
> that should give you the full stack trace. Perhaps you could post it.
Hmm, that got me thinking... If you check the example
(com.bbn.openmap.examples.hello.HelloWorld), it uses MapHandler/
MapBean etc. and they don't seem to do any of the debugging stuff so
nothing appeared on stdout/stderr. I added this code:
JAIPlugIn jai = new JAIPlugIn();
jai.setProperties("jailayer", mProperties);
PlugInLayer pl = new PlugInLayer();
pl.setPlugIn(jai);
pl.setVisible(true);
layerHandler.addLayer(pl);
And that worked.
Your remark triggered me in looking around in some more examples and
it turns out that if I use BasicMapPanel (instead of MapHandler/
MapBean directly), then it works fine, even without the above lines.
Perhaps the examples need updating, I get a feeling that
BasicMapPanel is a bit newer than the examples?
Anyway, thanks, 'cause your reply did trigger me into finding the
solution ;) Also, debugging is working fine now.
Cheers,
Bas.
-- [To unsubscribe to this list send an email to "majdart@bbn.com" with the following text in the BODY of the message "unsubscribe openmap-users"]Received on Thu Dec 28 18:12:01 2006
This archive was generated by hypermail 2.1.8 : Thu Dec 28 2006 - 18:12:19 EST