[appfuse-user] Same error from security.xml

2007-05-11 Thread nmall
Hi, I got rid of this error in applicationContext-resources.xml by changing the header to http://www.springframework.org/dtd/spring-beans.dtd";> However, I am getting the same error from security.xml and if I simplify it to the above there, it fails with aop:config required. So it seems I have

Re: [appfuse-user] errors from applicationContext-resources.xml

2007-05-11 Thread nmall
Here is my applicationContext-resources.xml. Thanks! http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:jee="http://www.springframework.org/schema/jee"; xsi:schemaLocation="http://www.springframework.org/schema/beans http://w

答复: [appfuse-user] Problems with package s tructure

2007-05-11 Thread chino fish
But in some situation, It's inevitable to do some enhancement into something such as user, authority. So we need "full source", and we need to change them But when we change them, we will find it hard to upgrade them. Maybe we need to implement our own User, login, role, and so on. -邮件原件---

Re: [appfuse-user] Timestamp, Hibernate annotation and MySQL

2007-05-11 Thread Rance
Have you tried using @Temporal? Refer the copy of the ejb3 persistence API found at Hibernate's site (http://www.hibernate.org/hib_docs/ejb3-api/). Rance mraible wrote: > > I'm not sure as I haven't tried to use a Timestamp in a project with > annotations. Maybe it has something to do with th

[appfuse-user] Re: Problem wiring up Jasper reports and appfuse (Spring mvc)

2007-05-11 Thread Gilberto
Did you solve this problem? Gilberto rfisk escreveu: Just FYI, the turorial I was using is located here: http://raibledesigns.com/wiki/AppFuseJasperReports.html Ivan Garcia wrote: Did you find the solution? the xml you attached is not well nested: ‹property name="paramN

Re: [appfuse-user] errors from applicationContext-resources.xml

2007-05-11 Thread Matt Raible
Can you post the contents of your applicationContext-resources.xml? Matt On 5/11/07, nmall <[EMAIL PROTECTED]> wrote: Hi, I have the standard applicationContext-resources.xml file but I am getting the following errors from tomcat 5.5 when I try to run mvn -e tomcat:run. Any ideas why this woul

[appfuse-user] errors from applicationContext-resources.xml

2007-05-11 Thread nmall
Hi, I have the standard applicationContext-resources.xml file but I am getting the following errors from tomcat 5.5 when I try to run mvn -e tomcat:run. Any ideas why this would happen. Your help is appreciated ! My ApplicationContext-resources.xml header : http://www.springframework.org/schema/

[appfuse-user] Re: try to understand something.. jasper

2007-05-11 Thread Gilberto C Andrade
majaa majaa wrote: > > Hello > > I don't understand the main idea... (Jasper, iReports) and sorry for my Sorry for delay! I'm now working full time as DBA and have little time read mail list. First, you need understand that what we use here is the japerresports api and iReports is the designing t

[appfuse-user] open / close hibernate session in appfuse

2007-05-11 Thread -=j=-
Hi guys, This is an embarrassingly stupid question and one I'm *sure* I've seen answered but can't find it in the archives. Where in appfuse is the hibernate session opened and closed? I seem to remember it's closed in a servlet filter (in service of 'open session in view') but I couldn't find t

Re: [appfuse-user] How to change struts version to 2.1.0-SNAPSHOT

2007-05-11 Thread Matt Raible
I would open up the struts.jar and look at their struts.xml - it's possible the interceptor names have changed. Matt On 5/11/07, Struts2 Fan <[EMAIL PROTECTED]> wrote: Hi Michael again, I said what you have said properly but none of the interceptors defined in struts.xml are working.

Re: [appfuse-user] Warpath

2007-05-11 Thread Matt Raible
I believe you mean static.appfuse.org/repository. ;-) On 5/11/07, Michael Horwitz <[EMAIL PROTECTED]> wrote: Hi Philip, The binary is stored in the AppFuse maven repository: http://static.appfuse.org/ under org/appfuse/maven-warpath-plugin. Mike. On 5/11/07, [EMAIL PROTECTED] <[EMAIL PROTEC

Re: [appfuse-user] the status of 2.0m5 ?still in progress ?

2007-05-11 Thread Matt Raible
The major thing we're waiting on for M5 is for me to finish the code-generation plugin. Here's the status of that: http://www.nabble.com/AppFuse-Maven-Plugin-Status-tf3721392s2369.html I hope to finish the plugin sometime in the next week or so. Matt On 5/11/07, Michael Horwitz <[EMAIL PROTEC

Re: [appfuse-user] Maven Tomcat deploy 401 error

2007-05-11 Thread Matt Raible
After running war:inplace, you'll want to delete src/main/WEB-INF/lib and src/main/WEB-INF/classes/struts.xml - and that's it. Deleting more will likely result in the error below since the Jetty and Tomcat plugins are not aware of the warpath plugin. Matt On 5/10/07, nmall <[EMAIL PROTECTED]> wr

Re: [appfuse-user] Transactions in Spring

2007-05-11 Thread Nathan Anderson
In your DAO layer you can commit a transaction, but I'm not sure how you would do it in a manager... If you are using Hibernate take a look at the use of getHibernateTamplate().flush() in UserDAOHibernate as an example. http://tinyurl.com/3extrj Nathan - Original Message - From: "c

Re: [appfuse-user] Remember Me Cookie issue (Apache/Tomcat) Acegi

2007-05-11 Thread Dale Newfield
rfisk wrote: Here's the cookie content: Path: /quantum Path: /quantum/ Path:/ Notice How the path in the JSESSIONID cookie doesn't match the path in the hashed remember me cookie. I also notice that the remember me and username cookies' paths don't match, either... ...I wouldn't expect th

Re: [appfuse-user] How to change struts version to 2.1.0-SNAPSHOT

2007-05-11 Thread Struts2 Fan
Hi Michael again, I said what you have said properly but none of the interceptors defined in struts.xml are working.

Re: [appfuse-user] Warpath

2007-05-11 Thread Michael Horwitz
Hi Philip, The binary is stored in the AppFuse maven repository: http://static.appfuse.org/ under org/appfuse/maven-warpath-plugin. Mike. On 5/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi Matt, I am trying to add the warpath plugin to a project based on Appfuse 1.9.xbut using Mave

[appfuse-user] Warpath

2007-05-11 Thread wolrabp
Hi Matt, I am trying to add the warpath plugin to a project based on Appfuse 1.9.x but using Maven. I have added everything based on the instructions found on the warpath plugin page. All i am missing is the location of the warpath plugin binary. Can you help me out? Thanks Philip

[appfuse-user] Transactions in Spring

2007-05-11 Thread clcox30
I have two manager classes, the first calls the second and the second manager class makes an external call. Before this external call I want to commit the current transaction. There is no situation where a rollback should occur once the external call is made since I need a record of the data s

Re: [appfuse-user] How to change struts version to 2.1.0-SNAPSHOT

2007-05-11 Thread Struts2 Fan
it couldn't find the interceptor defined "servlet-config" it is struts related or appfuse related? - Caused by: Unable to find interceptor class referenced by ref-name servlet-config - interceptor-ref - file:/D:/Projects/test/target/test-1.2-SNAPSHOT/WEB-INF/classes/struts

Re: [appfuse-user] the status of 2.0m5 ?still in progress ?

2007-05-11 Thread Michael Horwitz
2.0 M5 has not been released yet. Mike On 5/11/07, chino fish <[EMAIL PROTECTED]> wrote: I see the page: Release Notes 2.0 M5 And from the page, I got info about how to upgrade to m5, But fail when execute Mvn package The log is as follows: [INFO] Scanning for projects... [INFO]

[appfuse-user] the status of 2.0m5 ?still in progress ?

2007-05-11 Thread chino fish
I see the page: Release Notes 2.0 M5 And from the page, I got info about how to upgrade to m5, But fail when execute Mvn package The log is as follows: [INFO] Scanning for projects... [INFO] [INFO] Buildi

Re: [appfuse-user] How to change struts version to 2.1.0-SNAPSHOT

2007-05-11 Thread Michael Horwitz
You need to do two things: 1) Add the Apache snapshot repository to your list of repositories in your pom.xml file. 2) Add a property in the pom.xml file for the Struts version. 3) Add the Struts2 2.1.0-SNAPSHOT dependencies to your project. It may take some fiddling to get it all working. To d

[appfuse-user] JasperReports HTML format

2007-05-11 Thread Michael Quito
Hi, The Jasperreoports tutorial by Thomas Gaudin was great. But I'm having trouble implementing it using JSF with an output of HTML Format. Im currently using appfuse-1.9.4 hibernate-jsf. I would appreciate any help. I wanted to use the second behavior where "The report is opened directly on the

[appfuse-user] How to change struts version to 2.1.0-SNAPSHOT

2007-05-11 Thread Struts2 Fan
Hi all, I just couldn't find how to change the struts-2.0.6 version to 2.1.0-SNAPSHOT. I know it is not stable but I want to test its ajax support. Thanks in advance. -- View this message in context: http://www.nabble.com/How-to-change-struts-version-to-2.1.0-SNAPSHOT-tf3725933s2369.html#a104