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
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/
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
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
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
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".
>
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
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
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