[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2009-11-12 Thread eberlein
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899





--- Additional comments from eberl...@openoffice.org Fri Nov 13 07:23:13 
+ 2009 ---
Opened issue 106875 for it.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2009-11-12 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899





--- Additional comments from f...@openoffice.org Fri Nov 13 07:39:24 + 
2009 ---
thanks

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2009-11-11 Thread eberlein
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899


User eberlein changed the following:

What|Old value |New value

  CC|'baumux,chris_mux,clutz,eb|'baumux,chris_mux,clutz,eb
|erlein,rene,sb'   |erlein,fs,rene,sb'





--- Additional comments from eberl...@openoffice.org Wed Nov 11 09:35:57 
+ 2009 ---
Please consider to reopen the issue.
The settings are ok with GUI, but not with API.
The following snippet has worked in 320m3 with the classpath settings via
OptionsDialog/Java:

mDBProperties(3).Name = JavaDriverClass
mDBProperties(3).Value = oracle.jdbc.driver.OracleDriver

oEnvironment = createUNOService(com.sun.star.sdbc.DriverManager)
sDatabaseURL = jdbc:oracle:thin:@  ip  :1521:  sid
oConnection = oEnvironment.getConnectionWithInfo(sDatabaseURL,mDBProperties())
Now a message says, that the driver could not be loaded.
Set fs to cc, because he did the last changes
 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2009-11-11 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899





--- Additional comments from f...@openoffice.org Wed Nov 11 09:40:45 + 
2009 ---
Peter, are you saying your code fragment worked with OOO320.m3, but not with
OOO320.m4 anymore?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2009-11-11 Thread eberlein
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899





--- Additional comments from eberl...@openoffice.org Wed Nov 11 09:48:44 
+ 2009 ---
no, the fragment works with manually setting the classpath via the OptionDialog,
which corresponds to the javasettings_*.xml.
After removing the classpath in the OptionsDialog and using the DataAccess.xcu
file, the connection can be established via GUI (with an odb-file), but not with
API.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2009-11-11 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899





--- Additional comments from f...@openoffice.org Wed Nov 11 21:24:56 + 
2009 ---
ah  Indeed, your code works on SDBC level, while the code for fixing this
issue has been added to the SDB level. In particular, the css.sdb.DataSource
implementation evaluates the configuration.

I don't see a reason why this code could not be in the SDBC/JDBC bridge, but
somehow I'd prefer a new issue over re-opening this one here.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2008-08-08 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899


User msc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Aug  8 11:16:10 + 
2008 ---
verified in CWS dba31a

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdba31a

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2008-07-25 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899


User fs changed the following:

What|Old value |New value

 Assigned to|oj|msc





--- Additional comments from [EMAIL PROTECTED] Fri Jul 25 13:14:47 + 
2008 ---
fs- msc: please verify in CWS dba31a

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2008-07-18 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899


User fs changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Fri Jul 18 19:48:01 + 
2008 ---
re-opening.
While the configuration settings seems to work, there is (in a non-product
version) an assertion from connectivity/source/drivers/jdbc/tools.cxx, line 169,
saying that a parameter is passed as wrong type. Since this assertion does not
happen in an MWS build with the same database (and the driver added to
Tools/Options' class path), this sounds as if its related to the fix here.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2008-07-18 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899


User fs changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 18 21:47:28 + 
2008 ---
fixed the assertion problem in dba31b

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2008-07-18 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899





--- Additional comments from [EMAIL PROTECTED] Fri Jul 18 21:50:15 + 
2008 ---
Note: the configuration path to configure the class path for a given driver is 
not
  org.openoffice.Office.DataAccess/JDBC/DriverNames
anymore, but
  org.openoffice.Office.DataAccess/JDBC/DriverClassPaths
Additionally, the unused DriverName node has been removed. So, oj's config
fragment from above transforms to 
  node oor:name=JDBC
node oor:name=DriverClassPaths
  node oor:name=com.mysql.jdbc.Driver oor:op=replace
prop oor:name=Path
  valueurl_to_jar_file/value
/prop
  /node
/node
  /node
Multiple nodes can appear below the DriverClassPaths node, where the node name
specifies the driver class name for which the driver class path should be 
applied.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2008-07-04 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899


User oj changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|OOo 3.x   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Fri Jul  4 14:29:44 + 
2008 ---
Fixed in cws dba31a

You now have to add this in your DataAccess.xcu file

node oor:name=JDBC
node oor:name=DriverNames
  node oor:name=com.mysql.jdbc.Driver oor:op=replace
prop oor:name=DriverName
  valuecom.mysql.jdbc.Driver/value
/prop
prop oor:name=Path
 
valuefile:///d:/src/drv/mysql-connector-java-5.1.3-rc/mysql-connector-java-5.1.3-rc-bin.jar/value
/prop
  /node
/node
  /node

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2007-09-26 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899


User jl changed the following:

What|Old value |New value

 Assigned to|jl|oj





--- Additional comments from [EMAIL PROTECTED] Wed Sep 26 09:29:12 + 
2007 ---
JL-OJ: Maybe the DB code needs to use a class loader which evaluates
configuration data in order to find additional JDBC driver. What do you think?


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2007-09-26 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899


User msc changed the following:

What|Old value |New value

 Assigned to|dbaneedsconfirm   |jl

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 3.x





--- Additional comments from [EMAIL PROTECTED] Wed Sep 26 09:01:53 + 
2007 ---
Hi,

I send this issue to jl for a general solution.

Bye Marc

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2007-09-26 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899





--- Additional comments from [EMAIL PROTECTED] Wed Sep 26 11:11:23 + 
2007 ---
qjl: Yes, this should be possible. We have a mechanism in the jdbc driver to
load from specific classpath. Thanks sb. :-) So to read from the config should
not be the problem.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2007-09-25 Thread eberlein
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899


User eberlein changed the following:

What|Old value |New value

  CC|'baumux,chris_mux,clutz,re|'baumux,chris_mux,clutz,eb
|ne'   |erlein,rene'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2007-09-25 Thread mux2005
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899





--- Additional comments from [EMAIL PROTECTED] Tue Sep 25 08:09:43 + 
2007 ---
Hacking a config file from a script is messy, especially under Windows, where
you don't always have tools like sed, perl, patch available. And then there's
the point that it increases the maintenance burden. When you already maintain a
.uno.pkg for the OOo configuration it's just easier and more natural to put your
Java classpath configuration in there, too. Ideally, it should be possible to
put the JDBC driver into the .uno.pkg, too, so that the same package can be used
to install the JDBC driver under Linux and Windows.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2007-09-25 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899


User fs changed the following:

What|Old value |New value

  CC|'baumux,chris_mux,clutz,eb|'baumux,chris_mux,clutz,eb
|erlein,rene'  |erlein,rene,sb'





--- Additional comments from [EMAIL PROTECTED] Tue Sep 25 08:22:01 + 
2007 ---
I'm not sure whether the latter - putting the JAR into the .oxt so that it is
automatically added to the classpath - is already possible. Stephan?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2007-09-25 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899





--- Additional comments from [EMAIL PROTECTED] Tue Sep 25 08:25:46 + 
2007 ---
mux2005: I agree. I also agree that this doesn't scale and may make other
problems appear but I just wanted to mention it for completeness' sake.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2007-09-25 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899





--- Additional comments from [EMAIL PROTECTED] Tue Sep 25 08:38:59 + 
2007 ---
@fs:  No, there is no mechanism available by which an OOo extension can make
available a jar outside the scope of the extension itself.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2007-09-24 Thread mux2005
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899
 Issue #|81899
 Summary|Allow system-wide configuration of JDBC classes
   Component|Database access
 Version|OOo 2.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|mux2005





--- Additional comments from [EMAIL PROTECTED] Mon Sep 24 13:40:46 + 
2007 ---
According to (lack of) answers on the devel mailing list, it seems that atm the
only way to register a JAR file for a JDBC driver with OOo is via
Tools/Options/Java/Classpath or manual modification of javasettings_*.xml in the
user configuration. This is not an adequate solution for a corporate setup with
many machines. We need a way to register a JDBC driver with OOo system-wide, not
per user. Preferably the classpath would be settable via an .xcu file that can
be overridden with a UNO package. I find it strange that this is not already the
case when all the rest is configured via .xcu files.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2007-09-24 Thread mux2005
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899


User mux2005 changed the following:

What|Old value |New value

  CC|''|'baumux,chris_mux,clutz'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 81899] Allow system-wide configur ation of JDBC classes

2007-09-24 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899


User rene changed the following:

What|Old value |New value

  CC|'baumux,chris_mux,clutz'  |'baumux,chris_mux,clutz,re
|  |ne'





--- Additional comments from [EMAIL PROTECTED] Mon Sep 24 14:21:15 + 
2007 ---
mux2005: what about jvmfwk3rc/.ini?

That's what I do for the SDBC drivers packages in Debian:

UNO_JAVA_JFW_CLASSPATH_URLS=${${$ORIGIN/$UNO_SETTINGS:PKG_UserUnoFile}:UNO_JAVA_CLASSPATH}
${${$ORIGIN/$UNO_SETTINGS:PKG_SharedUnoFile}:UNO_JAVA_CLASSPATH}
$ORIGIN/classes/jurt.jar $ORIGIN/classes/ridl.jar $ORIGIN/classes/java_uno.jar
[...] file:///usr/share/java/mysql.jar file:///usr/share/java/sapdbc.jar
file:///usr/share/java/postgresql.jar

Note the last three.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]