|
From: Martin D. <mar...@ge...> - 2008-06-30 11:09:56
|
luca.santaniello a écrit :
> I have similar problem. If i go my code from desktop app, this run. If i go
> my cde from my web app in jboss, it don't rus and generate following
> exception:
>
> Unavailable authority factory...
Make sure that you have only "gt-epsg-hsql" in yours classpath (or whatever EPSG
backend you use) and not any other one like "gt-epsg-wkt".
If you have "gt-epsg-hsql", make sure that you have write permission in the
temporary directory where JBoss is expected to write (i.e. the value returned by
System.getProperty("java.io.tmpdir").
If it still doesn't work, then a stack trace may help.
Martin
|