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 Antonio Gallardo <ag...@agsoftware.dnsalias.com> on 2003/09/13 22:47:11 UTC

build failed

Hi:

I recently update ojb, after a build clean, I run:


bin/build.sh with-jdori jar

and here is the error:

main-opt:
    [javac] Compiling 585 source files to /db-ojb/target/classes
    [javac] Note:
/db-ojb/target/src/org/apache/ojb/broker/accesslayer/SQLCachingStatementsForClass.java
uses or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] Compiling 232 source files to /db-ojb/target/classestest
    [javac] Compiling 10 source files to /db-ojb/target/classesjca
    [javac]
/db-ojb/target/srcjca/org/apache/ojb/otm/connector/OTMJCAConnection.java:79:
org.apache.ojb.otm.connector.OTMJCAConnection is not abstract and does
not override abstract method
getIteratorByOQLQuery(org.odmg.OQLQuery,int) in
org.apache.ojb.otm.OTMConnection
    [javac] public class OTMJCAConnection implements OTMConnection
    [javac]        ^
    [javac] 1 error

BUILD FAILED
file:/db-ojb/build.xml:260: Compile failed; see the compiler error output
for details.


Best Regards,

Antonio Gallardo



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


Re: build failed in org.apache.ojb.otm.connector.OTMJCAConnection

Posted by Oleg Nitz <on...@ukr.net>.
Fixed. Sorry again.

Oleg

On Sunday 14 September 2003 16:35, Brian McCallister wrote:
> Just did a fresh get, build errors are still there.
>
> -Brian
>
> On Sunday, September 14, 2003, at 07:57 AM, Oleg Nitz wrote:
> > Hi Antonio,
> >
> > Please do cvs update once more, the errors are already fixed,
> > I am sorry for making these troubles.
> >
> > Regrads,
> >  Oleg
> >
> > On Sunday 14 September 2003 01:47, Antonio Gallardo wrote:
> >> Hi:
> >>
> >> now there are 2 errors, see:
> >>
> >> 1-org.apache.ojb.otm.connector.OTMJCAConnection is not abstract and
> >> does
> >> not override abstract method
> >> getCollectionByQuery(org.apache.ojb.broker.query.Query) in
> >> org.apache.ojb.otm.OTMConnection
> >>
> >> 2-getIteratorByOQLQuery(org.odmg.OQLQuery) in
> >> org.apache.ojb.otm.OTMConnection cannot be applied to
> >> (org.apache.ojb.odmg.oql.EnhancedOQLQuery,int)
> >>
> >> Please note I am building using:
> >>
> >> bin/build.sh with-jdori jar
> >>
> >> What I am doing wrong?
> >>
> >> Here is the output:
> >>
> >> [javac]
> >> /db-ojb/target/srcjca/org/apache/ojb/otm/connector/
> >> OTMJCAConnection.java:79
> >>
> >> : org.apache.ojb.otm.connector.OTMJCAConnection is not abstract and
> >>
> >> does not
> >> override abstract method
> >> getCollectionByQuery(org.apache.ojb.broker.query.Query) in
> >> org.apache.ojb.otm.OTMConnection
> >>     [javac] public class OTMJCAConnection implements OTMConnection
> >>     [javac]        ^
> >>     [javac]
> >> /db-ojb/target/srcjca/org/apache/ojb/otm/connector/
> >> OTMJCAConnection.java:14
> >> 6: getIteratorByOQLQuery(org.odmg.OQLQuery) in
> >> org.apache.ojb.otm.OTMConnection cannot be applied to
> >> (org.apache.ojb.odmg.oql.EnhancedOQLQuery,int)
> >>     [javac]             return
> >> m_managedConnection.getConnection().getIteratorByOQLQuery(query,
> >> lock);
> >>     [javac]                                                         ^
> >>     [javac] 2 errors
> >>
> >> Antonio Gallardo dijo:
> >>> Hi:
> >>>
> >>> I recently update ojb, after a build clean, I run:
> >>>
> >>>
> >>> bin/build.sh with-jdori jar
> >>>
> >>> and here is the error:
> >>>
> >>> main-opt:
> >>>     [javac] Compiling 585 source files to /db-ojb/target/classes
> >>>     [javac] Note:
> >>> /db-ojb/target/src/org/apache/ojb/broker/accesslayer/
> >>> SQLCachingStatements
> >>> ForClass.java uses or overrides a deprecated API.
> >>>     [javac] Note: Recompile with -deprecation for details.
> >>>     [javac] Compiling 232 source files to /db-ojb/target/classestest
> >>> [javac] Compiling 10 source files to /db-ojb/target/classesjca
> >>> [javac]
> >>> /db-ojb/target/srcjca/org/apache/ojb/otm/connector/
> >>> OTMJCAConnection.java:
> >>> 79: org.apache.ojb.otm.connector.OTMJCAConnection is not abstract
> >>> and does
> >>> not override abstract method
> >>> getIteratorByOQLQuery(org.odmg.OQLQuery,int) in
> >>> org.apache.ojb.otm.OTMConnection
> >>>     [javac] public class OTMJCAConnection implements OTMConnection
> >>> [javac]        ^
> >>>     [javac] 1 error
> >>>
> >>> BUILD FAILED
> >>> file:/db-ojb/build.xml:260: Compile failed; see the compiler error
> >>> output for details.
> >>>
> >>>
> >>> Best Regards,
> >>>
> >>> Antonio Gallardo
> >>>
> >>>
> >>>
> >>> ---------------------------------------------------------------------
> >>>  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
> >
> > ---------------------------------------------------------------------
> > 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


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


Re: build failed in org.apache.ojb.otm.connector.OTMJCAConnection

Posted by Brian McCallister <mc...@forthillcompany.com>.
Just did a fresh get, build errors are still there.

-Brian

On Sunday, September 14, 2003, at 07:57 AM, Oleg Nitz wrote:

> Hi Antonio,
>
> Please do cvs update once more, the errors are already fixed,
> I am sorry for making these troubles.
>
> Regrads,
>  Oleg
>
> On Sunday 14 September 2003 01:47, Antonio Gallardo wrote:
>> Hi:
>>
>> now there are 2 errors, see:
>>
>> 1-org.apache.ojb.otm.connector.OTMJCAConnection is not abstract and  
>> does
>> not override abstract method
>> getCollectionByQuery(org.apache.ojb.broker.query.Query) in
>> org.apache.ojb.otm.OTMConnection
>>
>> 2-getIteratorByOQLQuery(org.odmg.OQLQuery) in
>> org.apache.ojb.otm.OTMConnection cannot be applied to
>> (org.apache.ojb.odmg.oql.EnhancedOQLQuery,int)
>>
>> Please note I am building using:
>>
>> bin/build.sh with-jdori jar
>>
>> What I am doing wrong?
>>
>> Here is the output:
>>
>> [javac]
>> /db-ojb/target/srcjca/org/apache/ojb/otm/connector/ 
>> OTMJCAConnection.java:79
>> : org.apache.ojb.otm.connector.OTMJCAConnection is not abstract and  
>> does not
>> override abstract method
>> getCollectionByQuery(org.apache.ojb.broker.query.Query) in
>> org.apache.ojb.otm.OTMConnection
>>     [javac] public class OTMJCAConnection implements OTMConnection
>>     [javac]        ^
>>     [javac]
>> /db-ojb/target/srcjca/org/apache/ojb/otm/connector/ 
>> OTMJCAConnection.java:14
>> 6: getIteratorByOQLQuery(org.odmg.OQLQuery) in
>> org.apache.ojb.otm.OTMConnection cannot be applied to
>> (org.apache.ojb.odmg.oql.EnhancedOQLQuery,int)
>>     [javac]             return
>> m_managedConnection.getConnection().getIteratorByOQLQuery(query,
>> lock);
>>     [javac]                                                         ^
>>     [javac] 2 errors
>>
>> Antonio Gallardo dijo:
>>> Hi:
>>>
>>> I recently update ojb, after a build clean, I run:
>>>
>>>
>>> bin/build.sh with-jdori jar
>>>
>>> and here is the error:
>>>
>>> main-opt:
>>>     [javac] Compiling 585 source files to /db-ojb/target/classes
>>>     [javac] Note:
>>> /db-ojb/target/src/org/apache/ojb/broker/accesslayer/ 
>>> SQLCachingStatements
>>> ForClass.java uses or overrides a deprecated API.
>>>     [javac] Note: Recompile with -deprecation for details.
>>>     [javac] Compiling 232 source files to /db-ojb/target/classestest
>>> [javac] Compiling 10 source files to /db-ojb/target/classesjca
>>> [javac]
>>> /db-ojb/target/srcjca/org/apache/ojb/otm/connector/ 
>>> OTMJCAConnection.java:
>>> 79: org.apache.ojb.otm.connector.OTMJCAConnection is not abstract  
>>> and does
>>> not override abstract method
>>> getIteratorByOQLQuery(org.odmg.OQLQuery,int) in
>>> org.apache.ojb.otm.OTMConnection
>>>     [javac] public class OTMJCAConnection implements OTMConnection
>>> [javac]        ^
>>>     [javac] 1 error
>>>
>>> BUILD FAILED
>>> file:/db-ojb/build.xml:260: Compile failed; see the compiler error
>>> output for details.
>>>
>>>
>>> Best Regards,
>>>
>>> Antonio Gallardo
>>>
>>>
>>>
>>> --------------------------------------------------------------------- 
>>>  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
>
>
> ---------------------------------------------------------------------
> 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: build failed in org.apache.ojb.otm.connector.OTMJCAConnection

Posted by Oleg Nitz <on...@ukr.net>.
Hi Antonio,

Please do cvs update once more, the errors are already fixed,
I am sorry for making these troubles.

Regrads,
 Oleg

On Sunday 14 September 2003 01:47, Antonio Gallardo wrote:
> Hi:
>
> now there are 2 errors, see:
>
> 1-org.apache.ojb.otm.connector.OTMJCAConnection is not abstract and does
> not override abstract method
> getCollectionByQuery(org.apache.ojb.broker.query.Query) in
> org.apache.ojb.otm.OTMConnection
>
> 2-getIteratorByOQLQuery(org.odmg.OQLQuery) in
> org.apache.ojb.otm.OTMConnection cannot be applied to
> (org.apache.ojb.odmg.oql.EnhancedOQLQuery,int)
>
> Please note I am building using:
>
> bin/build.sh with-jdori jar
>
> What I am doing wrong?
>
> Here is the output:
>
> [javac]
> /db-ojb/target/srcjca/org/apache/ojb/otm/connector/OTMJCAConnection.java:79
>: org.apache.ojb.otm.connector.OTMJCAConnection is not abstract and does not
> override abstract method
> getCollectionByQuery(org.apache.ojb.broker.query.Query) in
> org.apache.ojb.otm.OTMConnection
>     [javac] public class OTMJCAConnection implements OTMConnection
>     [javac]        ^
>     [javac]
> /db-ojb/target/srcjca/org/apache/ojb/otm/connector/OTMJCAConnection.java:14
>6: getIteratorByOQLQuery(org.odmg.OQLQuery) in
> org.apache.ojb.otm.OTMConnection cannot be applied to
> (org.apache.ojb.odmg.oql.EnhancedOQLQuery,int)
>     [javac]             return
> m_managedConnection.getConnection().getIteratorByOQLQuery(query,
> lock);
>     [javac]                                                         ^
>     [javac] 2 errors
>
> Antonio Gallardo dijo:
> > Hi:
> >
> > I recently update ojb, after a build clean, I run:
> >
> >
> > bin/build.sh with-jdori jar
> >
> > and here is the error:
> >
> > main-opt:
> >     [javac] Compiling 585 source files to /db-ojb/target/classes
> >     [javac] Note:
> > /db-ojb/target/src/org/apache/ojb/broker/accesslayer/SQLCachingStatements
> >ForClass.java uses or overrides a deprecated API.
> >     [javac] Note: Recompile with -deprecation for details.
> >     [javac] Compiling 232 source files to /db-ojb/target/classestest
> > [javac] Compiling 10 source files to /db-ojb/target/classesjca
> > [javac]
> > /db-ojb/target/srcjca/org/apache/ojb/otm/connector/OTMJCAConnection.java:
> >79: org.apache.ojb.otm.connector.OTMJCAConnection is not abstract and does
> > not override abstract method
> > getIteratorByOQLQuery(org.odmg.OQLQuery,int) in
> > org.apache.ojb.otm.OTMConnection
> >     [javac] public class OTMJCAConnection implements OTMConnection
> > [javac]        ^
> >     [javac] 1 error
> >
> > BUILD FAILED
> > file:/db-ojb/build.xml:260: Compile failed; see the compiler error
> > output for details.
> >
> >
> > Best Regards,
> >
> > Antonio Gallardo
> >
> >
> >
> > --------------------------------------------------------------------- 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


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


Re: build failed in org.apache.ojb.otm.connector.OTMJCAConnection

Posted by Antonio Gallardo <ag...@agsoftware.dnsalias.com>.
Hi:

now there are 2 errors, see:

1-org.apache.ojb.otm.connector.OTMJCAConnection is not abstract and does
not override abstract method
getCollectionByQuery(org.apache.ojb.broker.query.Query) in
org.apache.ojb.otm.OTMConnection

2-getIteratorByOQLQuery(org.odmg.OQLQuery) in
org.apache.ojb.otm.OTMConnection cannot be applied to
(org.apache.ojb.odmg.oql.EnhancedOQLQuery,int)

Please note I am building using:

bin/build.sh with-jdori jar

What I am doing wrong?

Here is the output:

[javac]
/db-ojb/target/srcjca/org/apache/ojb/otm/connector/OTMJCAConnection.java:79:
org.apache.ojb.otm.connector.OTMJCAConnection is not abstract and does not
override abstract method
getCollectionByQuery(org.apache.ojb.broker.query.Query) in
org.apache.ojb.otm.OTMConnection
    [javac] public class OTMJCAConnection implements OTMConnection
    [javac]        ^
    [javac]
/db-ojb/target/srcjca/org/apache/ojb/otm/connector/OTMJCAConnection.java:146:
getIteratorByOQLQuery(org.odmg.OQLQuery) in
org.apache.ojb.otm.OTMConnection cannot be applied to
(org.apache.ojb.odmg.oql.EnhancedOQLQuery,int)
    [javac]             return
m_managedConnection.getConnection().getIteratorByOQLQuery(query,
lock);
    [javac]                                                         ^
    [javac] 2 errors


Antonio Gallardo dijo:
> Hi:
>
> I recently update ojb, after a build clean, I run:
>
>
> bin/build.sh with-jdori jar
>
> and here is the error:
>
> main-opt:
>     [javac] Compiling 585 source files to /db-ojb/target/classes
>     [javac] Note:
> /db-ojb/target/src/org/apache/ojb/broker/accesslayer/SQLCachingStatementsForClass.java
> uses or overrides a deprecated API.
>     [javac] Note: Recompile with -deprecation for details.
>     [javac] Compiling 232 source files to /db-ojb/target/classestest
> [javac] Compiling 10 source files to /db-ojb/target/classesjca
> [javac]
> /db-ojb/target/srcjca/org/apache/ojb/otm/connector/OTMJCAConnection.java:79:
> org.apache.ojb.otm.connector.OTMJCAConnection is not abstract and does
> not override abstract method
> getIteratorByOQLQuery(org.odmg.OQLQuery,int) in
> org.apache.ojb.otm.OTMConnection
>     [javac] public class OTMJCAConnection implements OTMConnection
> [javac]        ^
>     [javac] 1 error
>
> BUILD FAILED
> file:/db-ojb/build.xml:260: Compile failed; see the compiler error
> output for details.
>
>
> Best Regards,
>
> Antonio Gallardo
>
>
>
> --------------------------------------------------------------------- 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