[appfuse-user] How to insert a large character object into Oracle database from Appfuse.

2007-11-18 Thread phamvubinh
Hi all, I'm using Appfuse with JSF framework. Now I want to insert a long string (about 10.000 characters) into Oracle database. Can you tell me, which datatype do I can use to persist that string. Thanks, Binh Pham. -- View this message in context: http://www.nabble.com/How-to-insert-a-large-

Re: [appfuse-user] AppFuse 2 + Hibernate + Struts - Master-detail form - update master and detail data in one transaction

2007-11-18 Thread Rob Hills
Hi All, After chipping away at this all weekend I'm still stuck. To summarise the problem (detailed previously in this thread), I have a form that simultaneously edits a Parent record and its related child records (I'm calling the POJOs "Parent" and "Child" for simplicity) but when I try and

Re: [appfuse-user] Quick Start Library Problems

2007-11-18 Thread Matt Raible
On 11/18/07, Frank Lawlor <[EMAIL PROTECTED]> wrote: > > > Thanks, > > I found it in my home directory. > > I don't know if it is there because the script puts it in home or because > that was (unfortunately) where I ran the setup scripts. > > Once I set a variable in Eclipse many of the errors wen

Re: [appfuse-user] Appfuse 2.0 & Hibernate Tools Console Configuration issue

2007-11-18 Thread wernerlauwers
Hi Roy this is done by default by the Hibernate Console Configuration wizard. I've checked it again and yes my project's classpath is there (including Mysql/Hibernate/Acegi jars', see http://www.nabble.com/Using-Hibernate-Tools-w--appfuse-tf3985589s2369.html#a11316390 http://www.nabble.com/Usin

Re: [appfuse-user] Quick Start TagLib probem

2007-11-18 Thread Frank Lawlor
setting M2_REPO resolved these problems. I think this illustrates the problem of having so many "bogus" errors. You get so used to seeing so many errors that all of them get dismissed as bogus. -- View this message in context: http://www.nabble.com/Quick-Start-TagLib-probem-tf4831528s2369.html#

Re: [appfuse-user] AppFuse 2 Development Environment Setup

2007-11-18 Thread Frank Lawlor
setting M2_REPO managed to cut the number of errors in half. -- View this message in context: http://www.nabble.com/AppFuse-2-Development-Environment-Setup-tf4829541s2369.html#a13824594 Sent from the AppFuse - User mailing list archive at Nabble.com.

Re: [appfuse-user] Quick Start Library Problems

2007-11-18 Thread Frank Lawlor
Thanks, I found it in my home directory. I don't know if it is there because the script puts it in home or because that was (unfortunately) where I ran the setup scripts. Once I set a variable in Eclipse many of the errors went away. Not only did this allow the libs to be found (resolving thos

Re: [appfuse-user] Quick Start Library Problems

2007-11-18 Thread Matt Raible
On 11/18/07, Frank Lawlor <[EMAIL PROTECTED]> wrote: > > > Mike, > > Thanks for the pointer. > > Sure would have been nice if the directions at > http://appfuse.org/display/APF/Development+Environment mentioned this. > > I tried to use mvn -Declipse.workspace=C:\Source eclipse:add-maven-repo > but

Re: [appfuse-user] AppFuse 2 Development Environment Setup

2007-11-18 Thread Matt Raible
It's not AppFuse's fault - it's Eclipse. You could always use IDEA or NetBeans and probably see less "errors". ;-) I've heard Eclipse 3.3 (Europa) has a much better JSP editor. Matt On 11/18/07, Frank Lawlor <[EMAIL PROTECTED]> wrote: > > > Thanks Mike. > > I understand the the issue of bogus err

[appfuse-user] Running from Eclipse

2007-11-18 Thread Frank Lawlor
The directions in http://appfuse.org/display/APF/Eclipse say (not very helpfully) "After configuring Eclipse, you should be able to compile your project and run tests from within your IDE". In AppFuse 1 this was a less-than-simple task. We had to define the location of tomcat in metadata/conf/to

Re: [appfuse-user] AppFuse 2 Development Environment Setup

2007-11-18 Thread Frank Lawlor
Thanks Mike. I understand the the issue of bogus errors (I've had to live with it in AppFuse 1), but it seems even worse in AppFuse 2. As a developer I'm concerned that with so many "errors" I can tell what is really an error. I hope there is some plan to resolve this in the future. -- View th

Re: [appfuse-user] Quick Start Library Problems

2007-11-18 Thread Frank Lawlor
Mike, Thanks for the pointer. Sure would have been nice if the directions at http://appfuse.org/display/APF/Development+Environment mentioned this. I tried to use mvn -Declipse.workspace=C:\Source eclipse:add-maven-repo but it didn't seem to work. I assume (?) that "C:\Source" should actually

Re: [appfuse-user] Quick Start Library Problems

2007-11-18 Thread Michael Horwitz
The maven eclipse plugin sets up your project so that jar files in the repository are referenced using a variable for the repository location. Details on how to set up eclipse can be found here: http://www.appfuse.org/display/APF/Eclipse, in particular the bits about setting up the M2_REPO variable

Re: [appfuse-user] Appfuse 2.0 & Hibernate Tools Console Configuration issue

2007-11-18 Thread RoyPorter
Have you added your project onto the classpath for the hibernate console configuration? Roy. wernerlauwers wrote: > > Hi > > I have an issue in getting a valid Hibernate Tools console configuration > with my appfuse 2.0 based project. Maybe this should go to the hibernate > tools forum, but

[appfuse-user] Quick Start Library Problems

2007-11-18 Thread Frank Lawlor
After following the directions for the Quick Start installation and for Eclipse, the Eclipseenvironment is showing a bunch of errors indicating that essentally it is not finding many jar files. For example, it says it cannot find the import for clickstream in the clickstream.jsp. The clickstream

Re: [appfuse-user] Quick Start TagLib probem

2007-11-18 Thread Michael Horwitz
On Nov 18, 2007 7:46 PM, Frank Lawlor <[EMAIL PROTECTED]> wrote: > > I followed the directions in the quick start > (http://appfuse.org/display/APF/AppFuse+QuickStart) to install the Spring > MVC Basic Archtype and then set up my MyEclipse development environment. > > The environment shows a bunch

Re: [appfuse-user] AppFuse 2 Development Environment Setup

2007-11-18 Thread Michael Horwitz
On Nov 18, 2007 7:02 PM, Frank Lawlor <[EMAIL PROTECTED]> wrote: > > > > Rob Hills wrote: > > > > ... > > > > HTH, > > > > Rob Hills > > Waikiki, Western Australia > > > > Rob, > > I really do appreciate your taking the trouble to reply, but you basically > just told me to follow the directions wh

[appfuse-user] Quick Start TagLib probem

2007-11-18 Thread Frank Lawlor
I followed the directions in the quick start (http://appfuse.org/display/APF/AppFuse+QuickStart) to install the Spring MVC Basic Archtype and then set up my MyEclipse development environment. The environment shows a bunch of errors on the taglibs.jsp file, e.g: <%@ taglib uri="http://acegisecur

Re: [appfuse-user] Spring MVC in action, does anyone...

2007-11-18 Thread Michael Horwitz
Don't know for sure but I would assume http://www.springframework.org/ and http://www.interface21.com/ are likely candidates? You could always drop either one of them a line and see what they have to say. Mike. On Nov 16, 2007 9:17 PM, John Kwon <[EMAIL PROTECTED]> wrote: > I've done plenty in t

Re: [appfuse-user] Question about nested jsps

2007-11-18 Thread Michael Horwitz
Just exclude the URL in the decorators.xml file. Mike. On Nov 16, 2007 7:03 PM, John Kwon <[EMAIL PROTECTED]> wrote: > The customer just asked if I could have one of the jsp pages in my Spring > app not be nested in with the defaults - i.e., no header.jsp, etc. > > Any quick way to do this? >

Re: [appfuse-user] AppFuse 2 Development Environment Setup

2007-11-18 Thread Frank Lawlor
Rob Hills wrote: > > ... > > HTH, > > Rob Hills > Waikiki, Western Australia > Rob, I really do appreciate your taking the trouble to reply, but you basically just told me to follow the directions which you recognize that I already read. I still have an Eclipse environment with a bunch of

Re: [appfuse-user] Display issue with s:datetimepicker?

2007-11-18 Thread Marcello Teodori
I solved the whitespace issue modifying the table bottom margin in typo.css: table { font-size: 1em; margin: 0 0 0 0; padding: 0; } I am using the andreas01 CSS, but the problem was also present with the other CSS. Marcello mraible wrote: > > I haven't seen #1

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-18 Thread Alejandro Castro
Hey Tia, I got mine working, but I'm using a basic archetype, not the modular. Anyway I didn't need to override xfire-servlet.xml, I just configured my beans in the application-context.xml located on WEB-INF folder. So go ahead and copy this definition into that file and check if that works. [cod

Re: [appfuse-user] AppFuse 2 Development Environment Setup

2007-11-18 Thread Rob Hills
Hi Frank, Frank Lawlor wrote: I am trying to set up AppFuse 2. I followed the instructions at http://appfuse.org/display/APF/AppFuse+QuickStart. Seemed to go ok (but it set up my project in my documents dir w/o even asking me where I REALLY want it!) It's a shame you find it all so confusing.

[appfuse-user] Appfuse 2.0 & Hibernate Tools Console Configuration issue

2007-11-18 Thread wernerlauwers
Hi I have an issue in getting a valid Hibernate Tools console configuration with my appfuse 2.0 based project. Maybe this should go to the hibernate tools forum, but I couldn't really figure out wether it's an appfuse issue or an hibernate tools issue. Version information: Eclipse 3.3 / Hiberna

Re: [appfuse-user] Candy 4 AppFuse Questions

2007-11-18 Thread Abel MuiƱo
As the Candy for AppFuse developer, please don't blame my faults on the AppFuse crew :) . I'm afraid Candy for AppFuse development has been stalled for a while, due to issues related to maven support in eclipse (as you know, AppFuse 2 uses maven). More precisely, Candy has not been updated to wor

Re: [appfuse-user] Candy 4 AppFuse Questions

2007-11-18 Thread Joel Grignou
Hi, > Since I use MyEclipse, I was interested in the comment in the AppFuse 2 > quick start http://appfuse.org/display/APF/AppFuse+QuickStart about using > Candy for Eclipse. > > However, the link took me to a page with a confusing discussion of maven > support and a link under "How to get it" wh

[appfuse-user] AppFuse 2 Development Environment Setup

2007-11-18 Thread Frank Lawlor
I am trying to set up AppFuse 2. I followed the instructions at http://appfuse.org/display/APF/AppFuse+QuickStart. Seemed to go ok (but it set up my project in my documents dir w/o even asking me where I REALLY want it!) I need to use it with MyEclipse so I followed the link to to http://appfuse.