Hi,

I tested to setup my installation a second time, and found a change which
gives me the wrong namespaces in the annotations.
I think this can be repaired by changing 1-2 lines of code, so it is
probably easier someone else does this, rather than me forking, letting
you pull, etc. (Also, that way, you can control if my fix affects other
parts.)

The change occurred in commit fb18e9b8ff1cea76304b530122edbaf594428197, in
the class Server.java. I think "namespace" should be initialized only
after the configuration is read, i.e.
+77 private static String namespacePrefix;
-77 private static String namespacePrefix =
SpotlightConfiguration.DEFAULT_NAMESPACE;

+95 setNamespacePrefix(configuration.DEFAULT_NAMESPACE);

Cheers,
Hali


------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Dbp-spotlight-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbp-spotlight-users

Reply via email to