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".