Re: [appfuse-user] Re: Custom binding of SELECT element

2007-12-15 Thread Alejandro Castro
Lukasz, I think what you need here is to crear a property editor for your Type class. you will then use "type" as your path instead of "type.id" since what you are actually setting is a type. your property editor will now how to set a type based on its id. you might want to check out this link fo

[appfuse-user] Hibernate/JPA + CollectionOfElements and extending AppFuse's GenericDao

2007-12-15 Thread Alexander Coles
Hi, I am having an issue with a DAO test. The problem arises when trying to remove an item from an ArrayList annotated as a Hibernate @CollectionOfElements - I am finding that that I am getting a failure on the respective JUnit tests (see final, commented-out assertion in the test methods

[appfuse-user] Problem with PropertyConfigurer/ Compass + JPA + AppFuse 2.0 Integration

2007-12-15 Thread Alexander Coles
Hi, Like a couple others on the list, I have a user requirement for full- text searching capabilities in an application that I am developing. As such, I decided to go with Lucene, through its Compass abstraction. I actually got Compass + Spring + Hibernate more or less working in a past ap

Re: [appfuse-user] Translation

2007-12-15 Thread Alexander Coles
I have been using poEdit for some PHP/gettext work that I am doing, but as far as Java is concerned, If what you get out of the box in Eclipse isn't to your taste, I remember that Exadel Studio (which I no longer use) had some additional tools for editing property files - but it wasn't exactl

[appfuse-user] Re: Custom binding of SELECT element

2007-12-15 Thread Ɓukasz Bachman
Dear AppFuse users, well, I figured out that the best way is to use Spring's tag, but I have following error when I try to display my form: ... ERROR [btpool0-1] SelectTag.doStartTag(84) | Invalid property 'type' of bean class [...Comment]: Value of nested property 'type' is null org.springfram

Re: [appfuse-user] Bad temp directory

2007-12-15 Thread alterum
For the record, this error occurs while you try to run jetty:run-war from the root folder of a modular project instead of running it from the web folder. mraible wrote: > > I haven't seen this error before. You might try changing your Jetty > version to 6.1.5 and using Java 5 (as opposed to Ja

Re: [appfuse-user] Could not get ConfigurationTask ? sping mvc - jsf

2007-12-15 Thread alterum
Ok, atleast for my case, I found the problem. JAVA_HOME was set to point to JDK1.4. I never guessed it as my path was referring to JDK1.5. So I tried java -version and thought that Maven was using 1.5. My bad! Regards, Balaji alterum wrote: > > Hi emmettwalsh , > Could you resolve the issue? I

Re: [appfuse-user] Could not get ConfigurationTask ? sping mvc - jsf

2007-12-15 Thread alterum
Hi emmettwalsh , Could you resolve the issue? I'm getting the same error and could not proceed further. Thanks. Balaji Mike Horwitz wrote: > > Looks like there is an issue with the configuration of the Maven Hibernate > 3 > project in your core module's pom.xml. Could you post the snippet from