Re: [appfuse-user] Appfuse 2 -Manager calling manager?

2008-12-02 Thread Michael Duergner
Maybe have a look at http://static.springframework.org/spring/docs/2.5.x/reference/transaction.htmland especially at http://static.springframework.org/spring/docs/2.5.x/reference/transaction.html#tx-propagationwhich shows the different transaction propagation methods. On Mon, Dec 1, 2008 at 8:48 P

Re: [appfuse-user] How to bypass the MVC model in appfuse to display simple html and jsp page

2008-11-28 Thread Michael Duergner
For the securitz issue zou have to edit the securitz.xml file in WEB-INF and allow anonymous access to that url (if I got right what you want). For the CSS and header/footer stuff the solution I#d suggest would be defining you own decorator for that url in decorators.xml (if I got the filename rig

Re: [appfuse-user] Why there is change in the download approach from Appfuse1.x to Appfuse2.x ?

2008-11-25 Thread Michael Duergner
You can do that, once you've downloaded all dependencies into your local repository. But I can't see your problem with not having a downloadable version of Appfuse. You will have to use Maven anyway, so why download Appfuse outside Maven before? On Tue, Nov 25, 2008 at 5:21 PM, Derlon Aliendres <

Re: [appfuse-user] Form Controllers with Annotations?

2008-11-25 Thread Michael Duergner
On Tue, Nov 25, 2008 at 2:45 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > > > On Mon, Nov 24, 2008 at 6:38 PM, Christian Decker < > [EMAIL PROTECTED]> wrote: > >> >> >> mraible wrote: >> > >> > Have you tried using the @InitBinder annotation? >> > >> > >> http://www.jdocs.com/spring/2.5.2/org/spri

Re: [appfuse-user] Can't we use oracle database with out install

2008-11-18 Thread Michael Duergner
You installed the library with version 10.2.0.2.0 and your project is looking for version 10.2.0.1.0 according to the information you posted. On Tue, Nov 18, 2008 at 5:37 PM, grd prasad <[EMAIL PROTECTED]>wrote: > > hello all, > > i tried to deploy the oracle in my own repository and i tried as

Re: [appfuse-user] Strange problem using jetty:run-war

2008-11-10 Thread Michael Duergner
n WEB-INF/lib > on the deployed application (under the target folder if you are using > Jetty), are all the versions of Spring jars correct? If not please search > the user list on Nabble - this has definitely happened before and solutions > have been posted. > > Mike > > 2008/11

[appfuse-user] Strange problem using jetty:run-war

2008-11-09 Thread Michael Duergner
Hi all, I get a strange exception I've never encountered before when running 'mvn jetty:run-war -P hsqldb' During context initialization I get the following stacktrace: [uclmt] ERROR [main] ContextLoader.initWebApplicationContext(215) | Context initialization failed org.springframework.beans.fac

Re: [appfuse-user] modeling question

2008-10-08 Thread Michael Duergner
Wel you could intercept the method which saves your product, check wether ANY and NONE shipments are already present in the database and insert them otherwise. In your 'normal' code for saving the product you replace the final static objects by the ones persited in the database whenever ANY oder NO

Re: [appfuse-user] Adding appfuse in 99transactions

2008-10-03 Thread Michael Duergner
I've just added some German translations. BTW: Has anyone else also the problem, that characters like öäüß and so on don't get displayed correctly there? Is it a problem that occured during uploading and are the characters corrput in the files also or is it just a problem of the site's encoding?

Re: [appfuse-user] Making Java Daemons in App Fuse App

2008-09-27 Thread Michael Duergner
Maybe have a look at Spring's periodic jobs. That might be what you're looking for. http://static.springframework.org/spring/docs/2.5.x/reference/scheduling.html On Sat, Sep 27, 2008 at 10:55 PM, m4rkuz <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > > I think this question is maybe not entirely a

Re: [appfuse-user] Performance Issue

2008-09-27 Thread Michael Duergner
Well I think based upon what you wrote there is no chance to tell where exactly the problem is. It might be the tomcat server. When this is the case setting up another one and doing load balancing could solve the problem. It might be the application design itself, i.e. bad routines, no caching, s

Re: [appfuse-user] Invoke a Webservice.

2008-09-23 Thread Michael Duergner
The exception looks like XFire assumes that there is a property called accountNotExpired which has no setter method. As I have never worked with XFire I cannot really tell you how to solve the problem with XFire, but for the persistence layer this error would mean you have to declare the property a

Re: [appfuse-user] Using annotations for web security

2008-09-19 Thread Michael Duergner
box. Then, you need to > 1. add a CommonsAttribute bean to your application context > 2. add a MethodDefinitionsAttributes object definition source > 3. wire the objectDefinitionSource bean into the objectDefinitionSource > property > of MethodSecurityInterceptor. > > Hope

Re: [appfuse-user] Using annotations for web security

2008-09-19 Thread Michael Duergner
ble, but I've never done it myself. If it's not > available out-of-the-box, I'm sure you could add it. > > Matt > > On Thu, Sep 18, 2008 at 6:07 PM, Michael Duergner > <[EMAIL PROTECTED]> wrote: > > Hi all, > > I was wondering if there is already

[appfuse-user] Using annotations for web security

2008-09-18 Thread Michael Duergner
Hi all, I was wondering if there is already a way to define web level security by using annotations when using Spring Security. What I'd like to do is to move the rule inside the Container in security.xml into the Controller Classes by using annotations. As it's possible for method level security

Re: [appfuse-user] Appfuse and GWT

2008-08-27 Thread Michael Duergner
I already tried both they seem to work pretty good although I think there is some work to do for a full integration when looking at the model layer. On Wed, Aug 27, 2008 at 5:18 AM, Sanjiv Jivan <[EMAIL PROTECTED]>wrote: > I'd recommend using GWT-Server Library (GWT-SL) for Spring integration. It

Re: [appfuse-user] Appfuse and GWT

2008-08-25 Thread Michael Duergner
I'd be glad to help with some stuff too. As I'd really like to have a GWT presentation layer combined with the power of Appfuse and Spring. But I don't have to time for the whol design stuff of this integration. ;-) On Mon, Aug 25, 2008 at 10:07 AM, Vincenzo Caselli <[EMAIL PROTECTED]> wrote: > I

Re: [appfuse-user] Invoke WebServices

2008-07-24 Thread Michael Duergner
You could use Apache Axis for creating a client. If I understood right what you wanna do. Axis takes care of all the SOAP stuff and even creates proxies based upon the wsdl file. On Thu, Jul 24, 2008 at 2:38 PM, Mauri Ferreyra <[EMAIL PROTECTED]> wrote: > Yes, I made PersonManager WebService. But

Re: [appfuse-user] Problem with JPA Persistence

2008-07-17 Thread Michael Duergner
18 AM, Michael Duergner < [EMAIL PROTECTED]> wrote: > I just wrote tests based upon that tutorial yes. I could get the tests > working by adding the following entries to applicationContext-resources.xml > in src/test/resources/ > > > class

Re: [appfuse-user] Help in Model Layer

2008-07-17 Thread Michael Duergner
I think you'd either have to implement the User class yourself or if possible create a View based upon your two tables and map the columns needed. We used the first solution for a application by simply excluding the appfuse-data-common package, extraced this into our project and created (for a modu

Re: [appfuse-user] Problem with JPA Persistence

2008-07-16 Thread Michael Duergner
1:04 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > Can you post your test? Have you gone through the JPA tutorial on the wiki? > > http://appfuse.org/display/APF/Using+JPA > > Matt > > On Wed, Jul 16, 2008 at 4:50 PM, Michael Duergner > <[EMAIL PROTECTED]> wrote

Re: [appfuse-user] Problem with JPA Persistence

2008-07-16 Thread Michael Duergner
> On Wed, Jul 16, 2008 at 4:44 PM, Michael Duergner > <[EMAIL PROTECTED]> wrote: > > Any Idea how I can check if it's a transaction related problem? > > > > On Thu, Jul 17, 2008 at 12:43 AM, Matt Raible <[EMAIL PROTECTED]> > > wrote: > >> >

Re: [appfuse-user] Problem with JPA Persistence

2008-07-16 Thread Michael Duergner
Any Idea how I can check if it's a transaction related problem? On Thu, Jul 17, 2008 at 12:43 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > AppFuse should take care of the JPA configuration for you. > > Matt > > On Wed, Jul 16, 2008 at 3:20 PM, Michael Duergner > <

Re: [appfuse-user] Problem with JPA Persistence

2008-07-16 Thread Michael Duergner
ansaction? > > Matt > > On Wed, Jul 16, 2008 at 6:56 AM, Michael Duergner > <[EMAIL PROTECTED]> wrote: > > Hi all, > > i've got a Appfuse Spring MVC modular project using JPA for persistence > > layer. Getting objects form the database works as intended but

[appfuse-user] Problem with JPA Persistence

2008-07-16 Thread Michael Duergner
Hi all, i've got a Appfuse Spring MVC modular project using JPA for persistence layer. Getting objects form the database works as intended but I'm not able to save a object. I've implemented a own DAO extending GenericDaoJpa with just calls super.save() for saving an object. But the object will not