[appfuse-user] Some mvn appfuse:gen resulting in empty pages

2007-10-28 Thread Mike McCown
I took a number of annotated entity files from another project and put them into the model dir, then used the mvn appfuse:gen target to generate the default managers and CRUD pages. Oddly, while a number of the pages work fine, some of the editXXX.html struts calls are resulting in an empty page

Re: [appfuse-user] Help! mvn jetty:run-war failed

2007-10-28 Thread Matt Raible
Did you run "mvn install" from the core directory? Matt On 10/26/07, Robert Han <[EMAIL PROTECTED]> wrote: > > Environment: AppFuse 2.0,Spring MVC Modular,full-source > Log info: > > [INFO] Starting jetty 6.1.5 ... > 2007-10-26 10:38:35.815::INFO: Extract > jar:file:/D:/Source/sample/web/target/

[appfuse-user] Data Access Failure

2007-10-28 Thread Daniel Kibler
My application was working fine until I ran mvn appfuse:inplace. Now whenever I try to save an object that uses its own Manager I get the Data Access Failure with this message: Write operations are not allowed in read-only mode (FlushMode.NEVER/MANUAL): Turn your Session into FlushMode.COMMIT/AU

[appfuse-user] Need help with basic relationship - JPA + MySQL + JSF

2007-10-28 Thread Shash Chaterjee
Hi! I am trying to do a very basic test with unidirectional one-to-one and one-to-many relationships, and doing something wrong. I have useed "mvn appfuse:gen" to generate the CRUD actions, UI and tests. I have three models, the basic definitions uploaded. First I has problems with CLEAN_INSER

Re: [appfuse-user] populate doesn't seem to work

2007-10-28 Thread Michael Horwitz
Are you using AppFuse 2.00? If so the properties file should go in a matching directory under src/test/resources. Mike. On 10/27/07, mschipperheyn <[EMAIL PROTECTED]> wrote: > > > Hi, > > I try to use the populate method to load object properties, but it doesn't > work. I don't get an error but I

Re: [appfuse-user] Cannot access database with remote shared web hosting

2007-10-28 Thread Michael Horwitz
Could you provide a more detailed stack trace from the hosted environment? It would help us help you! Mike On 10/27/07, BruceLee <[EMAIL PROTECTED]> wrote: > > > Thank Mike for advice. I cannot login even with built-in user > tomcat:tomcat > either. The page displays "Invalid User or Password". >

[appfuse-user] Appfuse 2.0 app that integrates with with crystal reports

2007-10-28 Thread cfoy
Hi All, I am currently using appfuse 2.0, spring MVC and hibernate project and need to integrate Crystal Reports for Reports. I would appreciate any pointers on how best to do this integration. Spring MVC has a jasper report view however I haven't found an equivalent for crystal. Thanks in adva

Re: [appfuse-user] beanRefContext.xml with appfuse

2007-10-28 Thread Marcello Teodori
Hi, I'm also investigating the use of beanRefContext.xml for the deployment of an application based on the appfuse-modular-struts archetype on JBoss as an EAR where there are multiple web modules (these are portlets for JBoss Portal) and a single core JAR in the common EAR classpath, so I would be

Re: [appfuse-user] JfreeChart - Struts2 - Appfuse detailed problem report

2007-10-28 Thread ujjala
Hi David, I follwed the posts and I excatly need what you have already done, how to use the JFree Charts Plugin with Appfuse to generate charts. Could yopu please give me some steps on as to how to do that. Thanks Ujjala dusty wrote: > > What is the JFreeChart code in your action that creat