Re: [appfuse-user] Mini Tutorial: Compass and AppFuse 2.0

2007-09-11 Thread gederer
Hi, Glad you like it ;) Not sure what you mean by 'customize queries'. If you mean adding properties of POJOs to the search traversal, just annotate them as shown below for 'Toy'. OTOH, if you mean ditching the Lucene query syntax, and making queries more googlish, I'm not yet sure of proper wa

Re: [appfuse-user] Mini Tutorial: Compass and AppFuse 2.0

2007-09-11 Thread fadhli
Hi, thanks man for your tips. This certainly should be place in the tutorials. However, how do I customize search queries using Appfuse & Compass. Any particular pattern you've done? On 9/11/07, gederer <[EMAIL PROTECTED]> wrote: > > > Hi, > > I've been messing about with Compass and AppFuse 2.0.

Re: [appfuse-user] ajax dojo

2007-09-11 Thread Matt Raible
On 9/11/07, tibi <[EMAIL PROTECTED]> wrote: > by googeleing i found this from matt: > -- > If you search through the mailing list archives, you'll find that > solution. The solution is to copy Dojo's files to scripts/dojo and > exc

Re: [appfuse-user] 2.0-rc1 JSF Modular garbles Horizontal CoolMenus

2007-09-11 Thread Matt Raible
I would recommend trying to replace your menu *.vm templates with the latest ones from AppFuse. If that doesn't work, please post a screenshot. Matt On 9/12/07, Sib <[EMAIL PROTECTED]> wrote: > Upgraded a working JSF 2.0-m5 application to 2.0-rc1 to kick the tires on > the new release and menus i

[appfuse-user] 2.0-rc1 JSF Modular garbles Horizontal CoolMenus

2007-09-11 Thread Sib
Upgraded a working JSF 2.0-m5 application to 2.0-rc1 to kick the tires on the new release and menus in my templates were garbled; what gives? I have a custom theme that was working with the earlier release (m5) so I am just looking for a quick pointer before I set out to tear the application apart

Re: [appfuse-user] Eclipse Mavan jars

2007-09-11 Thread Allan Ang
Actually I was referring to an instance when the jars are already in the local repo. (I checked my repo and they are all in). Just couldn't get Eclipse to setup the proper java build paths that references these jars within my project. I found a solution: downloaded and installed the Maven Eclip

Re: [appfuse-user] GenericManager not injected

2007-09-11 Thread gederer
Solved. Had to add: to my controller bean definition. Cheers, Greg gederer wrote: > > Hi, > > In my applicationContext-service.xml, I have: > > > class="com.firstworldtoys.service.impl.GenericManagerImpl"> > >class="com.firstworldtoys.dao.hibernate.GenericDa

Re: [appfuse-user] Eclipse Mavan jars

2007-09-11 Thread Eric Fitzsimmons
Whenever working with maven to use a jar, you first install it and then put a dependency for the jar in your pom using the appropriate group id, artifact id, and version. On 9/11/07, Allan Ang <[EMAIL PROTECTED]> wrote: > > Hi there, > > I followed the quick start guide but am still unable to get

Re: [appfuse-user] Best way to add to org.appfuse.model.User

2007-09-11 Thread gederer
Rob Hills-2 wrote: > > Hi Greg, > > On 10 Sep 2007 at 23:50, gederer wrote: > >> I recently added some properties to User, and then upgraded. I would >> strongly recommend setting up a subversion repository for your project if >> you're going to do this. I think this would have been complete

[appfuse-user] Hibernate view/table (w/o PK) mapping.

2007-09-11 Thread Francisco Goldmeier Tochetto
Hello guys, I am trying to map a view, which has three pairs of id/value from different tables. I can generate the POJO from my table/view using middle gen, compile and deploy my project normally. But when I try to use this POJO in myDaoHibenate class to place a simple query it fails. java.sql.SQ

[appfuse-user] LDAP Authentication

2007-09-11 Thread Fadi Samara
appfusers, I am sure someone has done this before. Can someone please send examples of doing LDAP authentication (SPRING + JBOSS) or point me to the right direction Thanks in advance

Re: [appfuse-user] TOMCAT ComponentTagSupport NullPointerException

2007-09-11 Thread mortalexplorer
I thought the same yesterday while going home on the bus. Turned out that TOMCAT didn't like the case sensitivity of the jsp file name (makes sense of course, but not sure why Jetty accepted it). Thanks for responding Matt and my apologies for wasting your time! mraible wrote: > > Why are

Re: [appfuse-user] ajax dojo

2007-09-11 Thread tibi
by googeleing i found this from matt: -- If you search through the mailing list archives, you'll find that solution. The solution is to copy Dojo's files to scripts/dojo and exclude scripts/dojo/* in the StaticFilter. Then you hav

Re: [appfuse-user] ajax dojo

2007-09-11 Thread tibi
when i minimize to this: <%@ include file="/common/taglibs.jsp"%> is still get the same error. i see that this is renderd into the html output (view source in firefox): ... // Dojo configuration djConfig = { baseRelativePath: "/struts/dojo", isDebug: true, bin

[appfuse-user] Upgrading Acegi 1.0 to 1.0.3

2007-09-11 Thread jithesh
Hi, I am currently using Acegi 1.0 for my web app. I would like to upgrade the acegi to 1.0.3. What steps i should follow to make it working fine? Waiting for your your response Thanks, Jithesh. -- View this message in context: http://www.nabble.com/Upgrading-Acegi-1.0-to-1.0.3-

Re: [appfuse-user] ajax dojo

2007-09-11 Thread tibi
ok followed some other example but i keep getting this error: Error: Could not load 'struts.widget.Bind'; last tried '__package__.js' Source File: http://localhost:8080/struts/dojo/dojo.js Line: 94 what did i do: app 2.0m5 struts2, spring2, hibernate2 i have this jsp file: ---

[appfuse-user] cant integrate appfuse into MyEclipse

2007-09-11 Thread nessus
Hi all, I failed to integrate MyEclipse into appfuse project after generating one by running mvn eclipse:eclipse. would you like to share your instructions? below is mine which comes from http://appfuse.org/display/APF/Eclipse#Eclipse-wtp : 1. import the command-generated project etpay into My

Re: [appfuse-user] ajax dojo

2007-09-11 Thread tibi
is there no one who uses ajax in a nice way and can tell me about it?? thanks, tibi tibi wrote: wait is see an javascript error... which i don;t understand: Error: Could not load 'struts.widget.Bind'; last tried '__package__.js' Source File: http://localhost:8080/struts/dojo/dojo.js Line: 94

Re: [appfuse-user] MyEclipse with Appfuse

2007-09-11 Thread nessus
M2, I failed to integrate MyEclipse into appfuse project after generating one by running mvn eclipse:eclipse. would you like to share your instructions? below is mine which comes from http://appfuse.org/display/APF/Eclipse#Eclipse-wtp : 1. import the command-generated project etpay into MyEclips

[appfuse-user] Error with appfuse:gen-model on oracle 9 (Appfuse 2.0-rc1 Struts 2 Basic)

2007-09-11 Thread Nguyen Thi Van An
Hi all, I run "mvn appfuse:gen-model -DdisableInstallation=true" on mysql for Appfuse 2.0-rc1 Struts 2 Basic, it's OK. I have tested successful Oracle 9 for running appfuse-struts-basic. But "mvn appfuse:gen-model -DdisableInstallation=true" when I run it on Oracle 9, it throws exception: ..

[appfuse-user] Using TUDU lists with an appfuse application

2007-09-11 Thread Kanchana Welagedara
Hi All I'm using appfuse as my framework to develop a business application.Then I found some another cool product called tudu list..at http://tudu.sourceforge.net .I wonder How I can use the TUDU list product in my appfuse based application(may be integrating tudu with appfuse ,plug the tudu list

[appfuse-user] Eclipse Mavan jars

2007-09-11 Thread Allan Ang
Hi there, I followed the quick start guide but am still unable to get the JARs in my local Maven repo to be referenced in my Eclipse project. Do I have to do this manually (i.e Project->properties->variables->then select individual jars from within my Maven variable (M2_REPO, that I defined earl

Re: [appfuse-user] Query on Exceptiontranslationfilter

2007-09-11 Thread jithesh
OK. That is the case , it was not present in the jar file.. So what procedure i should do to upgrade the acegi jar file? Is there any problem to the currently working application? Regards, jithesh PM -- View this message in context: http://www.nabble.com/Query-on-Exceptiontranslationfilter-

Re: [appfuse-user] Best way to add to org.appfuse.model.User

2007-09-11 Thread Rob Hills
Hi Greg, On 10 Sep 2007 at 23:50, gederer wrote: > I recently added some properties to User, and then upgraded. I would > strongly recommend setting up a subversion repository for your project if > you're going to do this. I think this would have been completely painless > had I not been a tota

Re: [appfuse-user] Re: Best way to add to org.appfuse.model.User

2007-09-11 Thread Rob Hills
Hi Derek, On 10 Sep 2007 at 12:30, Derek Broughton wrote: > Michael Horwitz wrote: > > > For AppFuse 2.0.X the easiest approach is simply to include the code for > > the User class and modify as required: > > http://www.appfuse.org/display/APF/AppFuse+Core+Classes > > > > > > On 9/7/07, Rob Hi

Re: [appfuse-user] Query on Exceptiontranslationfilter

2007-09-11 Thread Matt Raible
You can look at security.xml in Subversion and see what's changed through the releases. http://fisheye4.cenqua.com/browse/appfuse/branches/BRANCH_1-9-x/web/WEB-INF/security.xml Hopefully this will help you see what you need to do for the various versions of Acegi. Matt On 9/11/07, jithesh <[EMA

Re: [appfuse-user] Query on Exceptiontranslationfilter

2007-09-11 Thread Matt Raible
If org.acegisecurity.ui.ExceptionTranslationFilter isn't in the JAR, I'd suggest looking at a more recent version like 1.0.1 or the latest 1.0.5. Matt On 9/11/07, jithesh <[EMAIL PROTECTED]> wrote: > > hi, > Thanks for your response. > But i think to implement 'exceptionTranslationFilter' that

Re: [appfuse-user] Query on Exceptiontranslationfilter

2007-09-11 Thread jithesh
hi, Thanks for your response. But i think to implement 'exceptionTranslationFilter' that perticular class should be there in the acegi jar file right? When i opened the jar file i couldn't view that perticular class. Am i doing the correct approach? regards, Jithesh -- View this message in c