Re: [appfuse-user] How can I switch from mysql to postgres?

2010-01-04 Thread Wojciech Wąsowicz
Hi I have database on postgres - all i needed to change was DB driver settings + maven script seems to not be able to create instance of database for postgres - so before first run do create database manually. All other scripts runs ok - creation of tables, test data. regards Wojtek 2010/1/4 Ma

[appfuse-user] appfuse uses on existing application

2010-01-04 Thread asianCoolz
reading appfuse example, it only guide you with prebuilt login screen etc...and start build from there. if i have an existing project and i only interested to use appfuse to generate service/dao layer/jpa from database. how to do it? what dependency i need to add into my existing project? can provi

Re: [appfuse-user] appfuse uses on existing application

2010-01-04 Thread Matt Raible
You could use the "appfuse-core" archetype, publish your JAR into a repo (local or company-wide) and then include it as a dependency in your project. Matt On Sun, Dec 27, 2009 at 5:56 AM, asianCoolz wrote: > reading appfuse example, it only guide you with prebuilt login screen > etc...and > sta

[appfuse-user] Mail message approach in concurent requests

2010-01-04 Thread Марат Камалов
Hi, I have found this bug in 1.8.2 and 2.0.2. I haven't seen the last version yet. We have the following bean with scope prototype Then we inject this bean to every controller where we want to send some email message.

Re: [appfuse-user] Mail message approach in concurent requests

2010-01-04 Thread Matt Raible
Have you been able to reproduce an issue with the current setup in 2.0.2? If so, please describe the steps so we can verify it is a bug. Thanks, Matt On Mon, Jan 4, 2010 at 10:25 AM, Марат Камалов wrote: > Hi, > > I have found this bug in 1.8.2 and 2.0.2. I haven't seen the last version > yet.

Re: [appfuse-user] Mail message approach in concurent requests

2010-01-04 Thread Марат Камалов
Hi Matt, Ok, i can reproduce the bug. 1) I generated a new project with Appfuse 2.0.2(Spring-MVC). 2) Downloaded full sources to new project. (mvn appfuse:full-source) 3) Configured database connection properties. 4) I choose SigninController for reproducing a bug. And added a new test to SigninC