[appfuse-user] connection interuppted in browser

2009-04-18 Thread Developeryours
Dear all I am running a appfuse application in fedora firefox.When i click submit button in my application am sending bunch of value using post method,it saved successfully.But when i deploy my application windows tomcat and when click same button it give connection interrupted error.I think it e

[appfuse-user] How to generate weekly report using iReport tool

2009-04-08 Thread Developeryours
i want to generate weekly report for selected month in ireport . if i selected month from january to febraury means my report has to generate report for 8 weeks sales with weekwise total i tried using Cross tab and subreport.. but cant . Please help me with any solution ... -- Vie

Re: [appfuse-user] How to create demo war file

2009-04-07 Thread Developeryours
Thanks for your reply peter..Have you worked on this demo set up? -- View this message in context: http://www.nabble.com/How-to-create-demo-war-file-tp22881701s2369p22926095.html Sent from the AppFuse - User mailing list archive at Nabble.com. --

[appfuse-user] How to create demo war file

2009-04-04 Thread Developeryours
Hi, I need to create demo version application file.So the application need to expire after certain time period..Any ideas..Please help me -- View this message in context: http://www.nabble.com/How-to-create-demo-war-file-tp22881701s2369p22881701.html Sent from the AppFuse - User mailing list ar

Re: [appfuse-user] applicationResources from database

2009-04-03 Thread Developeryours
The password value at runtime it comes from pom.xml.When u deploy separately in tomcat u have to mention the password Raymond Dijk Carthago ICT wrote: > > Hi, > > I'm using on a project Appfuse 1.9.4 with Webwork. I'm looking for a > solution to load the applicationResources from the datab

[appfuse-user] Problem in com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:

2009-03-29 Thread Developeryours
[sales] ERROR [btpool0-7] JDBCTransaction.begin(67) | JDBC begin failed com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: ** BEGIN NESTED EXCEPTION ** Dear all, >i have deployed my application in server.For some days while accessing the applicatio

[appfuse-user] Problem in Jasper report and Fedora 8

2009-02-09 Thread Developeryours
Hi all, I am working with appfuse spring.I have implemented jasper report appfuse.When i worked in windows ,and click print action the pdf file is generating.But the same code with in Linux fedora 8 when i am click print action the jetty server goes shut down,in my console java: xcb_xlib.c:50:

[appfuse-user] How to use jasper report in Appfuse spring MVC

2009-02-03 Thread Developeryours
Hi all, I am using Appfuse spring MVC .Now i need to generate report.For that i going for Jasper report and iReport.I have read all the examples regarding how to use .But i am not using JSF..So please any one give me idea to how to use this Spring MVC.. Insted of JSF concepts ..i have written

[appfuse-user] How to save one entity value in another entity

2009-01-20 Thread Developeryours
Hi, I have an entity Leave .this is master for creating diffferent leaves.Anothe entity Staffleave ,its having seperating staff for leave.One more entity Leaveassociation .This entity for associating leave and Staffleave value.In this entity i declared the variable property like private Leaves l

[appfuse-user] How to resolve this error in tomcat and spring appfuse

2009-01-08 Thread Developeryours
org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection Caused by: org.hibernate.exception.GenericJDBCException: Cannot open connection at

[appfuse-user] How to remove app-1.0-SNAPSHOT from url

2009-01-06 Thread Developeryours
http://localhost:8080/app-1.0-SNAPSHOT/login.jsp This is my url i have deployed in tomcat.everything working fine..but when i perform serch functionality in my module the url redirection to http://localhost:8080/search.html.so i am getting 404 error.so i need to remove the snapshot context path f

[appfuse-user] Problem in Windows and tomcat5

2009-01-05 Thread Developeryours
Hi, Now its working.But now i am working fedora 9 linux.But when i am deployed in windows vista 404 error coming..can u any one suggest how to deploy in Windows vista tomcat5.5 Thanks Developer -- View this message in context: http://www.nabble.com/Problem-in-Windows-and-tomcat5-tp21290446s236

[appfuse-user] Problem in tomcat deploy appfuse spring ==Fixed in Linux

2009-01-05 Thread Developeryours
Hi , I have fixed my issue .There is problem regarding velocity.property file generating.I have created velocity.properties file in WEB-INF/Classes and add this line in that file. runtime.log.logsystem.class=org.apache.velocity.runtime.log.NullLogSystem Now its working.But now i am working fedo

[appfuse-user] Problem in tomcat deploy appfuse spring

2009-01-05 Thread Developeryours
Yikes! javax.servlet.jsp.JspException: Error initializing Velocity: java.lang.NullPointerException at net.sf.navigator.taglib.DisplayMenuTag.doStartTag(DisplayMenuTag.java:105) at net.sf.navigator.taglib.el.DisplayMenuTag.doStartTag(DisplayMenuTag.java:45) at org.apache.j

Re: [appfuse-user] problem in sending mail

2008-12-25 Thread Developeryours
Hi no starting of appfuse project its workrd..till 16th dec...after that only..its not working..here i am using fedora 9 ..is this i need to configure..in windows also not working thanks -- View this message in context: http://www.nabble.com/problem-in-sending-mail-tp21156276s2369p21171845.

[appfuse-user] problem in sending mail

2008-12-23 Thread Developeryours
Hi, Now i am having little problem regarding sending mail.once i register new account,the mail information not sending to the entered mail address.But i got successful messge System.out.println("==="+msg); mailEngine.sendMessage(message, templa

[appfuse-user] How to deploy the appfuse application in tomcat5.5

2008-11-20 Thread Developeryours
Hi , I need to deploy my application in Tomcat5.5.I have copied my war file and pasted into tomcat webapps,once i start the server its getting extract.Once i called in browser my browser with my ip its working..but when i called another system with my comp IP it showing could not connect and thro

Re: [appfuse-user] length validation

2008-11-20 Thread Developeryours
Hi matt, thanx for nice reply I am using spring MVC..i couldn't find examples for length validation.. i having idea abt "valang" validator..but i dont know how to use...can u give me step to do Thanks -- View this message in context: http://www.nabble.com/length-validation-tp20596764s236

[appfuse-user] length validation

2008-11-20 Thread Developeryours
Hi all, I am using appfuse spring project..i want validate the length..for the text fields.. so please give me guidance.. Thanks -- View this message in context: http://www.nabble.com/length-validation-tp20596764s2369p20596764.html Sent from the AppFuse - User mailing list archive at Nabble.

Re: [appfuse-user] how can i stop creating database in build time

2008-10-23 Thread Developeryours
Thanks for ur message.i already found that drop option in pom.xml...thank you for message once again -- View this message in context: http://www.nabble.com/how-can-i-stop-creating-database-in-build-time-tp20124542s2369p20127283.html Sent from the AppFuse - User mailing list archive at Nabble

[appfuse-user] how can i stop creating database in build time

2008-10-22 Thread Developeryours
hi, I am having an problem regarding once i build the project it creates new database everytime..so my old datas are lossed..so i need to prevent that to creating databse if exists...so how can change it in pom.xml Thanks Developer -- View this message in context: http://www.nabble.com/ho

Re: [appfuse-user] How to change style

2008-10-16 Thread Developeryours
thanks for your replythank you -- View this message in context: http://www.nabble.com/How-to-change-style-tp20009806s2369p20027049.html Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-

[appfuse-user] How to change style

2008-10-16 Thread Developeryours
Hi, I am new to appfuse..i dont have idea abt how to change style...i have changed default style...i have designed new template style..so i need to integrate with my project...please give me idea.. -- View this message in context: http://www.nabble.com/How-to-change-style-tp20009806s2369p200098