[appfuse-user] Suggested pattern for dynamic user interface

2007-12-11 Thread sparqle
Hello, Suppose I am creating a reporting application, which lists all the reports that are available. Also, suppose that each report can take different parameters (of different data types - such as string, integer, double, date, select from combobox (enumeration ) etc). If I want to create only o

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-24 Thread sparqle
annotations and register it > in > your application context > After that you should be all set.. > Hope that helps.. > > Alejandro > > > On Nov 20, 2007 2:18 PM, sparqle <[EMAIL PROTECTED]> wrote: > >> >> I have been using the spring version (initial

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-20 Thread sparqle
d to do in order to use webservices is to follow the > tutorial > here http://appfuse.org/display/APF/Web+Services > which is basically create a manager, use the annotations and register it > in > your application context > After that you should be all set.. > Hope that help

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-20 Thread sparqle
I have been using the spring version (initially created with candy4appfuse - I don't know whether it is modular or basic). So to use the webservices, I tried to follow your instructions here to install "core". I am not sure how to do it, as there is no folder called "core" within my application. T

Re: [appfuse-user] Getting JDBC Exception if application not used for more than 8 hours

2007-09-25 Thread sparqle
t;* > 26.4.5.3.4: **I have a servlet/application that works fine for a day, and > then stops working overnight" *of > http://dev.mysql.com/doc/refman/5.0/es/connector-j-usagenotes-troubleshooting.html > > Cheers, > > Pete > > > On 9/25/07, sparqle <[EMAI

[appfuse-user] Getting JDBC Exception if application not used for more than 8 hours

2007-09-25 Thread sparqle
Hello, I am using Appfuse2.0 RC1, and I get the following JDBC exception every morning on my application (if I am the first person to login). I am guessing that this is happening due to a timeout of the MySQL connections. I tried changing the URL of my database to include the "autoReconnect=true

[appfuse-user] 2.0 M5 DAO upgrade issue

2007-08-16 Thread sparqle
I am using JPA-Hibernate and 2.0 M5. I have followed all of the upgrade notes. Now, if I have 2 classes (say class A and class B). Suppose an object of class A can contain one or many class B objects. If I have a method like this in my page controller: and suppose all the B objects have already

Re: [appfuse-user] Hibernate Problem

2007-08-15 Thread sparqle
le to see which dependency is > pulling in the wrong version of Hibernate. > > Mike. > > On 8/15/07, sparqle <[EMAIL PROTECTED]> wrote: >> >> >> Yes, I ran mvn clean. Still no luck. >> I can see by browsing through my .m2 folder that the hibernate 3.0.5 >

Re: [appfuse-user] Hibernate Problem

2007-08-15 Thread sparqle
lean" after upgrading your dependencies? > > On 8/15/07, sparqle <[EMAIL PROTECTED]> wrote: >> >> I am getting this same error using Appfuse. >> http://www.nabble.com/Wicket-%2B-Spring-%2B-Hibernate-tf3257238s2369.html#a9056150 >> >> >> In m

[appfuse-user] Hibernate Problem

2007-08-15 Thread sparqle
I am getting this same error using Appfuse. http://www.nabble.com/Wicket-%2B-Spring-%2B-Hibernate-tf3257238s2369.html#a9056150 In my project, I can see that Maven is using hibernate-3.0.5.jar and hibernate-annotations-3.2.1.ga.jar I am not sure whether these two are compatible. I can see that m

[appfuse-user] Any plans for ZK Archetype?

2007-05-28 Thread sparqle
I am posting this here and I could not find a feature request area: Are there any plans for a ZK Archetype that includes ZK integration with Spring/Acegi/Hibernate/iBatis/JPA etc? ZK is rapidly gaining popularity due to its simplicity from a Java developer's perspective. JSF/Spring MVC/Struts are

Re: [appfuse-user] LazyInitialization - Appfuse 2.0 M4

2007-05-27 Thread sparqle
I found the problem - it was with my own filter mapping. If I had stuck with the default Appfuse mappings, it would have worked fine. I changed it and now everything is fine. -- View this message in context: http://www.nabble.com/LazyInitialization---Appfuse-2.0-M4-tf3819159s2369.html#a10824434

[appfuse-user] LazyInitialization - Appfuse 2.0 M4

2007-05-25 Thread sparqle
Hello, I followed the online tutorial for 2.0. I then created my own classes with many relationships between them. For example, suppose I have class A and class B. An object of class A can have several objects of class B (a one-to-many relationship). So if I do this within my view/presentation co

[appfuse-user] The Constructor GenericManagerImpl is undefined

2007-05-16 Thread sparqle
I am using Appfuse 2.0M4. Following the online documentation, I created my own daos and associated managers for my application. It worked fine for the first two entities. I followed the same pattern for the third entity, and I get the following error message in Eclipse. The Constructor GenericMan

Re: [appfuse-user] Appfuse with no user interface

2007-05-01 Thread sparqle
Never mind. I found the problem. I just had to comment out some filters from the web.xml - specially the sitemesh filter. I also removed the dwr and clickstream filters and associated servlets/listeners. It works fine now. -- View this message in context: http://www.nabble.com/Appfuse-with-no-u

[appfuse-user] Appfuse with no user interface

2007-05-01 Thread sparqle
Hello, I would like to use Appfuse for all the Spring/Hibernate/Acegi integration, but I do not want to use it for my user interface. If I want to use my custom framework for the UI, how do I use Appfuse? I am trying to use it with ZK. When I try to add some zul pages, somehow the pages are not f