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
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
/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
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.
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.
.
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
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
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
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
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
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
>>
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,
>
>
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
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.
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
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
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
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
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.
>
&
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(
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.
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.
>
>
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.
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
&
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:
>
&
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
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
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
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
29 matches
Mail list logo