idrs-help Mailing List for Internet Document and Report Server
Brought to you by:
bigman921
You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(12) |
Oct
(14) |
Nov
(2) |
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(1) |
|
From: <da...@co...> - 2003-12-06 13:31:22
|
Dave Meintrup Wrote : Looking to create an application where a number of writers would all be able to edit (via secure login) a standard procedures manual. All writers are spread all over the US. Each would have certain sections they are responsible for. Sounds like IDRS could be used successfully. If someone is available for hire to help me set this up please contact me. Thanks Dave |
|
From: <sha...@ao...> - 2003-10-20 03:04:38
|
Sherry Wrote : We are trying to use idrs on our home computer to view the cameras as our business. It works great at the business but after loading it at home we receive a message saying there is no data available. It starts up cause the timer runs but no video any idea what could be the conflict. thanks |
|
From: <mbo...@ya...> - 2002-04-11 19:01:32
|
Marc Boorshtein Wrote : This is a test help email. I need help. HELP!!!!!!! |
|
From: Marc B. <mbo...@ya...> - 2002-04-11 18:59:20
|
test __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ |
|
From: Marc B. <mbo...@ya...> - 2002-03-06 22:13:56
|
in what context? If you to access XML on a general basis, you would need a JDBC driver for XML. JavaPro has the start of one at http://www.devx.com/premier/mgznarch/Javapro/2001/01dec01/jo0112/jo0112-1.asp . If you wanted to access a limmited number of XML pages, you could make specific implementations of the ResultSet and ResultSetMetaData interfaces. Marc Boorshtein On Wed, 2002-03-06 at 16:57, DeGruchy, Luke wrote: > Can IDRS Access XML Files as well as DB's ? > > Thanks. > > Luke deGruchy > Software Developer > > Minacom > Simplifying Service Assurance(tm) > > 80 Queen Street, 5th Floor, > Montreal (Quebec) Canada > H3C 2N5 > Tel.: (514) 879-9111 Ext:268 > Fax: (514) 879-9333 > Email: lde...@mi... > Web: http://www.minacom.com > > > _______________________________________________ > Idrs-help mailing list > Idr...@li... > https://lists.sourceforge.net/lists/listinfo/idrs-help |
|
From: DeGruchy, L. <lde...@mi...> - 2002-03-06 21:56:55
|
Can IDRS Access XML Files as well as DB's ? Thanks. Luke deGruchy Software Developer Minacom Simplifying Service Assurance(tm) 80 Queen Street, 5th Floor, Montreal (Quebec) Canada H3C 2N5 Tel.: (514) 879-9111 Ext:268 Fax: (514) 879-9333 Email: lde...@mi... Web: http://www.minacom.com |
|
From: <su...@ia...> - 2002-01-08 10:52:39
|
SUNIL Wrote : NullPointerException at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run |
|
From: <mbo...@ya...> - 2001-12-28 04:13:43
|
Marc Boorshtein Wrote : TEST EMAIL |
|
From: <gen...@ho...> - 2001-11-11 21:59:26
|
meng Wrote : servlet run shell command |
|
From: <tv...@op...> - 2001-11-01 15:59:22
|
Thomas Vaught Wrote : PDF support |
|
From: Marc B. <mbo...@ya...> - 2001-10-15 14:35:17
|
Raj,
I've been thinking about this problem, and I think I know why it doesn't
work. InsertToIDRS is creating a list of object wrappers (Integer,
String ...). At the end it calls setObject() to set it in the
PreparedStatement. For MySQL setObject sets up the binary stream
automaticly, oracle's driver might not be. The solution must be check
the type of object and do a specific setX() for it.
Marc
On Fri, 2001-10-12 at 22:55, Rajagopal. V wrote:
Marc,
Im trying to get an entry into InsertintoIDRS. I tried
to change the type of DocSRC to BLOB and Long Raw. But
when i try to insert a rml file into Docsrc, i do this
E:\sf\Idrs\dev\src>java InsertToIDRS -insgpc 1 TestDoc
d:/tomcat/webapps/IDRS/sample.rml 1, boss_BossID:
jdbc:oracle:thin:scott/tiger@127.0.0.1:1521:raja
It gives me an exception saying
Exception in thread "main" java.sql.SQLException:
Invalid column type at
oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)
at
oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:156)
at
oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:219)
What shud be the datatype for DOCSRC?? And How shud i
geive it in InsertToIDRS?
Thanks
Raj
--- Marc Boorshtein <mbo...@ya...> wrote:
> Raj,
>
> Do not include IDRSParams in the build, i will be
> removing it from the
> source tree. It is deprecated and now i am
> completly removing it. It
> never worked the way I wanted it too, and I never
> found any use for it
> in my projects.
>
> thanks
> marc
> On Fri, 2001-10-05 at 16:16, Rajagopal. V wrote:
>
>
> Im trying to compile the source and i got
> following
> errors. I hvea no clue about this
>
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSParams.java:120:
> incompatible types
> [javac] found :
> net.sourceforge.idrs.utils.pool.PooledObject
> [javac] required: java.sql.Connection
> [javac] con = idrsDBs.getConnection();
> [javac] ^
> [javac]
>
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSParams.java:144:
>
> ProcSQL(java.lang.String,boolean,java.lang.String[])
> in net.sourceforge.idrs.utils
> .DB cannot be applied to
> (java.lang.String,boolean)
> [javac] db.ProcSQL(SQL, false);
> [javac] ^
> [javac]
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\script\embedable\IDRSShell.java:112:
> cannot resolve symbol
> [javac] symbol : method getResponse ()
> [javac] location: interface
> net.sourceforge.idrs.script.IDRSScript
> [javac] return idrs.getResponse();
> [javac] ^
> [javac]
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:38:
> net.sourceforge.idrs.core.IDRSReport should be
> declared abstract; it does not defin
> e setSendToClient(boolean) in
> net.sourceforge.idrs.core.IDRSReport
> [javac] public class IDRSReport implements
> IDRSScript {
> [javac] ^
> [javac]
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:591:
> cannot resolve symbol
> [javac] symbol : method setIDRS
> (net.sourceforge.idrs.core.IDRSReport)
> [javac] location: class
> net.sourceforge.idrs.utils.DB
> [javac] db.setIDRS(this);
> [javac] ^
> [javac]
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:592:
>
>
procMethod(net.sourceforge.idrs.utils.ObjectStore,java.lang.String,java.lang.Strin
> g[],net.sourceforge.idrs.script.IDRSScript) in
> net.sourceforge.idrs.utils.DB cannot be applied
> to
>
>
(net.sourceforge.idrs.utils.ObjectStore,java.lang.String,java.
> util.Vector)
> [javac]
> db.procMethod(tmpObj,methodName,tmpVec);
> [javac] ^
> [javac]
>
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:926:
>
> ProcSQL(java.lang.String,boolean,java.lang.String[])
> in net.sourceforge.idrs.utils
> .DB cannot be applied to
> (java.lang.String,boolean)
> [javac] db.ProcSQL(rSQL,isProc);
> [javac] ^
>
>
>
> Also, I downloaded the python file from jython
> website. So that reduced some errors.
> I found these things in the code
> a) in IDRSReport.java, there is a function call
> like
> db.addVar whereas it shud be just addVar(There
> is no
> addVar function in DB.java, Its in
> IDRSReport.java).
>
> Please let me know about these errors.
>
> Thanks so much. Can i post the ant script that i
> did
> for development. It is a compile and jar making
> script.
>
> Thanks
> Raj
>
>
> __________________________________________________
> Do You Yahoo!?
> NEW from Yahoo! GeoCities - quick and easy web
> site hosting, just $8.95/month.
> http://geocities.yahoo.com/ps/info1
>
> _______________________________________________
> Idrs-help mailing list
> Idr...@li...
>
>
>
https://lists.sourceforge.net/lists/listinfo/idrs-help
>
>
>
>
__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
_______________________________________________
Idrs-help mailing list
Idr...@li...
https://lists.sourceforge.net/lists/listinfo/idrs-help
|
|
From: Marc B. <mbo...@ya...> - 2001-10-15 14:24:17
|
Hmm...
I've never used oracle. So I don't know. Does Oracle have a Binary
Large Object Type? I'm sure it's SQL3 complient. Does orace suply any
samples as to how it stores a serialized class?
Marc
On Fri, 2001-10-12 at 22:55, Rajagopal. V wrote:
Marc,
Im trying to get an entry into InsertintoIDRS. I tried
to change the type of DocSRC to BLOB and Long Raw. But
when i try to insert a rml file into Docsrc, i do this
E:\sf\Idrs\dev\src>java InsertToIDRS -insgpc 1 TestDoc
d:/tomcat/webapps/IDRS/sample.rml 1, boss_BossID:
jdbc:oracle:thin:scott/tiger@127.0.0.1:1521:raja
It gives me an exception saying
Exception in thread "main" java.sql.SQLException:
Invalid column type at
oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)
at
oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:156)
at
oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:219)
What shud be the datatype for DOCSRC?? And How shud i
geive it in InsertToIDRS?
Thanks
Raj
--- Marc Boorshtein <mbo...@ya...> wrote:
> Raj,
>
> Do not include IDRSParams in the build, i will be
> removing it from the
> source tree. It is deprecated and now i am
> completly removing it. It
> never worked the way I wanted it too, and I never
> found any use for it
> in my projects.
>
> thanks
> marc
> On Fri, 2001-10-05 at 16:16, Rajagopal. V wrote:
>
>
> Im trying to compile the source and i got
> following
> errors. I hvea no clue about this
>
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSParams.java:120:
> incompatible types
> [javac] found :
> net.sourceforge.idrs.utils.pool.PooledObject
> [javac] required: java.sql.Connection
> [javac] con = idrsDBs.getConnection();
> [javac] ^
> [javac]
>
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSParams.java:144:
>
> ProcSQL(java.lang.String,boolean,java.lang.String[])
> in net.sourceforge.idrs.utils
> .DB cannot be applied to
> (java.lang.String,boolean)
> [javac] db.ProcSQL(SQL, false);
> [javac] ^
> [javac]
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\script\embedable\IDRSShell.java:112:
> cannot resolve symbol
> [javac] symbol : method getResponse ()
> [javac] location: interface
> net.sourceforge.idrs.script.IDRSScript
> [javac] return idrs.getResponse();
> [javac] ^
> [javac]
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:38:
> net.sourceforge.idrs.core.IDRSReport should be
> declared abstract; it does not defin
> e setSendToClient(boolean) in
> net.sourceforge.idrs.core.IDRSReport
> [javac] public class IDRSReport implements
> IDRSScript {
> [javac] ^
> [javac]
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:591:
> cannot resolve symbol
> [javac] symbol : method setIDRS
> (net.sourceforge.idrs.core.IDRSReport)
> [javac] location: class
> net.sourceforge.idrs.utils.DB
> [javac] db.setIDRS(this);
> [javac] ^
> [javac]
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:592:
>
>
procMethod(net.sourceforge.idrs.utils.ObjectStore,java.lang.String,java.lang.Strin
> g[],net.sourceforge.idrs.script.IDRSScript) in
> net.sourceforge.idrs.utils.DB cannot be applied
> to
>
>
(net.sourceforge.idrs.utils.ObjectStore,java.lang.String,java.
> util.Vector)
> [javac]
> db.procMethod(tmpObj,methodName,tmpVec);
> [javac] ^
> [javac]
>
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:926:
>
> ProcSQL(java.lang.String,boolean,java.lang.String[])
> in net.sourceforge.idrs.utils
> .DB cannot be applied to
> (java.lang.String,boolean)
> [javac] db.ProcSQL(rSQL,isProc);
> [javac] ^
>
>
>
> Also, I downloaded the python file from jython
> website. So that reduced some errors.
> I found these things in the code
> a) in IDRSReport.java, there is a function call
> like
> db.addVar whereas it shud be just addVar(There
> is no
> addVar function in DB.java, Its in
> IDRSReport.java).
>
> Please let me know about these errors.
>
> Thanks so much. Can i post the ant script that i
> did
> for development. It is a compile and jar making
> script.
>
> Thanks
> Raj
>
>
> __________________________________________________
> Do You Yahoo!?
> NEW from Yahoo! GeoCities - quick and easy web
> site hosting, just $8.95/month.
> http://geocities.yahoo.com/ps/info1
>
> _______________________________________________
> Idrs-help mailing list
> Idr...@li...
>
>
>
https://lists.sourceforge.net/lists/listinfo/idrs-help
>
>
>
>
__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
_______________________________________________
Idrs-help mailing list
Idr...@li...
https://lists.sourceforge.net/lists/listinfo/idrs-help
|
|
From: Rajagopal. V <raj...@ya...> - 2001-10-13 02:55:29
|
Marc,
Im trying to get an entry into InsertintoIDRS. I tried
to change the type of DocSRC to BLOB and Long Raw. But
when i try to insert a rml file into Docsrc, i do this
E:\sf\Idrs\dev\src>java InsertToIDRS -insgpc 1 TestDoc
d:/tomcat/webapps/IDRS/sample.rml 1, boss_BossID:
jdbc:oracle:thin:scott/tiger@127.0.0.1:1521:raja
It gives me an exception saying
Exception in thread "main" java.sql.SQLException:
Invalid column type at
oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)
at
oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:156)
at
oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:219)
What shud be the datatype for DOCSRC?? And How shud i
geive it in InsertToIDRS?
Thanks
Raj
--- Marc Boorshtein <mbo...@ya...> wrote:
> Raj,
>
> Do not include IDRSParams in the build, i will be
> removing it from the
> source tree. It is deprecated and now i am
> completly removing it. It
> never worked the way I wanted it too, and I never
> found any use for it
> in my projects.
>
> thanks
> marc
> On Fri, 2001-10-05 at 16:16, Rajagopal. V wrote:
>
>
> Im trying to compile the source and i got
> following
> errors. I hvea no clue about this
>
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSParams.java:120:
> incompatible types
> [javac] found :
> net.sourceforge.idrs.utils.pool.PooledObject
> [javac] required: java.sql.Connection
> [javac] con = idrsDBs.getConnection();
> [javac] ^
> [javac]
>
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSParams.java:144:
>
> ProcSQL(java.lang.String,boolean,java.lang.String[])
> in net.sourceforge.idrs.utils
> .DB cannot be applied to
> (java.lang.String,boolean)
> [javac] db.ProcSQL(SQL, false);
> [javac] ^
> [javac]
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\script\embedable\IDRSShell.java:112:
> cannot resolve symbol
> [javac] symbol : method getResponse ()
> [javac] location: interface
> net.sourceforge.idrs.script.IDRSScript
> [javac] return idrs.getResponse();
> [javac] ^
> [javac]
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:38:
> net.sourceforge.idrs.core.IDRSReport should be
> declared abstract; it does not defin
> e setSendToClient(boolean) in
> net.sourceforge.idrs.core.IDRSReport
> [javac] public class IDRSReport implements
> IDRSScript {
> [javac] ^
> [javac]
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:591:
> cannot resolve symbol
> [javac] symbol : method setIDRS
> (net.sourceforge.idrs.core.IDRSReport)
> [javac] location: class
> net.sourceforge.idrs.utils.DB
> [javac] db.setIDRS(this);
> [javac] ^
> [javac]
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:592:
>
>
procMethod(net.sourceforge.idrs.utils.ObjectStore,java.lang.String,java.lang.Strin
> g[],net.sourceforge.idrs.script.IDRSScript) in
> net.sourceforge.idrs.utils.DB cannot be applied
> to
>
>
(net.sourceforge.idrs.utils.ObjectStore,java.lang.String,java.
> util.Vector)
> [javac]
> db.procMethod(tmpObj,methodName,tmpVec);
> [javac] ^
> [javac]
>
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:926:
>
> ProcSQL(java.lang.String,boolean,java.lang.String[])
> in net.sourceforge.idrs.utils
> .DB cannot be applied to
> (java.lang.String,boolean)
> [javac] db.ProcSQL(rSQL,isProc);
> [javac] ^
>
>
>
> Also, I downloaded the python file from jython
> website. So that reduced some errors.
> I found these things in the code
> a) in IDRSReport.java, there is a function call
> like
> db.addVar whereas it shud be just addVar(There
> is no
> addVar function in DB.java, Its in
> IDRSReport.java).
>
> Please let me know about these errors.
>
> Thanks so much. Can i post the ant script that i
> did
> for development. It is a compile and jar making
> script.
>
> Thanks
> Raj
>
>
> __________________________________________________
> Do You Yahoo!?
> NEW from Yahoo! GeoCities - quick and easy web
> site hosting, just $8.95/month.
> http://geocities.yahoo.com/ps/info1
>
> _______________________________________________
> Idrs-help mailing list
> Idr...@li...
>
>
>
https://lists.sourceforge.net/lists/listinfo/idrs-help
>
>
>
>
__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
|
|
From: Rajagopal. V <raj...@ya...> - 2001-10-10 23:29:57
|
Marc,
I still get these errors. IDRSReport implements
IDRSScript and there are a coupl eof methods not
implemented. Is this the final source code that you
have. Can you put all the final source code that you
have in CVS? These errors are all either method not
found or method parameters invalid.
Thanks
Raj
C:\sf\Idrs\dev\src\net\sourceforge\idrs\script\embedable\IDRSShell.java:112:
cannot resolve symbol
[javac] symbol : method getResponse ()
[javac] location: interface
net.sourceforge.idrs.script.IDRSScript
[javac] return idrs.getResponse();
[javac] ^
[javac]
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:38:
net.sourceforge.idrs.core.IDRSReport should be
declared abstract; it does not defin
e setSendToClient(boolean) in
net.sourceforge.idrs.core.IDRSReport
[javac] public class IDRSReport implements
IDRSScript {
[javac] ^
[javac]
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:591:
cannot resolve symbol
[javac] symbol : method setIDRS
(net.sourceforge.idrs.core.IDRSReport)
[javac] location: class
net.sourceforge.idrs.utils.DB
[javac] db.setIDRS(this);
[javac] ^
[javac]
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:592:
procMethod(net.sourceforge.idrs.utils.ObjectStore,java.lang.String,java.lang.Strin
g[],net.sourceforge.idrs.script.IDRSScript) in
net.sourceforge.idrs.utils.DB can
not be applied to
(net.sourceforge.idrs.utils.ObjectStore,java.lang.String,java.
util.Vector)
[javac]
db.procMethod(tmpObj,methodName,tmpVec);
[javac] ^
[javac]
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:926:
ProcSQL(java.lang.String,boolean,java.lang.String[])
in net.sourceforge.idrs.utils
.DB cannot be applied to (java.lang.String,boolean)
[javac] db.ProcSQL(rSQL,isProc);
--- Marc Boorshtein <mbo...@ya...> wrote:
> Raj,
>
> Do not include IDRSParams in the build, i will be
> removing it from the
> source tree. It is deprecated and now i am
> completly removing it. It
> never worked the way I wanted it too, and I never
> found any use for it
> in my projects.
>
> thanks
> marc
> On Fri, 2001-10-05 at 16:16, Rajagopal. V wrote:
>
>
> Im trying to compile the source and i got
> following
> errors. I hvea no clue about this
>
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSParams.java:120:
> incompatible types
> [javac] found :
> net.sourceforge.idrs.utils.pool.PooledObject
> [javac] required: java.sql.Connection
> [javac] con = idrsDBs.getConnection();
> [javac] ^
> [javac]
>
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSParams.java:144:
>
> ProcSQL(java.lang.String,boolean,java.lang.String[])
> in net.sourceforge.idrs.utils
> .DB cannot be applied to
> (java.lang.String,boolean)
> [javac] db.ProcSQL(SQL, false);
> [javac] ^
> [javac]
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\script\embedable\IDRSShell.java:112:
> cannot resolve symbol
> [javac] symbol : method getResponse ()
> [javac] location: interface
> net.sourceforge.idrs.script.IDRSScript
> [javac] return idrs.getResponse();
> [javac] ^
> [javac]
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:38:
> net.sourceforge.idrs.core.IDRSReport should be
> declared abstract; it does not defin
> e setSendToClient(boolean) in
> net.sourceforge.idrs.core.IDRSReport
> [javac] public class IDRSReport implements
> IDRSScript {
> [javac] ^
> [javac]
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:591:
> cannot resolve symbol
> [javac] symbol : method setIDRS
> (net.sourceforge.idrs.core.IDRSReport)
> [javac] location: class
> net.sourceforge.idrs.utils.DB
> [javac] db.setIDRS(this);
> [javac] ^
> [javac]
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:592:
>
>
procMethod(net.sourceforge.idrs.utils.ObjectStore,java.lang.String,java.lang.Strin
> g[],net.sourceforge.idrs.script.IDRSScript) in
> net.sourceforge.idrs.utils.DB cannot be applied
> to
>
>
(net.sourceforge.idrs.utils.ObjectStore,java.lang.String,java.
> util.Vector)
> [javac]
> db.procMethod(tmpObj,methodName,tmpVec);
> [javac] ^
> [javac]
>
>
>
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:926:
>
> ProcSQL(java.lang.String,boolean,java.lang.String[])
> in net.sourceforge.idrs.utils
> .DB cannot be applied to
> (java.lang.String,boolean)
> [javac] db.ProcSQL(rSQL,isProc);
> [javac] ^
>
>
>
> Also, I downloaded the python file from jython
> website. So that reduced some errors.
> I found these things in the code
> a) in IDRSReport.java, there is a function call
> like
> db.addVar whereas it shud be just addVar(There
> is no
> addVar function in DB.java, Its in
> IDRSReport.java).
>
> Please let me know about these errors.
>
> Thanks so much. Can i post the ant script that i
> did
> for development. It is a compile and jar making
> script.
>
> Thanks
> Raj
>
>
> __________________________________________________
> Do You Yahoo!?
> NEW from Yahoo! GeoCities - quick and easy web
> site hosting, just $8.95/month.
> http://geocities.yahoo.com/ps/info1
>
> _______________________________________________
> Idrs-help mailing list
> Idr...@li...
>
>
>
https://lists.sourceforge.net/lists/listinfo/idrs-help
>
>
>
>
__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
|
|
From: Marc B. <mbo...@ya...> - 2001-10-10 00:56:20
|
Raj,
Do not include IDRSParams in the build, i will be removing it from the
source tree. It is deprecated and now i am completly removing it. It
never worked the way I wanted it too, and I never found any use for it
in my projects.
thanks
marc
On Fri, 2001-10-05 at 16:16, Rajagopal. V wrote:
Im trying to compile the source and i got following
errors. I hvea no clue about this
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSParams.java:120:
incompatible types
[javac] found :
net.sourceforge.idrs.utils.pool.PooledObject
[javac] required: java.sql.Connection
[javac] con = idrsDBs.getConnection();
[javac] ^
[javac]
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSParams.java:144:
ProcSQL(java.lang.String,boolean,java.lang.String[])
in net.sourceforge.idrs.utils
.DB cannot be applied to (java.lang.String,boolean)
[javac] db.ProcSQL(SQL, false);
[javac] ^
[javac]
C:\sf\Idrs\dev\src\net\sourceforge\idrs\script\embedable\IDRSShell.java:112:
cannot resolve symbol
[javac] symbol : method getResponse ()
[javac] location: interface
net.sourceforge.idrs.script.IDRSScript
[javac] return idrs.getResponse();
[javac] ^
[javac]
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:38:
net.sourceforge.idrs.core.IDRSReport should be
declared abstract; it does not defin
e setSendToClient(boolean) in
net.sourceforge.idrs.core.IDRSReport
[javac] public class IDRSReport implements
IDRSScript {
[javac] ^
[javac]
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:591:
cannot resolve symbol
[javac] symbol : method setIDRS
(net.sourceforge.idrs.core.IDRSReport)
[javac] location: class
net.sourceforge.idrs.utils.DB
[javac] db.setIDRS(this);
[javac] ^
[javac]
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:592:
procMethod(net.sourceforge.idrs.utils.ObjectStore,java.lang.String,java.lang.Strin
g[],net.sourceforge.idrs.script.IDRSScript) in
net.sourceforge.idrs.utils.DB cannot be applied to
(net.sourceforge.idrs.utils.ObjectStore,java.lang.String,java.
util.Vector)
[javac]
db.procMethod(tmpObj,methodName,tmpVec);
[javac] ^
[javac]
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:926:
ProcSQL(java.lang.String,boolean,java.lang.String[])
in net.sourceforge.idrs.utils
.DB cannot be applied to (java.lang.String,boolean)
[javac] db.ProcSQL(rSQL,isProc);
[javac] ^
Also, I downloaded the python file from jython
website. So that reduced some errors.
I found these things in the code
a) in IDRSReport.java, there is a function call like
db.addVar whereas it shud be just addVar(There is no
addVar function in DB.java, Its in IDRSReport.java).
Please let me know about these errors.
Thanks so much. Can i post the ant script that i did
for development. It is a compile and jar making
script.
Thanks
Raj
__________________________________________________
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
_______________________________________________
Idrs-help mailing list
Idr...@li...
https://lists.sourceforge.net/lists/listinfo/idrs-help
|
|
From: Marc B. <mbo...@ya...> - 2001-10-10 00:44:08
|
Ok,
I have not yet updated the website. I believe the docs in the release
and cvs are correct.
marc
On Wed, 2001-10-03 at 00:04, Rajagopal. V wrote:
Guyz,
I tried to rebuild the jar file and the jar file built is different
from the jar file that came with teh alpha release(!!!).
But then, it created all my connection pools...
Also, i think the init.html file in docs directory has this entry in
web.xml
<servlet>
<servlet-name>
IDRS
</servlet-name>
<servlet-class>
net.sourceforge.idrs.core.IDRSServlet
</servlet-class>
The class name is net.sourceforget.idrs.core.servlet.IDRSServlet
And I also found PoolInfo as an inner class in IDRSServlet. Sorry
for my prev mail..
Cheers,
Raj
____________________________________________________________________
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone with Yahoo! by
Phone.
|
|
From: Rajagopal. V <raj...@ya...> - 2001-10-05 20:20:58
|
Im trying to compile the source and i got following
errors. I hvea no clue about this
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSParams.java:120:
incompatible types
[javac] found :
net.sourceforge.idrs.utils.pool.PooledObject
[javac] required: java.sql.Connection
[javac] con = idrsDBs.getConnection();
[javac] ^
[javac]
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSParams.java:144:
ProcSQL(java.lang.String,boolean,java.lang.String[])
in net.sourceforge.idrs.utils
.DB cannot be applied to (java.lang.String,boolean)
[javac] db.ProcSQL(SQL, false);
[javac] ^
[javac]
C:\sf\Idrs\dev\src\net\sourceforge\idrs\script\embedable\IDRSShell.java:112:
cannot resolve symbol
[javac] symbol : method getResponse ()
[javac] location: interface
net.sourceforge.idrs.script.IDRSScript
[javac] return idrs.getResponse();
[javac] ^
[javac]
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:38:
net.sourceforge.idrs.core.IDRSReport should be
declared abstract; it does not defin
e setSendToClient(boolean) in
net.sourceforge.idrs.core.IDRSReport
[javac] public class IDRSReport implements
IDRSScript {
[javac] ^
[javac]
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:591:
cannot resolve symbol
[javac] symbol : method setIDRS
(net.sourceforge.idrs.core.IDRSReport)
[javac] location: class
net.sourceforge.idrs.utils.DB
[javac] db.setIDRS(this);
[javac] ^
[javac]
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:592:
procMethod(net.sourceforge.idrs.utils.ObjectStore,java.lang.String,java.lang.Strin
g[],net.sourceforge.idrs.script.IDRSScript) in
net.sourceforge.idrs.utils.DB cannot be applied to
(net.sourceforge.idrs.utils.ObjectStore,java.lang.String,java.
util.Vector)
[javac]
db.procMethod(tmpObj,methodName,tmpVec);
[javac] ^
[javac]
C:\sf\Idrs\dev\src\net\sourceforge\idrs\core\IDRSReport.java:926:
ProcSQL(java.lang.String,boolean,java.lang.String[])
in net.sourceforge.idrs.utils
.DB cannot be applied to (java.lang.String,boolean)
[javac] db.ProcSQL(rSQL,isProc);
[javac] ^
Also, I downloaded the python file from jython
website. So that reduced some errors.
I found these things in the code
a) in IDRSReport.java, there is a function call like
db.addVar whereas it shud be just addVar(There is no
addVar function in DB.java, Its in IDRSReport.java).
Please let me know about these errors.
Thanks so much. Can i post the ant script that i did
for development. It is a compile and jar making
script.
Thanks
Raj
__________________________________________________
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
|
|
From: Rajagopal. V <raj...@ya...> - 2001-10-05 19:59:16
|
Where do I download the org.python.* classes? BTW, Im writing a ant script for the dev stuff. The ant file in dev directory does not let me compile the classes. TIA Raj --- Marc Boorshtein <mbo...@ya...> wrote: > It's amazing how easily one over looks things they > worked on for so long. BeanShell is a jva-based > scripting language and can be downloaded at: > > http://www.beanshell.org/bsh-core-1.2b2.jar > > The jar file should go in the lib directory of the > web > application. > > Sorry about the confusion. > > Marc > --- "Rajagopal. V" <raj...@ya...> wrote: > > Im trying to run the sample tutorial and i end up > > with > > this error. It goes to IDRSBeanShell and in the > > constructor, tries to instantiate interpreter but > i > > cudnt find the class anywhere in the CVS. > > Where can i find this class? Also IDRSBeanshell > > imports bsh package??? Cudnt find this too. > > > > Plz help > > > > TIA > > Raj > > > > __________________________________________________ > > Do You Yahoo!? > > Listen to your Yahoo! Mail messages from any > phone. > > http://phone.yahoo.com > > > > _______________________________________________ > > Idrs-help mailing list > > Idr...@li... > > > https://lists.sourceforge.net/lists/listinfo/idrs-help > > > __________________________________________________ > Do You Yahoo!? > Listen to your Yahoo! Mail messages from any phone. > http://phone.yahoo.com __________________________________________________ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 |
|
From: Rajagopal. V <raj...@ya...> - 2001-10-03 04:04:15
|
Guyz, I tried to rebuild the jar file and the jar file built is different from the jar file that came with teh alpha release(!!!). But then, it created all my connection pools... Also, i think the init.html file in docs directory has this entry in web.xml <servlet> <servlet-name> IDRS </servlet-name> <servlet-class> net.sourceforge.idrs.core.IDRSServlet </servlet-class> The class name is net.sourceforget.idrs.core.servlet.IDRSServlet And I also found PoolInfo as an inner class in IDRSServlet. Sorry for my prev mail.. Cheers, Raj --------------------------------- Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone with Yahoo! by Phone. |
|
From: Rajagopal. V <raj...@ya...> - 2001-10-03 03:36:15
|
Hi,
I could not find the source code for the
PoolInfo.java. I have the class file for it in servlet
directory but cudnt get the source. I checked the CVS
also, cudnt find there. Can you add that to the CVS?
Also, I was getting an exception and the stackTrace
gave me these lines.
java.lang.NullPointerExceptionat
net.sourceforge.idrs.core.IDRSServlet.procIDRS(IDRSServlet.java:433)
at
net.sourceforge.idrs.core.IDRSServlet.doGet(IDRSServlet.java:190)
But there is no method called procIDRS in IDRSServlet.
I found only a preProc(req, res) method in
IDRSServlet. How is this possible???
TIA
Raj
__________________________________________________
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com
|
|
From: Marc B. <mbo...@ya...> - 2001-10-03 02:01:31
|
It's amazing how easily one over looks things they worked on for so long. BeanShell is a jva-based scripting language and can be downloaded at: http://www.beanshell.org/bsh-core-1.2b2.jar The jar file should go in the lib directory of the web application. Sorry about the confusion. Marc --- "Rajagopal. V" <raj...@ya...> wrote: > Im trying to run the sample tutorial and i end up > with > this error. It goes to IDRSBeanShell and in the > constructor, tries to instantiate interpreter but i > cudnt find the class anywhere in the CVS. > Where can i find this class? Also IDRSBeanshell > imports bsh package??? Cudnt find this too. > > Plz help > > TIA > Raj > > __________________________________________________ > Do You Yahoo!? > Listen to your Yahoo! Mail messages from any phone. > http://phone.yahoo.com > > _______________________________________________ > Idrs-help mailing list > Idr...@li... > https://lists.sourceforge.net/lists/listinfo/idrs-help __________________________________________________ Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone. http://phone.yahoo.com |
|
From: Rajagopal. V <raj...@ya...> - 2001-10-03 00:42:10
|
Im trying to run the sample tutorial and i end up with this error. It goes to IDRSBeanShell and in the constructor, tries to instantiate interpreter but i cudnt find the class anywhere in the CVS. Where can i find this class? Also IDRSBeanshell imports bsh package??? Cudnt find this too. Plz help TIA Raj __________________________________________________ Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone. http://phone.yahoo.com |
|
From: Marc B. <mbo...@ya...> - 2001-10-02 15:52:56
|
this is how to fix that On Sun, 2001-09-09 at 17:08, mbo...@ya... wrote: > Marc Boorshtein Wrote : > > Test From Server > > _______________________________________________ > Idrs-help mailing list > Idr...@li... > http://lists.sourceforge.net/lists/listinfo/idrs-help |
|
From: Marc B. <mbo...@ya...> - 2001-10-02 15:39:43
|
test |
|
From: Marc B. <mbo...@ya...> - 2001-09-24 04:15:03
|
This is because of the way java processes strings and windows use of '\' as dirctory spacers. because '\' in java is the scape character, you need to specify paths with a double '\\', ie : c:\\tomcat\\logs. The othe way to handle it is to use '/' for windows paths for windows as well, ie c:/tomcat/logs. Java will make the conversion automaticly. I like this better since all i have to do is add a drive letter infront of all paths when moving from *nix to windows. Marcoa On Sun, 2001-09-23 at 23:33, Rajagopal. V wrote: > I have set up the log path locations in the web.xml on > my Win2k. But when the server starts, it gives me a > file not found(Access Denied) Error. How do you give a > file location for NT? For Solaris, it wont be a > problem as we can give any location as long as it is > writable. But how do i give it in Win2k. I tried > giving > d:\tomcat\logs but it says Access Denied(The webserver > is not able to write to that location). Help!!!! > Sorry for the trivial question. > > Thanks > Raj > > --- Marc Boorshtein <mbo...@ya...> wrote: > > > > On Sun, 2001-09-23 at 20:00, Rajagopal. V wrote: > > > > > Im trying to install the IDRS and had a look at > > the > > > IDRS_Setup.html document. > > > For the context path, the value given is > > > /var/jakarta-tomcat/webapps/servlet > > > > > > Shudnt the contextpath be > > > /var/jakarta-tomcat/webapps/IDRS > > > > You are right, thats a typo. IDRS shuold idrs > > > > > > > > > > Also, What is the concept of reports being kept > > open? > > > Does it mean that the records will be cached for > > the > > > period of time? IF so, shudnt we give an option > > for > > > individual reports? > > > > What being kept 'Open' means is that the pooling > > system will destroy and > > recreate an instance of a pooled object after a > > given number of days. > > This was made primarily for database connections > > that could become > > 'clogged' over a long period of time. > > > > marc > > > > > __________________________________________________ > Do You Yahoo!? > Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com > > _______________________________________________ > Idrs-help mailing list > Idr...@li... > http://lists.sourceforge.net/lists/listinfo/idrs-help |