Re: [appfuse-user] Appfuse 2 : @ManyToOne persistence with a

2007-05-18 Thread Laurent Dejoux
well, i tried to change the name of the combobox to "licence.type.id" but then when I choose an other value, it change in the combobox but not in the field linked to the combobox (and i get a null pointer exception when i click save): http://www.nabble.com/file/8531/licenceForm.gif => http://

Re: [appfuse-user] execute junit tests in eclipse

2007-05-18 Thread Matt Raible
If looks like you need a comma between your last two paths. Also, it should be "classpath*:/applicationContext-dao.xml" for appfuse-hibernate. Matt On 5/18/07, Will Berger <[EMAIL PROTECTED]> wrote: It appears we deriving from a spring class. public class ScenarioDAOFileImplTest extends Abstr

Re: [appfuse-user] execute junit tests in eclipse

2007-05-18 Thread Will Berger
It appears we deriving from a spring class. public class ScenarioDAOFileImplTest extends AbstractSingleSpringContextTests String[] retCode = { "classpath:/WEB-INF/applicationContext.xml","classpath:/applicationContext-resources.xml"}; does this need to become protected Stri

Re: [appfuse-user] execute junit tests in eclipse

2007-05-18 Thread Matt Raible
Are you extending one of AppFuse's TestCase classes, or are you writing your own? If your own, what path are you using to load applicationContext-dao.xml? It should be the same one that's used in web.xml and the Base*TestCase classes. Matt On 5/18/07, Will Berger <[EMAIL PROTECTED]> wrote:

Re: [appfuse-user] execute junit tests in eclipse

2007-05-18 Thread Will Berger
Matt, I am not having an issue with eclipse, but rather, I am using the sessionFactory in one of my dao it is referenced in my bean defn in muy web-inf/applicationContext.xml. When I run the appserver(jetty) without the unit test, apparently the appfuse-hibernate.jar that contains the seesionfacto

Re: [appfuse-user] How to customize login page

2007-05-18 Thread Luke McLean
Hello preman, I do a very similar thing. I found it not that easy to implement via SMS (GPRS) but got there in the end. I use the jSMSEngine which has now found here http://smslib.sourceforge.net/. It only works with certain GPRS modems. I use a GPRS modem attached to the server to send the s

[appfuse-user] How to customize login page

2007-05-18 Thread preman
Dear appfuse fans, I am new to appfuse... I would like to use appfuse to develop a portal. The login page i want it to be something like Nabble... Step 1 - Sign up Mobile Number Screen Name Step 2 - Password Generate a random password and send through email or mobile Step 3 - Login Enter passw