issues with tiles with struts 2

2007-07-07 Thread shahab
Hi: I need some help with using tiles 2 with Struts 2. I have configured tiles servlet in web.xml as follows - (i am using Spring listener) tiles org.apache.tiles.web.startup.TilesServlet org.apache.tiles.impl.BasicTilesContaine

how to set role for JAASReal

2007-03-05 Thread shahab
allow url /admin/*. However, I am still getting HTTP 403. Please help. thanx Shahab -- View this message in context: http://www.nabble.com/how-to-set-role-for-JAASReal-tf3351040.html#a9318370 Sent from the Struts - User mailing list archive at

Re: SEVERE: Exception starting filter struts2

2007-02-02 Thread shahab
Hi: I dont have struts2-Spring-plugin.jar. This was specified in the list of jars at the wiki, but I couldnt find it anywhere. thanx Dave Newton-4 wrote: > > Do you have the spring plugin jar? I think you > answered this already but I can't find it. > > --- shahab <[

SEVERE: Exception starting filter struts2

2007-02-02 Thread shahab
Hi: I am getting the following error when I try to bring up my app - SEVERE: Exception starting filter struts2 Cannot locate the chosen ObjectFactory implementation: spring - [unknown location] at org.apache.struts2.config.BeanSelectionProvider.alias(BeanSelectionProvider.java:198) I

Re: struts.xml error - Element type "constant" must be declared

2007-02-01 Thread shahab
Hi Dave: I have spring.jar. But I couldnt find the "struts2-Spring-plugin.jar" anywhere. Just to let you know, I am trying sometihng that Musachy has in http://cwiki.apache.org/S2WIKI/struts-2-spring-jpa-ajax.html. thanx Shahab Dave Newton-4 wrote: > > Whoops. > >

Re: struts.xml error - Element type "constant" must be declared

2007-02-01 Thread shahab
Thanx However, I am still getting the following error - SEVERE: Exception starting filter struts2 Cannot locate the chosen ObjectFactory implementation: spring - [unknown location] at org.apache.struts2.config.BeanSelectionProvider.alias(BeanSelectionProvider.java:224) thanx Shahab Dave

Re: struts.xml error - Element type "constant" must be declared

2007-02-01 Thread shahab
Hi: How do I download 2.0.5 or the jar that you changed? thanx Shahab Dave Newton-4 wrote: > > --- shahab <[EMAIL PROTECTED]> wrote: >> [...] PellMultiPartRequest > > https://issues.apache.org/struts/browse/WW-1692 > > I changed the plugin config to the ri

Re: struts.xml error - Element type "constant" must be declared

2007-02-01 Thread shahab
- jar:file:/export/home/mydev1/apache-tomcat-6.0.2/webapps/tms/WEB-INF/lib/struts2-pell-multipart-plugin-2.0.4.jar!/struts-plugin.xml:8:138 I would greatly appreaciate your help. thanx Shahab Dave Newton-4 wrote: > > --- shahab <[EMAIL PROTECTED]> wrote: >> Where can yo

Re: struts.xml error - Element type "constant" must be declared

2007-02-01 Thread shahab
Hi: Please ignore my silliness, as I am new to this. Where can you get struts 2.0.3? In the Struts download site, I only see 2.0.1. Again, I apologize for my ignornance. thanx Shahab Musachy Barroso-2 wrote: > > It was written using 2.0.3 :) > > musachy > > Don Brown w

Re: struts.xml error - Element type "constant" must be declared

2007-01-31 Thread shahab
Hi: I am using Struts 2.0.1. I have added few jar files from spring 2.0 as well. I am trying struts 2 + spring + JPA. Similar to the example located at http://cwiki.apache.org/S2WIKI/struts-2-spring-jpa-ajax.html thanx Shahab Joe Germuska wrote: > > On 1/31/07, shahab <[EMAIL

Re: struts.xml error - Element type "constant" must be declared

2007-01-31 Thread shahab
Hi: I think I would need some more help from you. I dont see any dtd or xsd file in my application. What else I should look for? I also tried to download struts-2.0.dtd and asaved it under WEB-INF/lib. But that didnt help either. Please help. thanx Shahab Don Brown wrote: > > You h

struts.xml error - Element type "constant" must be declared

2007-01-31 Thread shahab
/dtds/struts-2.0.dtd";> /web/jsp/login/Login.jsp /web/jsp/usermgmt/list.jsp /web/jsp/usermgmt/list.jsp I would greatly appreaciate your help. thanx Shahab -- View th

Re: how to use struts2 + spring + JPA

2007-01-30 Thread shahab
Hi: Thanx so much for your help. WebApp Context got loaded now. I greatly appreaciate your help. thanx Shahab Musachy Barroso-2 wrote: > > Good catch, I got confused between WEB-INF and META-INF :) > > musachy > > cilquirm wrote: >> your persistence.xml must be

Re: how to use struts2 + spring + JPA

2007-01-29 Thread shahab
Hi: I have persistence.xml under META-INF (both WEB-INF and META-INF are under tomcat_home/webapps/ level In fact, w/o this file, i get the same error also. How do I know if this file is being picked up or not. thanx Shahab Musachy Barroso-2 wrote: > > Is "persistence.xml&quo

how to use struts2 + spring + JPA

2007-01-29 Thread shahab
nce_1_0.xsd"; version="1.0"> Any help will be greatly appreaciated. thanx Shahab -- View this message in context: http://www.nabble.com/how-to-use-struts2-%2B-spring-%2B-JPA-tf3138267.html#a8697546 Sent from the