How to execute grant/deny/revoke commands

2004-06-07 Thread Solanki Mihir








Hi,

 

I have created say “xyz.doc” in the “files”
directory of the slide.

 

I am login to the slide using say “john” user.
Now I want that whenever

I login to the slide using “john” user I can
open the “xyz.doc” file in the read-only

mode.  

 

What I guess is I can change the rights of particular files
using the client API commands

like grant/deny/revoke 

 

Can anybody please give me the exact syntax of the following
command to make “xyz.doc”

Read-only…

 

grant 
[]
 [on ] to 

deny  
[]  [on ] to


revoke []  [on
] from 

 

I also wanted to know the meanings of all the parameters and
some example values passing to

these commands

 

Thanks & Regards,

Mihir Solanki

 

Senior
Software Engineer

SBU:
eBiz  Location:Gandhinagar

Ph:
079 232 40905  EXT: 413

Patni
Computer Systems Limited

 






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

WVCM Implementation - Activity Support & Resource.get/setProperty() API Extension

2004-06-07 Thread Chris Potter
Hi All:
Thanks in advance for your response.
I'm beginning to experiment with the Slide Server (2.1M1) and WVCM 
proposal implmentation within the Slide project.  I'm confused by two 
items which may be related to sparse knowledge on WebDAV, DeltaV, and 
the current state of Slide and the WVCM implementation.

1.  I'm unable to create activities through the WVCM API.  I am able to 
successfully create a workspace in a workspace folder.  I've created an 
activity folder in the newly created workspace.  Everything works fine 
except the doCreateResource() call on the Activity instance.  The error 
I receive is the following.

javax.wvcm.WvcmException: Method Not Allowed
	at 
org.apache.wvcm.store.webdav.ActivityWebdavAccessor.doCreateResource(ActivityWebdavAccessor.java:121)
	at org.apache.wvcm.ActivityImpl.doCreateResource(ActivityImpl.java:114)
	at org.apache.wvcm.sample.CJPTest.getActivity(CJPTest.java:126)
	at org.apache.wvcm.sample.CJPTest.run(CJPTest.java:58)
	at org.apache.wvcm.sample.CJPTest.main(CJPTest.java:34)

Is activity creation through the WVCM implementation not supported in 
the current version of the Slide server?  Is there planned support for 
this or is the problem due to functional differences between the 
specifications and implementations involved?

2.  I noticed the WVCM proposal associated with Slide adds two methods 
to the Resource interface called getProperty() and setProperty().  These 
methods don't appear to be in the JSR 147 version of the WVCM API.  I 
needed to use the setProperty() method in order to attach a list of 
valid activity folders to the workspace I created.  It seems, without 
these two generic accessors/mutators, there are certain tasks that can't 
be performed.  In my example, I couldn't see how to attach an activity 
folder list to a workspace.  I'm curious if there is a plan to extend 
the JSR 147 API with these two methods.  If not, am I misunderstanding 
the JSR 147 API related to my desire to attach activity folders to my 
workspace?

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


RE: Who's using Slide

2004-06-07 Thread Michael Oliver
I completely agree can one of the Apache folks on here get that ball
rolling?

Michael Oliver
CTO
Matrix Intermedia Inc.
3325 N. Nellis Blvd, #1
Las Vegas, NV 89115
Phone:(702)643-7425
Fax:(520)844-1036
Lord, I love you and I need you, come into my heart, and bless me, my
family, my home, and my friends, in Jesus' name. Amen
-Original Message-
From: Erik Hatcher [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 07, 2004 2:08 AM
To: Slide Users Mailing List
Subject: Re: Who's using Slide

You folks should set up a wiki, and have a page similar to this:

http://wiki.apache.org/jakarta-lucene/PoweredBy


On Jun 7, 2004, at 4:11 AM, Jean-Baptiste Lièvremont wrote:

> Hi,
>
> Here planning: deployment as content and version manager for a major 
> actor in the french DoD
>
> Antti Koivunen wrote:
>
>> Hi there,
>>
>> We're considering of using Slide as the document repository for an
>> extranet solution. Our client is pretty comfortable with the idea,
but
>> since Slide is not yet considered mainstream (like e.g. Struts) and 
>> the
>> version 2.0 just came out, the management would first like to see a 
>> few
>> references.
>>
>> So, please let me know if you're using Slide in a production 
>> environment
>> or currently planning a Slide deployment. If the references are not
>> public, I'd be very happy with quotes like "an extranet solution for
a
>> major telco in the UK". I would also like to hear about your 
>> experiences
>> in working with Slide (positive or negative).
>>
>> Thanks in advance!
>>
>> (: A ;)
>> -- 
>> Antti Koivunen <[EMAIL PROTECTED]>
>>
>>
>>
>>
>> -
>> 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]


-
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]



Re: Slide testsuite in CVS HEAD

2004-06-07 Thread Oliver Zeigermann
Last time I had it run was just before the 2.0 release which was in 
early Mai. I will have a look at what may be wrong ASAP.

Oliver
Warwick Burrows wrote:
Hi guys,
 
For those who worked on the M1 release recently, did you also run the
testsuite in the CVS HEAD against it? I've pulled down and built the Slide
M1 source, have deployed it to Tomcat 4.1.30 and when running the testsuite
I am getting a lot of failures. For example, with the "tp.functional" target
I get a lot of lock related test case failures. All of the lock specific
test cases fail and any cases that should return a "423" status it seems.
And then the functional suite just stops with an error at test case 130. I
have also tried some of the other test cases, eg. acl, stores, etc and they
fail too. Do you have any suggestions as to what might be happening? Have I
missed a configuration step somewhere?
 
Thanks,
Warwick
 


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


Slide testsuite in CVS HEAD

2004-06-07 Thread Warwick Burrows
Hi guys,
 
For those who worked on the M1 release recently, did you also run the
testsuite in the CVS HEAD against it? I've pulled down and built the Slide
M1 source, have deployed it to Tomcat 4.1.30 and when running the testsuite
I am getting a lot of failures. For example, with the "tp.functional" target
I get a lot of lock related test case failures. All of the lock specific
test cases fail and any cases that should return a "423" status it seems.
And then the functional suite just stops with an error at test case 130. I
have also tried some of the other test cases, eg. acl, stores, etc and they
fail too. Do you have any suggestions as to what might be happening? Have I
missed a configuration step somewhere?
 
Thanks,
Warwick
 


RE: Is there any way to open document in edit mode using IE

2004-06-07 Thread Fallin, Jonathan A.
Mihir,
 
The answer is No as far as I can tell.  I will bet you are using Office 2000
SR1 or greater, and if you are then you are out of luck.  This post from
Microsoft's site details their decision to discontinue support of the
feature you (and I) both want.  Not sure why but note the "This behavior is
by design" comment.  (Apparently this worked prior to SR1)
 
http://support.microsoft.com/default.aspx?scid=kb;en-us;308138
 
 
I have been trying to arrive at a work around to this issue.  Right now I am
thinking of incorporating the Microsoft specific "behavior" CSS
attribute/directive on document links, that instead of opening the document
within word based on the .doc extension or MIME-type information like
application/word, will instead open (within IE) the web folder/network place
where the document exists.  Opening the document from here allows for Saving
back to the WebDAV server (as if the user had opened the document by
navigating themselves to the network place).  Something like:
 
 http://localhost:8080/slide/files/word1.doc";;
folder="http://localhost:8080/slide/files/word1.doc";; style="behavior:
url(#default#AnchorClick)">Word Doc
 
If anyone knows more about using the Microsoft behavior style directives,
please speak up.  (What is the best way to expose the href and folder values
in the href?)
 
My next hurdle, is to some how figure out how to only expose only one
document in the folder location from the href link.  I don't want users to
have to hunt and peck for the specific document they need to open.  
 
Jonathan

  _  

From: Solanki Mihir [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 07, 2004 7:11 AM
To: Slide-Mailing
Subject: Is there any way to open document in edit mode using IE


Hi,
 
I have setup slide context in my tomcat.
I have also setup the Network place for it.
Now through network place when I am opening say any word document (assume
that
the document exist under "files" folder of slide) it is opening in edit mode
in MS Word.
I can edit the contents of this document and also able to save changes to
the server.
 
But when I am opening the slide website in IE and opening the same document
it is 
Opening in MS Word properly but not allowing me to save any modifications to
that document.
 
Can anybody please tell me that is there any way to open the document in
edit mode
Using the IE
 
Thanks & Regards,
Mihir
 
Senior Software Engineer
SBU: eBiz  Location:Gandhinagar
Ph: 079 232 40905  EXT: 413
Patni Computer Systems Limited
 


JDBCRealm problem

2004-06-07 Thread Lea
Hi, 
I'm trying to use JDBCRealm and MySQL to authenticate user in tomcat 4.1. 
I followed the steps described on 
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-
howto.html#JDBCRealm: 
I added a user table and a user_roles table in my database (ABCDatabase);
I made all necessary columns (user, password, role_name); 
I downloaded the MySQL driver (mysql-connector-java-3.0.14-
production.zip) and put the .jar file into $CATALINA/common/lib;
I replaced the realm definition of the server.xml by follow code snippet 
:

 
  connectionName="root"
  connectionPassword=""
  userTable="user" userNameCol="login" userCredCol="password"
  userRoleTable="user_roles" roleNameCol="role_name" />

I created the new user in slide/users/ with the same name and password as 
in my user table in the mysql server.

I can login in http://localhost:8080/admin with this user (he's not in 
tomcat-users.xml) using IE, but when I use a terminal as jakarta-slide-
webdavclient-2.0, I got the follow error message:
org.apache.commons.httpclient.URIException: invalid port number

I replaced the connectionURL (the line with  ) by all of bellow 
lines (one by one), but I got the same error.
connectionURL="jdbc:mysql://localhost_IP:3306/ABCDatabase"
connectionURL="jdbc:mysql://localhost/ABCDatabase"
connectionURL="jdbc:mysql://localhost:/ABCDatabase"

I  remark that there's nothing about JDBCRealm neither JDBC in the login 
file (/logs/localhost_log.txt).

Does someone know what's wrong in my program? should i put something in 
Domain.xml?

Thx and regards 
Lea


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



Re: How to create nested properties

2004-06-07 Thread Julian Reschke
Lanto Randriamiharisoa wrote:
My first goal is to create only properties inside properties. For the 
ability to change them separately, it's not necessary
There is no such thing as "properties inside properties". What you're 
referring to are properties that have structured content.

Best regards, Julian
--
bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: How to create nested properties

2004-06-07 Thread Lanto Randriamiharisoa
My first goal is to create only properties inside properties. For the 
ability to change them separately, it's not necessary

--
Lanto
Jacob Lund wrote:
I assume that it meant properties inside properties and the ability to
change them separately using proppatch.
/jacob
- Original Message - 
From: "Julian Reschke" <[EMAIL PROTECTED]>
To: "Slide Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, June 07, 2004 1:20 PM
Subject: Re: How to create nested properties

 

Jacob Lund wrote:
   

What you are referring to is not nested properties but xml elements
 

placed
 

in the string value of a property.
The WebDAV protocol does not support nested properties directly.
/jacob
 

What would be the definition of "nested property"?
Best regards, Julian
--
bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
-
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]
 


--
Lanto Randriamiharisoa
Capgemini France
ADC Toulouse
Tél. +33(0)5 61 31 53 46

Our name has changed.  Please update your address book to the following format: "[EMAIL 
PROTECTED]".
This message contains information that may be privileged or confidential and is the 
property of the Capgemini Group. It is intended only for the person to whom it is 
addressed. If you are not the intended recipient,  you are not authorized to read, 
print, retain, copy, disseminate,  distribute, or use this message or any part 
thereof. If you receive this  message in error, please notify the sender immediately 
and delete all  copies of this message.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: How to create nested properties

2004-06-07 Thread Jacob Lund
I assume that it meant properties inside properties and the ability to
change them separately using proppatch.

/jacob

- Original Message - 
From: "Julian Reschke" <[EMAIL PROTECTED]>
To: "Slide Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, June 07, 2004 1:20 PM
Subject: Re: How to create nested properties


> Jacob Lund wrote:
> > What you are referring to is not nested properties but xml elements
placed
> > in the string value of a property.
> >
> > The WebDAV protocol does not support nested properties directly.
> >
> > /jacob
>
> What would be the definition of "nested property"?
>
> Best regards, Julian
>
> -- 
> bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
>
> -
> 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]



Re: How to create nested properties

2004-06-07 Thread Ingo Brunberg
Properties are Strings. Just construct the complex type within your
application.

Ingo

> I want to add a new nested property for a new file created on WebDav, 
> like the properties "supportedlock" or "resourcetype" on files or 
> collections.
> 
> The problem is that the method WebdavResource.proppatchMethod() doesn't 
> offer this possibility : the Hashtable needed by this method must have a 
> String as value type
> How can I do this
> 
> Thanks a lot
> 
> --
> Lanto
> 
> 
> Our name has changed.  Please update your address book to the following format: 
> "[EMAIL PROTECTED]".
> 
> This message contains information that may be privileged or confidential and is the 
> property of the Capgemini Group. It is intended only for the person to whom it is 
> addressed. If you are not the intended recipient,  you are not authorized to read, 
> print, retain, copy, disseminate,  distribute, or use this message or any part 
> thereof. If you receive this  message in error, please notify the sender immediately 
> and delete all  copies of this message.


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



Re: Is there any way to open document in edit mode using IE

2004-06-07 Thread Luke Noel-Storr
The following JavaScript should do the trick:

function OpenDoc(strLocation)
{
try
{
var objWord = new ActiveXObject("Word.Application");
objWord.Visible = true;
}
catch (e)
{
// unable to create an instance of Word
alert("Unable to open Word - check your security settings");
}
try
{
objWord.Documents.Open(strLocation);
}
catch (e) {}
}

You can then just call the function from your href passing the url for 
the file.

There are two drawbacks to this though:
1) Only works in IE
2) You need to change your security settings in IE so the site has 
permission to run scripts agains ActiveX components not marked as safe 
for scripting (I think the best way to do this is to add it to your 
trusted sites and then allow trusted sites to do this).

Hope that heps
Cheers
Luke.
-

Solanki Mihir wrote:
Hi,
I have setup slide context in my tomcat.
I have also setup the Network place for it.
Now through network place when I am opening say any word document 
(assume that

the document exist under “files” folder of slide) it is opening in 
edit mode in MS Word.

I can edit the contents of this document and also able to save changes 
to the server.

But when I am opening the slide website in IE and opening the same 
document it is

Opening in MS Word properly but not allowing me to save any 
modifications to that document.

Can anybody please tell me that is there any way to open the document 
in edit mode

Using the IE
Thanks & Regards,
Mihir
**Senior Software Engineer**
**SBU: eBiz Location:Gandhinagar**
**Ph: 079 232 40905 EXT: 413**
**Patni Computer Systems Limited**

-
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]


Is there any way to open document in edit mode using IE

2004-06-07 Thread Solanki Mihir








Hi,

 

I have setup slide context in my tomcat.

I have also setup the Network place for it.

Now through network place when I am opening say any word
document (assume that

the document exist under “files” folder of slide)
it is opening in edit mode in MS Word.

I can edit the contents of this document and also able to
save changes to the server.

 

But when I am opening the slide website in IE and opening
the same document it is 

Opening in MS Word properly but not allowing me to save any
modifications to that document.

 

Can anybody please tell me that is
there any way to open the document in edit mode

Using the IE

 

Thanks & Regards,

Mihir

 

Senior
Software Engineer

SBU:
eBiz  Location:Gandhinagar

Ph:
079 232 40905  EXT: 413

Patni
Computer Systems Limited

 






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

Re: How to create nested properties

2004-06-07 Thread Julian Reschke
Jacob Lund wrote:
What you are referring to is not nested properties but xml elements placed
in the string value of a property.
The WebDAV protocol does not support nested properties directly.
/jacob
What would be the definition of "nested property"?
Best regards, Julian
--
bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: How to create nested properties

2004-06-07 Thread Jacob Lund
What you are referring to is not nested properties but xml elements placed
in the string value of a property.

The WebDAV protocol does not support nested properties directly.

/jacob

- Original Message - 
From: "Lanto Randriamiharisoa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 07, 2004 11:00 AM
Subject: How to create nested properties


>
> I want to add a new nested property for a new file created on WebDav,
> like the properties "supportedlock" or "resourcetype" on files or
> collections.
>
> The problem is that the method WebdavResource.proppatchMethod() doesn't
> offer this possibility : the Hashtable needed by this method must have a
> String as value type
> How can I do this
>
> Thanks a lot
>
> --
> Lanto
>
>
> Our name has changed.  Please update your address book to the following
format: "[EMAIL PROTECTED]".
>
> This message contains information that may be privileged or confidential
and is the property of the Capgemini Group. It is intended only for the
person to whom it is addressed. If you are not the intended recipient,  you
are not authorized to read, print, retain, copy, disseminate,  distribute,
or use this message or any part thereof. If you receive this  message in
error, please notify the sender immediately and delete all  copies of this
message.
>
>
> -
> 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]



Re: Who's using Slide

2004-06-07 Thread Erik Hatcher
You folks should set up a wiki, and have a page similar to this:
http://wiki.apache.org/jakarta-lucene/PoweredBy
On Jun 7, 2004, at 4:11 AM, Jean-Baptiste Lièvremont wrote:
Hi,
Here planning: deployment as content and version manager for a major 
actor in the french DoD

Antti Koivunen wrote:
Hi there,
We're considering of using Slide as the document repository for an
extranet solution. Our client is pretty comfortable with the idea, but
since Slide is not yet considered mainstream (like e.g. Struts) and 
the
version 2.0 just came out, the management would first like to see a 
few
references.

So, please let me know if you're using Slide in a production 
environment
or currently planning a Slide deployment. If the references are not
public, I'd be very happy with quotes like "an extranet solution for a
major telco in the UK". I would also like to hear about your 
experiences
in working with Slide (positive or negative).

Thanks in advance!
(: A ;)
--
Antti Koivunen <[EMAIL PROTECTED]>

-
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]

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


How to create nested properties

2004-06-07 Thread Lanto Randriamiharisoa
I want to add a new nested property for a new file created on WebDav, 
like the properties "supportedlock" or "resourcetype" on files or 
collections.

The problem is that the method WebdavResource.proppatchMethod() doesn't 
offer this possibility : the Hashtable needed by this method must have a 
String as value type
How can I do this

Thanks a lot
--
Lanto
Our name has changed.  Please update your address book to the following format: "[EMAIL 
PROTECTED]".
This message contains information that may be privileged or confidential and is the 
property of the Capgemini Group. It is intended only for the person to whom it is 
addressed. If you are not the intended recipient,  you are not authorized to read, 
print, retain, copy, disseminate,  distribute, or use this message or any part 
thereof. If you receive this  message in error, please notify the sender immediately 
and delete all  copies of this message.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Who's using Slide

2004-06-07 Thread Jean-Baptiste Lièvremont
Hi,
Here planning: deployment as content and version manager for a major 
actor in the french DoD

Antti Koivunen wrote:
Hi there,
We're considering of using Slide as the document repository for an
extranet solution. Our client is pretty comfortable with the idea, but
since Slide is not yet considered mainstream (like e.g. Struts) and the
version 2.0 just came out, the management would first like to see a few
references.
So, please let me know if you're using Slide in a production environment
or currently planning a Slide deployment. If the references are not
public, I'd be very happy with quotes like "an extranet solution for a
major telco in the UK". I would also like to hear about your experiences
in working with Slide (positive or negative).
Thanks in advance!
(: A ;)
--
Antti Koivunen <[EMAIL PROTECTED]>

-
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]


Re: oracle db_schema??

2004-06-07 Thread Davide Savazzi
On Monday 07 June 2004 09:50, Slide Tao wrote:

> I want to use slide with oracle, but there is no db schema for oracle, who
> could provide the schema for me? thank you very much.

In 2.1M1 sources there is a Oracle schema and a Oracle adapter 
(org.apache.slide.store.impl.rdbms.OracleRDBMSAdapter). To include the Oracle 
adapter in the build you must edit in build.properties the properties 
oracle.lib.dir and oracle-jdbc.jar.

-- 
Davide Savazzi



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



large file upload problem,plx help!

2004-06-07 Thread 陶 京瑞
hi,friends
I use webdave client api to upload files. When I upload a small file, there 
is no problem, but if I upload a file larger than 30M, I meet the following 
problem? I use TxFileStore to store the file. Do somebody could help 
me.thanks a lot.15:29:19,650 INFO  [STDOUT] Thread-10, 07-六月-2004 
15:29:19, admin, PROPFIND, 207 "Multi-Status", 40 ms, /files/
15:29:19,810 INFO  [STDOUT] 07 Jun 2004 15:29:19 - 
org.apache.slide.store.impl.rdbms.StandardRDBMSAdapter - INFO - 
/files/big.test1.0
15:30:12,366 ERROR [STDERR] java.lang.OutOfMemoryError
15:30:12,366 ERROR [STDERR] org.apache.slide.common.ServiceAccessException: 
Service TxFileStore at slide/fileContent  working on slide/workContent 
access error : java.lang.OutOfMemoryError
15:30:12,366 ERROR [STDERR] 	at 
org.apache.slide.store.AbstractStore.createRevisionContent(AbstractStore.java:1216)

15:30:12,366 ERROR [STDERR] 	at 
org.apache.slide.store.ExtendedStore.createRevisionContent(ExtendedStore.java:342)

15:30:12,366 ERROR [STDERR] 	at 
org.apache.slide.content.ContentImpl.create(ContentImpl.java:538)
15:30:12,376 ERROR [STDERR] 	at 
org.apache.slide.webdav.method.PutMethod.executeRequest(PutMethod.java:396)
15:30:12,376 ERROR [STDERR] 	at 
org.apache.slide.webdav.method.AbstractWebdavMethod.run(AbstractWebdavMethod.java:343)

15:30:12,376 ERROR [STDERR] 	at 
org.apache.slide.webdav.WebdavServlet.service(WebdavServlet.java:165)
15:30:12,376 ERROR [STDERR] 	at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
15:30:12,376 ERROR [STDERR] 	at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)

15:30:12,376 ERROR [STDERR] 	at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)

15:30:12,376 ERROR [STDERR] 	at 
org.apache.slide.webdav.filter.LogFilter.doFilter(LogFilter.java:139)
15:30:12,376 ERROR [STDERR] 	at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)

15:30:12,376 ERROR [STDERR] 	at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)

15:30:12,386 ERROR [STDERR] 	at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)

15:30:12,386 ERROR [STDERR] 	at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)

15:30:12,386 ERROR [STDERR] 	at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
15:30:12,386 ERROR [STDERR] 	at 
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
15:30:12,386 ERROR [STDERR] 	at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

15:30:12,386 ERROR [STDERR] 	at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)

15:30:12,386 ERROR [STDERR] 	at 
org.jboss.web.catalina.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:227)

15:30:12,386 ERROR [STDERR] 	at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)

15:30:12,386 ERROR [STDERR] 	at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:551)

15:30:12,386 ERROR [STDERR] 	at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)

15:30:12,396 ERROR [STDERR] 	at 
org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)

15:30:12,396 ERROR [STDERR] 	at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)

15:30:12,396 ERROR [STDERR] 	at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
15:30:12,396 ERROR [STDERR] 	at 
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
15:30:12,396 ERROR [STDERR] 	at 
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
15:30:12,396 ERROR [STDERR] 	at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)

15:30:12,396 ERROR [STDERR] 	at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)

15:30:12,396 ERROR [STDERR] 	at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)

15:30:12,396 ERROR [STDERR] 	at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)

15:30:12,396 ERROR [STDERR] 	at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)

15:30:12,406 ERROR [STDERR] 	at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)

15:30:12,406 ERROR [STDERR] 	at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:509)
15:30:12,406 ERROR [STDERR] 	at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)

15:30:12,

oracle db_schema??

2004-06-07 Thread Slide Tao
hi,
I want to use slide with oracle, but there is no db schema for oracle, who 
could provide the schema for me? thank you very much.

bset luck
_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

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