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
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]
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
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
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
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
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
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
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
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
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
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
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
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
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:
---
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
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
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
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]
--
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
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
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
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
23 matches
Mail list logo