Hi,

I got two remarks about your problem.

First, JOnAS 2.1 don't treat ejb-ref & ejb-link.
It's a temporary restriction that will be raised as soon as possible...

Second, the error 'resource-ref missing for jonas-resource xx' means
that
you define, in the JOnAS specific deployment descriptor, a
jonas-resource
with a <res-ref-name> xx which is not defined as a <resource-ref> in the
standard deployment descriptor.

Hope this help.
H�l�ne.

Klaus Thiele wrote:
> 
> Hello,
> 
> after switching from 2.0 to 2.1.1 i get following
> error when GenIC starts:
> 
> -> + GenIC -d /home/kth/classes -verbose ejb-jar.xml
> -> ERROR: resource-ref missing for jonas-resource ejb/users
> -> GenIC ERROR: When reading the Deployment Descriptors for ejb-jar.xml
> 
> in the first session-bean which references an entity-bean.
> 
> new features or bug?
> 
> thanks a lot
>   klaus
> 
> ---snipp------------------------------------
> ejb-jar.xml:
>    [...]
>       <entity>
>          <ejb-name>usersBean</ejb-name>
>             [...]
> 
>       <session>
>          <ejb-name>UserBean</ejb-name>
>             [...]
>          <session-type>Stateful</session-type>
>          <transaction-type>Bean</transaction-type>
>             [...]
>          <ejb-ref>
>            ==> <ejb-ref-name>ejb/users</ejb-ref-name> <==
>            <ejb-ref-type>Entity</ejb-ref-type>
>            <home>com.PIAG.ejb.entity.usersHome</home>
>            <remote>com.PIAG.ejb.entity.users</remote>
>            <ejb-link>usersBean</ejb-link>
>          </ejb-ref>
> ---snipp------------------------------------
> 
> --
> Klaus Thiele - Personal & Informatik AG
> mailto:[EMAIL PROTECTED]
> 
>  "There's got to be more to life than compile-and-go."
> ----
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body of the message "unsubscribe jonas-users".
> For general help, send email to [EMAIL PROTECTED] and
> include in the body of the message "help".

-- 
-=- H�l�ne JOANIN -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  mailto:[EMAIL PROTECTED]   http://www.evidian.com
  Phone: 33.4.76.29.73.53            Fax: 33.4.76.29.76.00
  Download our EJB Server JOnAS at http://www.objectweb.org
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to