Re: [appfuse-user] [ANN] tapestry5 + appfuse

2008-09-13 Thread kace
Hi Serge, looks good, adapting it for my project now. Is there documentation coming that explains the conversion from T4 to T5? Would be interested to know what is still missing in terms of code completeness from T4. Are you still working on this? Thanks ..kace -- View this message in

Re: [appfuse-user] T5 and appfuse

2008-08-05 Thread kace
didnt see your reply there - it worked, would there be any side effects though? ..kace -- View this message in context: http://www.nabble.com/T5-and-appfuse-tp18834064s2369p18834239.html Sent from the AppFuse - User mailing list archive at Nabble.com

Re: [appfuse-user] T5 and appfuse

2008-08-05 Thread kace
Regards, ..kace -- View this message in context: http://www.nabble.com/T5-and-appfuse-tp18834064s2369p18834210.html Sent from the AppFuse - User mailing list archive at Nabble.com

[appfuse-user] T5 and appfuse

2008-08-05 Thread kace
restarting whenever I compile one of the page or component classes. Do I have to do something or set something to prevent the server from restarting when compiling java classes with appfuse? Regards, ..kace -- View this message in context: http://www.nabble.com/T5-and-appfuse-tp18834064s2369p188

Re: [appfuse-user] hibernate.cfg.xml related

2008-07-22 Thread kace
never mind, problem solved. kace wrote: > > Hi, > > I have a similar setup to the appfuse structure but with additional > modules so I have > > data > data-core > data-commerce > hibernate-core > hibernate-commerce > service >service-core

[appfuse-user] hibernate.cfg.xml related

2008-07-21 Thread kace
7.0.3) give the same error. Anyone know how I can fix this so the files is deposited when I run either way. Regards, ..kace -- View this message in context: http://www.nabble.com/hibernate.cfg.xml-related-tp18576900s2369p18576900.html Sent from the AppFuse - User mailing list archive

Re: [appfuse-user] appfuse tapestry 5?

2008-06-27 Thread kace
I'm looking to get into this then over the weekend, any tips on what to look out for wrt to appfuse? Thanks ..kace -- View this message in context: http://www.nabble.com/appfuse-tapestry-5--tp18161081s2369p18164790.html Sent from the AppFuse - User mailing list archive at Nabbl

[appfuse-user] appfuse tapestry 5?

2008-06-27 Thread kace
Hi, has anyone modified tapestry module to use T5 instead? If so is it just a matter of changing the version number or does it involve intricate changes? Thanks ..kace -- View this message in context: http://www.nabble.com/appfuse-tapestry-5--tp18161081s2369p18161081.html Sent from the

[appfuse-user] BeanCreationException

2008-06-18 Thread kace
sessionFactory and transactionManager etc and applicationContext-dao-coomerce.xml in the commercedao module only includes the definitions for the dao's. Any ideas on what I am doing wrong here? Thanks. ..kace erro

Re: [appfuse-user] multi modules and hibernate.cfg.xml

2008-06-18 Thread kace
ck up both when running hibernate3:hbm2ddl ? Thanks ..kace -- View this message in context: http://www.nabble.com/multi-modules-and-hibernate.cfg.xml-tp17887368s2369p17980583.html Sent from the AppFuse - User mailing list archive at

[appfuse-user] multi modules and hibernate.cfg.xml

2008-06-17 Thread kace
plain? Regards, ..kace -- View this message in context: http://www.nabble.com/multi-modules-and-hibernate.cfg.xml-tp17887368s2369p17887368.html Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: [appfuse-user] hibernate exception on adding user

2008-06-05 Thread kace
Issue resolved by deploying to tomcat 6.0.14 instead of 6.0.16. -- View this message in context: http://www.nabble.com/hibernate-exception-on-adding-user-tp17653552s2369p17666331.html Sent from the AppFuse - User mailing list archive at Nabble.com. -

[appfuse-user] hibernate exception on adding user

2008-06-04 Thread kace
but there are already 4 user accounts. Using mysql. Regards, ..kace * stacktrace * javax.faces.el.EvaluationException: javax.el.ELException: /play/userForm.xhtml @205,106 action="#{userForm.save}": org.springfram

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

2008-05-23 Thread kace
I see there is a spring-2.0.6 jar in the war - how can I figure out where this dependency is coming from so I can exclude it? ..kace -- View this message in context: http://www.nabble.com/Appfuse-searching-with-Compass-2.0-%28Lucene%29-tp17368089s2369p17426599.html Sent from the AppFuse - User

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

2008-05-23 Thread kace
] for bean with name 'compass' defined in class path resource [applicationContext-resources.xml]; nested exception is java .lang.ClassNotFoundException: org.compass.spring.LocalCompassBean any ideas? ..kace -- View this message in context: http://www.nabble.com/Appfuse-searching-with-C

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

2008-05-17 Thread kace
Hi, is this strictly for projects that use the displayTag or can it be implemented for appfuse-jsf projects also? ..kace -- View this message in context: http://www.nabble.com/DisplayTag-external-paging-and-sorting-example-tp17288662s2369p17290742.html Sent from the AppFuse - User mailing list

Re: [appfuse-user] running tests under IDEA

2008-05-16 Thread kace
thanks Matt, right after posting I remembered having this problem before so I did a quick check and you suggested running mvn clean test and that did the trick. Regards, ..kace -- View this message in context: http://www.nabble.com/running-tests-under-IDEA-tp17272760s2369p17279040.html

Re: [appfuse-user] running tests under IDEA

2008-05-16 Thread kace
part of the test sources. ..kace org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'dataSource' defined in class path resource [applicationContext-resources.xml]: Circular placeholder reference 'jdbc.driverClassName' in

Re: [appfuse-user] running tests under IDEA

2008-05-16 Thread kace
} ... commons-lang commons-lang ${commons.lang.version} javax.persistence persistence-api ${jpa.version} how can I exclude this? Regards, ..kace -- View this message in context: http

Re: [appfuse-user] running tests under IDEA

2008-05-16 Thread kace
Thanks Matt, there is only version 2.5.4 of spring under libraries. ..kace -- View this message in context: http://www.nabble.com/running-tests-under-IDEA-tp17272760s2369p17272882.html Sent from the AppFuse - User mailing list archive at Nabble.com

[appfuse-user] running tests under IDEA

2008-05-16 Thread kace
this sorted before I do. Might be useful – I created the archetype jsf modular project and then used the necessary bits to create the same structure you have for appfuse in SVN. Thanks. ..kace INFO - AbstractSingleSpringContextTests.loadContextLocations(210) | Loading context for locations

Re: [appfuse-user] mvn appfuse:full-source does not work

2008-05-13 Thread kace
where the sources are retrieved from? ..kace -- View this message in context: http://www.nabble.com/mvn-appfuse%3Afull-source-does-not-work-tp17205166s2369p17211873.html Sent from the AppFuse - User mailing list archive at Nabble.com

Re: [appfuse-user] mvn appfuse:full-source does not work

2008-05-13 Thread kace
mon module... and I am using maven-2.0.9 Regards, ..kace -- View this message in context: http://www.nabble.com/mvn-appfuse%3Afull-source-does-not-work-tp17205166s2369p17211683.html Sent from the AppFuse - User mailing list archive at

Re: [appfuse-user] [ANN] AppFuse 2.0.2 Released

2008-05-12 Thread kace
Congrats with the latest release ! I would be interested if you upgraded or wrote a tutorial for moving to annotations with Spring. Regards, ..kace -- View this message in context: http://www.nabble.com/-ANN--AppFuse-2.0.2-Released-tp17181660s2369p17184526.html Sent from the AppFuse

Re: [appfuse-user] BeanCreationException

2008-04-30 Thread kace
maybe its useful, heres the dependecies from my parent pom then core pom ..kace ** parent pom ${jdbc.groupId} ${jdbc.artifactId} ${jdbc.version} commons-lang commons-lang

[appfuse-user] BeanCreationException

2008-04-30 Thread kace
Hi guys, Im using modular jsf project and I get the following error when running my core tests using the command line - it fails for 21 of them with the same error as below. has anyone had this problem before. Regards, ..kace Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed

Re: [appfuse-user] spring-security

2008-04-25 Thread kace
I use the same settings as Matts pom file. The problem disappears when I use maven 2.0.6. Using maven 2.0.9 and 2.0.8 results in the above issue. ..kace -- View this message in context: http://www.nabble.com/spring-security-tp16797546s2369p16894651.html Sent from the AppFuse - User mailing

[appfuse-user] spring-security

2008-04-20 Thread kace
Hi guys, I updated my app to use spring-security (made the changes as in changeset 3089 but I get the following error message, did I mess up somewhere when making the changes? Regards, ..kace 2008-04-20 20:10:37.882:/:INFO: Initializing Spring root WebApplicationContext ERROR [main

RE: [appfuse-user] acegi and jsf

2008-04-17 Thread kace
Excellent, I'll give that a go, thanks. ..kace -- View this message in context: http://www.nabble.com/acegi-and-jsf-tp16654660s2369p16743965.html Sent from the AppFuse - User mailing list archive at Nabble.com. ---

Re: [appfuse-user] acegi and jsf

2008-04-14 Thread kace
Ive tested this out on a myfaces 1.1.5 and spring 2.0.6 and it works - it logs me in but on a project that uses myfaces 1.2.2 and spring 2.5.3 it gives me the HTTP ERROR: 404 /j_acegi_security_check.html RequestURI=/404.html not sure why that is - anyone? ..kace -- View this message in

Re: [appfuse-user] acegi and jsf

2008-04-14 Thread kace
esnt log me in saying bad credentails and if I remove the it appends .html to the end of /j_acegi_security_check ..kace -- View this message in context: http://www.nabble.com/acegi-and-jsf-tp16654660s2369p16678815.html Sent from the AppFuse - User mailing list archive at Nabble

Re: [appfuse-user] acegi and jsf

2008-04-14 Thread kace
If I type this directly into the address bar http://localhost:8084/j_acegi_security_check?j_username=admin&j_password=admin it gives me a successfull login but still cant get it to work through the login page. ..kace -- View this message in context: http://www.nabble.com/acegi-and

Re: [appfuse-user] acegi and jsf

2008-04-13 Thread kace
. ..kace -- View this message in context: http://www.nabble.com/acegi-and-jsf-tp16654660s2369p16667635.html Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[appfuse-user] acegi and jsf

2008-04-12 Thread kace
somebody has familiarity with this any help would be greatly appreciated - all the relevant code snippets can be found at the post above. Regards, ..kace -- View this message in context: http://www.nabble.com/acegi-and-jsf-tp16654660s2369p16654660.html Sent from the AppFuse - User mailing list

[appfuse-user] Project structure in maven

2008-04-08 Thread kace
stead of showing the core module the modular application comes with it shows me the core module app I set up so i can make changes directly from any app that uses that core. I hope I'm making sense here. Appreciate any help. Regards, ..kace -- View this message in context: http://www.

Re: [appfuse-user] full-source error 2.0.1 jsf

2008-02-12 Thread kace
this worked for me c:/Docume~1/kace/.m2/repository change it to reflect your location Regards, ..kace -- View this message in context: http://www.nabble.com/full-source-error-2.0.1-jsf-tp15421975s2369p15438109.html Sent from the AppFuse - User mailing list archive at Nabble.com

Re: [appfuse-user] full-source error 2.0.1 jsf

2008-02-12 Thread kace
Thanks Matt, worked liked a charm. Regards, ..kace -- View this message in context: http://www.nabble.com/full-source-error-2.0.1-jsf-tp15421975s2369p15436596.html Sent from the AppFuse - User mailing list archive at Nabble.com

Re: [appfuse-user] full-source error 2.0.1 jsf

2008-02-12 Thread kace
no luck... :( ..kace -- View this message in context: http://www.nabble.com/full-source-error-2.0.1-jsf-tp15421975s2369p15434023.html Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: [appfuse-user] full-source error 2.0.1 jsf

2008-02-12 Thread kace
The relevent settings section looks like C:\Tools\.m2\repository and yeah I have overridenn it in $MAVEN_HOME any ideas? Regards, ..kace --- settings.xml --- C:\Tools\.m2\repository

[appfuse-user] full-source error 2.0.1 jsf

2008-02-11 Thread kace
le to get full-source working. What else can I do? Also Matt, you blogged about the new maven feature: creating an archive from an existing project - how do you do that? Regards, ..kace -- [INFO] [appfuse

Re: [appfuse-user] appsuse 2.0.1 source code dowload

2008-02-11 Thread kace
le to get full-source working. What else can I do? Also Matt, you blogged about the new maven feature: creating an archive from an existing project - how do you do that? Regards, ..kace -- View this message in context: http://www.nabble.com/appsuse-2.0.1-source-code-do

Re: [appfuse-user] facelets/appfuse

2008-01-01 Thread kace
If I take out the contents of and include them directly into the masterTemplate : Default title then title works but would still like to know what the problem could be. Thanks ..kace example of

[appfuse-user] facelets/appfuse

2008-01-01 Thread kace
:v = "http://corejsf.com/validator"; xmlns:a4j = "https://ajax4jsf.dev.java.net/ajax";> dashboard but nothing appears on the browser. If i take away the and leave it as just Default title then it displays "default title" but on the page. Does anyone have sugges

Re: [appfuse-user] a4j and tomcat 6

2007-12-19 Thread kace
Haven't changed the JDK yet but I did test the app using IE and it plays nicely - there's only an issue with firefox. I've asked them to upgrade to update 11 for now. Thanks for the tips ..kace -- View this message in context: http://www.nabble.com/a4j-and-tomcat-6-tp1442299

Re: [appfuse-user] a4j and tomcat 6

2007-12-19 Thread kace
Appfuse 2.0 with Java 6? Thanks ..kace mraible wrote: > > You might check their versions of Tomcat and JDK - then try to > reproduce it locally with those same versions. > > Matt > > On Dec 19, 2007, at 2:15 PM, kace wrote: > >> >> I'm copying the

Re: [appfuse-user] a4j and tomcat 6

2007-12-19 Thread kace
I'm copying the war and deploying manually with a hosting company. ..kace mraible wrote: > > I don't think so. Are you deploying manually by copying the WAR or > are you running "mvn cargo:start -Dcargo.wait=true"? > > Matt > > On Dec 19, 2007, at

[appfuse-user] a4j and tomcat 6

2007-12-19 Thread kace
Hey fellas, Using the Appfuse 2.0 JSF flavor. A4J works when I test on the jetty server but after I deployed it to tomcat 6 it gives me a A4J is not defined error in the console. Is there anything different that needs to be done for tomcat 6? Thanks ..kace -- View this message in context

Re: AW: [appfuse-user] BeanCreationException

2007-12-04 Thread kace
There should only be one of these and that's in main/resources. The one in src/test/resources shouldn't exist. ..kace René Günther wrote: > > Now I changed applicationContext-test.xml, added the property. I got > another > error. I solved it by changing hibernate.cfg

[appfuse-user] clickstream usage

2007-11-27 Thread kace
I was wondering if it was possible to use clickestream in a modular setup so that from the 'admin' web app you could see (viewstream) what is currently happening with the main public app? Any ideas on what could be done here? Thanks for your time. ..kace -- View this message in cont

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-11-05 Thread kace
Hi fellas, I just got this same error when I tried accessing my app. It's been three days since I last accessed it. Did you guys get this issue resolved? I am using appfuse 2 final jsf. Thanks ..kace Ealden Escañan wrote: > > On 10/11/07, Matt Raible <[EMAIL PROTECTED]>

Re: [appfuse-user] null pointer exception !!

2007-10-27 Thread kace
I accessed the bean from the servlet HttpSession session = request.getSession(true); FileList fl = (FileList) session.getAttribute("fileList"); but it returns null so I put this before calling the imageServlet and the bean gets instantiated. Is there another way of doing this

Re: [appfuse-user] null pointer exception !!

2007-10-27 Thread kace
Hey, I never realised my post got throught; came back as not being accepted so I ended up deleting it. Anyway, it was a servlet but I changed it to a pojo now so I can access jsf beans. Out of curiousity how would I go about accessing a bean from a servlet. ..kace Matt Raible-3 wrote

[appfuse-user] null pointer exception !!

2007-10-26 Thread kace
i call this line from any of the other beans it works but here it gives me problems. Am i missing something here? Appreciate any insight. ..kace -- View this message in context: http://www.nabble.com/null-pointer-exception-%21%21-tf4697752s2369.html#a13428694 Sent from the AppFuse - User

Re: [appfuse-user] accessing a folder in modular setup

2007-10-23 Thread kace
= request.getParameter("file"); String uploadDir = getServletContext().getRealPath("/resources/images/"); File imageFile = new File(uploadDir, file); ...kace Ron Anderson wrote: > > How about something like: > > File sourceDirectory = new File(&

[appfuse-user] accessing a folder in modular setup

2007-10-23 Thread kace
database. getServletContext().getRealPath("/resources/images/"); gets me access to the files provided im accessing it from within the admin module but I would like to access it from the other module. Thanks for your time. ..kace -- View this message in context: http://www.

[appfuse-user] Hi guys,

2007-10-23 Thread kace
-- View this message in context: http://www.nabble.com/Hi-guys%2C-tf4680299s2369.html#a13373542 Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[appfuse-user] tomahawk dojoInitializer

2007-10-16 Thread kace
suggestions. Maybe I missed something obvious. Thanks ..kace -- View this message in context: http://www.nabble.com/tomahawk-dojoInitializer-tf4635562s2369.html#a13238289 Sent from the AppFuse - User mailing list archive at Nabble.com

Re: [appfuse-user] jscookmenu and navigationMenuItem with images

2007-10-08 Thread kace
Just did, but to no avail. mraible wrote: > > Have you tried "border: 0"? > > On 10/8/07, kace <[EMAIL PROTECTED]> wrote: >> >> Hey fellas, >> >> anyone know how to get rid of the border when u

[appfuse-user] jscookmenu and navigationMenuItem with images

2007-10-08 Thread kace
Hey fellas, anyone know how to get rid of the border when using icons with jscookmenu and navigationMenuItem adding style="border:none;" doesn't do anything ..kace -- View this message in context: http://www.nabble.com/jscookmenu-and-navigationMenuItem-with-images-tf45

Re: [appfuse-user] outputLabel disappears

2007-09-28 Thread kace
My layout is different and it turns out that I dont get the shifting problem when i remove "display:none" which is good. Thanks Matt. ..kace mraible wrote: > > This is as designed. Because of limited space, and to prevent shifting > of form elements, I made this change in C

[appfuse-user] outputLabel disappears

2007-09-28 Thread kace
Hi fellas, outputLabel is disappearing on me when a required field is missing. Anyone else experiencing this? ..kace -- View this message in context: http://www.nabble.com/outputLabel-disappears-tf4535642s2369.html#a12944397 Sent from the AppFuse - User mailing list archive at Nabble.com

Re: [appfuse-user] ELResolver issue

2007-09-22 Thread kace
Kewl, it works on Tomcat. I guess it must be a jetty issue then. Jetty-run is so sweet that I tend not to use tomcat at all during development but I shall remedy that. Thanks Matt, ..kace mraible wrote: > > Does it happen on Tomcat? > > > On 9/22/07, kace <[EMAIL

[appfuse-user] ELResolver issue

2007-09-22 Thread kace
). Can someone help me out here? Is this a myfaces 1.20 issue? Thankyou ...kace javax.servlet.ServletException: /user/orderForm.xhtml @116,100 itemLabel="#{text['delivery.standard']}": ELResolver cannot handle a null base Object with identifi

Re: [appfuse-user] 2.0 problem with hibernate

2007-09-21 Thread kace
I have one in web/src/main/resources too. So would it be safe to delete the one in test and in web folder? ..kace mraible wrote: > > There should only be one of these, so it may be a bug that there's > two. The one in src/test/resources shouldn't exist. Also, there > s

Re: [appfuse-user] 2.0 problem with hibernate

2007-09-21 Thread kace
if you are running a modular project make sure you are updating the hibernate.cfg.xml file in core\src\main\resources and in core\src\test\resources. For me hibernate.cfg.xml in test was neglected by me so the tests would fail. ..kace Ernas M. Jamil wrote: > > On 9/20/07, kace &

Re: [appfuse-user] 2.0 problem with hibernate

2007-09-20 Thread kace
on further inspection, after a cup of tea and a break, it turns out it is a silly classpath issue . my bad. tis all better again . thanks ..kace kace wrote: > > hey, > > no, I dont have duplicate files. I thought it might be a hibernate > problem so i went back to 3.2.1

Re: [appfuse-user] 2.0 problem with hibernate

2007-09-20 Thread kace
hey, no, I dont have duplicate files. I thought it might be a hibernate problem so i went back to 3.2.1.ga version for hibernate but to no avail. Same problems - modify user class with OneToMany and it messes up. kace mraible wrote: > > Make sure to don't have duplicate hibern

Re: [appfuse-user] 2.0 problem with hibernate

2007-09-20 Thread kace
I just tried it with another of my apps and the exact thing happened. Any modification to the user class with @oneToMany and the tests fail. kace wrote: > > Hey, > > yeah it is added. Everything was working on rc1 but stopped when i took > it over to 2.0. > > Anyt

Re: [appfuse-user] 2.0 problem with hibernate

2007-09-20 Thread kace
Hey, yeah it is added. Everything was working on rc1 but stopped when i took it over to 2.0. ...kace Mike Horwitz wrote: > > Have you checked that com.kace.app.model.League is included in > hibernate.cfg.xml? > > Mike > > On 9/20/07, kace <[EMAIL PROTECTED]>

[appfuse-user] 2.0 problem with hibernate

2007-09-20 Thread kace
everything passes. Has anyone come across this before? Any help would be greatly appreciated. Thanks ..kace errors == testGetUserInvalid(com.kace.app.dao.UserDaoTest) Time elapsed: 0.266 sec

Re: [appfuse-user] 2.0 jsf modular/full source error on jetty:run

2007-09-18 Thread kace
Thanks Matt !! I did indeed run war:inplace but although I deleted the lib folder (think i read that somewhere in the forum) I did not delete the classes folder. That did the trick. Im glad it wasnt a bug. Thankyou :) ...kace mraible wrote: > > Did you run "war:inplace&qu

Re: [appfuse-user] 2.0 jsf modular/full source error on jetty:run

2007-09-18 Thread kace
Nope, just tried and same error ...kace mraible wrote: > > Does mvn clean change the outcome? > > > On 9/18/07, kace <[EMAIL PROTECTED]> wrote: >> >> Hey, >> >> I am receiving the following error when i run jetty:run on a newly >> creat

[appfuse-user] 2.0 jsf modular/full source error on jetty:run

2007-09-18 Thread kace
Hey, I am receiving the following error when i run jetty:run on a newly created 2.0 jsf modular project. I am using the full source and get this: java.lang.NoClassDefFoundError: com/kace/gym/webapp/listener/StartupLis tener (wrong name: org/appfuse/webapp/listener/StartupListener). I checked

Re: [appfuse-user] [ANN] AppFuse 2.0 Released!

2007-09-18 Thread kace
Thats fantastic news. Congrats ! ...kace -- View this message in context: http://www.nabble.com/-ANN--AppFuse-2.0-Released%21-tf4477191s2369.html#a12767157 Sent from the AppFuse - User mailing list archive at Nabble.com

[appfuse-user] url rewrite help

2007-07-03 Thread kace
Hi fellas, can anyone help me iron out the rule on how i could go about prettying up the following url in urlrewrite www.myurl.com/public/product.html?id=1 to say www.myurl.com/product-prettier-name.html thanks for your time kace -- View this message in context: http://www.nabble.com/url

[appfuse-user] embedding login panel in pages

2007-07-02 Thread kace
Hi fellas, I am looking to be able to login from any of my pages but the problem is all the pages are in xhtml. What can i do here? Has anyone modified it so it can be used in this manner? Thanks for your time, kace -- View this message in context: http://www.nabble.com/embedding-login

[appfuse-user] hibernate query related

2007-06-19 Thread kace
g the join table to an intermediate entity instead? Thanks kace -- View this message in context: http://www.nabble.com/hibernate-query-related-tf3947109s2369.html#a11197061 Sent from the AppFuse - User mailing list archive at Nabble.com. --

Re: [appfuse-user] Jar upgrade

2007-04-24 Thread kace
0.9 but it hasnt picked up the jar file - can someone steer me in the right direction please? Thankyou kace -- View this message in context: http://www.nabble.com/Jar-upgrade-tf3620846s2369.html#a10159804 Sent from the AppFuse - User mailing list archive at Nabble.com

[appfuse-user] Jar upgrade

2007-04-20 Thread kace
Can someone tell me what changes I have to make if I wish to upgrade the tomahawk from 1.1.3 to 1.1.5 without upgrading to m5-SNAPSHOT. I`m not sure where i tell appfuse to download 1.1.5 instead of using 1.1.3. Thanks kace -- View this message in context: http://www.nabble.com/Jar-upgrade

Re: [appfuse-user] DataTable and sorting

2007-04-19 Thread kace
some additional information: when i view the dataTable on its own in a seperate page the sort works like it should but when i use it like the following the sort ceases to funciton. -- View this message in context: http://www.nabble.com

Re: [appfuse-user] DataTable and sorting

2007-04-19 Thread kace
java.io.NotSerializableException: org.springframework.beans.factory.support.DefaultListableBeanFactory. Thanks for taking the time kace companyFolderList2 bean public class CompanyFolderList2 extends

[appfuse-user] DataTable and sorting

2007-04-19 Thread kace
movement. paging and sorting works on the tables supplied with appfuse like users but not when it comes to anything ive added. the only difference is that the dataTable gets supplied as any suggestions? kace -- View this message in context

[appfuse-user] jetty:run-war problem

2007-03-22 Thread kace
Hi fellas - 20 minutes ago running mvn jetty:run-war worked and now for some i reason i get the following error. niether jeet:run nor jetty:run-war works now - anyone know what i can do to make it work again? thanks, kace [ERROR] BUILD ERROR [INFO

Re: [appfuse-user] maven goals issue and intelliJ IDEA 6

2007-03-21 Thread kace
:) what do you use with IDEA then or do you just use the command prompt? Kace -- View this message in context: http://www.nabble.com/maven-goals-issue-and-intelliJ-IDEA-6-tf3327309s2369.html#a9592437 Sent from the AppFuse - User mailing list archive at Nabble.com

Re: [appfuse-user] jsf testing error

2007-03-20 Thread kace
(SurefireBooter.java:290) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818) kace -- View this message in context: http://www.nabble.com/jsf-testing-error-tf3434367s2369

Re: [appfuse-user] jsf testing error

2007-03-20 Thread kace
) { this.companyFolderManager = manager; } public CompanyFolderList() { setSortColumn("CompanyFolderID"); // sets the default sort column } public List getCompanyFolders() { return sort(companyFolderManager.getCompanyFolders()); } } kace --

[appfuse-user] jsf testing error

2007-03-20 Thread kace
property not found exception. can someone kindly offer some assistance with this? thankyou kace -- View this message in context: http://www.nabble.com/jsf-testing-error-tf3434367s2369.html#a9574714 Sent from the AppFuse - User mailing list archive at Nabble.com

Re: [appfuse-user] self referencing OneToMany

2007-03-15 Thread kace
Thanks Mike, If i have the sample data as below it gives me the same error - is that the right way to denote a null value 1 title1 -- View this message in context: http://www.nabble.com/self-referencing-OneToMany-tf3402500s2369.html#a9493621 Sent from the AppFuse - User ma

Re: [appfuse-user] self referencing OneToMany

2007-03-15 Thread kace
come on fellas, surely someone can offer me some hints as to where im going wrong here ... -- View this message in context: http://www.nabble.com/self-referencing-OneToMany-tf3402500s2369.html#a9492040 Sent from the AppFuse - User mailing list archive at Nabble.com.

[appfuse-user] self referencing OneToMany Issue

2007-03-14 Thread kace
} private void setParentNotes(Notes parentNotes) { this.parentNotes = parentNotes; } can someone please direct me in the right direction - am I approaching this the wrong way? thankyou kace -- View this message in context: http://www.nabble.com/self-

[appfuse-user] maven goals issue and intelliJ IDEA 6

2007-03-01 Thread kace
this matter. kace ---integration-test c:\SDKs\jdk1.5.0_11\bin\java.exe -classpath C:\Tools\maven-2.0.5\core\boot\classworlds-1.1.jar -Dclassworlds.conf=C:\Tools\maven-2.0.5\bin\m2.conf