RE: Most Stable OJB version

2004-03-15 Thread Muhammad Aamir
I think RC5 is better than RC4 in all aspects. -Original Message- From: Chris Lewington [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 16:01 To: [EMAIL PROTECTED] Subject: Most Stable OJB version Hi all, I'm planning to upgrade from version 0.9.7 (yes, I know that is rather old

Proxy collection

2004-03-08 Thread Muhammad Aamir
a connection to materialize the collection ?? Thank you, Muhammad Aamir Senior Software Engineer Karachi International Container Terminal E-mail: [EMAIL PROTECTED] Website: http://www.kictl.com

RE: Mapping Inheritance

2004-03-03 Thread Muhammad Aamir
-Original Message- From: Muhammad Aamir Sent: Wednesday, March 03, 2004 3:08 PM To: [EMAIL PROTECTED] Subject: Mapping Inheritance How can we implement inheritance with one table for each class and tables are joined with foreign key (no duplicating columns) Thank you, Muhammad Aamir Senior

Mapping Inheritance

2004-03-03 Thread Muhammad Aamir
How can we implement inheritance with one table for each class and tables are joined with foreign key (no duplicating columns) Thank you, Muhammad Aamir Senior Software Engineer Karachi International Container Terminal Tel: (9221) 2316401-20 Fax: (9221) 2313816 E-mail: [EMAIL PROTECTED

Proxy collection and persistence broker

2004-02-25 Thread Muhammad Aamir
a connection to materialize the collection ?? Thank you, Muhammad Aamir Senior Software Engineer Karachi International Container Terminal E-mail: [EMAIL PROTECTED] Website: http://www.kictl.com

OJB and NetBeans modules

2004-02-19 Thread Muhammad Aamir
read. java:151) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137) at java.awt.EventDispatchThread.run(EventDispatchThread.java:100) Thanks, Muhammad Aamir Senio

RE: Unique column

2004-02-13 Thread Muhammad Aamir
and in database create a UNIQUE index. Almost all databases knows the UNIQUE concept. If it need be auto-generated, look docs about auto-increment. If it isn't numeric, and need be unique, you can create your own Sequence Manager. Check docs. Best regards, Edson Richter - Original Message

RE: Unique column

2004-02-13 Thread Muhammad Aamir
Re-post -Original Message- From: Muhammad Aamir Sent: Wednesday, February 11, 2004 9:51 AM To: [EMAIL PROTECTED] Subject: Unique column There is a column that I want it to be unique in the table. How can I implement this business rule ?? Thanks Aamir

reverse-db

2004-02-12 Thread Muhammad Aamir
I understand there is a tool to generate OJB mappings (repository.xml), named reverse-db ? >From where can I download it ? Muhammad Aamir Senior Software Engineer Information Resource Dept. Karachi International Container Terminal Tel: (9221) 2316401-20 Fax: (9221) 2313816 E-mail: [EM

Unique column

2004-02-10 Thread Muhammad Aamir
There is a column that I want it to be unique in the table. How can I implement this business rule ?? Thanks Aamir

RE: FW: NetBeans and OJB

2004-01-12 Thread Muhammad Aamir
At last it's done! I put all ojb jars and db driver jar and my jar file (persistence classes) in nb-home/lib/ext directory. No there is only one thing remaining, I've to mention OJB.properties using absolute path like: System.setProperty("OJB.properties", "c:/work/test/OJB.properties"); And in

RE: FW: NetBeans and OJB

2004-01-12 Thread Muhammad Aamir
ry to put OJB.properties in nb-home/bin directory... Best regards, Edson Richter - Original Message - From: Muhammad Aamir To: OJB Users List Sent: Monday, January 12, 2004 9:39 AM Subject: RE: FW: NetBeans and OJB No Success! :( I've mounted a directory c:\wor

RE: FW: NetBeans and OJB

2004-01-12 Thread Muhammad Aamir
ies and install the libs in netbeans-dir/modules/ext - do it the nasty way and install in netbeans-dir/lib/ext Good luck. Rob :) > -Original Message- > From: Muhammad Aamir [mailto:[EMAIL PROTECTED] > Sent: Saturday, 10 January 2004 3:04 a.m. > To: OJB Users List > Subject: RE:

RE: FW: NetBeans and OJB

2004-01-10 Thread Muhammad Aamir
o, if you need to use Internal Execution, you should set complete path for repository/ojb.properties. I sugest you to use External Execution, and set Working Directory (to avoid annoiances). I've collected these info in more than a year working with OJB inside NetBeans. Best regards, Edson Ric

RE: FW: NetBeans and OJB

2004-01-09 Thread Muhammad Aamir
ternal Execution, and set Working Directory (to avoid annoiances). I've collected these info in more than a year working with OJB inside NetBeans. Best regards, Edson Richter - Original Message - From: Muhammad Aamir To: OJB Users List Sent: Friday, January 09, 2004 9:38 AM

RE: FW: NetBeans and OJB

2004-01-09 Thread Muhammad Aamir
NetBeans IDE is a wonderful modular application and you can develop your own application on top of NetBeans platform. I want to use NetBeans platform and my developed modules to build my application. The answer of your question that why I am using internal execution, is that I want to do some expe

RE: FW: NetBeans and OJB

2004-01-09 Thread Muhammad Aamir
Q- Does it work when you run it from the command line (not from within the IDE) in directory c:\work\easy ? A- Not only does it execute from command line it also executes from within IDE when the execution type is External. Q- You should check that in OJB.properties the repository.xml file is co

FW: NetBeans and OJB

2004-01-09 Thread Muhammad Aamir
Moreover, I've set property as: System.setProperty("OJB.properties", c:/work/easy/OJB.properties"); Aamir -Original Message- From: Muhammad Aamir Sent: Friday, January 09, 2004 4:35 PM To: OJB Users List Subject: RE: NetBeans and OJB Thank you for your quick

RE: NetBeans and OJB

2004-01-09 Thread Muhammad Aamir
Thank you for your quick reply. It's a simple application that prints values of from small table from a main() method. I've mounted C:\work\easy in my IDE along with commons-pool*.jar, commons-lang*.jar, commons-collection*.jar, commons-dbcp*.jar, db-ojb-1.0.rc5.jar and classes111.jar. I've d

NetBeans and OJB

2004-01-09 Thread Muhammad Aamir
pecifically that where my OJB.properties is. But it also doesn't work and it give an error like ExceptionInitializ(ation)Error. I've spent hours in it and tried different possible solutions but didn't succeed. Is there anyone who faced the same problem and tells me the solution? Thank you, Muhammad Aamir