Re: create user with admin role

2013-04-04 Thread Som Satpathy
Hi Harish, I ran into a similar issue some time back. To get over this you need to implement the logic that writes to a temp file in a privileged code section, see: https://stanbol.apache.org/development/security.html on how to do this. Thanks, Som On Thu, Apr 4, 2013 at 7:45 PM, harish suvarna

Re: Possible security policy issue with Stanbol's jersey server

2013-04-01 Thread Som Satpathy
> Cheers, > Reto > > On Sat, Mar 30, 2013 at 10:58 PM, Som Satpathy > wrote: > > Hi All, > > > > I have exposed a a new Stanbol engine that needs to write to some > temporary > > files when run through the launcher. But I have been co

Possible security policy issue with Stanbol's jersey server

2013-03-30 Thread Som Satpathy
Hi All, I have exposed a a new Stanbol engine that needs to write to some temporary files when run through the launcher. But I have been consistently getting "java.security.AccessControlException: access denied (java.io.FilePermission ** write)" exceptions. Does Stanbol server support writing to t

Re: Queries regarding Stanbol scalabity

2013-03-06 Thread Som Satpathy
igned carefully. Thanks, Som On Wed, Mar 6, 2013 at 12:08 AM, Fabian Christ wrote: > 2013/3/5 Som Satpathy : > > I am aiming for > > distributing the enhancement request for the posted content over a > cluster > > of nodes. > > And should each node process a single enh

Re: Query regarding content persistence in Stanbol

2013-03-06 Thread Som Satpathy
Hi Rupert, Thanks for the information. I now understand how content persistence works in Stanbol. Thanks, Som On Tue, Mar 5, 2013 at 2:51 AM, Rupert Westenthaler < rupert.westentha...@gmail.com> wrote: > Hi Som > > On Tue, Mar 5, 2013 at 8:55 AM, Som Satpathy > wrote: >

Re: Queries regarding Stanbol scalabity

2013-03-05 Thread Som Satpathy
On Tue, Mar 5, 2013 at 12:57 AM, Bertrand Delacretaz wrote: > Hi, > > On Mon, Mar 4, 2013 at 6:57 PM, Som Satpathy > wrote: > > ...I have been working on implementing a map-reduce job to run Stanbol > > enhancement chains over hadoop. Is there work currently going

Re: Query regarding content persistence in Stanbol

2013-03-04 Thread Som Satpathy
> > independent of the use storage backend. > > > > See > > > http://mail-archives.apache.org/mod_mbox/stanbol-dev/201302.mbox/%3ccalvhuexpggyhnaonwcbpt2wgov4kjfkca5fhlq7sgbjkcm1...@mail.gmail.com%3Efor > > archetype usage instructions. > > > > Cheers, > > R

Query regarding content persistence in Stanbol

2013-03-04 Thread Som Satpathy
Hi All, I have a general query regarding persistence of content and their enhancements in Stanbol. Based on my readings so far, I understand that all new content posted into an enhancement chain are persisted along with their enhancements in a Solr index (the default one being called contenthub).

Re: Programmatically configuring and executing enhancement chains

2013-02-28 Thread Som Satpathy
ment Chain configuations. However there are plans > to add a RESTful Endpoint that allows to parse per-call enhancement > chain definitions. See [1] for more details. > > > best > Rupert > > [1] http://markmail.org/message/zqztwjhndwj74jqv > > On Thu, Feb 28, 2013 at 6:

Programmatically configuring and executing enhancement chains

2013-02-27 Thread Som Satpathy
Hi All, Lately, I have been trying to understand the details involved in implementing and running custom enhancement engines and chains. Although I have a pretty good understanding of how to implement a custom enhancement engine and deploying it over Felix, it is not very clear how I can programma

Error running Stanbol integration tests

2013-02-20 Thread Som Satpathy
Hi All, I have recently set up my Stanbol dev environment on Eclipse and have been trying to run enhancement chains via code. However, when I try to run the integration tests like DefaultChainTest via junit on eclipse, I get the following error: java.lang.NoSuchFieldError: DEF_CONTENT_CHARSET