versioning resources using WCK

2005-03-02 Thread Catalin Kormos
Hi there,
I've seen some post about a virtual file system, an
this is something i would like to do also, and WCK
seems the right solution. My requirements say that the
user should see the documents hieracy (categories and
subcategories) in a language choosed by them; so i
need to have a structure that will be seen by users in
multiple languages. This can be resolved by
implementing a custom store on top of the one provided
by WCK, please correct if i'm wrong, or it could be
other better ways of doing this. Can i use the
versioning features of Slide using WCK? 




__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: versioning resources using WCK

2005-03-02 Thread Catalin Kormos
I'm wondering if the WCK functionality will be
extended in future to support all WebDAV operations, i
see that the WebdavStoreAdapter class does all the
WebDAV work (and it looks like is able to perform all
WebDAV operations); the custom store i have to
implement, consists of implementing an interface used
by WebdavStoreAdapter (the BasicWebdavStore
interface), so i guess it will be no problem to
include in that interface methods regarding
versioning...correct? are there any planns on doing
this? are there any reasons why this should't be done?

Thanks

--- Brian Lee [EMAIL PROTECTED] wrote:

 Someone correct me if I'm wrong - but WCK only
 allows use of Basic 
 WebDAV functionality and not things such as the
 Delta V addon (versioning).
 You're better off figuring out custom store
 implentation that uses WCK 
 that some how links with either CVS or Subversion
 
 Catalin Kormos wrote:
 
 Hi there,
 I've seen some post about a virtual file system, an
 this is something i would like to do also, and WCK
 seems the right solution. My requirements say that
 the
 user should see the documents hieracy (categories
 and
 subcategories) in a language choosed by them; so i
 need to have a structure that will be seen by users
 in
 multiple languages. This can be resolved by
 implementing a custom store on top of the one
 provided
 by WCK, please correct if i'm wrong, or it could be
 other better ways of doing this. Can i use the
 versioning features of Slide using WCK? 
 
 
  
  
 __ 
 Celebrate Yahoo!'s 10th Birthday! 
 Yahoo! Netrospective: 100 Moments of the Web 
 http://birthday.yahoo.com/netrospective/
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
   
 
 
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 





__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



versioning files using WCK

2005-03-01 Thread Catalin Kormos
Hi there,
I'm really new to Slide, 



__ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



slide on JBoss 3.2.6 deploy problem

2005-01-28 Thread Catalin Kormos
Hi there,

I'm realy new to Slide, just downloaded the last
version and trying to deploy it on a JBoss 3.2.6
server instance. I've copyied slide.war into the
deploy dir of the server, and the following exception
is throwned. Is there anything else that i should do?
do you have any ideea about what could be the problem?
here is stack trace:

2005-01-28 11:49:15,500 INFO  [STDOUT] 28 Jan 2005
11:49:15 - org.apache.slide.common.Domain - INFO -
Namespace configuration complete
2005-01-28 11:49:15,656 INFO  [STDOUT]
org.apache.slide.util.conf.ConfigurationException:
Could not create xPath from given attribute @ null
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.slide.extractor.SimpleXmlExtractor.createInstruction(SimpleXmlExtractor.java:114)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.slide.extractor.SimpleXmlExtractor.configure(SimpleXmlExtractor.java:79)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.slide.extractor.ExtractorManager.configure(ExtractorManager.java:123)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.slide.common.Domain.init(Domain.java:445)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.slide.common.Domain.init(Domain.java:366)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.slide.common.Domain.init(Domain.java:329)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:253)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
javax.servlet.GenericServlet.init(GenericServlet.java:211)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:195)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1029)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:862)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4013)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4357)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
java.lang.reflect.Method.invoke(Method.java:324)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:149)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.catalina.core.StandardContext.init(StandardContext.java:5441)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
java.lang.reflect.Method.invoke(Method.java:324)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:149)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:316)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:76)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:320)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.jboss.web.WebModule.startModule(WebModule.java:62)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.jboss.web.WebModule.startService(WebModule.java:40)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
2005-01-28 11:49:15,656 INFO  

RE: slide on JBoss 3.2.6 deploy problem

2005-01-28 Thread Catalin Kormos
Thanks a lot, it works now :)

--- Patrick van Kann
[EMAIL PROTECTED] wrote:

 Have you seen this page?
 
 http://www.jboss.org/wiki/Wiki.jsp?page=JakartaSlide
 
 You can't just deploy the war in Jboss, you need to
 add jboss-web.xml as
 described.
 
 I got it working on JBoss 3.2.5 - haven't tried
 3.2.6 yet.
 
 Hope this helps.
 
 Patrick
 
 -Original Message-
 From: Catalin Kormos [mailto:[EMAIL PROTECTED] 
 Sent: 28 January 2005 12:59
 To: Slide Users Mailing List
 Subject: Re: slide on JBoss 3.2.6 deploy problem
 
 I've found it, did't look in the right place; here
 it
 is, i did't change anything, i've just deployed the
 .war inside jboss:
 
 !-- Extractor configuration --
 extractors
 extractor

classname=org.apache.slide.extractor.SimpleXmlExtractor
 uri=/files/articles/test.xml
 configuration
 instruction property=title
 xpath=/article/title/text() /
 instruction property=summary
 xpath=/article/summary/text() /
 /configuration
 /extractor
 extractor

classname=org.apache.slide.extractor.OfficeExtractor
 uri=/files/docs/
 configuration
 instruction property=author
 id=SummaryInformation-0-4 /
 instruction property=application
 id=SummaryInformation-0-18 /
 /configuration
 /extractor
 /extractors 
 
 --- Catalin Kormos [EMAIL PROTECTED] wrote:
 
  What do you mean? where should i look for the
  SimpleXMLExtractor config?, i can't find it;
  thanks
  for you reply.
  
  --- Eirikur Hrafnsson [EMAIL PROTECTED] wrote:
  
   Your SimpleXMLExtractor config most likely has
 an
   invalid xpath, what  
   does it look like?
   
   -Eirikur, idega.
   
   On 28.1.2005, at 09:54, Catalin Kormos wrote:
   
Hi there,
   
I'm realy new to Slide, just downloaded the
 last
version and trying to deploy it on a JBoss
 3.2.6
server instance. I've copyied slide.war into
 the
deploy dir of the server, and the following
   exception
is throwned. Is there anything else that i
  should
   do?
do you have any ideea about what could be the
   problem?
here is stack trace:
   
2005-01-28 11:49:15,500 INFO  [STDOUT] 28 Jan
  2005
11:49:15 - org.apache.slide.common.Domain -
 INFO
  -
Namespace configuration complete
2005-01-28 11:49:15,656 INFO  [STDOUT]
   
  org.apache.slide.util.conf.ConfigurationException:
Could not create xPath from given attribute @
  null
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 

org.apache.slide.extractor.SimpleXmlExtractor.createInstruction(SimpleX
   
mlExtractor.java:114)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 

org.apache.slide.extractor.SimpleXmlExtractor.configure(SimpleXmlExtrac
   
tor.java:79)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 

org.apache.slide.extractor.ExtractorManager.configure(ExtractorManager.
   
java:123)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 
 org.apache.slide.common.Domain.init(Domain.java:445)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 
 org.apache.slide.common.Domain.init(Domain.java:366)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 
 org.apache.slide.common.Domain.init(Domain.java:329)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 

org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:253)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 

javax.servlet.GenericServlet.init(GenericServlet.java:211)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 

org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:195)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 

org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.ja
   
va:1029)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 

org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:862)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 

org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.
   
java:4013)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 

org.apache.catalina.core.StandardContext.start(StandardContext.java:
   
4357)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 

org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.j
   
ava:823)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 

org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 

org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 
 sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
   
va:39)
2005-01-28 11:49:15,656 INFO  [STDOUT]  at
   
  
 

sun.reflect.DelegatingMethodAccessorImpl.invoke