Re: [appfuse-user] XML Parsing Error on /admin/users.html

2008-05-22 Thread Matt Raible
You might try adding the following to sitemesh.xml: Matt On Thu, May 22, 2008 at 3:37 PM, George.Francis <[EMAIL PROTECTED]> wrote: > > Someone passed this project on to me, which was initially created using the > AppFuse default JSF configuration. They initially disabled security so that > lo

Re: [appfuse-user] Appfuse searching with Compass 2.0 (Lucene)

2008-05-22 Thread Matt Raible
Sweet - thanks Chris! I've added your tutorials to AppFuse News and blogged about them on raibledesigns.com. http://appfuse.org/display/APF/News Cheers, Matt On Wed, May 21, 2008 at 7:35 AM, Chris Barham <[EMAIL PROTECTED]> wrote: > Hi, > I've extended the previous DisplayTag external sorting

Re: [appfuse-user] DisplayTag external paging and sorting example

2008-05-22 Thread mraible
oscar perez wrote: > > Maybe the solution for 2.1 is to move from displayTag to eXtremecomponents > and jMesa. jMesa doesn't have the problem described by Chris, it has > column > filtering out-of-the box and it support ajax requests nicely (without > external libraries such as ajaxtags for dis

Re: [appfuse-user] appfuse:gen-web doesn't work in my modular project with AppFuse 2.0.2

2008-05-22 Thread Matias Berrueta
Hello, i happened once. The bug ( maybe just) when your class name begin with the same name that another. In my case : CarType CarModel alredy generated, and when i try to generate Only Car, have this error. My faster solution was rename my entity Car to CarEntity and then the gen plugin wor

Re: [appfuse-user] appfuse:gen-web doesn't work in my modular project with AppFuse 2.0.2

2008-05-22 Thread Matt Raible
AMP does not currently support renaming your core module. If you'd like us to add this feature, please enter an issue in JIRA. http://issues.appfuse.org As a workaround, you can checkout the source from SVN and modify it yourself to support this. Matt On Thu, May 22, 2008 at 8:46 PM, utdk <

[appfuse-user] appfuse:gen-web doesn't work in my modular project with AppFuse 2.0.2

2008-05-22 Thread utdkrrrr
I created a modular struts project using AppFuse 2.0.2. After run "appfuse:gen" in the core part of the project, I got Daos and Managers generated by AppFuse, but when I run "appfuse:gen-web" in the web part of the project, I got messages generated by Maven console as follows: D:\Workstation\wo

[appfuse-user] XML Parsing Error on /admin/users.html

2008-05-22 Thread George.Francis
Someone passed this project on to me, which was initially created using the AppFuse default JSF configuration. They initially disabled security so that logon wasn't required. Now they want to reintroduce logon. So I re-enabled the appropriate value in security.xml and logon is back! great! but

[appfuse-user] Spring+SpringMVC+JasperReports howto and tutorial

2008-05-22 Thread Carlos Ortiz
Well my friends here is my question Using Spring+SpringMVC+JasperReports Suppose you have a form page which captures three values, like this: Value1: Value2: Value3: ExportButton when the user click in the ExportButton, the use case is to retrieve all typed values, get a model in the database,

Re: [appfuse-user] Beginning with DWR.

2008-05-22 Thread Mauri Ferreyra
Hi, Matt.. Yes, I have Firefox + FireBug, and the console doesn't show errors... I don't know wich's the problem... I created other project for learn DWR, and run without Appfuse... On Thu, May 22, 2008 at 2:21 PM, Matt Raible <[EMAIL PROTECTED]> wrote: > I would install Firefox + FireBug and

Re: [appfuse-user] Beginning with DWR.

2008-05-22 Thread Matt Raible
I would install Firefox + FireBug and see if there's any errors that show up in your JavaScript console. Matt On Thu, May 22, 2008 at 9:53 AM, Mauri Ferreyra <[EMAIL PROTECTED]> wrote: > Hello, I'm beginning with dwr, I'm having a problem with the callback > function. When i call a method with dw

Re: [appfuse-user] problem with Spring MVC Basic project

2008-05-22 Thread Matt Raible
These are only Base*TestCase classes. We package them here so we don't have to create a separate appfuse-test module. If you don't like them there, it should be easy enough to move them. Matt On Thu, May 22, 2008 at 10:11 AM, sheetalr <[EMAIL PROTECTED]> wrote: > > Hi, > > I have used following m

[appfuse-user] problem with Spring MVC Basic project

2008-05-22 Thread sheetalr
Hi, I have used following maven command to create Spring MVC Basic project mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-spring -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.app -Dar

[appfuse-user] Beginning with DWR.

2008-05-22 Thread Mauri Ferreyra
Hello, I'm beginning with dwr, I'm having a problem with the callback function. When i call a method with dwr, the method run, but never call the callback function.. here it's my code function getMoviles(){ movilDWRManager.getAll( funcionOne); } //never is c

Re: [appfuse-user] XFire Auth - failure returns HTML login page

2008-05-22 Thread Matt Raible
A link at the bottom of this tutorial offers some advice: http://www.jroller.com/sqyuan/entry/using_acegi_for_authentication_authorization You also might want to check the comments on the following blog entry: http://raibledesigns.com/rd/entry/upgrading_to_spring_security_2 Matt On Thu, May 22

[appfuse-user] failed to lazily.

2008-05-22 Thread Mauri Ferreyra
Hello, I'm having a problem with Appfuse, I have 2 class, Movil (Bus) and Asiento(Seat), the movil has a list of asientos. Here it's the method get: @OneToMany(targetEntity=com.mycompany.app.model.Asiento.class , fetch=FetchType.LAZY,cascade=CascadeType.ALL) @JoinColumn(name="mov_codigo"

[appfuse-user] XFire Auth - failure returns HTML login page

2008-05-22 Thread Benito
hi, sorry if this has already been answered, I have searched. I need to put authentication and authorisation up around a set of web services on an Appfuse Spring MVC setup which also serves a website. Following the tutorial (http://appfuse.org/display/APF/Web+Services) I am advised to add a line

Re: [appfuse-user] Re: Re[appfuse-user] garding Appfuse core classes

2008-05-22 Thread Matt Raible
Done. On Thu, May 22, 2008 at 2:21 AM, Greenhorn2005 <[EMAIL PROTECTED]> wrote: > > Hello Mike, > > Well thanks a lot for it. I hope you will edit the appfuse core > classes page in the website so that it wont remain old. > > Anyway have a great day !:-D > > Green horn... > -- > V

[appfuse-user] problem deleting the children when the parent is removed

2008-05-22 Thread sandeepm_212
i had a Category pojo public class Category { protected List childCategories; /** * @return the childCategories * @hibernate.list name="child_categories" * @hibernate.key column="parent_id" * @hibernate.one-to-many class="com.xxx.apps.xxx.model.Category" casc

[appfuse-user] Need help :javax.servlet.ServletException: Unable to instantiate Action

2008-05-22 Thread Greenhorn2005
Hello everyone, I am using appfuse 2.0.2 and have found this error something strange. hope you smart guys out there help me. Error: javax.servlet.ServletException: Unable to instantiate Action, com.trailsindia.webreservation.webapp.action.HotelGroupUserAction, defined for 'hotelGr

[appfuse-user] Re: Re[appfuse-user] garding Appfuse core classes

2008-05-22 Thread Greenhorn2005
Hello Mike, Well thanks a lot for it. I hope you will edit the appfuse core classes page in the website so that it wont remain old. Anyway have a great day !:-D Green horn... -- View this message in context: http://www.nabble.com/Regarding-Appfuse-core-classes-tp17355781s236