-
Hello?.
2005-08-11 19:46:45 UTC by sflrs
-
I have begun to use ojb and ojbc. With tomcat 4.1, it looked pretty good. (I have trouble with exporting a repository "Cannot find bean descriptorViewForm in any scope" and some other one I can't remember right now.)
When I use the same code in tomcat 5.5.4, (java 1.4 in compatible mode) I can validate a repository, but I get "[ServletException in:/layout/controls/griditem.jsp]...
2004-11-16 08:01:58 UTC by clqualset
-
By default, I don't see any jcd Alias drop down from the "manage database key". Any advice in setting up a oracle jcdAlias and has it appears on that page.
Thanks,
Gl.
2004-07-26 03:05:41 UTC by glkev
-
By default, I don't see any jcd Alias drop down from the "manage database key". Any advice in setting up a oracle jcdAlias and has it appears on that page.
Thanks,
Gl.
2004-07-26 03:04:59 UTC by glkev
-
I upgraded OJBC to use OJB rc5. It is not required for the console to work. This is the first release with rc5.
2004-02-08 16:02:22 UTC by ajbiv
-
ajbiv committed patchset 59 of module ojbc-main to the OJB Console CVS repository, changing 2 files.
2004-02-08 15:55:59 UTC by ajbiv
-
ajbiv committed patchset 58 of module ojbc-main to the OJB Console CVS repository, changing 6 files.
2004-02-08 15:08:04 UTC by ajbiv
-
For example, we have classes A,B, and C. There are
association A (1) -> B (n) and C(1) -> B(n). I would
like to insert instance of B and connect this instance
to A and C . All classes have primery keys of UID type
and autoincrement.
If I go via class A and change collection in A, how can
I connect new instance to existing B (change refernce
to B in class C). And second, it seems to me...
2004-02-08 14:58:35 UTC by ajbiv
-
Logged In: YES
user_id=664916
added the keys.
2004-02-08 14:55:56 UTC by ajbiv
-
In ApplicationResources.properties there weren't keys
text.errorPage, text.stackTrace, text.stateInformation
and it results in a huge stack trace in Tomcat. When I
add these keys, the exception page is displayed properly.
2004-02-08 14:55:12 UTC by ajbiv