Re: OJB 1.0.x and Java5.0

2005-08-07 Thread Jason Pyeron
] -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner Sr. Manager 7 West 24th Street #100 - - +1 (443) 921-0381 Baltimore

Re: Future of OJB?

2005-05-03 Thread Jason Pyeron
Could you please explain more. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner Sr. Manager 7 West 24th Street #100

mysql, ojb palm pilot?

2005-04-05 Thread Jason Pyeron
does any one know if, palm has the capability of running mysql or hsql with ojb? examples? -jason pyeron -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http

database connections...

2004-09-22 Thread Jason Pyeron
PersistenceBroker broker; //... Connection C=broker.serviceConnectionManager().getConnection(); do we close this connection when we are done? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

MySQL and primary keys

2004-08-26 Thread Jason Pyeron
://projects.pyerotechnics.com/show_bug.cgi?id=140 Many thanks, Jason Pyeron p.s. out Reverse DB tool is coming along nicely http://public.pyerotechnics.com/cordova -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason

reverse db app ideas, needs review

2004-08-24 Thread Jason Pyeron
modify dump.bat for your needs. will post web site soon -jp -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron http://www.pyerotechnics.com - - Partner Sr. Manager

Re: reverse db app ideas, needs review

2004-08-24 Thread Jason Pyeron
Since some people have attachement blockers on their system, here is a link: http://www.pyerotechnics.com/AutoBase.tgz On Tue, 24 Aug 2004, Jason Pyeron wrote: modify dump.bat for your needs. will post web site soon -jp

out of the box SQL - .java tool?

2004-08-20 Thread Jason Pyeron
:( Any links, ideas, etc. Sincerely, Jason Pyeron -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron http://www.pyerotechnics.com - - Partner Sr. Manager Pyerotechnics

Re: ojb-blank libs

2004-06-22 Thread Jason Pyeron
] -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron http://www.pyerotechnics.com - - Partner Sr. Manager Pyerotechnics Development, Inc. - - +1 (443) 451-2697 500 West University Parkway #1S - - +1 (410) 808-6646 (c) Baltimore, Maryland 21210

OJB.properties/repository.xml in a jar file? Was Re: Problems using Tomcat + OJB

2003-12-03 Thread Jason Pyeron
We are trying to deploy an application as a single jar file. But we cant seem to get the OJB subsystem to load its files from inside the jar. any suggestions? Jason Pyeron On Wed, 3 Dec 2003, Antonio Gallardo wrote: Rogerio Tambellini dijo: Thanks for everyone, I just moved the files

Re: Object replication vs RDBMS replication (little off topic)

2003-11-30 Thread Jason Pyeron
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron http

another tool for OJB...

2003-11-24 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron http://www.pyerotechnics.com - - Partner Sr. Manager Pyerotechnics Development, Inc. - - +1 (443) 451-2697 500 West University Parkway #1S - - +1 (410) 808-6646 (c) Baltimore, Maryland 21210-3253

confused about how to port some sql queries...

2003-11-22 Thread Jason Pyeron
, java.lang.String[] columns, Criteria criteria) what is this targetClass? Sincerely, Jason Pyeron -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron http://www.pyerotechnics.com

Re: confused about how to port some sql queries...

2003-11-22 Thread Jason Pyeron
;); stmt.setInt(1,emp.getId()); ResultSet rs=stmt.executeQuery(); min=rs.getDate(1); rs.close(); stmt.close(); C.close(); broker.close(); On Sat, 22 Nov 2003, Jason Pyeron wrote: I have a prepared statement like so: SELECT min(tsin) FROM timeclock WHERE ref_employee

mysql [and others], code generation, repository generation...

2003-11-17 Thread Jason Pyeron
I have given up, now I am having a tool written. Attached are some files to review. If you wan to please review them, make comments etc... Sincerely, Jason Pyeron

Re: [rc4 / BUG] major memory leak in MetadataManager

2003-11-17 Thread Jason Pyeron
. if true, then DITO. -Jason Pyeron -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron http://www.pyerotechnics.com - - Partner Sr. Manager Pyerotechnics Development, Inc

RE: [rc4 / BUG] major memory leak in MetadataManager

2003-11-17 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron http://www.pyerotechnics.com - - Partner Sr. Manager Pyerotechnics Development, Inc. - - +1 (443) 451-2697 500 West University Parkway #1S - - +1 (410

Re: Druid Working, More Info on How To

2003-11-17 Thread Jason Pyeron
. -Jason Pyeron -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron http://www.pyerotechnics.com - - Partner Sr. Manager Pyerotechnics Development, Inc. - - +1 (443) 451

RE: Druid Working, More Info on How To

2003-11-17 Thread Jason Pyeron
yes that was line of thought too, until I wrote an DatabaseMetaData2XML util (posted earlier today) and all of the fk/pk/indecies were there. On Mon, 17 Nov 2003, Charles Anthony wrote: From: Jason Pyeron [mailto:[EMAIL PROTECTED] On Mon, 17 Nov 2003, Robert S. Sfeir wrote: I've

Re: Druid Working, More Info on How To

2003-11-17 Thread Jason Pyeron
BEAT DRUID WITH STICK or atleast with section 1.6 of the tutorial. now on to code generation -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron http://www.pyerotechnics.com

RE: Which database to use - PostgreSQL or MySQL?

2003-11-17 Thread Jason Pyeron
] -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron http://www.pyerotechnics.com - - Partner Sr. Manager Pyerotechnics Development, Inc. - - +1 (443) 451-2697 500 West University Parkway #1S - - +1 (410) 808-6646 (c) Baltimore

Druid, OJB, MySQL...

2003-11-16 Thread Jason Pyeron
OK I have been going out of my mind. I am still looking for a solution to generate the repository.xml, and some .java files for my MySQL (4.x InnoDB w/ FK's) schema. Can anyone walk me through it (once), and I will then write up some docs on how to do it. Sincerely, Jason Pyeron

Archives... http://db.apache.org/mail.html

2003-11-16 Thread Jason Pyeron
Can the archive link be fixed? if there are no archives currently, can the be created? we will provide the resources if needed. This is very frustrating. Sincerely, Jason Pyeron

RE: Archives... http://db.apache.org/mail.html

2003-11-16 Thread Jason Pyeron
://db.apache.org/ojb/mail-archives.html HTH Shane -Original Message- From: Jason Pyeron [mailto:[EMAIL PROTECTED] Sent: Monday, 17 November 2003 10:50 a.m. To: OJB Users List; OJB Dev List Subject: Archives... http://db.apache.org/mail.html Can the archive link be fixed

RE: Archives... http://db.apache.org/mail.html

2003-11-16 Thread Jason Pyeron
, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron http://www.pyerotechnics.com - - Partner Sr

Re: OJB Still alive? [yes]

2003-11-15 Thread Jason Pyeron
PROTECTED] -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron http://www.pyerotechnics.com - - Partner Sr. Manager Pyerotechnics Development, Inc. - - +1 (443) 451-2697

mysql identity columns?

2003-10-03 Thread Jason Pyeron
Any suggestions on this? I am trying to inser a NEW Address object. -Jason Pyeron class com.pyerotechnics.customer.mmserv.rejistore.tier1.dataobjects.Addresses: addr1:t addr2:t addr3:t city:t id:null name:test notes:x postal:t state:t type:Work typeRef:null phoneNumbers:null

multiple JVM proxy example

2003-09-29 Thread Jason Pyeron
Does any one know of a simeple nocache proxy multiple JVM example? Sincerely, Jason Pyeron -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron http://www.pyerotechnics.com

reverse-db issue:

2003-09-13 Thread Jason Pyeron
] at org.apache.ojb.tools.mapping.reversedb.gui.JFrmMainFrame.analyzeSchema(JFrmMainFrame.java:128) Sincerely, Jason Pyeron -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron http

Re: updating using SQL ansi udfs

2003-09-01 Thread Jason Pyeron
On Mon, 1 Sep 2003, Roland Carlsson wrote: Why should you use sql when OJB handles the situation without any problem? http://db.apache.org/ojb/tutorial1.html scroll down to Updating Objects. From: Jason Pyeron [EMAIL PROTECTED] Sent: Sunday, August 31, 2003 10:31 PM UPDATE table_name

updating using SQL ansi udfs

2003-08-31 Thread Jason Pyeron
To the list: If I could do a SQL update of the like: UPDATE table_name SET date_col=NOW() WHERE id=###; How should this be done under OJB? Sincerely, Jason Pyeron

OJB.properties location issue...

2003-08-27 Thread Jason Pyeron
To all, For silly reasons we are not allowed to put the OJB.properties file in a CLASSPATH directory. Can the properties be spcified from the java code or better yet, can the location (and name?) of OJB.properties be specified? TIA Jason Pyeron

RE: OJB.properties location issue...

2003-08-27 Thread Jason Pyeron
for ORB? Jason Pyeron On Wed, 27 Aug 2003, Charles Anthony wrote: i.e. it seems you can specify the filename in the system property OJB.properties So specify on the command line that start the JVM the following : -DOJB.properties=/fullpath/to/MyOJB.properties or -DOJB.properties=c