[appfuse-user] how to access managed beans

2007-06-14 Thread mavenj
I want to be able to have a class handle a number of service managers (like a PersonManagerImpl in the appfuse tutorials). A "use case" example is that a servlet is listening for a post from an external application and then instantiates this other class to do the CRUD. Another example/use case is

[appfuse-user] anyone has tried restlet?

2007-06-14 Thread Thinkboy
hi all, does anyone has tried to integrated restlet in appfuse? ~thinkboy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [appfuse-user] Children not getting loaded on Jetty server

2007-06-14 Thread jeremiah.lopez
Matt, Yes, I did try that by uncommenting the following segments in web.xml: lazyLoadingFilter org.springframework.orm.hibernate3.support.OpenSessionInViewFilter and lazyLoadingFilter /* but it didn't seem to do anything. No exceptions; it

Re: [appfuse-user] Children not getting loaded on Jetty server

2007-06-14 Thread Matt Raible
Have you tried uncommenting the OpenSessionInViewFilter in your web.xml? Matt On 6/14/07, jeremiah.lopez <[EMAIL PROTECTED]> wrote: I am using Appfuse 2.0-M5 with Hibernate 3 and JSF. I have a simple parent child relationship implemented in my POJOs, Team --> Player. A team can have many pla

[appfuse-user] AppFuse and high availability databases

2007-06-14 Thread Jason Brice
I've started a project with the Spring MVC AppFuse 1.9.4, and I'm trying to think about high availability. We're using Oracle 9i, and don't (currently) have the luxury of using an Oracle cluster. We can, however, make use of DataGuard, which in essence keeps a backup database "mirrored" in case t

[appfuse-user] Children not getting loaded on Jetty server

2007-06-14 Thread jeremiah.lopez
I am using Appfuse 2.0-M5 with Hibernate 3 and JSF. I have a simple parent child relationship implemented in my POJOs, Team --> Player. A team can have many players; a player can only be a member of one team. I have design the POJOs, unit tests, daos, and managers. All of the unit tests pass s

Re: [appfuse-user] Preparing for next release of Appfuse 2

2007-06-14 Thread Matt Raible
If you've used "full-source", there's not much of an option but to diff your project and a new one. We do compile release notes and an upgrade guide between releases. It's possible we'll be able to use "full-source" as an upgrade mechanism someday, but it's pretty difficult to figure out what you

[appfuse-user] Preparing for next release of Appfuse 2

2007-06-14 Thread Franco
I'm a new user and have just successfully created the JSF Basic archetype and used the tutorials to create the Person task. I also ran appfuse:full-source to get all the code. Do I now need to save my code into a CVS repository? When the next release comes out, do I have create the archetype i

Re: [appfuse-user] appfuse-modular-spring

2007-06-14 Thread Matt Raible
You need to install it in order for the IDEA plugin to find it. There may be a way to workaround this, but I haven't found it. Running "mvn install" from the top-level seems like a pretty easy solution to me. ;-) Matt On 6/14/07, jmowla <[EMAIL PROTECTED]> wrote: thanks Matt but if courier-co

Re: [appfuse-user] appfuse-modular-spring

2007-06-14 Thread jmowla
thanks Matt but if courier-core is a module of the whole project then why i have to register that? if i register courier-core into the repository why i have the source of the module in the project? jmowla mraible wrote: > > The instructions should say run "mvn install" from the top level > bef

Re: [appfuse-user] acegijsf Question - please help

2007-06-14 Thread Matt Raible
You might want to contact the original author of this library: http://cagataycivici.wordpress.com/2006/01/19/acegi_jsf_components_hit_the/ I haven't used it enough to know what's wrong. Matt On 6/14/07, Ding, Qin <[EMAIL PROTECTED]> wrote: I use appfuse/JSF, to which the acegijsf tag is integ

[appfuse-user] acegijsf Question - please help

2007-06-14 Thread Ding, Qin
I use appfuse/JSF, to which the acegijsf tag is integrated. It works when I do this in my jsf page: Login as username is the property of the user. In the User object, a method getFullName() is defined to return user's first_name + " " + last_name. When I do , I do not get anything out. User

RE: [appfuse-user] Failed unit test in Appfuse Hibernate tutorial

2007-06-14 Thread Ding, Qin
Matt and Trent: Thank you for the help. After I replace the three jars as suggested, the application works in websphere 6. So we will develop our new application using appfuse, which I love very much. Qin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [appfuse-user] Resolved Failed unit test in Appfuse Hibernate tutorial

2007-06-14 Thread Matt Raible
This is a known issue and has been fixed in Subversion: http://issues.appfuse.org/browse/APF-794 Matt On 6/14/07, Franco <[EMAIL PROTECTED]> wrote: Matt, guess I was not clear. The hibernate.cfg.xml was in src/main/resources but also in src/test/resources perhaps after I ran appfuse:full-sou

Re: [appfuse-user] how to enable HTTP digest authorization in appfuse?

2007-06-14 Thread Matt Raible
I'd suggest consulting the Acegi Forums or documentation. I've only ever tried to get BASIC and FORM working. Matt On 6/14/07, thinkboy <[EMAIL PROTECTED]> wrote: i managed to get my HTTP Basic working fine with appfuse. but not DIGEST. pls help! - MY DIGEST FAILED: ---

Re: [appfuse-user] [Appfuse2][S2]Anyone who used s:tabbedPanel?

2007-06-14 Thread Matt Raible
Unfortunately, I don't have an answer for you - I've never tried to get s:tabbedPanel working. Hopefully someone else on this list has a solution for you. Matt On 6/13/07, Struts2 Fan <[EMAIL PROTECTED]> wrote: Hi Matt, Thanks for reply. But I already have s:datetimepicker working. I couldn't

Re: [appfuse-user] checkbox label positioning problem. How to control via css

2007-06-14 Thread Matt Raible
This should help: http://tinyurl.com/2lldaf Matt On 6/14/07, Will Berger <[EMAIL PROTECTED]> wrote: I can't figure out what is controlling the input type="checkbox" label positioning. It is a displayed about 4 pixels below the checkbox and just looks odd. I tried going into the form.css and

Re: [appfuse-user] Linux mvn errors

2007-06-14 Thread Matt Raible
It looks like your JDK is gcj instead of Sun's JDK. I'd suggest using Sun's JDK or JRockit - both of these have the native2ascii class it's looking for. Matt On 6/14/07, Martin Ravell <[EMAIL PROTECTED]> wrote: I've just tried to get maven setup on my Linux server in order to host the 2m5 app I

[appfuse-user] Linux mvn errors

2007-06-14 Thread Martin Ravell
I've just tried to get maven setup on my Linux server in order to host the 2m5 app I'm building (dev done on windows laptop). When I try to run maven I'm getting the following error. Anyone seen this before and can offer some suggestions? Regards Marty [INFO] --

[appfuse-user] checkbox label positioning problem. How to control via css

2007-06-14 Thread Will Berger
I can't figure out what is controlling the input type="checkbox" label positioning. It is a displayed about 4 pixels below the checkbox and just looks odd. I tried going into the form.css and messed with the input.checkbox, input.radio{ display: block; /* khchange: made a change h

Re: [appfuse-user] Resolved Failed unit test in Appfuse Hibernate tutorial

2007-06-14 Thread Franco
Matt, guess I was not clear. The hibernate.cfg.xml was in src/main/resources but also in src/test/resources perhaps after I ran appfuse:full-source - the tests are trying to read the one in src/test and fail if there is no mapping. After I deleted the file from src/test/resources/, the tests n

Re: [appfuse-user] how to enable HTTP digest authorization in appfuse?

2007-06-14 Thread thinkboy
i managed to get my HTTP Basic working fine with appfuse. but not DIGEST. pls help! - MY DIGEST FAILED: - CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON PA

AW: [appfuse-user] domain object security using ACLs

2007-06-14 Thread Tobias Vogel
Hi Jason, over the last days I tried to implement ACLs with the new Acegi ACL package in my project. Due to lack of documentation I gave up after two days. One additional issue to the CGLIB Proxies is the fact, that the new Acegi ACL package contains hardcoded SQL for ACL management, which only