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
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
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
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?
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
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
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
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
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
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
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
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
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:
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
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
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
/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
-
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
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
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
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
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
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
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
[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
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]
26 matches
Mail list logo