[appfuse-user] SQL 2000: Network error IOException: Connection refused: connect

2008-08-25 Thread pankaj singla
Hi, I am trying to make Appfuse 1.9.4 work with SQL Server 2000 but haven't been able to do so. I have followed steps in http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseWithSQLServer. I have confirmed that the sql port is 1433 and even changed the database properties to: hibernate.conne

[appfuse-user] XSL issues with Win2003 sp2

2007-07-20 Thread pankaj singla
Hi, I am using Appfuse 1.9. We have an application which uses XSL to generate menus and we have around 1500 submenus in there generated with XSL. The problem I am having is that the xsl transformation is working fine for SP1 but is messing up in SP2. We are converting XML to HTML. While xml is g

[appfuse-user] Display problems after upgrading to Win SP2

2007-07-06 Thread pankaj singla
Hi, I am using Appfuse 1.9.3 for our applications. We are using IE6/IE7. These applications were working fine till some of our Win2003 servers and clients were upgraded with SP2. Now, the application is not working properly. Some of the links doesn't work properly and the display is all messed up

[appfuse-user] How to use pre-compiled jsps in a project ?

2007-05-30 Thread pankaj singla
Hi, I am using appfuse 1.9 and tomcat. One of our teams want to use only pre-compiled jsp in the production server as they don't want to install jdk on the server. It is also preferred not to have the uncompiled JSP’s present on the server. The problem is that when using precompiled JSP’s we sti

[appfuse-user] httponly flag or other security measures for cookies

2007-04-26 Thread pankaj singla
Hi, I have a question regarding security for cookies. We are using cookies for session tracking. But we are concerned that some malicious user could get session id stored in the cookie. Our testing team got this: Set-Cookie: JSESSIONID=5H5EJCZrWZw-V4l2JuC8wNnUimE; path=/app; secure So, they are

[appfuse-user] Help! Fill text field with comma separated values from drop down list

2007-02-01 Thread pankaj singla
Hi, I have been working on a project which we started on appfuse 1.7 with struts mvc. I have a very big form in this project. The values for the form are saved into database and then taken from there to get the results. The problem I am facing is that I am asked to provide a drop-down list or a l

Re: [appfuse-user] OT: spring transaction vs hibernate transactions

2007-01-08 Thread pankaj singla
ions will > work together if > you use them both. The advantage of using Spring is > you only have to > configure them once, rather than having to specify > them > programmatically each time you want to use them. > > Matt > > On 1/7/07, pankaj singla <[EMAIL PROTECTED]

[appfuse-user] OT: spring transaction vs hibernate transactions

2007-01-07 Thread pankaj singla
Hi, I am having tough time understanding the advantages of using spring transactions over hibernate transactions. If I declare conflicting transactions in application layer and hibernate layer, which will take precedence. It will be great if someone could explain me the advantages of using

Re: [appfuse-user] OracleLobHandler error

2006-12-19 Thread pankaj singla
hared lib perhaps) that is causing > problems? > > Jason > > > > On 12/19/06, pankaj singla <[EMAIL PROTECTED]> > wrote: > > > > Hi, > > > >I am using appfuse 1.7 wiht hibernate 2. I am > > trying to use clob in one of my ta

[appfuse-user] OracleLobHandler error

2006-12-19 Thread pankaj singla
Hi, I am using appfuse 1.7 wiht hibernate 2. I am trying to use clob in one of my tables. I added these in applicationContext-hibernate.xml under sessionFactory bean. While this application works fine on my windows machine on tomcat 5.0.28, it is throwing following errors whe

Re: [appfuse-user] How to print entire list in display tag

2006-12-13 Thread pankaj singla
know how to do this is to reset the > pagesize > attribute's value when you click on some sort of > "print" link. What > you're trying to do is not possible with CSS alone. > > Matt > > On 12/12/06, pankaj singla <[EMAIL PROTECTED]> > wrote:

[appfuse-user] How to print entire list in display tag

2006-12-12 Thread pankaj singla
Hi, I am having printing the entire list in the display tag. When I try to print, it just prints the first page. Could someone ell me how to set it so that it prints the entire list. I am using displaytag1.0 with appfuse 1.7. Thanks for your help and time. Pankaj __

Re: [appfuse-user] Help! how to subtract dates in hibernate

2006-12-05 Thread pankaj singla
he type > Date you can use modifiers such as day(), month(), > year(), minute(), > etc... > > http://www.hibernate.org/hib_docs/v3/reference/en/html/queryhql.html#queryhql-expressions > > so: > > SUM(minute(te.endDate-te.startDate))*60*24 ) is an > example that s

[appfuse-user] Help! how to subtract dates in hibernate

2006-12-05 Thread pankaj singla
Hi, Could someone help me with how to subtract dates in hibernate. I am using Appfuse 1.7 wiht hibernate 2. When I try this as a simple sql query in Oracle9i, this runs fine but hibernate it is giving me this error (here endDate and startDate are Dates): , expected in SELECT [Select te.endDat