Hey,

I just did a checkout and compiled it and couldn't reproduce this
problem. Did you try doing a checkout to a clean directory?

I get bunch of exceptions when trying to start the binary though, but
that's a whole another story...

-- Juha


On Sun, 2 Jul 2000, Peter Braswell wrote:

> All,
> I get the following compile error with after checking
> out the tip revisions in CVS.  Is somebody working on
> this??
> 
> cheers,
> peter
> 
> Compiling 13 source files to
> /home/Ejboss/src/jboss/build/classes
> 
>/home/Ejboss/src/jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/CMPField.java:129:
> Incompatible type for method. Can't convert
> org.jboss.ejb.plugins.jaws.deployment.Entity to
> org.jboss.ejb.plugins.jaws.deployment.JawsEntity.
>             String sql =
> 
>((EjbJar)getBeanContext().getBeanContext().getBeanContext()).getTypeMappings().getTypeMapping(((EnterpriseBeans)getBeanContext().getBeanContext()).getTypeMapping()).getSqlTypeForJavaType(type.getType(),
> (Entity)getBeanContext());
>                                                       
>                                                       
>                                                       
>                                                       
>         ^
> 
>/home/Ejboss/src/jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/CMPField.java:133:
> Incompatible type for method. Can't convert
> org.jboss.ejb.plugins.jaws.deployment.Entity to
> org.jboss.ejb.plugins.jaws.deployment.JawsEntity.
>             String jdbc =
> 
>((EjbJar)getBeanContext().getBeanContext().getBeanContext()).getTypeMappings().getTypeMapping(((EnterpriseBeans)getBeanContext().getBeanContext()).getTypeMapping()).getJdbcTypeForJavaType(type.getType(),
> (Entity)getBeanContext());
>                                                       
>                                                       
>                                                       
>                                                       
>           ^
> 2 errors
> BUILD FATAL ERROR: Compile failed, messages should
> have been provided.
> 
> __________________________________________________
> Do You Yahoo!?
> Kick off your party with Yahoo! Invites.
> http://invites.yahoo.com/
> 
> 


Reply via email to