Re: [appfuse-user] Sysdeo Tomcat Maven Plugin

2008-01-31 Thread Miguel Romero
hi, i´m trying debug with eclipse my project appfuse-struts-2.0.1, but when start tomcat after applicated sysdeo pluging... - [myproject] WARN [main] InterceptorBuilder.constructInterceptorReference(60) | Unable to load config class adminInterceptor at interceptor - file:/

[appfuse-user] Integrating Eclipse Birt in appfuse 2.0.1

2008-01-31 Thread Miguel Romero
Hi, i´m trying integrate Eclipse Birt in appfuse 2.x project. Birt servlets inside appfuse application Works , but i have a security problem. i can access to servlets bir without appfuse redirect app to login.jsp localhost:8080/myappfuseproject/run? localhost:8080/myappfuseproject/frameset?

Re: [appfuse-user] Sysdeo Tomcat Maven Plugin

2008-01-31 Thread Miguel Romero
workaround is to run full-source on > your project. > > Matt > > On Jan 31, 2008, at 2:10 AM, Miguel Romero wrote: > > > hi, > > > > i´m trying debug with eclipse my project appfuse-struts-2.0.1, but > > when start tomcat after applicated sysdeo pluging..

Re: [appfuse-user] running appfuse on Tomcat 5.x and higher

2008-01-31 Thread Miguel Romero
i have the same exception: java.lang.NullPointerException at com.opensymphony.clickstream.ClickstreamListener.sessionDestroyed(Cli ckstreamListener.java:55) at org.apache.catalina.session.StandardSession.expire(StandardSession.ja va:697) in appfuse 2.0.1, the jar is clicktream-1.0

Re: [appfuse-user] Integrating Eclipse Birt in appfuse 2.0.1

2008-01-31 Thread Miguel Romero
c/main/webapp/WEB-INF. > > Hope this helps, > > Matt > > On 1/31/08, Miguel Romero <[EMAIL PROTECTED]> wrote: > > Hi, > > > > i´m trying integrate Eclipse Birt in appfuse 2.x project. > > > > Birt servlets inside appfuse application Works , but

Re: [appfuse-user] Sysdeo Tomcat Maven Plugin

2008-02-05 Thread Miguel Romero
hi, i needn´t put a context file in tomcat. with eclipse clean mvn eclipse:eclipse sysdeo-tomcat:generate the .tomcatplugin file is generated, it´s need file to work tomcat plugin. In Eclipse: Windows->Preferences->Tomcat, you must configure tomcat Windows->Preferences->Tomcat->Source Path, my

[appfuse-user] hbm2ddl exclude entity scheme generator

2008-07-24 Thread Miguel Romero
Hi, in appfuse 2.x How con i exlude the entity ddl generate ? i wouldn´t like that entity Role was generated, how ? in appfuse 1.x, with something similar to the next worked:

[appfuse-user] DriverManagerDataSource with appfuse

2008-07-28 Thread Miguel Romero
//users@appfuse.dev.java.net hi, i´m trying use "org.springframework.jdbc.datasource.DriverManagerDataSource" to around my problem of connect with distinct users in my datasource. reource.xml dao.xml

[appfuse-user] appfuse 2.x: java.lang.IndexOutOfBoundsException: Remember that ordinal parameters are 1-based!

2008-08-27 Thread Miguel Romero
hi appfusers, in appfuse 2.x, i have a problem executing, the follow sentence java: [code] return getHibernateTemplate().findByNamedQuery("myquery",queryParams); [/code] throws the next exception: java.lang.IndexOutOfBoundsException: Remember that ordinal parameters are 1-based! if i change the c

Re: [appfuse-user] appfuse 2.x: java.lang.IndexOutOfBoundsException: Remember that ordinal parameters are 1-based!

2008-08-27 Thread Miguel Romero
fact why not just use the wrapper > method provided by AppFuse that takes the Map of input parameters directly? > > Kan > > 2008/8/27 Miguel Romero <[EMAIL PROTECTED]> > > hi appfusers, >> >> in appfuse 2.x, i have a problem executing, the follow sentence

[appfuse-user] ClassCastException in findByNamedQuery

2008-08-28 Thread Miguel Romero
hi appfusers, i have declared the next entity [code] @Entity @Table(name="VA01") @NamedQueries ({ @NamedQuery( name = "findMetadataHeader", query = "select distinct 0 as id, ordencolumna, nombrecolumna, 0 as mvalorcolumna, 0 as orden, 0 as idi18, 0 as idperiodo, 0 as idestruct

[appfuse-user] Data Access Failure Incorrect result size: expected 1, actual 0

2008-08-29 Thread Miguel Romero
I´m testing my appfuse project and i have founded a exception when i have updated the username with any user. ¡Data Access Failure Incorrect result size: expected 1, actual 0! The exception can be seen in demo´s appfuse web: http://demo.appfuse.org/appfuse-struts/login.jsp 1) login user/user,

[appfuse-user] Error _filterChainProxy in Jboss with AppFuse Struts 2 Application

2009-08-07 Thread Miguel Romero
hi people, my appfuse fails in jboss-4.2.2.GA server not in jetty and tomcat that works fine! any idea? org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_filterChainProxy': Initialization of bean failed; nested exception is org.springframework.beans.factory.

[appfuse-user] Re: Error _filterChainProxy in Jboss with AppFuse Struts 2 Application

2009-08-07 Thread Miguel Romero
throws a ClassNotFoundException with UserRoleAuthorizationIntercept?? any idea? On Fri, Aug 7, 2009 at 2:22 PM, Miguel Romero < miguel.romero.remi...@gmail.com> wrote: > hi people, > > my appfuse fails in jboss-4.2.2.GA server not in jetty and tomcat that > wo

Re: [appfuse-user] Re: Error _filterChainProxy in Jboss with AppFuse Struts 2 Application

2009-08-07 Thread Miguel Romero
is this class in there? > If so, you might look at trying to reconfigure JBoss's UniversalClassLoader > to load your classes before it's classes. I don't know if they still use > this classloader, but they used to. > > Matt > > > On Fri, Aug 7, 2009 at 8:49

Re: [appfuse-user] Re: Error _filterChainProxy in Jboss with AppFuse Struts 2 Application

2009-08-07 Thread Miguel Romero
, Matt Raible wrote: > NoClassDefFound error usually implies duplicate classes. You might look for > these classes in the JARs that ship with JBoss. > > > On Fri, Aug 7, 2009 at 10:08 AM, Miguel Romero wrote: > >> The class UserRoleAuthorizationIntercept is in directory WEB-

Re: [appfuse-user] Re: Error _filterChainProxy in Jboss with AppFuse Struts 2 Application

2009-08-17 Thread Miguel Romero
gt;> >> >> >> And application works fine! >> >> why jboss throws a ClassNotFoundException with >> UserRoleAuthorizationIntercept?? >> >> any idea? >> >> >> >> On Fri, Aug 7, 2009 at 2:22 PM, Miguel Romero < &

[appfuse-user] jboss and appfuse:country Tag

2009-08-17 Thread Miguel Romero
Hi, When i click "Not a member? Signupfor an account" it´s loaded a blank page. i have been searching and if i delete the next line in signup.jsp Page is loaded, without combo countries (obviously) Not exceptions in log... I

Re: [appfuse-user] Re: Error _filterChainProxy in Jboss with AppFuse Struts 2 Application

2009-08-17 Thread Miguel Romero
2009 at 10:38 AM, Miguel Romero wrote: > hi, > > First, As always, my greetings to you > > Second, questions. :) > > UserRoleAuthorizationIntercept is a class that is compiled in > WEB-INF\classes not in WEB-INF\lib > > If i create a jar for this class and place in

Re: [appfuse-user] jboss and appfuse:country Tag

2009-08-17 Thread Miguel Romero
de. > > Matt > > > On Mon, Aug 17, 2009 at 8:14 AM, Miguel Romero < > miguel.romero.remi...@gmail.com> wrote: > >> Hi, >> >> When i click "Not a member? >> Signup<http://localhost:18080/af2-1.0-SNAPSHOT/signup.html>for an account" &

Re: [appfuse-user] jboss and appfuse:country Tag

2009-08-20 Thread Miguel Romero
)); // This method is invoked by the virtual machine to load a class. private synchronized Class loadClassInternal(String name) throws ClassNotFoundException { return loadClass(name); } thanks! On Tue, Aug 18, 2009 at 1:03 AM, Miguel Romero wrote: > remote debuggin was my next s