Re: [appfuse-user] Mathematical formula implementation in Java/JEE

2009-02-13 Thread Anil Gangolli
We recently used Javascript (using Rhino) for something that sounds similar. In Java 1.6, there is a generic scripting API with Rhino shipped with the SDK. We were unable to use Java 1.6 yet at build time for compatibility reasons but we are essentially using the same combination. Groovy woul

[appfuse-user] Hibernate EntityManager with AppFuse

2008-11-17 Thread Anil Gangolli
I'm using a project initially based on AppFuse 2.0.2 but I've upgraded things myself to use Spring 2.5.6 and Hibernate 3.3.1, prompted by the desire to get past some Spring and Hibernate bugs marked fixed in these releases. That is all working fine for me, but I am still having some problem

Re: [appfuse-user] Accessing DAOs in the controllers

2008-10-29 Thread Anil Gangolli
Christian: You need to check which spring bean definition file you are using to define your daos and which one you are using to define your managers and what's getting included in the webapp application context spring bean definitions. You are probably exposing the manager bean definitions

[appfuse-user] APF-936 needs reopening

2008-09-22 Thread Anil Gangolli
I noticed that APF-936 http://issues.appfuse.org/browse/APF-936 seems still to be present, at least in some places, in release 2.0.2 where it is marked fixed. I attached a patch for the case I found in the version of BaseDaoTestCase that is in the appfuse-hibernate-2.0.2.jar How does one reo