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