Re: How do you tell orion not to autocommit?

2002-05-25 Thread prasanth sb
Hi Keith, If you are using Bean managed persistence, then get the connection object using jndi lookup, then use connection.setAutocommit(false). I am not aware how to do this in container managed persistence.Can some great guys explain this?Wish you a good day. thanks, Prasanth "Go

RE: XSL and Sitemesh on Orion

2002-04-29 Thread prasanth sb
Dearest elephantwalker and other dearest friends, I have a doubt in this xsl rendering. I used xalan and xerces parser which orion uses for xml to html rendering. I used my own xsl servlet to port my code to any application server which is not having an xsl servlet. Bu

RE: CMP 2.0 vs BMP - Which performes better?

2002-04-05 Thread prasanth sb
;_have_ the sql LIMIT statement). For other databases, you could use a LIMIT >statement in your custom finder. > >Regards, > >the elephantwalker >www.elephantwalker.com > > >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of

RE: CMP 2.0 vs BMP - Which performes better?

2002-04-05 Thread prasanth sb
Hi Jeff and other dear friends, I had this doubt in my mind very earlier. When we load very large amount of data from the database, how it can be handled? If we use result sets and iterate, this is going to take a long time? How can we limit the number of records that is

Re: Taglib + jsp:include + sendRedirect does not work?

2002-04-05 Thread prasanth sb
Hi Anders, First complete the tag library and then use jsp:include. thanks, Prasanth >From: Anders Callertun <[EMAIL PROTECTED]> >Reply-To: Orion-Interest <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: Taglib + jsp:include + sendRedirect does not work? >Date

Re: jsp:setProperty blanks and *

2002-03-22 Thread prasanth sb
Use ?x=''&y«c I think this works. >From: "Dave Ford" <[EMAIL PROTECTED]> >Reply-To: Orion-Interest <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: jsp:setProperty blanks and * >Date: Fri, 22 Mar 2002 10:22:24 -0800 > >Take the following query string: > >x=&y«c //x is empty

Re: JSP comment tag.

2002-03-15 Thread prasanth sb
Hi Jose, I havent tried this. What I feel is you have given browser comment. Try giving jsp comments and see. jsp comments are shown below <%%> >From: "Jose Mena" <[EMAIL PROTECTED]> >Reply-To: Orion-Interest <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: JSP com

RE: Login username and password:-LDAP DOUBT.

2002-03-10 Thread prasanth sb
r web application for login. > >Regards, > >the elephantwalker >www.elephantwalker.com > > >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of prasanth sb >Sent: Sunday, March 03, 2002 3:05 AM >To: Orion-Interest >Sub

Re: Login username and password

2002-03-10 Thread prasanth sb
, > >This article may help you: > http://kb.atlassian.com/content/atlassian/howto/securingdirectory.html > >Cheers, >Scott > >Scott Farquhar :: [EMAIL PROTECTED] > >Atlassian :: http://www.atlassian.com > Supporting YOUR J2EE World > >prasanth sb wrote: &g

Login username and password

2002-03-03 Thread prasanth sb
Dear friends, I have seen in many application servers a login username and password popping up for the entry allowing to the site. Will some one help in getting the informations regarding this with orion application server.Wish a good day. thanks, Prasanth _

Re: url.openConnection() doesn't allow to pass objects or attributes

2002-02-10 Thread prasanth sb
butes >Date: Sun, 3 Feb 2002 08:23:09 -0800 > >I just noticed one more thing with your servlet. It seems that you are >using doGet method in your servlet. If you do a post request through URL >you need to write doPost method in your servlet. > >-kesav kumar >[EMAIL PROT

Re: url.openConnection() doesn't allow to pass objects or attributes

2002-02-03 Thread prasanth sb
ssociated with >connection and send parameters. > >For more info read the article at JavaWorld >http://www.javaworld.com/javaworld/javatips/jw-javatip34.html > >-kesav kumar > >- Original Message - >From: "prasanth sb" <[EMAIL PROTECTED]> >To: &q

url.openConnection() doesn't allow to pass objects or attributes

2002-01-26 Thread prasanth sb
Hello dear friends, Please help me with a strange problem happening with orion. I am calling url.openConnection() to a servlet page.When I call this, the call goes to doGet method of the servlet. But it has to go to the doPost method. Second problem is I am able to read the value