Re: building GeoNames indexer: no assembly descriptor?

2013-06-21 Thread Rupert Westenthaler
Hi No Problem. I had already correctly the README while writing the initial answer. Thx for reporting best Rupert On Fri, Jun 21, 2013 at 6:33 PM, aj...@virginia.edu wrote: > No problem-- the indexer is working fine for me right now! > > I would offer a pull request with a quick README update

Re: building GeoNames indexer: no assembly descriptor?

2013-06-21 Thread aj...@virginia.edu
No problem-- the indexer is working fine for me right now! I would offer a pull request with a quick README update, but it doesn't seem that the Github Stanbol codebase is actually up-to-date, and I'm not sure how to offer a patch for the SVN. --- A. Soroka The University of Virginia Library O

Re: building GeoNames indexer: no assembly descriptor?

2013-06-21 Thread Rupert Westenthaler
On Fri, Jun 21, 2013 at 3:01 PM, A. Soroka wrote: > I've discovered by experimentation that the basic artifact built by mvn > package for the GeoNames indexer is the ready-to-use executable. It seems > like the README is a bit out of date, since it still recommends mvn > assembly:single when th

Re: security error with openNLP

2013-06-21 Thread Rafa Haro
Hi Joseph, You have too pass -no-security as a parameter for the launcher you are using. So java -xM -jar org.apache. -no-security Hope that helps Regards El viernes, 21 de junio de 2013, Joseph M'Bimbi-Bene escribió: > And how do i do it ? As a system parameter "-Dnosecurity" or whate

Re: Query related to content hub

2013-06-21 Thread Rafa Haro
Hi Tarandeep, Could you provide us more details about the calls are you doing please ?? Regards El viernes, 21 de junio de 2013, Sawhney, Tarandeep Singh escribió: > Hi All > > May i request you to please provide help > > When we pass some text to content hub, it runs enhancement chain and stor

Re: Query related to content hub

2013-06-21 Thread Sawhney, Tarandeep Singh
Hi All May i request you to please provide help When we pass some text to content hub, it runs enhancement chain and stores the enhancement. When we pull this enhancement and RDF from content hub, we are getting the results. Now, when we modify the enhancement and calls below mentioned content h

Re: security error with openNLP

2013-06-21 Thread Joseph M'Bimbi-Bene
And how do i do it ? As a system parameter "-Dnosecurity" or whatever ? In a .config file ? via the felix interface ? 2013/6/21 Rupert Westenthaler > Hi Joseph, > > Thanks for the report. I will adapt the OpenNLP component that loads > the model from the DataFileProvider infrastructure to do so

Re: building GeoNames indexer: no assembly descriptor?

2013-06-21 Thread A. Soroka
I've discovered by experimentation that the basic artifact built by mvn package for the GeoNames indexer is the ready-to-use executable. It seems like the README is a bit out of date, since it still recommends mvn assembly:single when that isn't needed any longer. Should I file an issue on this,