Pratically how to create a namespace

2002-05-18 Thread Luca Zago
Hi, I read all the documentation on the slide web site. I understood the software architecture, but I find difficulties in unising it pratically like user. For example if I want to create a simple namespace which maps a directory in which I have some files. I would like simply define a versio

Pratically how to create a namespace

2002-05-18 Thread Luca Zago
Hi, I read all the documentation on the slide web site. I understood the software architecture, but I find difficulties in unising it pratically like user. For example if I want to create a simple namespace which maps a directory in which I have some files. I would like simply define a version

Slide-Admin web application

2002-08-30 Thread Luca Zago
Hi, I am trying to use slide-admin as a web application. And I got this error: javax.servlet.ServletException: Domain initialization error : Domain.xml (Impossibile trovare il file specificato) in italian (Impossibile trovare il file specificato) means (impossible to find specified file) I ha

Slide-Admin web application

2002-09-01 Thread Luca Zago
have put my Domain.xml..pratically everywhere in WEB-INF in the root slide-admin, in tomcat/conf... no result always the same error. Has somebody some idea? Luca Zago Senior IT Developer _ E-TREE S.p.a. Via Fonderia 43 - 31100 Treviso

RE: Slide-Admin web application

2002-09-02 Thread Luca Zago
Try putting Domain.xml to the directory from where you start tomcat. Also >make sure that only one Domain.xml exists in the entire tomcat directory. >This should solve the problem. > >Regards, >Rajesh > >-----Original Message- >From: Luca Zago [mailto:[EMAIL PROTECTED

Re: Slide-Admin web application

2002-09-02 Thread Luca Zago
again. At 11.25 02/09/2002 +0200, you wrote: >Luca Zago wrote: >>HI, >>I tried to put this file everywhere. >>- tomcat/bin >>- tomcat >>- tomcat/conf >>but always the same error >>javax.servlet.ServletException: Domain initialization error : Domain.xml

PUT: method not allowed

2002-09-02 Thread Luca Zago
Hi, when I try to upload a file by slide client with root user in a memory realm (slide2.0) I get always this result: 02 Sep 2002 17:08:29 - org.apache.slide.webdav.WebdavServlet - INFO - PUT = 405 Method Not Allowed (time: 0 ms) URI = /files/ the funny thing is that by Web Folders I can upload

Architectural considerations about slide 2.0

2002-09-03 Thread Luca Zago
Hi, in this period I complied from cvs and tested slide, with some problems of configuration, but at the end it works quite fine. I have some doubts and considerations about the uses that I can do in a real cms framework. 1) Is it possible to create a mixed content store, one on DB for certain

Slide admin web app from CVS, it doesn't work

2002-09-04 Thread Luca Zago
Hi, has somebody tried to use the slide-admin web app? it doesn't work, the old one works, even if have slide 2.0 as domain manager. The error is: javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE at org.apache.struts.util.RequestUtils.mes

Understanding user management in slide

2002-09-05 Thread Luca Zago
Hi, I would like to know if there is some class that represent a user. I am trying to understand in what way slide unserstands 'who I am' during my navigation and if there is some object in the session that can permit to get user info. Thank you in advance for some help or suggestions. Luca

Re: Upgraded to SLIDE_1_0 - Poor Performance

2002-09-11 Thread Luca Zago
Hi, about performance in a JDBC Store, I wonder if a possible solution could be to put some index or primary Key in the tabels. For example huge tables like Object or Property has no Primary Key. has somebody considered this way? At 08.02 11/09/2002 +0200, you wrote: >Sung-Gu wrote: >>- O

Scripting variables outside iterate tag

2002-09-18 Thread Luca Zago
Hi, probably it's a not so hard question, but really I cannot find a solution to this simple problem. This is the example of struts documentation: Next element is everything works fine. But I want to use the bean with the key 'element', inside a scriptlet to do something like this:

sorry for previous message

2002-09-18 Thread Luca Zago
sorry for the previous..message it was completely out of topic.. sorry again -- To unsubscribe, e-mail: For additional commands, e-mail:

Template for directory browsing + creating new roles

2002-09-18 Thread Luca Zago
Hi, - has somebody ever created a template to associate to webDav servlet? In my opinion it's a tricky..because it does only a forwardthen the only solution for the template is building another servlet..with different html format..inside. - And what about creating new roles? when I create a u

Re: Template for directory browsing + creating new roles

2002-09-18 Thread Luca Zago
Thank you very much for the suggesstons, Christopher . But my doubts remain:, following my observations: Christopher Lenz wrote: > Luca Zago wrote: > >> >> Hi, >> - has somebody ever created a template to associate to webDav servlet? >> In my opinion it'

Re: Template for directory browsing + creating new roles

2002-09-18 Thread Luca Zago
08) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533) at java.lang.Thread.run(Thread.java:536) 18 Sep 2002 16:09:25 - org.apache.slide.transaction.SlideTransactionManager - WARNING - Rollback Transaction 7 xid Thread-4-1032358164427-7- in thread Thread-4 Christopher Lenz wrot

Re: Template for directory browsing + creating new roles

2002-09-18 Thread Luca Zago
GREAT,Christopher! It was a classpath issue. Putting the Roles classes in the common/classes, everything work fine. It can be useful to other people, asking about the users. Thanks again. Christopher Lenz wrote: > Luca Zago wrote: > >> ok..about WebDav servlet..you are rig

WebDAV applet client

2002-09-21 Thread Luca Zago
Hi, I am searching for a good webDAV applet client (not a swing application) to navigate the directory trees of slide. I have tried metaWebAccess, but it doesn't seem too much compatible with Slide implementation of WebDav. have some of you the same problems with this applet? have you other exp

JNDI and J2EEStore

2002-09-25 Thread Luca Zago
Hi sliders, I know this is a topic about which there are many mails and one how-to. but belive me or not... even flowwing these explanations. I cannot make slide find the initialContext in fact I got the error: Service slidestore.j2ee.J2EEDescriptorsStore@b446d1 initialization failed : Name comp

second time... JNDI and J2EEStore

2002-09-25 Thread Luca Zago
Hi sliders, I know this is a topic about which there are many mails and one how-to. but belive me or not... even flowwing these explanations. I cannot make slide find the initialContext in fact I got the error: Service slidestore.j2ee.J2EEDescriptorsStore@b446d1 initialization failed : Name comp

So..sorry for the two mails...but I wasn't sure I sent he firts

2002-09-25 Thread Luca Zago
are there mail server problems? -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: JNDI and J2EEStore

2002-09-25 Thread Luca Zago
Thank you very much for your reply.. oh..that different jndi names was a mistake..in copying the text on the email..in reality the name is the same and coherent. Classpth is ok.. Here is the complete log..the problem is that this name 'comp' doesn't appear in any of my configuration files... 25

Re: JNDI and J2EEStore

2002-09-26 Thread Luca Zago
Probably I got the problem... The slide jars are out of slide webapp.. because I use slide not as web app. Outside the webapp the naming environment doesn't exist. The only solution could be to use in TC 4.1 the GlobalNamingResources, but sincerly I don't think that the J2EEStore os slide is code

Re: Unable to compile class for JSP

2002-10-02 Thread Luca Zago
Hi, what Tomcat do you use? if Tomcat 4.1.10, there is a documented bug in jasper, when you use nested tags. Workaround: use the jasper's jars of the previous version of Tomcat 4.0 It's the only way I could solve it. or waited for the jasper's fix Thomas Schueppel wrote: > hi, > > I up

Permessions

2002-10-02 Thread Luca Zago
Hi sliders, I have two doubts, reading the documentation I cannot get it clear.. - How can I set from the code a permission on a Objetc Node for a role (all users having that role)? from xml is possible... I know..but I need it from the code. - And Would like to do the same thing for a group fro

Re: Help on simple properties file access

2002-10-04 Thread Luca Zago
I am agree with Andreas, but if you don't want to use the path /WEB-INF/myFile.properties Properties files can be found exactly like any other classes, if there are present in the classpath, the classpath for your web-app starts from /WEB-INF/classes, then if you put the file in the path /WEB-

Sed but true, about J2EEStore + Slide outside webapp. Impossible

2002-10-16 Thread Luca Zago
Hi Sliders, after having tried everything I could know, I realized that it's pratically impossible to make the J2EEStore works with slide deployed outside a single webapp, unfortunately this is the only way to use Slide realm, then if you want to use Slide Realm you have to forget about J2EEStor

Some news about the new DB Schema?

2002-10-23 Thread Luca Zago
Hi sliders, some time ago, Kumar Ashok proposed a new database schema for the J2EE store, I tried it, and it seems really well designed, and can be a considreable improvement in DB performance. But I found problems with his implementation of J2EE Store, for example everything works fine in read

Run-time Error 13, in Ms Web Folders

2002-11-07 Thread Luca Zago
Hi sliders, I got this error when I try to access the slide repository by Web Foleders, the nice thing is that everything works fine, I click Ok on the dialog box, it propmts, and I can browse all the repository without problems. But clearly it's not a nice thing to see :) especially for a not sma

permissions logic

2002-11-21 Thread Luca Zago
Hi, granting and revoking, permissions, I have noticed that if I don't give any permission on a resource, Slide gives as default all permissions to all users for all actions. In my table I have only the row telling (/,/users/root,/actions,1,0), and if I log in with the user /users/user1 I can rea

Re: Admin servlet

2002-11-22 Thread Luca Zago
Can you attache the complete exceptio? StackTrace? Probably you haven't initialize the namespace... because the admin webapp wants a namespace just initialized. Jim Collins wrote: Hi, Has anyone had any problems using the admin servlet? When I try to use it I get this error: org.apache.jasper.J

Re: Admin servlet

2002-11-22 Thread Luca Zago
From: "Luca Zago" <[EMAIL PROTECTED]> To: "Slide Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 4:35 PM Subject: Re: Admin servlet Can you attache the complete exceptio? StackTrace? Probably you haven't initialize the namespace...

Re: Admin servlet

2002-11-22 Thread Luca Zago
to index.jsp. I have all of the jar files in slide-admin/Web-inf/lib and the Domain.xml file in slide-admin. I thought I could have the Domain.xml file in the root directory of the slide-admin context. - Original Message - From: "Luca Zago" <[EMAIL PROTECTED]> To: &quo

Tyrex and Slide Transactions

2003-01-15 Thread Luca Zago
before, and made it work properly? thank you in advance. -- Luca Zago Senior IT Developer _ E-TREE S.p.a. Via Fonderia 43 - 31100 Treviso (Italy) phone +39.0422.3107 fax +39.0422.310888 http://www.e-tree.com htt

Re: J2EEStore and SlideRealm

2003-02-27 Thread Luca Zago
Jacob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luca Zago Senior IT Developer _ E-TREE S.p.a. Via Fonderia 43 - 31100 Treviso (Italy) phone +39.0422.310

Re: Slide J2EEStore based on new schema proposed last year (UPDATE)

2003-04-02 Thread Luca Zago
-mail: [EMAIL PROTECTED] -- Luca Zago Senior IT Developer _ E-TREE S.p.a. Via Fonderia 43 - 31100 Treviso (Italy) phone +39.0422.3107 fax +39.0422.310888 http://www.e-tree.com http://www.webanana.com

performance doubts about WebdavFile

2003-06-06 Thread Luca Zago
everytime, but I had problems of thread concurrence in the http requests, provoked probably by the JFileChooser component itself. Has somebody faced this problem? Thanks in advance, -- Luca Zago Senior IT Developer _ E-TREE S.p.a. Via

Re: performance doubts about WebdavFile

2003-06-06 Thread Luca Zago
, provoked probably by the JFileChooser component itself. Has somebody faced this problem? Thanks in advance, -- Luca Zago Senior IT Developer _ E-TREE S.p.a. Via Fonderia 43 - 31100 Treviso (Italy) phone +39.0422.3107 fax +39.0422.310888 ht