Hi,

with 
maven -Dmaven.test.skip=true 
I can build jar but when I try Contacts Sample with tomcat 5.0.28 or
tomcat 5.5.9 I obtain this error:

java.lang.IllegalArgumentException: null source
        java.util.EventObject.<init>(EventObject.java:34)
        
org.springframework.context.ApplicationEvent.<init>(ApplicationEvent.java:37)
        
net.sf.acegisecurity.ui.InteractiveAuthenticationSuccesEvent.<init>(InteractiveAuthenticationSuccesEvent.java:45)
        
net.sf.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:136)
        
net.sf.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:303)
        
net.sf.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:204)
        
net.sf.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:303)
        
net.sf.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:327)
        
net.sf.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:303)
        
net.sf.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:216)
        
net.sf.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:303)
        
net.sf.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:173)
        
net.sf.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:125)



is there any configuration change ???? I create war from latest code from cvs.
Anyone could test building jar and contacts sample war using
instructions on page
http://acegisecurity.sourceforge.net/building.html

Thanks for your help,

Paulo


On 7/8/05, Luke Taylor <[EMAIL PROTECTED]> wrote:
> Hi Paulo,
> 
> The automated build seems to be working fine now, so I think the problem
> should be fixed:
> 
> http://acegisecurity.sourceforge.net/multiproject/acegi-security/junit-report.html
> 
> If you are just interested in building the latest version you can always
> run with
> 
> maven -Dmaven.test.skip=true
> 
> to avoid running the tests.
> 
> Luke.
> 
> 
> --
>   Luke Taylor.                      Monkey Machine Ltd.
>   PGP Key ID: 0x57E9523C            http://www.monkeymachine.ltd.uk
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
> July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
> core and dual graphics technology at this free one hour event hosted by HP,
> AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
> _______________________________________________
> Home: http://acegisecurity.sourceforge.net
> Acegisecurity-developer mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
>


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to