Re: javax.jcr.RepositoryException: failed to retrieve state of intermediary node

2007-09-06 Thread Sudhan
ppy to go ahead with that solution. Once again thanks for all your support. regards, Sudhan Stefan Guggisberg wrote: > > hi sudhan, > > On 9/4/07, Sudhan <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I am getting some errors while adding the same fil

javax.jcr.RepositoryException: failed to retrieve state of intermediary node

2007-09-04 Thread Sudhan
ce. Am I doing any thing different to get hold of jcr:content node and it works perfectly fine while adding new files and files with different names. thansk, Sudhan -- View this message in context: http://www.nabble.com/javax.jcr.RepositoryException%3A-failed-to-retrieve-state-of-interme

Re: Problem with RMI, JBOSS reconnect issues, application session getting null

2007-08-28 Thread Sudhan
/docs/platform/rmi/spec/rmi-properties2.html So yaa this is just a hack or say some sort of workaround. But there should be some mechanism to handle session timeouts. Anyways, Mark thanks for your reply. -- Sudhan Mark Waschkowski wrote: > > Hi Sudhan, > > I'm not a jackrabbit

Problem with RMI, JBOSS reconnect issues, application session getting null

2007-08-23 Thread Sudhan
something wrong. thanks for your support. Sudhan -- View this message in context: http://www.nabble.com/Problem-with-RMI%2C-JBOSS-reconnect-issues%2C-application-session-getting-null-tf4319183.html#a12299402 Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Observation : How to figure out if there was a rename operation on Node

2007-08-14 Thread Sudhan
and delete. thanks, Sudhan -- View this message in context: http://www.nabble.com/Observation-%3A-How-to-figure-out-if-there-was-a-rename-operation-on-Node-tf4270201.html#a12153821 Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Re: Fastest way to check if any version got incremented for a specific node

2007-07-27 Thread Sudhan
. thanks, Sudhan Alexandru Popescu ☀ wrote: > > On 7/27/07, Sudhan <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I have an application, which requires to present all the version details >> for >> each node. Now the thing is every time when some body hits

Fastest way to check if any version got incremented for a specific node

2007-07-27 Thread Sudhan
i will just go and compare this count and if it is more then existing one then and then it will fetch it from repository else i can display the detail tree of versions from the cached data which i already have it. Any help is really appreciated. Sudhan -- View this message in context: http

Accessing Custom Node types through WebDav interface

2007-05-22 Thread Sudhan
modify, say in config.xml by changing the noncollection attributes. But again i am adding those node types at startup. thanks for any help. Sudhan -- View this message in context: http://www.nabble.com/Accessing-Custom-Node-types-through-WebDav-interface-tf3798351.html#a10744757 Sent from the

Re: drawbacks to using custom types?

2007-05-21 Thread Sudhan
create those custom node types through WebDav. appreciate any help. thanks, Sudhan rhodebump wrote: > > Most of my node types map well to the nt:folder/nt:resource nodetypes, > however, there are a few string properties that I need to store. For > example, "displayName" o

Re: Custom node types with RMI

2007-05-15 Thread Sudhan
similarly will have to change same stuff on client application and rebuild the respective jars. If you have any snippet of these changes will be greatly appreciated. Once again thanks for all your support. Sudhan Jukka Zitting wrote: > > Hi, > > On 5/15/07, Sudhan <[EMAIL PR

Re: Custom node types with RMI

2007-05-14 Thread Sudhan
JackrabbitNodeTypeManager it is giving ClassCast Exception. Is there any thing which i am missing. thanks, Sudhan Jukka Zitting wrote: > > Hi, > > On 5/11/07, Sudhan <[EMAIL PROTECTED]> wrote: >> I am really stucked at a point where i need to make custom node type so >> as >>

Re: Custom node types with RMI

2007-05-14 Thread Sudhan
Hi, I found out the problem with web.xml and bootstrap.properties, which where not able to point correctly first to the bootstrap.properties file and second the repository.xml file in templates directory. this config works, thanks once again. Sudhan Sudhan wrote: > > Hi, > >

Re: Custom node types with RMI

2007-05-14 Thread Sudhan
ssing here. thanks, Sudhan Jukka Zitting wrote: > > Hi, > > On 5/11/07, Sudhan <[EMAIL PROTECTED]> wrote: >> I am really stucked at a point where i need to make custom node type so >> as >> to set some custom features. Now my problem is that i am using Jackrabb

Custom node types with RMI

2007-05-11 Thread Sudhan
application. Please suggest me any suitable approach to tackle this situation. thanks, Sudhan -- View this message in context: http://www.nabble.com/Custom-node-types-with-RMI-tf3728625.html#a10436219 Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Re: Create folder/directory code example?

2007-05-10 Thread Sudhan
lder", "nt:folder"); Node fileNode = folderNode.addNode(file.getName(), "nt:file"); Node contentNode = fileNode.addNode("jcr:content", "nt:resource"); -Sudhan rhodebump wrote: > > Hi, > Can anyone provide me with a code snippet for creating an

RE: is there a way to nuke a repo from junit?

2007-04-20 Thread Sudhan
there a way where I can get a instance of virtual repository and may be clean it up after the test cases are finished. thanks, Sudhan Shaun Barriball wrote: > > Hi Phillip, > Are you using a build scripting environment like ANT or (even better) > Maven > 2. > We have a test su

Re: Getting Version History after the node is deleted

2007-04-11 Thread Sudhan
So if somehow if i can get a handle to the version history of that actual node, then i can pull out the property "publish" so that if set true i can publish the deleted file on to some specific file location. Hope this would give little bit of idea about my application. thanks, Sudhan

Re: Getting Version History after the node is deleted

2007-04-10 Thread Sudhan
some processing after getting the property. Do you think this can be achieved under present environment. thanks, Sudhan Jukka Zitting wrote: > > Hi, > > On 4/10/07, Sudhan <[EMAIL PROTECTED]> wrote: >> When i tried this, i am getting : >> >> E

Re: Getting Version History after the node is deleted

2007-04-10 Thread Sudhan
doing wrong here. let me know. thanks, Sudhan Tobias Bocanegra wrote: > > hi, > unfortunately, the event for the node_removed does not contain any > suitable information by the path anymore. what you need is the uuid of > the node, in order to get the version history. > &

Getting Version History after the node is deleted

2007-04-09 Thread Sudhan
I am having trouble in getting the version history once I delete the node through DavExplorer. I have listeners like this : 1) This is used for listening to any nodes created or updated on version storage session.getWorkspace().getObservationManager().addEventListener(

Error while retrieving repository using RMI

2007-04-03 Thread Sudhan
read/write operations. OR did somebody come accross such type of error. thanks Sudhan -- View this message in context: http://www.nabble.com/Error-while-retrieving-repository-using-RMI-tf3522707.html#a9827369 Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Re: nodetype.ConstraintViolationException: no matching property definition found for {}

2007-04-03 Thread Sudhan
the ws.getNodeTypeManager() is returning ClientNodeTypeManager ?? thanks, Sudhan Brian Thompson-5 wrote: > > What does > > session.getWorkspace().getNodeTypeManager().getClass(); > > show you? > > That should help you pin down that ClassCastException. > >

Configure mixin type for nt:file at creation of repository

2007-04-02 Thread Sudhan
can modify or set mixin type at creation of repository. thanks for you time and help. Sudhan -- View this message in context: http://www.nabble.com/Configure-mixin-type-for-nt%3Afile-at-creation-of-repository-tf3508825.html#a9800788 Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Re: nodetype.ConstraintViolationException: no matching property definition found for {}

2007-04-02 Thread Sudhan
tException: org.apache.jackrabbit.rmi.client.ClientNodeTypeManager Am I missing something before getting JackrabbitNodeTypeManager instance. thanks, Sudhan Jukka Zitting wrote: > > Hi, > > On 3/14/07, Lubos and Alena Pochman <[EMAIL PROTECTED]> wrote: >> I would be also interested in that. I would not mind doing it &

Re: [JCR Browser] nodetype.ConstraintViolationException: no matching property definition found for {}

2007-03-13 Thread Sudhan
Hi Guy, Sorry, i am new to this CMS:jackrabbit, can you tell me how to define those custom node types. Is there a configuration setting where i can add or update any of the xml configuration and add my custom nodetype. Do you have a example ? thanks, Sudhan Stefan Guggisberg wrote: > &

Re: [JCR Browser] Is there a way to update nt:file nodes property

2007-03-13 Thread Sudhan
version and its predecessor. presently i have a listener which listens to /jcr:system/jcr:versionStorage node. Is there any other way to achive above goal. thanks, Sudhan Tobias Bocanegra wrote: > > hi, > i would create a new nodetype, lets say: my:Resource that extends > nt:r

Re: [JCR Browser] Is there a way to update nt:file nodes property

2007-03-13 Thread Sudhan
ow setting a property fileSize) thanks, Sudhan Paco Avila-2 wrote: > > El lun, 12-03-2007 a las 14:49 -0700, Sudhan escribió: >> Hi, >> >> Is there a way to insert/update nt:file nodes property when jcr:content >> node >> is having jcr:mixintypes as mi

Is there a way to update nt:file nodes property

2007-03-12 Thread Sudhan
property like "size" on nt:file which is non - versionable without doing checkout and checkin. Is there a way to achieve above stuff, please let me know. thanks, Sudhan -- View this message in context: http://www.nabble.com/Is-there-a-way-to-update-nt%3Afile-nodes-property-tf3392506.htm

nodetype.ConstraintViolationException: no matching property definition found for {}

2007-03-12 Thread Sudhan
property - size onto a non-versioned parent node or any other way to update property to versioned node without incrementing version number. Once again thanks for your help and would appreciate any pointers or help in this matter. thanks, Sudhan -- View this message in context: http://www.nabbl