You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-dev@incubator.apache.org by Pavitra Subramaniam <pa...@oracle.com> on 2006/07/10 19:56:13 UTC

Compilation error: apache-faces\adf-faces\adf-faces-api\src\test\java\org\apache\myfaces\adf\util\ServiceTest.java

I am getting a compilation error in the following file, when I build the latest Trinidad code.  [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure  D:\oradev\trinidad\apache-faces\adf-faces\adf-faces-api\src\test\java\org\apache\myfaces\adf\util\Se rviceTest.java:[98,16] org.apache.myfaces.adf.util.ServiceTest.UsesProvider is not abstract and doesnot override abstract method <T>getService(java.lang.Class<T>) in org.apache.myfaces.adf.util.Servi ce.Provider  <!-- Converted from text/rtf format  -->  
Thanks  Pavitra 

Re: Compilation error: apache-faces\adf-faces\adf-faces-api\src\test\java\org\apache\myfaces\adf\util\ServiceTest.java

Posted by Matthias Wessendorf <ma...@apache.org>.
On 7/11/06, Simon_Lessard@dmr.ca <Si...@dmr.ca> wrote:
> Hmm, I doubt that's his problem. I can compile well using 1.6 beta 2

that's cool :)

> Simon Lessard
> DMR Conseil Inc. (http://www.dmrconseil.ca)
> Téléphone : (418) 653-6881
>
> Sun Certified Programmer for Java 2 Platform 1.4
>
>
>
>
> "Pavitra Subramaniam" <pa...@oracle.com>
> 2006-07-10 17:48
> Please respond to adffaces-dev
>
>         To:     "adffaces-dev@incubator.apache.org"
> <ad...@incubator.apache.org>
>         cc:
>         Subject:        RE: Compilation error:
> apache-faces\adf-faces\adf-faces-api\src\test\java\org\apache\myfaces\adf\util\ServiceTest.java
>
>
> The only difference between my environment and yours is that I am using
> JDK 1.5.0_06. Will try with this version and see if that helps.
>
> Thanks
> - Pavitra
>
> -----Original Message-----
> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
> Matthias Wessendorf
> Sent: Monday, July 10, 2006 2:44 PM
> To: adffaces-dev@incubator.apache.org; pavitra.subramaniam@oracle.com
> Subject: Re: Compilation error:
> apache-faces\adf-faces\adf-faces-api\src\test\java\org\apache\myfaces\adf\util\ServiceTest.java
>
> Here is my environement
>
> D:\Apache\ADF\adf-faces>java -version
> java version "1.5.0_07"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03) Java
> HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode, sharing)
>
>
> AND maven in version 2.0.4
>
> Can you check your JDK ?
> (maybe this is the bothering guy)
>
>
>
> On 7/10/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > mmm
> >
> > for me it works.
> > Just tried. (update and than plugins (mvn clean install) and the same
> > for adf-faces
> >
> > also I tried the continuum build on our myfaces zone.
> > worked (see http://tinyurl.com/fwakc)
> >
> > can you provide more, what you did?
> >
> > Thx,
> > Matthias
> >
> > On 7/10/06, Pavitra Subramaniam <pa...@oracle.com> wrote:
> > > I am getting a compilation error in the following file, when I build
> > > the latest Trinidad code.  [INFO]
> > > --------------------------------------------------------------------
> > > ---- [ERROR] BUILD FAILURE [INFO]
> > > --------------------------------------------------------------------
> > > ---- [INFO] Compilation failure
> > > D:\oradev\trinidad\apache-faces\adf-faces\adf-faces-api\src\test\jav
> > > a\org\apache\myfaces\adf\util\Se rviceTest.java:[98,16]
> > > org.apache.myfaces.adf.util.ServiceTest.UsesProvider is not abstract
> > > and doesnot override abstract method
> > > <T>getService(java.lang.Class<T>) in
> > > org.apache.myfaces.adf.util.Servi ce.Provider  <!-- Converted from
> > > text/rtf format  --> Thanks  Pavitra
> > >
> > >
> >
> >
> > --
> > Matthias Wessendorf
> >
> > futher stuff:
> > blog: http://jroller.com/page/mwessendorf
> > mail: mwessendorf-at-gmail-dot-com
> >
>
>
> --
> Matthias Wessendorf
>
> futher stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>
>
>
>


-- 
Matthias Wessendorf

futher stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

RE: Compilation error: apache-faces\adf-faces\adf-faces-api\src\test\java\org\apache\myfaces\adf\util\ServiceTest.java

Posted by Si...@DMR.CA.
Hmm, I doubt that's his problem. I can compile well using 1.6 beta 2


Simon Lessard
DMR Conseil Inc. (http://www.dmrconseil.ca)
Téléphone : (418) 653-6881

Sun Certified Programmer for Java 2 Platform 1.4




"Pavitra Subramaniam" <pa...@oracle.com>
2006-07-10 17:48
Please respond to adffaces-dev
 
        To:     "adffaces-dev@incubator.apache.org" 
<ad...@incubator.apache.org>
        cc: 
        Subject:        RE: Compilation error: 
apache-faces\adf-faces\adf-faces-api\src\test\java\org\apache\myfaces\adf\util\ServiceTest.java


The only difference between my environment and yours is that I am using 
JDK 1.5.0_06. Will try with this version and see if that helps. 

Thanks
- Pavitra

-----Original Message-----
From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of 
Matthias Wessendorf
Sent: Monday, July 10, 2006 2:44 PM
To: adffaces-dev@incubator.apache.org; pavitra.subramaniam@oracle.com
Subject: Re: Compilation error: 
apache-faces\adf-faces\adf-faces-api\src\test\java\org\apache\myfaces\adf\util\ServiceTest.java

Here is my environement

D:\Apache\ADF\adf-faces>java -version
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03) Java 
HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode, sharing)


AND maven in version 2.0.4

Can you check your JDK ?
(maybe this is the bothering guy)



On 7/10/06, Matthias Wessendorf <ma...@apache.org> wrote:
> mmm
>
> for me it works.
> Just tried. (update and than plugins (mvn clean install) and the same 
> for adf-faces
>
> also I tried the continuum build on our myfaces zone.
> worked (see http://tinyurl.com/fwakc)
>
> can you provide more, what you did?
>
> Thx,
> Matthias
>
> On 7/10/06, Pavitra Subramaniam <pa...@oracle.com> wrote:
> > I am getting a compilation error in the following file, when I build 
> > the latest Trinidad code.  [INFO] 
> > --------------------------------------------------------------------
> > ---- [ERROR] BUILD FAILURE [INFO] 
> > --------------------------------------------------------------------
> > ---- [INFO] Compilation failure 
> > D:\oradev\trinidad\apache-faces\adf-faces\adf-faces-api\src\test\jav
> > a\org\apache\myfaces\adf\util\Se rviceTest.java:[98,16] 
> > org.apache.myfaces.adf.util.ServiceTest.UsesProvider is not abstract 
> > and doesnot override abstract method 
> > <T>getService(java.lang.Class<T>) in 
> > org.apache.myfaces.adf.util.Servi ce.Provider  <!-- Converted from 
> > text/rtf format  --> Thanks  Pavitra
> >
> >
>
>
> --
> Matthias Wessendorf
>
> futher stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>


--
Matthias Wessendorf

futher stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com



RE: Compilation error: apache-faces\adf-faces\adf-faces-api\src\test\java\org\apache\myfaces\adf\util\ServiceTest.java

Posted by Pavitra Subramaniam <pa...@oracle.com>.
The only difference between my environment and yours is that I am using JDK 1.5.0_06. Will try with this version and see if that helps.  

Thanks
- Pavitra

-----Original Message-----
From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of Matthias Wessendorf
Sent: Monday, July 10, 2006 2:44 PM
To: adffaces-dev@incubator.apache.org; pavitra.subramaniam@oracle.com
Subject: Re: Compilation error: apache-faces\adf-faces\adf-faces-api\src\test\java\org\apache\myfaces\adf\util\ServiceTest.java

Here is my environement

D:\Apache\ADF\adf-faces>java -version
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03) Java HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode, sharing)


AND maven in version 2.0.4

Can you check your JDK ?
(maybe this is the bothering guy)



On 7/10/06, Matthias Wessendorf <ma...@apache.org> wrote:
> mmm
>
> for me it works.
> Just tried. (update and than plugins (mvn clean install) and the same 
> for adf-faces
>
> also I tried the continuum build on our myfaces zone.
> worked (see http://tinyurl.com/fwakc)
>
> can you provide more, what you did?
>
> Thx,
> Matthias
>
> On 7/10/06, Pavitra Subramaniam <pa...@oracle.com> wrote:
> > I am getting a compilation error in the following file, when I build 
> > the latest Trinidad code.  [INFO] 
> > --------------------------------------------------------------------
> > ---- [ERROR] BUILD FAILURE [INFO] 
> > --------------------------------------------------------------------
> > ---- [INFO] Compilation failure  
> > D:\oradev\trinidad\apache-faces\adf-faces\adf-faces-api\src\test\jav
> > a\org\apache\myfaces\adf\util\Se rviceTest.java:[98,16] 
> > org.apache.myfaces.adf.util.ServiceTest.UsesProvider is not abstract 
> > and doesnot override abstract method 
> > <T>getService(java.lang.Class<T>) in 
> > org.apache.myfaces.adf.util.Servi ce.Provider  <!-- Converted from 
> > text/rtf format  --> Thanks  Pavitra
> >
> >
>
>
> --
> Matthias Wessendorf
>
> futher stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>


--
Matthias Wessendorf

futher stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com


Re: Compilation error: apache-faces\adf-faces\adf-faces-api\src\test\java\org\apache\myfaces\adf\util\ServiceTest.java

Posted by Matthias Wessendorf <ma...@apache.org>.
Here is my environement

D:\Apache\ADF\adf-faces>java -version
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
Java HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode, sharing)


AND maven in version 2.0.4

Can you check your JDK ?
(maybe this is the bothering guy)



On 7/10/06, Matthias Wessendorf <ma...@apache.org> wrote:
> mmm
>
> for me it works.
> Just tried. (update and than plugins (mvn clean install) and the same
> for adf-faces
>
> also I tried the continuum build on our myfaces zone.
> worked (see http://tinyurl.com/fwakc)
>
> can you provide more, what you did?
>
> Thx,
> Matthias
>
> On 7/10/06, Pavitra Subramaniam <pa...@oracle.com> wrote:
> > I am getting a compilation error in the following file, when I build the latest Trinidad code.  [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure  D:\oradev\trinidad\apache-faces\adf-faces\adf-faces-api\src\test\java\org\apache\myfaces\adf\util\Se rviceTest.java:[98,16] org.apache.myfaces.adf.util.ServiceTest.UsesProvider is not abstract and doesnot override abstract method <T>getService(java.lang.Class<T>) in org.apache.myfaces.adf.util.Servi ce.Provider  <!-- Converted from text/rtf format  -->
> > Thanks  Pavitra
> >
> >
>
>
> --
> Matthias Wessendorf
>
> futher stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>


-- 
Matthias Wessendorf

futher stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: Compilation error: apache-faces\adf-faces\adf-faces-api\src\test\java\org\apache\myfaces\adf\util\ServiceTest.java

Posted by Matthias Wessendorf <ma...@apache.org>.
mmm

for me it works.
Just tried. (update and than plugins (mvn clean install) and the same
for adf-faces

also I tried the continuum build on our myfaces zone.
worked (see http://tinyurl.com/fwakc)

can you provide more, what you did?

Thx,
Matthias

On 7/10/06, Pavitra Subramaniam <pa...@oracle.com> wrote:
> I am getting a compilation error in the following file, when I build the latest Trinidad code.  [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure  D:\oradev\trinidad\apache-faces\adf-faces\adf-faces-api\src\test\java\org\apache\myfaces\adf\util\Se rviceTest.java:[98,16] org.apache.myfaces.adf.util.ServiceTest.UsesProvider is not abstract and doesnot override abstract method <T>getService(java.lang.Class<T>) in org.apache.myfaces.adf.util.Servi ce.Provider  <!-- Converted from text/rtf format  -->
> Thanks  Pavitra
>
>


-- 
Matthias Wessendorf

futher stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com