[appfuse-user] Hibernate Named Query + Result Transformer + Boolean + Oracle woes

2008-01-31 Thread Rob Hills
Hi All, This one's really a Hibernate issue, but I've Googling for a solution for a while without success and I'm not on any Hibernate lists. I also know there are people on this list who use AppFuse with Oracle. My app is based on AppFuse 2.0.1 and I develop it against a Postgres database

[appfuse-user] Enumerated & Struts validation

2008-01-31 Thread ernasm
Hi All, I'm using appfuse with struts. I have a model like this public class MyClass extends BaseObject implements Serializable { ... private EnumStatus status; ... @Enumerated(EnumType.STRING) @Column(name="Status", length=16) public EnumStatus getStatus() { return this.s

[appfuse-user] Multiple Database Settings in Pom?

2008-01-31 Thread John Vance
How do you declare more than one set of database configurations for dbunit-maven-plugin? Does pom.xml support multiple instances of dbunit-maven-plugin, or does dbunit-maven-plugin support multiple configurations? If I'm barking up the wrong tree here, then in general could someone tell me how A

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

2008-01-31 Thread Miguel Romero
Perfect :) The problem was that Eclipse birt adds 5 servlets to viewer/download, etc... reports. And oi could acess with acegi security. Now this servlets have restricted access appfuse-struts 2.x + dojo-toolkit 1.0.2 + birt runtime i think that it woks. appfuse 2.x rules congratulations

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

2008-01-31 Thread Matt Raible
You should be able to protect any URLs for certain roles by modifying security.xml. If this file is not in your project, you can override the default by copying it from target/yourproject-name/WEB-INF/security.xml to src/main/webapp/WEB-INF. Hope this helps, Matt On 1/31/08, Miguel Romero <[EMAI

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

2008-01-31 Thread Michael Horwitz
Add the following dependency to your web project: opensymphony clickstream 1.0.3 Unfortunately clickstream 1.0.3 is not available in any of the central repositories. When you run your build the first time it will fail and will give you instructions as to how

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] Sysdeo Tomcat Maven Plugin

2008-01-31 Thread Miguel Romero
your clue + mvn war:inplace, works my sysdeo thanks. 2008/1/31, Matt Raible <[EMAIL PROTECTED]>: > Make sure applicationContext-struts.xml is in the deployed WEB-INF > directory. If it isn't, then Sysdeo probably needs to run after the > WARs have been merged by Maven. A workaround is to run full

[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 Matt Raible
Make sure applicationContext-struts.xml is in the deployed WEB-INF directory. If it isn't, then Sysdeo probably needs to run after the WARs have been merged by Maven. A workaround is to run full-source on your project. Matt On Jan 31, 2008, at 2:10 AM, Miguel Romero wrote: hi, i´m tryin

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:/