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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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-
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:
---
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
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
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
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:
..
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
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
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-
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
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
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
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
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
28 matches
Mail list logo