Well,

maybe I am missing some detail here, but given that the
file that contains the definition of this constructor
has not been changed since Aug 24 (according to WinCVS)
I wonder why it has not been discovered if it's really a bug.

I was originally pointed to the current snapshot to solve
another issue I had found. So how are other people working with
this snapshot ?

Just wondering, not trying to critizize -

Laslo

======================================================================
     _  _ ___  ___         Laslo Bednarik    Tel. {0|49}-7031-468-2025
    | || | _ \/ __|        Software Engineer Telnet           701-2025 
    | __ |  _/\__ \                          Fax  {0|49}-7031-468-2207
    |_||_|_|  |___/                                           701-2207
=========== Hewlett-Packard ============           ___ _____ 
=           HP Services IT             =          |_ _|_   _|
=     Mail: [EMAIL PROTECTED]      =           | |  | |  
= http://isoit155.bbn.hp.com/~lbednari =          |___| |_|  
======================================================================


-----Original Message-----
From: Jakob Braeuchi [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 14, 2001 6:58 PM
To: [EMAIL PROTECTED]
Subject: Re: [castor-dev] Nov 14 snapshot compilation error:
SQLTypeConvertor is abstract


hi,

the constructor
SQLTypeConvertor( Class fromType, Class toType )  is private. simply remove
the private keyword and it will compile.

jakob

----- Original Message -----
From: "BEDNARIK,LASLO (HP-Germany,ex1)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 14, 2001 11:17 AM
Subject: [castor-dev] Nov 14 snapshot compilation error: SQLTypeConvertor is
abstract


> Hi,
>
> I get the following error when I try to compile the Nov 14 snapshot
> with Java 1.2.2 under WinNt4.0.
> The first error is a seperate one (FactoryState) but after that I
> get lots of errors about the SQLTypeConvertor (~80).
>
> Any hints ?
>
> Thanks,
>
> Laslo
>
> main:
>     [javac] Compiling 500 source files to
> D:\tools\devel\castor\build\classes
>     [javac]
>
D:\tools\devel\castor\src\main\org\exolab\castor\builder\SGStateInfo.java:75
> : class org.exolab.castor.builder.FactoryState is defined in
> SourceFactory.java. Because it is used outside of its source file, it
should
> be defined in a file called "FactoryState.java".
>     [javac]     private FactoryState _currentFactoryState = null;
>     [javac]                                               ^
>     [javac]
>
D:\tools\devel\castor\src\main\org\exolab\castor\jdo\engine\SQLTypes.java:54
> 9: nested class org.exolab.castor.jdo.engine.SQLTypes. SQLTypeConvertor is
> an abstract class. It can't be instantiated.
>     [javac]         new TypeConvertorInfo( new SQLTypeConvertor(
> java.lang.Short.class, java.lang.Boolean.class ) {
>     [javac]                                ^
>     [javac]
>
D:\tools\devel\castor\src\main\org\exolab\castor\jdo\engine\SQLTypes.java:55
> 4: nested class org.exolab.castor.jdo.engine.SQLTypes. SQLTypeConvertor is
> an abstract class. It can't be instantiated.
>     [javac]         new TypeConvertorInfo( new SQLTypeConvertor(
> java.lang.Boolean.class, java.lang.Short.class ) {
>
> ======================================================================
>      _  _ ___  ___         Laslo Bednarik    Tel. {0|49}-7031-468-2025
>     | || | _ \/ __|        Software Engineer Telnet           701-2025
>     | __ |  _/\__ \                          Fax  {0|49}-7031-468-2207
>     |_||_|_|  |___/                                           701-2207
> =========== Hewlett-Packard ============           ___ _____
> =           HP Services IT             =          |_ _|_   _|
> =     Mail: [EMAIL PROTECTED]      =           | |  | |
> = http://isoit155.bbn.hp.com/~lbednari =          |___| |_|
> ======================================================================
>
> -----------------------------------------------------------
> If you wish to unsubscribe from this mailing, send mail to
> [EMAIL PROTECTED] with a subject of:
> unsubscribe castor-dev
>
>

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to