Re: [appfuse-user] Appfuse DateConverter not working?

2007-11-16 Thread BruceLee
Rob, I don't use JSF either. I just use JSP with WebWork2. Rob Hills wrote: > > AppFuse does a good job of identifying Date-type columns and injecting > the appropriate code into generated JSPs so it wasn't hard to work out > how to do it from the generated code. > Can you help give the exa

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-16 Thread jackalista
I have them registered in the applicationContext.xml file in core/src/main/resources ('m using the struts 2 modular archtectype) like the PersonService here, but I'm still not getting it to work: [code] [/code] http://localhost:8080/services/PersonService?wsdl doesn't work while

Re: [appfuse-user] Circular placeholder reference: hibernate.dialect; How to resolve?

2007-11-16 Thread Rob Hills
Hi again Jim, bernatowicz wrote: I am using Appfuse 2.0 (Struts2), IDEA 7.0.1, and Tomcat 5.5.23. I have built the skeleton app in Idea to create a WAR that I copy to TOMCAT/webapps. I have manually replaced the ${} variables with the values found in the pom.xml file in jdbc.properties files,

Re: [appfuse-user] Circular placeholder reference: hibernate.dialect; How to resolve?

2007-11-16 Thread Rob Hills
Hi Jim, bernatowicz wrote: Greetings, I am using Appfuse 2.0 (Struts2), IDEA 7.0.1, and Tomcat 5.5.23. I have built the skeleton app in Idea to create a WAR that I copy to TOMCAT/webapps. I have manually replaced the ${} variables with the values found in the pom.xml file in jdbc.properties f

Re: [appfuse-user] Appfuse DateConverter not working?

2007-11-16 Thread Rob Hills
Hi Bruce, BruceLee wrote: Thank Rob for prompt response. Sorry I did typo as you mentioned. 1. I do want to use appfuse DateConverter. Not want to re-invert the wheels. 2. We tried DateUtil class in Java code, it works for -MM-dd format. OK, well that suggests that you have the converter co

[appfuse-user] Circular placeholder reference: hibernate.dialect; How to resolve?

2007-11-16 Thread bernatowicz
Greetings, I am using Appfuse 2.0 (Struts2), IDEA 7.0.1, and Tomcat 5.5.23. I have built the skeleton app in Idea to create a WAR that I copy to TOMCAT/webapps. I have manually replaced the ${} variables with the values found in the pom.xml file in jdbc.properties files, but I cannot get rid of

Re: [appfuse-user] Why dbunit failed to load sampe data into a table

2007-11-16 Thread Rob Hills
Hi Yongping, Yongping wrote: I played with AppFuse for a couple of weeks. So far so good. I like it. I tried to add new DAO, Entity and Service. Everything worked perfectly. However dbunit seems failed to load test data defined in sample-data.xml into a little bit special table. I called it a

Re: [appfuse-user] Spring MVC in action, does anyone...

2007-11-16 Thread John Kwon
I've done plenty in the government arena, but unfortunately, their URLs are not public.

Re: [appfuse-user] Sitemesh question

2007-11-16 Thread Ryan Scott
What functionality are you seeking? If you are looking for templates then you might look at facelets for that functionality rather than tiles. We tried both and had a very hard time getting either sitemesh or tiles to work in our faces implementation but facelets gave us everything we nee

[appfuse-user] Sitemesh question

2007-11-16 Thread Carlos Ortiz
Does anyone know why Sitemesh doesn't work with JSF? Is Tiles better than SiteMesh?

[appfuse-user] Spring MVC in action, does anyone...

2007-11-16 Thread Carlos Ortiz
Hi Simple, I would like to know if there exists a commercial application and URL for it that has been implemented using SpringMVC web framework. If someone knows about this existing application in the Open source arena I would also like to know. Thanks

Re: [appfuse-user] Appfuse DateConverter not working?

2007-11-16 Thread BruceLee
Thank Rob for prompt response. Sorry I did typo as you mentioned. 1. I do want to use appfuse DateConverter. Not want to re-invert the wheels. 2. We tried DateUtil class in Java code, it works for -MM-dd format. The real problem appears, how to configure it as default converter for in JSP t

[appfuse-user] Question about nested jsps

2007-11-16 Thread John Kwon
The customer just asked if I could have one of the jsp pages in my Spring app not be nested in with the defaults - i.e., no header.jsp, etc. Any quick way to do this?

Re: [appfuse-user] deploying to tomcat 5.5

2007-11-16 Thread Nathan Anderson
Oh wait! Something did show up in the file! Too bad I have to go to work now :P Nathan [mywebapp] DEBUG [main] StartupListener.setupContext(150) | Drop-down initialization complete [OK] [mywebapp] ERROR [main] [/mywebapp].filterStart(3639) | Exception starting filter struts javax.xml.transfo

[appfuse-user] debug message of dbunit

2007-11-16 Thread jmowla
hi all i just tried to see debug messages of dbunit while creating/inserting or updating the database during build/test process by adding to log4j.xml file. but it does not work properly. how can i do that -- View this message in context: http://www.nabble.com/debug-message-of

Re: [appfuse-user] deploying to tomcat 5.5

2007-11-16 Thread Nathan Anderson
Heh, I forgot that AppFuse logs to the console by default... and if I can't find the console output I should probably direct the logs elsewhere. Good thinking Rob :) ... G... Okay so I tried using a FileAppender instead within my AppFuse application log4j config. Tomcat apparently had th

[appfuse-user] Why dbunit failed to load sampe data into a table

2007-11-16 Thread Yongping
I played with AppFuse for a couple of weeks. So far so good. I like it. I tried to add new DAO, Entity and Service. Everything worked perfectly. However dbunit seems failed to load test data defined in sample-data.xml into a little bit special table. I called it a little bit specail because it ha

Re: [appfuse-user] AppFuse 2 + Hibernate + Struts - Master-detail form - update master and detail data in one transaction

2007-11-16 Thread dusty
Rob, Its probably that time where you zip up the relevant code and ship it off to me. [EMAIL PROTECTED] It will be easier if I just take a look, if you'd like me to. -Dusty Rob Hills wrote: > > Hi Dusty, > > dusty wrote: >> #1 Can you show me your cancel button? In Appfuse, the Cancel but

Re: [appfuse-user] deploying to tomcat 5.5

2007-11-16 Thread Rob Hills
Hi again Nathan, Nathan Anderson wrote: Hi Rob/Matt/Anyone else with a suggestion ;), Okay... so I found a problem with the database configuration [I missed the second password field in jdbc.properties]. But apparently there is something else not working. I still can't find catalina.out so I

Re: [appfuse-user] deploying to tomcat 5.5

2007-11-16 Thread Rob Hills
Hi Nathan, Nathan Anderson wrote: Hi Rob/Matt/Anyone else with a suggestion ;), Okay... so I found a problem with the database configuration [I missed the second password field in jdbc.properties]. But apparently there is something else not working. I still can't find catalina.out so I can't

[appfuse-user] Appfuse DateConverter not working?

2007-11-16 Thread BruceLee
Dear Team, I digged days, tried to search on this forum, got some good info for my question, but still puzzles. We use 1.9.4 with WebWork. We want default conversion from string on JSP to Date in model using Appfuse DateConverter. I want to use fixed format -MM-dd. Then I set ApplicationReso

Re: [appfuse-user] Appfuse DateConverter not working?

2007-11-16 Thread Rob Hills
Hi Bruce, BruceLee wrote: I digged days, tried to search on this forum, got some good info for my question, but still puzzles. We use 1.9.4 with WebWork. We want default conversion from string on JSP to Date in model using Appfuse DateConverter. I want to use fixed format -MM-dd. Then I set