[JBoss-user] [JBoss Seam] - Problem in deploying a Seam Project into Tomcat

2006-07-02 Thread mnrz
Hi all
I am new to Seam framework. I want to deploy one of the examples of the Seam 
framework (jboss-seam-numberguess) into Tomcat (ver. 5.5.9 with Jdk5) but 
during deployment following exception occurs:

---
ERROR 02-07 16:35:43,578 (Log4JLogger.java:error:119)  -Exception sending 
context initialized event to listene
r instance of class org.jboss.seam.servlet.SeamListener
java.lang.NullPointerException
at sun.beans.editors.BoolEditor.setAsText(BoolEditor.java:38)
at org.jboss.seam.Component.initInitializers(Component.java:314)
at org.jboss.seam.Component.(Component.java:209)
at org.jboss.seam.Component.(Component.java:159)
at org.jboss.seam.Component.(Component.java:154)
at org.jboss.seam.Component.(Component.java:149)
at 
org.jboss.seam.init.Initialization.addComponent(Initialization.java:381)
at 
org.jboss.seam.init.Initialization.addComponents(Initialization.java:255)
at org.jboss.seam.init.Initialization.init(Initialization.java:195)
at 
org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:32)
at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3669)
at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4104)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:788)
at 
org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:677)
at 
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:473)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1102)
at 
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012)
at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
at 
org.apache.catalina.core.StandardService.start(StandardService.java:450)
at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:683)
at org.apache.catalina.startup.Catalina.start(Catalina.java:537)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
Jul 2, 2006 4:35:43 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Jul 2, 2006 4:35:43 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/jboss-seam-numberguess] startup failed due to previous errors

---
please help me out, it really confused me. I didnt change any line of the codes 
or configuration file everything is the same as in seam framework zip file.

any help will be appreciated.

regards
mohammad

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954883#3954883

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954883

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Problem in deploying a Seam Project into Tomcat

2006-07-02 Thread mnrz
"[EMAIL PROTECTED]" wrote : That is _extremely_ wierd. It is working perfectly 
for me on Tomcat 5.5.12.
  | 
  | Do you have any other applications installed in the server?

Hi 
yes I have some other application, but first of all I delete any additional jar 
file from the tomcat lib directory and tried to deploy my seam application but 
the problem didnt resolved. let me tell you, I put every needed jar files on 
the lib directory of the project, afterwards, I put some of them in the lib of 
tomcat. just that, I never did any thing else.

thanks



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954890#3954890

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954890

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Problem in deploying a Seam Project into Tomcat

2006-07-02 Thread mnrz
No I am using Eclipse to run the Ant task. but again, I tried to build a war 
file myself to deploy it. 

Are you mean I do it in command console by typing "ant..."?


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954897#3954897

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954897

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Problem in deploying a Seam Project into Tomcat

2006-07-02 Thread mnrz
Hi Gavin

I ran the command "ant deploy.tomcat" and ant build a war file to deploy into 
Tomcat but still the problem exists. however, the error message has been 
changed to this:
--
INFO: Deploying web application archive jboss-seam-numberguess.war
ERROR 03-07 08:30:50,031 (Log4JLogger.java:error:119)  -Exception sending 
context initialized event to listene
r instance of class com.sun.faces.config.ConfigureListener
javax.faces.FacesException: java.lang.ClassCastException: 
org.jboss.seam.jsf.SeamPhaseListener
at 
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:336)
at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3669)
at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4104)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:788)
at 
org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:677)
at 
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:473)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1102)
at 
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012)
at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
at 
org.apache.catalina.core.StandardService.start(StandardService.java:450)
at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:683)
at org.apache.catalina.startup.Catalina.start(Catalina.java:537)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
Caused by: java.lang.ClassCastException: org.jboss.seam.jsf.SeamPhaseListener
at 
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:741)
at 
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:400)
at 
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:332)
... 24 more
INFO  03-07 08:30:50,406 (Log4JLogger.java:info:94)  -Reading standard config 
org/apache/myfaces/resource/stan
dard-faces-config.xml
INFO  03-07 08:30:51,562 (Log4JLogger.java:info:94)  -Reading config 
jar:file:/E:/Tomcat/jakarta-tomcat-5.5.9/
webapps/jboss-seam-numberguess/WEB-INF/lib/jboss-seam.jar!/META-INF/faces-config.xml
INFO  03-07 08:30:51,593 (Log4JLogger.java:info:94)  -Reading config 
/WEB-INF/faces-config.xml
WARN  03-07 08:30:51,828 (Log4JLogger.java:warn:104)  -Locale name in 
faces-config.xml null or empty, setting
locale to default locale : fa_IR
WARN  03-07 08:30:52,250 (Log4JLogger.java:warn:104)  -There should only be one 
Seam phase listener per applic
ation
INFO  03-07 08:30:52,296 (Log4JLogger.java:info:94)  -ServletContext 
'E:\Tomcat\jakarta-tomcat-5.5.9\webapps\j
boss-seam-numberguess\' initialized.
INFO  03-07 08:30:52,296 (Log4JLogger.java:info:94)  -Welcome to Seam 1.0.1.GA
INFO  03-07 08:30:52,328 (Log4JLogger.java:info:94)  -reading components.xml
INFO  03-07 08:30:52,968 (Log4JLogger.java:info:94)  -reading properties from: 
/seam.properties
INFO  03-07 08:30:52,984 (Log4JLogger.java:info:94)  -reading properties from: 
/jndi.properties
INFO  03-07 08:30:53,000 (Log4JLogger.java:info:94)  -initializing Seam
INFO  03-07 08:30:53,187 (Log4JLogger.java:info:94)  -Component: 
org.jboss.seam.core.init, scope: APPLICATION,
 type: JAVA_BEAN, class: org.jboss.seam.core.Init
INFO  03-07 08:30:53,890 (Log4JLogger.java:info:94)  -Component: 
org.jboss.seam.core.pages, scope: APPLICATION
, type: JAVA_BEAN, class: org.jboss.seam.core.Pages
INFO  03-07 08:30:53,953 (Log4JLogger.java:info:94)  -Component: events, scope: 
APPLICATION, type: JAVA_BEAN,
class: org.jboss.seam.core.Events
INFO  03-07 08:30:53,984 (Log4JLogger.java:info:94)  -Component: 
org.jboss.seam.core.manager, scope: EVENT, ty
pe: JAVA_BEAN, class: org.jboss.seam.core.Manager
INFO  03-07 08:30:54,078 (Log4JLogger.java:info:94)  -Component: switcher, 
scope: PAGE, type: JAVA_BEAN, class
: org.jboss.seam

[JBoss-user] [JBoss Seam] - Re: Problem in deploying a Seam Project into Tomcat

2006-07-02 Thread mnrz
if you see the error messages somewhere it warned :

WARN 03-07 08:30:52,250 (Log4JLogger.java:warn:104) -There should only be one 
Seam phase listener per application 

and it seems there are more than one listener registered, however, it might be 
a useless warning. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954942#3954942

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954942

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Problem in deploying a Seam Project into Tomcat

2006-07-03 Thread mnrz
Resolved

I deleted all useless jar files of Tomcal lib directory and undeployed other 
application and also use ant command to deploy the project. and now everything 
is OK.

thank you so much Gavin



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955038#3955038

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955038

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - problem with running a Seam application

2006-07-04 Thread mnrz
hi

I have a simple application developed by Seam framework, but it has an error 
when I am going to submit the first page to navigate to another page, the error 
message as follows:


ERROR 04-05 11:41:33,328 (Log4JLogger.java:error:119)  -Exception in PhaseListen
er RESTORE_VIEW 1 afterPhase
java.lang.NullPointerException
at org.jboss.seam.contexts.PageContext.getAttributeMap(PageContext.java:
103)
at org.jboss.seam.contexts.PageContext.(PageContext.java:40)
at org.jboss.seam.contexts.Lifecycle.resumePage(Lifecycle.java:323)
at org.jboss.seam.jsf.AbstractSeamPhaseListener.restoreAnyConversationCo
ntext(AbstractSeamPhaseListener.java:39)
at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.jav
a:63)
at org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListener
sAfter(PhaseListenerManager.java:89)
at org.apache.myfaces.lifecycle.LifecycleImpl.restoreView(LifecycleImpl.
java:181)
at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java
:66)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:856)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ssConnection(Http11Protocol.java:744)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
int.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
lowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:684)
at java.lang.Thread.run(Thread.java:595)
ERROR 04-05 11:41:33,375 (Log4JLogger.java:error:119)  -Exception in PhaseListen
er RESTORE_VIEW 1 afterPhase
java.lang.NullPointerException
at org.jboss.seam.contexts.PageContext.getAttributeMap(PageContext.java:
103)
at org.jboss.seam.contexts.PageContext.(PageContext.java:40)
at org.jboss.seam.contexts.Lifecycle.resumePage(Lifecycle.java:323)
at org.jboss.seam.jsf.AbstractSeamPhaseListener.restoreAnyConversationCo
ntext(AbstractSeamPhaseListener.java:39)
at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.jav
a:63)
at org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListener
sAfter(PhaseListenerManager.java:89)
at org.apache.myfaces.lifecycle.LifecycleImpl.restoreView(LifecycleImpl.
java:181)
at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java
:66)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:856)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ssConnection(Http11Protocol.java:744)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
int.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
lowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:684)
at java.lang.Thread.run(Thread.java:595)
ERROR 04-05 11:41:33,375 (Log4JLogger.java:error:119)  -Servlet.service() for se
rvlet Faces Servlet threw exception
java.lang.NullPointerException
at com.sun.faces.application.ViewHandlerImpl.findMatch(ViewHandlerImpl.j
ava:409)
at com.sun

[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-04 Thread mnrz
Hi

Ok
this is the code that implements the listener interface:
-
package com.payvand.seam;

import java.util.List;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;

import org.hibernate.validator.Valid;
import org.jboss.seam.annotations.In;
import org.jboss.seam.annotations.Name;
import org.jboss.seam.core.FacesMessages;

@Stateless
@Name("regis")
public class SessionAction implements Listeners{

@In @Valid
private User user;

@PersistenceContext
private EntityManager em;

public String register() {
// TODO Auto-generated method stub
List listUser=em.createQuery("select username from User where 
username=:username")
.setParameter("username",user.getUserName()).getResultList();
if(listUser.size()==0){
em.persist(user);
return "/register.jsp";
}
else
{
FacesMessages.instance().add("User #{user.username} 
already exists");
return null;
}

}

}
-
this is the component.xml file :




false
#{ejbName}/local






--
here is my ejb-jar.xml:


   
  
 *
 
org.jboss.seam.ejb.SeamInterceptor
  
   

---
and this is persistence.xml:



  org.hibernate.ejb.HibernatePersistence
  java:/DefaultDS
  
 
  


---
and finally this is the JSP file:

<%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %>
<%@ taglib uri="http://jboss.com/products/seam/taglib"; prefix="s" %>




 

 
  Username
  


Password


  















View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955242#3955242

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955242

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-04 Thread mnrz
hi
I thinks the problem is about the register.seam, in the index.jsp there is a 
link refer to register.seam. when I try to display the page by specifying the 
http:///register.jsp, the browser going to display the page but an error 
occured because of the jsf tags, it says dosnt know those tags. but when I try 
to show the page in form : http:///register.seam the following error has 
been displayed:
--
java.lang.NullPointerException

com.sun.faces.application.ViewHandlerImpl.findMatch(ViewHandlerImpl.java:409)

com.sun.faces.application.ViewHandlerImpl.calculateLocale(ViewHandlerImpl.java:335)

org.jboss.seam.jsf.SeamViewHandler.calculateLocale(SeamViewHandler.java:25)

com.sun.faces.application.ViewHandlerImpl.createView(ViewHandlerImpl.java:283)
org.jboss.seam.jsf.SeamViewHandler.createView(SeamViewHandler.java:43)

org.apache.myfaces.lifecycle.LifecycleImpl.restoreView(LifecycleImpl.java:144)

org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:66)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955251#3955251

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955251

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-04 Thread mnrz
No it was some tag nested in that but I removed them to see if problem 
resolved. 
if I remove the tag  nothing will resolve. 

as I figured out, it never reach to that page, I think the server cant find 
that jsp page to show the page, may be something's wrong with url-patterns. the 
error occured before reach to that jsp file.

thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955278#3955278

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955278

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-05 Thread mnrz
Hi Gavin
here is my web.xml



http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>





org.jboss.seam.servlet.SeamListener



Seam Redirect Filter
org.jboss.seam.servlet.SeamRedirectFilter



Seam Redirect Filter
*.seam






org.apache.myfaces.webapp.StartupServletContextListener



javax.faces.STATE_SAVING_METHOD
client



Faces Servlet
javax.faces.webapp.FacesServlet
1




Faces Servlet
*.seam





View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955390#3955390

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955390

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - what is the mc-conf.jar?

2006-07-07 Thread mnrz
Hello
  can anyone explain about the mc-conf.jar? I want to know if that file is the 
same for every application or it will differ? if no, which configuration should 
be placed on that file.

  Is there any documentation about how to build a project war file and 
deploying it into Tomcat. the examples within the Seam zip file are really 
compicated (I mean the Ant build.xml files) and I can not comprehend what 
things need for which project. I wanna build a war file myself.
please guide me.

I also need to know more about "conversation". it's a little baffled me.

Thank you so much.

regards
Mohammad

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956334#3956334

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956334

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-08 Thread mnrz
Hi
any idea?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956355#3956355

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956355

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-08 Thread mnrz
"[EMAIL PROTECTED]" wrote : Show your web.xml

Hi Gavin, Please help me.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956356#3956356

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956356

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-10 Thread mnrz
"[EMAIL PROTECTED]" wrote : Looks OK. How about faces-config.xml?

this is my faces-config.xml


http://java.sun.com/dtd/web-facesconfig_1_0.dtd";>






org.jboss.seam.jsf.SeamPhaseListener



--
component.xml




false
#{ejbName}/local





-
this is the code between body tag of index.jsp

Welcome to TestSeam



Register

 

there is a link to a page namely register.jsp inside a folder with the name 
"pages"

the first page works properly but when I click on the link the exception occurs.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956485#3956485

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956485


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-10 Thread mnrz
"[EMAIL PROTECTED]" wrote : Looks OK. How about faces-config.xml?

this is my faces-config.xml

  | 
  | http://java.sun.com/dtd/web-facesconfig_1_0.dtd";>
  | 
  | 
  | 
  | 
  | 
  | 
org.jboss.seam.jsf.SeamPhaseListener
  | 
  | 
  | 
  | 
--
component.xml

  | 
  | 
  |
  |false
  |#{ejbName}/local
  | 
  | 
  | 
  | 
  | 
  | 
-
this is the code between body tag of index.jsp

  |   Welcome to TestSeam
  |   
  |
  |Register
  | 
  |   
  | 

there is a link to a page namely register.jsp inside a folder with the name 
"pages"

the first page works properly but when I click on the link the exception occurs.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956486#3956486

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956486


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - How to use JAX-WS with Seam?

2006-07-10 Thread mnrz
Hi 

I am going to using Seam framework with my JSF project and we have to using web 
services in our application. Is there any idea or article or something else 
about using JAX-WS inside the Seam framework. 
how to configure? how to match them with each other? 

any guide will be appreciated.

regards
Mohammad

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956497#3956497

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956497


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user