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