Re: [appfuse-user] Store large string/file to image/Blob etc as text/string.

2007-05-13 Thread Nathan Anderson
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

[appfuse-user] Store large string/file to image/Blob etc as text/string.

2007-05-13 Thread Jaymin Shah
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

Re: [appfuse-user] Overwriting User core class?

2007-05-13 Thread pcberg
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

Re: [appfuse-user] How to change struts version to 2.1.0-SNAPSHOT

2007-05-13 Thread Struts2 Fan
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:

Re: [appfuse-user] one to many problem on appfuse2.0-m4

2007-05-13 Thread Eric Fitzsimmons
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