You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Srividya Narayanan <sr...@yahoo.com> on 2003/09/22 23:08:11 UTC

J2EE store

Hi,
I'm trying to see if we can find some more details on
the j2ee store :
a) what containers / appservers has the j2ee store
been tested / is known to work on.  (I'm using 1.0.16
of slide and am planning to use the patches for j2ee
store suggested earlier in this list, in order to
achieve container managed transactions).
b) have people used the j2ee store in conjunction with
file stores for storing content (ie., descriptors in
db, contents on the filesystem).
c) are there any other initialization methods (like
perhaps having the insert statements in a sql script -
rather than have it be done as part of namespace /
domain initialization)

Thanks,
vidya



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: J2EE store

Posted by Christophe Lombart <ch...@skynet.be>.
I didn't modify the code in the J2EE store, only in the RDBMS adapter.


Alexey Styrov wrote:

>High!
> 
> Did you use j2ee store patch only or made some hacks by yourself to get
>CM transactions to work?
>
>With best regards,
>Alexey Styrov, web programmer
>Karvali, ltd.
> 
>
>-----Original Message-----
>From: Christophe Lombart [mailto:christophe.lombart@skynet.be] 
>Sent: Tuesday, September 23, 2003 12:36 AM
>To: Slide Users Mailing List
>Subject: Re: J2EE store
>
>I'm using the J2EE store in my project but some modification was require
>
>in the RDBMS adapter. Statment was not closed all the time.
>We are using Jboss. I still have a warning which specify a unclosed 
>connection. I have to check in more detail where is it exactly.
>Anyway, container managed transactions seems to work.
>
>Christophe
>
>Srividya Narayanan wrote:
>
>  
>
>>Hi,
>>I'm trying to see if we can find some more details on
>>the j2ee store :
>>a) what containers / appservers has the j2ee store
>>been tested / is known to work on.  (I'm using 1.0.16
>>of slide and am planning to use the patches for j2ee
>>store suggested earlier in this list, in order to
>>achieve container managed transactions).
>>b) have people used the j2ee store in conjunction with
>>file stores for storing content (ie., descriptors in
>>db, contents on the filesystem).
>>c) are there any other initialization methods (like
>>perhaps having the insert statements in a sql script -
>>rather than have it be done as part of namespace /
>>domain initialization)
>>
>>Thanks,
>>vidya
>>
>>
>>
>>__________________________________
>>Do you Yahoo!?
>>Yahoo! SiteBuilder - Free, easy-to-use web site design software
>>http://sitebuilder.yahoo.com
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
>>
>>
>> 
>>
>>    
>>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>
>
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: J2EE store

Posted by Christophe Lombart <ch...@skynet.be>.
I didn't modify the code in the J2EE store, only in the RDBMS adapter.


Alexey Styrov wrote:

>High!
> 
> Did you use j2ee store patch only or made some hacks by yourself to get
>CM transactions to work?
>
>With best regards,
>Alexey Styrov, web programmer
>Karvali, ltd.
> 
>
>-----Original Message-----
>From: Christophe Lombart [mailto:christophe.lombart@skynet.be] 
>Sent: Tuesday, September 23, 2003 12:36 AM
>To: Slide Users Mailing List
>Subject: Re: J2EE store
>
>I'm using the J2EE store in my project but some modification was require
>
>in the RDBMS adapter. Statment was not closed all the time.
>We are using Jboss. I still have a warning which specify a unclosed 
>connection. I have to check in more detail where is it exactly.
>Anyway, container managed transactions seems to work.
>
>Christophe
>
>Srividya Narayanan wrote:
>
>  
>
>>Hi,
>>I'm trying to see if we can find some more details on
>>the j2ee store :
>>a) what containers / appservers has the j2ee store
>>been tested / is known to work on.  (I'm using 1.0.16
>>of slide and am planning to use the patches for j2ee
>>store suggested earlier in this list, in order to
>>achieve container managed transactions).
>>b) have people used the j2ee store in conjunction with
>>file stores for storing content (ie., descriptors in
>>db, contents on the filesystem).
>>c) are there any other initialization methods (like
>>perhaps having the insert statements in a sql script -
>>rather than have it be done as part of namespace /
>>domain initialization)
>>
>>Thanks,
>>vidya
>>
>>
>>
>>__________________________________
>>Do you Yahoo!?
>>Yahoo! SiteBuilder - Free, easy-to-use web site design software
>>http://sitebuilder.yahoo.com
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
>>
>>
>> 
>>
>>    
>>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>
>
>
>  
>



RE: J2EE store

Posted by Alexey Styrov <Al...@malva.ua>.

High!
 
 Did you use j2ee store patch only or made some hacks by yourself to get
CM transactions to work?

With best regards,
Alexey Styrov, web programmer
Karvali, ltd.
 

-----Original Message-----
From: Christophe Lombart [mailto:christophe.lombart@skynet.be] 
Sent: Tuesday, September 23, 2003 12:36 AM
To: Slide Users Mailing List
Subject: Re: J2EE store

I'm using the J2EE store in my project but some modification was require

in the RDBMS adapter. Statment was not closed all the time.
We are using Jboss. I still have a warning which specify a unclosed 
connection. I have to check in more detail where is it exactly.
Anyway, container managed transactions seems to work.

Christophe

Srividya Narayanan wrote:

>Hi,
>I'm trying to see if we can find some more details on
>the j2ee store :
>a) what containers / appservers has the j2ee store
>been tested / is known to work on.  (I'm using 1.0.16
>of slide and am planning to use the patches for j2ee
>store suggested earlier in this list, in order to
>achieve container managed transactions).
>b) have people used the j2ee store in conjunction with
>file stores for storing content (ie., descriptors in
>db, contents on the filesystem).
>c) are there any other initialization methods (like
>perhaps having the insert statements in a sql script -
>rather than have it be done as part of namespace /
>domain initialization)
>
>Thanks,
>vidya
>
>
>
>__________________________________
>Do you Yahoo!?
>Yahoo! SiteBuilder - Free, easy-to-use web site design software
>http://sitebuilder.yahoo.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>
>
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


RE: J2EE store

Posted by Alexey Styrov <Al...@malva.ua>.

High!
 
 Did you use j2ee store patch only or made some hacks by yourself to get
CM transactions to work?

With best regards,
Alexey Styrov, web programmer
Karvali, ltd.
 

-----Original Message-----
From: Christophe Lombart [mailto:christophe.lombart@skynet.be] 
Sent: Tuesday, September 23, 2003 12:36 AM
To: Slide Users Mailing List
Subject: Re: J2EE store

I'm using the J2EE store in my project but some modification was require

in the RDBMS adapter. Statment was not closed all the time.
We are using Jboss. I still have a warning which specify a unclosed 
connection. I have to check in more detail where is it exactly.
Anyway, container managed transactions seems to work.

Christophe

Srividya Narayanan wrote:

>Hi,
>I'm trying to see if we can find some more details on
>the j2ee store :
>a) what containers / appservers has the j2ee store
>been tested / is known to work on.  (I'm using 1.0.16
>of slide and am planning to use the patches for j2ee
>store suggested earlier in this list, in order to
>achieve container managed transactions).
>b) have people used the j2ee store in conjunction with
>file stores for storing content (ie., descriptors in
>db, contents on the filesystem).
>c) are there any other initialization methods (like
>perhaps having the insert statements in a sql script -
>rather than have it be done as part of namespace /
>domain initialization)
>
>Thanks,
>vidya
>
>
>
>__________________________________
>Do you Yahoo!?
>Yahoo! SiteBuilder - Free, easy-to-use web site design software
>http://sitebuilder.yahoo.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>
>
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: J2EE store

Posted by Christophe Lombart <ch...@skynet.be>.
I'm using the J2EE store in my project but some modification was require 
in the RDBMS adapter. Statment was not closed all the time.
We are using Jboss. I still have a warning which specify a unclosed 
connection. I have to check in more detail where is it exactly.
Anyway, container managed transactions seems to work.

Christophe

Srividya Narayanan wrote:

>Hi,
>I'm trying to see if we can find some more details on
>the j2ee store :
>a) what containers / appservers has the j2ee store
>been tested / is known to work on.  (I'm using 1.0.16
>of slide and am planning to use the patches for j2ee
>store suggested earlier in this list, in order to
>achieve container managed transactions).
>b) have people used the j2ee store in conjunction with
>file stores for storing content (ie., descriptors in
>db, contents on the filesystem).
>c) are there any other initialization methods (like
>perhaps having the insert statements in a sql script -
>rather than have it be done as part of namespace /
>domain initialization)
>
>Thanks,
>vidya
>
>
>
>__________________________________
>Do you Yahoo!?
>Yahoo! SiteBuilder - Free, easy-to-use web site design software
>http://sitebuilder.yahoo.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>
>
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: J2EE store

Posted by Christophe Lombart <ch...@skynet.be>.
I'm using the J2EE store in my project but some modification was require 
in the RDBMS adapter. Statment was not closed all the time.
We are using Jboss. I still have a warning which specify a unclosed 
connection. I have to check in more detail where is it exactly.
Anyway, container managed transactions seems to work.

Christophe

Srividya Narayanan wrote:

>Hi,
>I'm trying to see if we can find some more details on
>the j2ee store :
>a) what containers / appservers has the j2ee store
>been tested / is known to work on.  (I'm using 1.0.16
>of slide and am planning to use the patches for j2ee
>store suggested earlier in this list, in order to
>achieve container managed transactions).
>b) have people used the j2ee store in conjunction with
>file stores for storing content (ie., descriptors in
>db, contents on the filesystem).
>c) are there any other initialization methods (like
>perhaps having the insert statements in a sql script -
>rather than have it be done as part of namespace /
>domain initialization)
>
>Thanks,
>vidya
>
>
>
>__________________________________
>Do you Yahoo!?
>Yahoo! SiteBuilder - Free, easy-to-use web site design software
>http://sitebuilder.yahoo.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>
>
>
>  
>