Re: [appfuse-user] something wrong with UserCounterListener after updating to tomcat 6 and servelet 2.5

2008-03-19 Thread Haotian Sun
Now I solved the problem via removing the duplicate el jars in my webapp's WEB-INF/lib as tomcat 6 comes with el jars. Cheers Haotian Haotian Sun wrote: To answer my own question, the Apache's commons.el. jar should be thrown into the lib dir in WEB-INF. This solves the init

Re: [appfuse-user] something wrong with UserCounterListener after updating to tomcat 6 and servelet 2.5

2008-03-19 Thread Haotian Sun
ilter(OncePerRequestFilter.java:75) Haotian Sun wrote: Opps, I seemed to miss this log from localhost*.log yesterday. Checked log again this morning and found that. I have myfaces-api-1.1.4.jar and myfaces-impl-1.1.4.jar in my WEB-INF/lib. What else jars am I missing there? SEVERE: Exception se

Re: [appfuse-user] something wrong with UserCounterListener after updating to tomcat 6 and servelet 2.5

2008-03-19 Thread Haotian Sun
x27;s difficult for me to solve this problem for you. Matt On 3/18/08, Haotian Sun <[EMAIL PROTECTED]> wrote: Yes, I have the the JNDI DataSource that comes with Appfuse by default

Re: [appfuse-user] something wrong with UserCounterListener after updating to tomcat 6 and servelet 2.5

2008-03-18 Thread Haotian Sun
m for you. Matt On 3/18/08, Haotian Sun <[EMAIL PROTECTED]> wrote: Yes, I have the the JNDI DataSource that comes with Appfuse by default Can you see what's wrong there?

Re: [appfuse-user] something wrong with UserCounterListener after updating to tomcat 6 and servelet 2.5

2008-03-18 Thread Haotian Sun
there? Haotian Matt Raible wrote: Are you using a JNDI DataSource? If so, it's possible the syntax for the context.xml file has changed. Matt On Mar 18, 2008, at 10:04 AM, Haotian Sun wrote: No, it doesn't. Appologize if it's not the problem from UserCounterListener. I aslo ch

Re: [appfuse-user] something wrong with UserCounterListener after updating to tomcat 6 and servelet 2.5

2008-03-18 Thread Haotian Sun
Edition (build 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode) Haotian Matt Raible wrote: If you remove UserCounterListener, does it solve any initialization problems? Matt On Mar 18, 2008, at 9:19 AM, Haotian Sun wrote: I'm afraid that's the only error messa

Re: [appfuse-user] something wrong with UserCounterListener after updating to tomcat 6 and servelet 2.5

2008-03-18 Thread Haotian Sun
lization failed? Thanks, Matt On 3/18/08, Haotian Sun <[EMAIL PROTECTED]> wrote: Hi Matt, My project uses Appfuse 1.9.4 and is not able to deploy under Tomcat 6, where it gets 17-Mar-2008 20:00:19 org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart

[appfuse-user] something wrong with UserCounterListener after updating to tomcat 6 and servelet 2.5

2008-03-18 Thread Haotian Sun
Hi Matt, My project uses Appfuse 1.9.4 and is not able to deploy under Tomcat 6, where it gets 17-Mar-2008 20:00:19 org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart 17-Mar-2008 20:00:19 org.apache.catalina.core.StandardContext start SEVERE: Context [/dev/executive] st

[appfuse-user] how does face-config.xml know the injected beans from Spring context?

2008-03-12 Thread Haotian Sun
Hi Matt, I'm playing with Appfuse 1.9.4 with the option of JSF. Can you please give me a simple description that how JSF's face-config.xml retrives the injected beans from spring context files? Thanks, Haotian - To unsubscr

Re: [appfuse-user] Cargo deployment question

2008-02-27 Thread Haotian Sun
iling list is not very active, I believe there's a fair amount of folks subscribed and I know a lot of people use Cargo. Matt On Feb 21, 2008, at 6:55 AM, Haotian Sun wrote: Hi Matt and all, I have a project using Appfuse 1.9.4 as the framework, and in your original test-jsp target in

[appfuse-user] Cargo deployment question

2008-02-21 Thread Haotian Sun
Hi Matt and all, I have a project using Appfuse 1.9.4 as the framework, and in your original test-jsp target in the build.xml, you have the cargo to manage an internal tomcat instance for the webtest, which deploys the war to tomcat's default webapps dir. But now I would like to deploy my app

Re: [appfuse-user] HTTP 404 problem in Acegi

2007-07-10 Thread Haotian Sun
Thanks, Matt. However, it is not the solution for my case. My trouble seems to be something wrong with indentification of the correct url after authentication by Acegi. And the response is the Http 404 rather than 403, which is obvious wrong. Haotian Matt Raible wrote: web.xml has a mapping

Re: [appfuse-user] HTTP 404 problem in Acegi

2007-07-10 Thread Haotian Sun
application? Matt On 7/10/07, Haotian Sun <[EMAIL PROTECTED]> wrote: Hi guys, Maybe it's the wrong place to raise the Acegi question here, but I still wonder if any of you have the experience to deal with the HTTP 404 problem caused by AccessDeniedHandlerImpl in Acegi. The case is like this:

Re: [appfuse-user] HTTP 404 problem in Acegi

2007-07-10 Thread Haotian Sun
Hi Matt, I do not work in Appfuse framework for this case. Just wonder if you have any chance to meet such a problem before. Cheers Haotian Matt Raible wrote: Can you provide steps to reproduce this in a new AppFuse application? Matt On 7/10/07, Haotian Sun <[EMAIL PROTECTED]> wrot

[appfuse-user] HTTP 404 problem in Acegi

2007-07-10 Thread Haotian Sun
Hi guys, Maybe it's the wrong place to raise the Acegi question here, but I still wonder if any of you have the experience to deal with the HTTP 404 problem caused by AccessDeniedHandlerImpl in Acegi. The case is like this: I tried to log into a secured page with the wrong role and I should b

Re: [appfuse-user] About Acegi security in appfuse 1.9.4

2007-06-05 Thread Haotian Sun
path for a given HTTP URL. It will not proceed to evaluate later paths if a match has already been found. Accordingly, the most specific paths should be registered first, with the most general paths registered last. Matt On 6/5/07, Haotian Sun <[EMAIL PROTECTED]> wrote: Hi all, I just h

[appfuse-user] About Acegi security in appfuse 1.9.4

2007-06-05 Thread Haotian Sun
/passwordHint.html*=ROLE_ANONYMOUS,admin,user Can anyone please explain me the mistery there? Is there any specific order for those URLs to follow in appuse's security configuration? Best regards, Haotian Sun -

Re: [appfuse-user] downloading a pdf within appfuse

2007-05-04 Thread Haotian Sun
Sun Haotian Sun wrote: Hello girls/guys, I followed this post(http://wiki.apache.org/struts/StrutsFileDownload) to implement a download action within my application based on Appfuse 1.9.4 with Struts favor. The download action works fine and I can download a pdf file to my disk but the pdf is

[appfuse-user] downloading a pdf within appfuse

2007-05-04 Thread Haotian Sun
header and footer html codes from the appfuse. I guess that's caused by some filter in the appfuse, but not sure which one, and how to exclude the folder which host my download files. Hope you can help... Best regards, Haotia

[appfuse-user] problem with downloading a pdf within appfuse

2007-05-04 Thread Haotian Sun
header and footer html codes from the appfuse. I guess that's caused by some filter in the appfuse, but not sure which one, and how to exclude the folder which host my download files. Hope you can help... Best regards, Haotia

Re: [appfuse-user] problem about renaming a webapp name

2007-05-03 Thread Haotian Sun
ceDefinitionSource"/> class="gleam.executive.service.data.ResourceDefinitionSource"> Haotian Haotian Sun wrote: *The following is the old menu-config.xml, basically I removed the "roles" from each menu item and use "url" as a reference to

Re: [appfuse-user] problem about renaming a webapp name

2007-05-03 Thread Haotian Sun
action="reload"/> page="/clickstreams.jsp"/> roles="admin,user"/> Haotian Matt Raible wrote: If you compare your new menu-config.xml to your old one, what's changed? Also, wh

Re: [appfuse-user] problem about renaming a webapp name

2007-05-03 Thread Haotian Sun
uot; url="/clickstreams.jsp*"/> roles="admin,manager,user"/> *In menu.jsp, I use my own customized tag prefix executive which is defined in tablibs.jsp.* <%@ include file="/common/taglibs.jsp"%> config="WEB-INF/classes/cssHo

Re: [appfuse-user] problem about renaming a webapp name

2007-05-03 Thread Haotian Sun
ply it to **/*.java files. Matt On 5/3/07, Haotian Sun <[EMAIL PROTECTED]> wrote: Hi Matt, Regarding to "it changes my current source code package structure", I mean it change the package name in my source code, for example if my old project is called AAA and new one is

Re: [appfuse-user] problem about renaming a webapp name

2007-05-03 Thread Haotian Sun
[EMAIL PROTECTED]> wrote: Well, if I do ant new , it will satisfy my goal but changes my current source package structure, which I'm not willing to see. So still needs suggestions... Cheers Haotian Haotian Sun wrote: > Hello guys, > > I've developed a webapp using Appfuse 1

[appfuse-user] problem about renaming a webapp name

2007-05-03 Thread Haotian Sun
problem is caused by Acegi security somewhere, but have no idea so far. So I hope someone here can help me figure it out! Thanks in advance. Haotian Sun - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]