[JBoss Seam] - Re: Problem with Seam2.0.Beta1 & a4j:poll
by xinhua
hi,wise_guybg
thank you for your reply. Unfortunately, it doesnot help. Same boring dialog and same boring exception :.......(
ps: i think i have a right seam filter
<!-- Seam -->
|
| <listener>
| <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
| </listener>
|
| <servlet>
| <servlet-name>Seam Resource Servlet</servlet-name>
| <servlet-class>org.jboss.seam.servlet.ResourceServlet</servlet-class>
| </servlet>
|
| <servlet-mapping>
| <servlet-name>Seam Resource Servlet</servlet-name>
| <url-pattern>/seam/resource/*</url-pattern>
| </servlet-mapping>
|
| <filter>
| <filter-name>Seam Filter</filter-name>
| <filter-class>org.jboss.seam.servlet.SeamFilter</filter-class>
| </filter>
|
| <filter-mapping>
| <filter-name>Seam Filter</filter-name>
| <url-pattern>/*</url-pattern>
| </filter-mapping>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067072#4067072
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067072
18Â years, 9Â months
[JCA/JBoss] - Re: related to *-service.xml
by adrianï¼ jboss.org
"tpawankumar" wrote : i browsed some sample applications i found *-service.xml file is also needed for deploying.
I guess it is for those samples, but since you don't say what those samples are
how are we supposed to know?
If you don't want sarcastic answers then post questions with some real content
instead of random unqualified sentences. Ever heard of GIGO?
By real content I mean an answerable question is something like:
| I did what it said according to this link {url-here}, here's my version
| {relevent-snippet here},
| here's my packaging {jar -tf something.xar}
| here is the log from when I deployed it {snippet-here from log/server.log with DEBUG
| and preferably TRACE logging enabled}
| here is the FULL stacktrace of the error message I get when it deployed
| (not just the summary at the end of all the incomplete deployments/errors you made)
| etc.
|
P.S. Why are you migrating to 4.0.0 (years old) when the latest release is 4.2.1?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067070#4067070
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067070
18Â years, 9Â months
[Installation, Configuration & DEPLOYMENT] - Re: custom log4j configuration inside ear
by meissa
classloading isolation problem is a well known problem with log4j and jboss
4.0.2 version.
I've tried the wiki instructions to workaround this in vain. It's still a problem.
The real problem is that jboss guys are telling that it's working. But If you search the forum, you'll see that many people have been facing to that problem. As I know, there is no real solution without removing log4j.jar in your webapps lib. But I think (like most poeple do) that this is a dirty solution.
I'll try to apply te wiki instructions to the new jboss version (4.2.1). If it works, I'll let you know.
Meissa
"michele.curioni" wrote : I'm using JBoss 4.0.2 and 4.2.0
| I wrote a Log4J Filter that I need to add to a Log4J appender.
| The Filter class is packaged inside a ear file.
|
| If I update the default jboss-log4j.xml in server/default/conf the Filter class is not visible.
|
| If I add a new log4j.xml and log4j.jar inside the ear file I could not find any way to tell JBoss to use that instead of the default one.
|
| Log4j.jar is still only loaded from server/default/lib and not from the ear.
|
| I tried to follow all the instructions in the wiki and forums, but classloading isolation does not seem to work.
|
| My ear file is made of ejbs and utilities jar. No webapps.
|
| Is this a known problem in those versions of JBoss?
|
| Thanks,
| Michele
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067063#4067063
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067063
18Â years, 9Â months