[appfuse-user] File Your Income-tax return in 3 easy steps - myITreturn.com

2008-08-19 Thread nasim . breeze
Title: Untitled Document Income-tax filing - easy!(File your IT return in 5 minutes)Skorydov myITreturn makes filing sim

Re: [appfuse-user] oracle database profile:org.hibernate.exception.JDBCConnectionException

2008-08-19 Thread WalterScott
Mohammad Irfan wrote: > > Have you turn on the database or you have firewall on your computer? > No, I don`t have firewall. -- View this message in context: http://www.nabble.com/oracle-database-profile%3Aorg.hibernate.exception.JDBCConnectionException-tp19035653s2369p19046104.html Sent from

Re: [appfuse-user] org.mortbay.jetty mvn:inplace on the fly code modification

2008-08-19 Thread krishgy
It seems like Jetty doing some operation in the background but it fails due to MaxPermSize. I am new to java world. Can you tell me how to do the changes do the Java & JSP files, so that I can continue without restarting the server. -- View this message in context: http://www.nabble.com/org.mo

Re: [appfuse-user] struts validation in appfuse-light-struts-hibernate-1.8.2

2008-08-19 Thread Marc Siramy
I use jetty:run like this (using eclipse remote debugging): mvnDebug.bat -X -e jetty:run -Dmaven.test.skip=true with -X to see Debug messages in console but I can't see these messages in that case - even if I can see Jetty Debug output in console for some other actions. I've also configured Jetty

Re: [appfuse-user] org.mortbay.jetty mvn:inplace on the fly code modification

2008-08-19 Thread Marc Siramy
On maxpermsize, this topic may help: http://www.nabble.com/Load-jetty-with-options-tt14311606s2369.html#a14311606. Marc 2008/8/19 krishgy <[EMAIL PROTECTED]> > > It seems like Jetty doing some operation in the background but it fails due > to MaxPermSize. > > I am new to java world. Can you tel

[appfuse-user] Execute project with remote mysql.

2008-08-19 Thread sam wun
Hi, I tried to build the first project from  the following  tutorial: http://appfuse.org/display/APF/AppFuse+QuickStart The mvn command built the project successfully. Now from the README.txt file in the project directory, it said: D:\DEV\samples\AppFuse\phonecards>type README.txt AppFuse B

Re: [appfuse-user] Execute project with remote mysql.

2008-08-19 Thread Leo Barrientos C.
Just change the pom.xml sam wun wrote: Hi, I tried to build the first project from  the following  tutorial: http://appfuse.org/display/APF/AppFuse+QuickStart The mvn command built the project successfully. Now from the README.txt file in the project directory,

[appfuse-user] Where/How to write business logic in AppFuse

2008-08-19 Thread krishgy
Hi All, I have AppFuse (Basic Struts, Hibernate and Spring) project. I use Jetty as a web server. I want to know where to write the business logic code outside my Hibernate Dao implementation? I do not want to write the business logic in the action classes. How to achieve this? Thanks in adva

Re: [appfuse-user] AppFuse 2.0.2 JSF-- Editing a newly created user --- STACK TRACE

2008-08-19 Thread Irshad Buchh
Yes, I can see from the view source the userId value="7" and the version value="0". BTW, this stacktrace happens as a result of editing newly created users. In case I try to edit one of the 2 users (user and admin) shipped with AppFuse, there is no stacktrace. It is very strange! --Irshad. mrai

Re: [appfuse-user] oracle database profile:org.hibernate.exception.JDBCConnectionException

2008-08-19 Thread Dustin Pearce
Do you have more than one profile active by default? When you run maven do you run: mvn -Poracle test? -D On Aug 19, 2008, at 1:18 AM, WalterScott wrote: Mohammad Irfan wrote: Have you turn on the database or you have firewall on your computer? No, I don`t have firewall. -- View this

Re: [appfuse-user] Where/How to write business logic in AppFuse

2008-08-19 Thread Dustin Pearce
Many people use the Manager pattern to write their business logic. This acts a service layer that can be used by your Struts actions, but could also be called by other interfaces (batch processes, web service, etc). In Appfuse these Manager classes are used to create transactions across m

Re: [appfuse-user] Convert Timestamp with DateConverter

2008-08-19 Thread Matt Raible
You might try creating a new converter that specifically supports Timestamp. Matt On Sun, Aug 17, 2008 at 9:26 AM, Kropp, Henning <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to figure out how to use the DateConverter in Appfuse 2.0.2 to > convert Timestamp to String and vis versa. > > At fir

Re: [appfuse-user] oracle database profile:org.hibernate.exception.JDBCConnectionException

2008-08-19 Thread WalterScott
dusty wrote: > > When you run maven do you run: mvn -Poracle test? > > -D > When I run mvn -Poracle test, I get following: [INFO] Scanning for projects... [INFO] [INFO] Building AppFuse Spring MVC Application [INFO]

[appfuse-user] HOT URGENT: Installation of fresh Appfuse 2.0.2 MVC Modular suddenly gives numerous problems

2008-08-19 Thread os57741
After using and developing with Appfuse over the last 6 months with no major problems, we suddenly experience what seems instability of what is installed with a fresh install of MVC modular. The web module suddenly is missing a class in commons-collections whih we had to solve by adding a dependen

Re: [appfuse-user] HOT URGENT: Installation of fresh Appfuse 2.0.2 MVC Modular suddenly gives numerous problems

2008-08-19 Thread Matt Raible
If you believe it's time-related, you could rollback the clock on your machine and see if that helps. I don't think it will, but it's always worth a try. The 2.0.2 binaries for AppFuse should not have changed. In fact, I don't see how they could have. Matt On Tue, Aug 19, 2008 at 2:33 PM, os57741

Re: [appfuse-user] HOT URGENT: Installation of fresh Appfuse 2.0.2 MVC Modular suddenly gives numerous problems

2008-08-19 Thread tim robertson
Did you blow away your local maven repository when you did the fresh install? Have you got a maven repository location in your pom that perhaps could have bad copies of jars? Cheers Tim On Tue, Aug 19, 2008 at 10:38 PM, Matt Raible <[EMAIL PROTECTED]> wrote: > If you believe it's time-related,

Re: [appfuse-user] HOT URGENT: Installation of fresh Appfuse 2.0.2 MVC Modular suddenly gives numerous problems

2008-08-19 Thread os57741
I am trying to determin the cause of the problems. I started with renaming the maven repository, forcing a complete download of all required software. During the install I already saw a SEVERE message from Tomcat (CATALINA). The new Appfuse install did not succeed. Then I ran a new install failin

Re: [appfuse-user] HOT URGENT: Installation of fresh Appfuse 2.0.2 MVC Modular suddenly gives numerous problems

2008-08-19 Thread Matt Raible
I would try adding a commons-collections dependency to your pom.xml and specify the latest version. Matt On Tue, Aug 19, 2008 at 4:24 PM, os57741 <[EMAIL PROTECTED]> wrote: > > I am trying to determin the cause of the problems. > I started with renaming the maven repository, forcing a complete d

Re: [appfuse-user] HOT URGENT: Installation of fresh Appfuse 2.0.2 MVC Modular suddenly gives numerous problems

2008-08-19 Thread Thomas Ye
I have the same problem.When I running "mvn appfuse:full-source" ,the problem is happen.So I change the pom.xml which in the root directory of project. org.dbunit.ext.oracle.OracleDataTypeFactory KSDSYSTEM CLEAN_INSERT org.hibernate.dialect.Oracle9Dialect true com.oracle ojdbc14 10.2.0.2.0 or

Re: [appfuse-user] Convert Timestamp with DateConverter

2008-08-19 Thread Dustin Pearce
I use a slightly modified DateConverter for Dates and a CalendarConverter for DateTimes. I modified it so I could accept multiple input formats but always print out the same format. public class DateConverter extends DefaultTypeConverter { Log log = LogFactory.getLog(DateConverter.class)

Re: [appfuse-user] oracle database profile:org.hibernate.exception.JDBCConnectionException

2008-08-19 Thread Dustin Pearce
You must use -Poracle when you want it to connect to Oracle. So you need to do: mvn -Pprod appfuse:gen-model On Aug 19, 2008, at 1:11 PM, WalterScott wrote: dusty wrote: When you run maven do you run: mvn -Poracle test? -D When I run mvn -Poracle test, I get following: [INFO] Sca