Thanks a lot Matt !
Mike Horwitz wrote:
>
> Assuming you are using Hibernate the following should help:
> http://www.hibernate.org/hib_docs/v3/reference/en/html/performance.html#performance-cache
>
> Mike
>
> On 11/1/07, Plant More Tree <[EMAIL PROTECTED]&
g EhCache in you middle-tier if
> you're using Hibernate or iBATIS in your backend. It's usually better
> to configure your caching at the data tier.
>
> Matt
>
> On 11/1/07, Plant More Tree <[EMAIL PROTECTED]> wrote:
>>
>> hello a little bit of adv
hello a little bit of advice here please ... thanks !
Plant More Tree wrote:
>
> Hi guys,
>
>I'm using appfuse 1.9.4 and I saw that
> org.springframework.cache.ehcache.EhCacheFactoryBean is being configure in
> applicationContext-service.xml. I don't reall
Hello,
I am using appfuse 1.9.4 in Tomcat 6.0.14 and log4j-1.2.13.jar. Below is
the /WEB-INF/classes/log4j.properties contain
# This is the configuring for logging displayed in the Application Server
log4j.rootCategory=INFO, stdout
# Replace the line above if you want to put a log file into
Hi guys,
I'm using appfuse 1.9.4 and I saw that
org.springframework.cache.ehcache.EhCacheFactoryBean is being configure in
applicationContext-service.xml. I don't really understand how the ehcache
works but if I have created another manager like below:
How should I config
Thanks Matt...it works now.
sorry i didn't read thru the namespace thoroughly !
mraible wrote:
>
> On 3/29/07, Plant More Tree <[EMAIL PROTECTED]> wrote:
>>
>> I put <%@ include file="/common/taglibs.jsp"%> at the first line of the
>> pag
x27;re looking for.
>
> The nice thing about using Facelets is you're pretty much guaranteed
> to be XHTML compliant! ;-)
>
> Matt
>
> On 3/28/07, Plant More Tree <[EMAIL PROTECTED]> wrote:
>>
>> is it some kind of facelet configuration/bugs? When I built
anyway to escape verification by Facelet of well-formed page?
Plant More Tree wrote:
>
> I put <%@ include file="/common/taglibs.jsp"%> at the first line of the
> page as I need to use the jstl function and I still got error :
>
> com.sun.facelets.
>
>
>
>
>
> Matt
>
> On 3/28/07, Plant More Tree <[EMAIL PROTECTED]> wrote:
>>
>> I just declare the javascript below the I got the error message on the
>> page
>>
>>
>>
>>
>>
>> com.sun.facelets.
I just declare the javascript below the I got the error message on the page
com.sun.facelets.FaceletException: Error Parsing /addContactForm.xhtml:
Error Traced[line: 12] The value of attribute "src" associated with an
element type "script" must not contain the '<' character.
at
c
what kind of valid xml? where should I change it and place it? thanks !
Michael Horwitz wrote:
>
> Taking a stab, but it looks like it wants valid xml. You will need to
> replace && with &&
>
> Mike.
>
>
> On 3/23/07, Plant More Tree <[EMAIL PRO
what kind of valid xml? where should I change it and place it? thanks !
Michael Horwitz wrote:
>
> Taking a stab, but it looks like it wants valid xml. You will need to
> replace && with &&
>
> Mike.
>
>
> On 3/23/07, Plant More Tree <[EMAIL PRO
I am using appfuse 1.9.4 jsf version.
the code is:
var replySendMessage = function(data){
if (data != null && typeof data == 'object') {
if(data == 'success'){
alert('success');
}else{
alert
>
>> > Could you describe the steps to reproduce this behaviour?
>> >
>> > Thanks
>> >
>> > Mike.
>> >
>> >
>> > On 3/22/07, Plant More Tree <[EMAIL PROTECTED]> wrote:
>> >>
>> >>
&g
ok when login with remember me feature checked and stay login. Then I restart
tomcat. After that I click logout then I got this exception!
Michael Horwitz wrote:
>
> Could you describe the steps to reproduce this behaviour?
>
> Thanks
>
> Mike.
>
>
> On 3/22/
java.lang.NullPointerException
at
org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices.logout(TokenBasedRememberMeServices.java:295)
at
org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:98)
at
org.acegisecurity.util.FilterChainProxy$VirtualFilterC
Hi guys,
I downloaded appfuse 1.9.4 struts version but the
org.appfuse.webapp.form.UserForm class is missing as when I edit
org.appfuse.webapp.action.SignupAction class eclipse IDE compaint missing!
pls help !
thanks,
Mark
--
Cutting carbon emissions needs global effort
--
View this messa
running a test on the objects returned by the webservice? It could be
> something is going wrong there.
>
> Mike.
>
> On 2/27/07, Plant More Tree <[EMAIL PROTECTED]> wrote:
>>
>>
>> I have already check the database that the account_enabled field is 'Y&
I have already check the database that the account_enabled field is 'Y'.
Michael Horwitz wrote:
>
> It looks as if the isEnabled() function on the user returned from the
> service is returning false?
>
> On 2/27/07, Plant More Tree <[EMAIL PROTECTED]> wro
r
> manager
> set it as the userDetailsService property on the daoAuthenticationProvider
> bean in security.xml. Note that the user class returned by your service
> also
> needs to implement the org.acegisecurity.userdetails.UserDetails
> interface.
>
> Mike.
>
> On 2/27/07, P
Hi,
I understand that when login, acegi will forward the authentication info
enter by the user to userDao class directly.
Is it possible to go thru userManager? if yes, how to configure the
security.xml?
I m asking this because my webapp user i
21 matches
Mail list logo