If you are only storing text you probably want a CLOB rather than a BLOB [but
either would work]. Most databases support large objects--so make sure you are
using the correct dialect for the database you are using. If you are using one
of the milestone release of AppFuse 2.0 then you will want
We want to store large string/text values to our table. Typically it would
have text/string values only. We would like to have an attribute in
Hibernate class as String mapped to some DB type that can store large
text/string values. We expect to have DB type as Image/Blob. I am not sure
that hiber
Turns out I put the appfuse-data-common exclude in the wrong section of the
pom.xml. There are several "dependencies" nodes and it has to be in
project/dependencies. I put it for a plugin. Duh!
Secondly I removed appfuse-data-common from Project -> Preferences -> Java
Build Path (for eclipse).
T
Thanks Matt,
They made all the names of interceptors camel type. But when I changed that
there were more errors when I run the application, so until they release
2.1.0 GA release, I don't use it in my project. I will test them in their
struts-showcase project.
--
View this message in context:
Sorry I couldn't help much, but glad you found it.
GBSGBSGBS wrote:
i'v solved this problem yet...
i mistake a struts tag in my jsp pages(tag)
thank u Eric
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional