You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by Jason Pyeron <ja...@pyeron.com> on 2003/08/28 16:14:09 UTC

PATCH FROM OJB Users List discussion Re: OJB.properties location issue...

To all,

I am not on the dev list, please cc me in conversation.

Some javadoc updates, they would have helped me avoid list asking.

Can I get a mail when committed or rejected?

Sincerely,

Jason Pyeron

On Wed, 27 Aug 2003, Brian McCallister wrote:

> > ps: how does one submit a (javadoc) patch for ORB?
> 
> Change the doc-comment source in the appropriate .java file, email it 
> to the ojb-dev@db.apache.org email address. You can attach the modified 
> file, or inline the diff.
> 
> The email will go through without the attachment, then Armin will write 
> you back asking you to email it directly him. It is a sort of 
> roundabout process ;-)
> 
> -Brian
> 
> On Wednesday, August 27, 2003, at 12:35 PM, Jason Pyeron wrote:
> 
> > Thanks,
> >
> > it works like a charm.
> >
> > # OJB.properties -- configuration of the OJB runtime environment
> > repositoryFile=data/conf/repository.xml
> >
> > and then...
> >
> >     System.setProperty("OJB.properties","data/conf/OJB.properties");
> >     new TestOJB().queryDatabase();
> >
> >
> >
> > 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:/temp/MyOJB.properties
> >
> > or
> >
> > -DOJB.properties=relative/path/to/MyOJB.properties
> >
> >>
> >>> -----Original Message-----
> >>> From: Jason Pyeron [mailto:jason@pyeron.com]
> >>> Sent: Wednesday, August 27, 2003 5:15 PM
> >>>
> >>> Can the properties be spcified from the java code or better
> >>> yet, can the
> >>> location (and name?) of OJB.properties be specified?

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                   http://www.pyerotechnics.com   -
- Partner & Sr. Manager         Pyerotechnics Development, Inc. -
-                               500 West University Parkway #1S -
- +1 (410) 808-6646             Baltimore, Maryland  21210-3253 -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain 
privileged, proprietary, or otherwise private information. If you 
have received it in error, purge the message from your system and 
notify the sender immediately.  Any other use of the email by you 
is prohibited.




Re: PATCH FROM OJB Users List discussion Re: OJB.properties location issue...

Posted by Armin Waibel <ar...@code-au-lait.de>.
Hi Jason,

checked in your javadoc updates.

regards,
Armin

----- Original Message -----
From: "Jason Pyeron" <ja...@pyeron.com>
To: <oj...@db.apache.org>
Cc: "Jason Pyeron" <jp...@pyerotechnics.com>
Sent: Thursday, August 28, 2003 4:14 PM
Subject: PATCH FROM OJB Users List discussion Re: OJB.properties
location issue...


> To all,
>
> I am not on the dev list, please cc me in conversation.
>
> Some javadoc updates, they would have helped me avoid list asking.
>
> Can I get a mail when committed or rejected?
>
> Sincerely,
>
> Jason Pyeron
>
> On Wed, 27 Aug 2003, Brian McCallister wrote:
>
> > > ps: how does one submit a (javadoc) patch for ORB?
> >
> > Change the doc-comment source in the appropriate .java file, email
it
> > to the ojb-dev@db.apache.org email address. You can attach the
modified
> > file, or inline the diff.
> >
> > The email will go through without the attachment, then Armin will
write
> > you back asking you to email it directly him. It is a sort of
> > roundabout process ;-)
> >
> > -Brian
> >
> > On Wednesday, August 27, 2003, at 12:35 PM, Jason Pyeron wrote:
> >
> > > Thanks,
> > >
> > > it works like a charm.
> > >
> > > # OJB.properties -- configuration of the OJB runtime environment
> > > repositoryFile=data/conf/repository.xml
> > >
> > > and then...
> > >
> > >
System.setProperty("OJB.properties","data/conf/OJB.properties");
> > >     new TestOJB().queryDatabase();
> > >
> > >
> > >
> > > 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:/temp/MyOJB.properties
> > >
> > > or
> > >
> > > -DOJB.properties=relative/path/to/MyOJB.properties
> > >
> > >>
> > >>> -----Original Message-----
> > >>> From: Jason Pyeron [mailto:jason@pyeron.com]
> > >>> Sent: Wednesday, August 27, 2003 5:15 PM
> > >>>
> > >>> Can the properties be spcified from the java code or better
> > >>> yet, can the
> > >>> location (and name?) of OJB.properties be specified?
>
> --
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> -                                                               -
> - Jason Pyeron                   http://www.pyerotechnics.com   -
> - Partner & Sr. Manager         Pyerotechnics Development, Inc. -
> -                               500 West University Parkway #1S -
> - +1 (410) 808-6646             Baltimore, Maryland  21210-3253 -
> -                                                               -
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>
> This message is for the designated recipient only and may contain
> privileged, proprietary, or otherwise private information. If you
> have received it in error, purge the message from your system and
> notify the sender immediately.  Any other use of the email by you
> is prohibited.
>
>
>
>


------------------------------------------------------------------------
--------


> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-dev-help@db.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org


Re: PATCH typo in xdocs/tutorial3.xml

Posted by Thomas Mahler <th...@web.de>.
fixed in CVS.

thanks for the patch!

Thomas

Jason Pyeron wrote:
> 
> Index: xdocs/tutorial3.xml
> ===================================================================
> RCS file: /home/cvspublic/db-ojb/xdocs/tutorial3.xml,v
> retrieving revision 1.28
> diff -u -B -r1.28 tutorial3.xml
> --- xdocs/tutorial3.xml 29 Aug 2003 21:19:25 -0000      1.28
> +++ xdocs/tutorial3.xml 4 Sep 2003 02:23:49 -0000
> @@ -1145,7 +1145,7 @@
>  <p>
>      Working with inheritance hierarchies is a common task in object
>      oriented design and programming. Of course, any serious Java O/R tool
> -    must support ineritance and interfaces for persistent classes. To
> +    must support inheritance and interfaces for persistent classes. To
>      demonstrate we will look at some of the JUnit TestSuite classes.
>  </p>
>  <p>
> 
> 
> ------------------------------------------------------------------------
> 
> ? patch-jpyeron@pyerotechnics.com-200308281000.diff
> ? patch-jpyeron@pyerotechnics.com-200309032223.diff
> Index: xdocs/tutorial3.xml
> ===================================================================
> RCS file: /home/cvspublic/db-ojb/xdocs/tutorial3.xml,v
> retrieving revision 1.28
> diff -u -B -r1.28 tutorial3.xml
> --- xdocs/tutorial3.xml	29 Aug 2003 21:19:25 -0000	1.28
> +++ xdocs/tutorial3.xml	4 Sep 2003 02:23:49 -0000
> @@ -1145,7 +1145,7 @@
>  <p>
>      Working with inheritance hierarchies is a common task in object
>      oriented design and programming. Of course, any serious Java O/R tool
> -    must support ineritance and interfaces for persistent classes. To
> +    must support inheritance and interfaces for persistent classes. To
>      demonstrate we will look at some of the JUnit TestSuite classes.
>  </p>
>  <p>
> 
> 
> ------------------------------------------------------------------------
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-dev-help@db.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org


PATCH typo in xdocs/tutorial3.xml

Posted by Jason Pyeron <ja...@pyeron.com>.

Index: xdocs/tutorial3.xml
===================================================================
RCS file: /home/cvspublic/db-ojb/xdocs/tutorial3.xml,v
retrieving revision 1.28
diff -u -B -r1.28 tutorial3.xml
--- xdocs/tutorial3.xml 29 Aug 2003 21:19:25 -0000      1.28
+++ xdocs/tutorial3.xml 4 Sep 2003 02:23:49 -0000
@@ -1145,7 +1145,7 @@
 <p>
     Working with inheritance hierarchies is a common task in object
     oriented design and programming. Of course, any serious Java O/R tool
-    must support ineritance and interfaces for persistent classes. To
+    must support inheritance and interfaces for persistent classes. To
     demonstrate we will look at some of the JUnit TestSuite classes.
 </p>
 <p>

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                   http://www.pyerotechnics.com   -
- Partner & Sr. Manager         Pyerotechnics Development, Inc. -
-                               500 West University Parkway #1S -
- +1 (410) 808-6646             Baltimore, Maryland  21210-3253 -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain 
privileged, proprietary, or otherwise private information. If you 
have received it in error, purge the message from your system and 
notify the sender immediately.  Any other use of the email by you 
is prohibited.