Re: [appfuse-user] appfuse:gen|install creates faulty test classes for POJOs with fields of type Long?

2007-07-26 Thread David Bernard
People did notice that the first case looks like a floating point with an exponent... Could this be an edge case were the generation thinks there number is to big to be an integer long and pumps out a double. Matt Raible wrote: Sounds like a bug. I wonder why the number has a decimal place in

Re: [appfuse-user] How to get rid of log4j warning?

2007-03-27 Thread David Bernard
3/28/07, David Bernard <[EMAIL PROTECTED]> wrote: The error is reported from ant/maven running web test. This has nothing to do with src/main/resource/log4j.xml. You need to set a property which defines where the log4j config file for the running of maven/ant is located. C

Re: [appfuse-user] How to get rid of log4j warning?

2007-03-27 Thread David Bernard
"log4j.logger.com.canoo.webtest.ant.TestStepSequence=DEBUG". Try running ant/maven with -Dlog4j.configuration=file://log4j.properties> Cheers David Bernard Matt Raible wrote: I've tried to get rid of this warning too and have been (so far) unsuccessful. Let us know if you figure out the sol

Re: [appfuse-user] eclipse copy/paste/replace plugin

2007-03-12 Thread David Bernard
values of the parameters to substitute. Cheers David Bernard Jesfre wrote: OK, thats ok... Eclipse enable you to do this... If you copy a class and paste it in other package, eclipse refactores the package name of the class... If you make rigth click on a class file (eg. OldName.

Re: [appfuse-user] big money

2007-02-27 Thread David Bernard
I think there is a certainly an opportunity here for someone to implement a pyramid scheme in AppFuse. No more messing with tracking contacts with emails or paper mail. We could all raise our prosperity here in . Just send $ to .. Bryan Noll wrote: Woo-hoo! An opportunity to e

Re: [appfuse-user] JSF Backing bean's application-specific class type attributes get nulled

2006-12-26 Thread David Bernard
form. Save request processed. ... Hope this helps. David Bernard contact1981 wrote: I am using Appfuse with JSF. I generated DAOs, xhtml pages, Managers and much more using Appfuse. I have a backing bean for a form webpage. Using sample-data.xml, I load up pre-existing data. Therefore, there will

Re: [appfuse-user] can we get data from xml file in Appfuse( with out writing extra classes)

2006-12-17 Thread David Bernard
I have used dom4j to do this in a proof of concept. Basically a "manual" parse of the XML structure to construct an object to be persisted via a dao. SAXReader xmlReader = new SAXReader(); Document document = xmlRe

Re: [appfuse-user] Integrating jalopy with Appfuse and Maven 2

2006-12-12 Thread David Bernard
for particular packages by name and it also caches some stuff including POMs. This can be useful as the email addresses of the developers are avaiable. Cheers David Bernard Garvey, Paul M (GE Comm Fin) wrote: Been there done that. The plugin is no longer in the repository. Thanks anyway