|
Java学习者论坛
一个學生bean (studentinfo),一个課程bean(courseinfo),一个学生選课bean(course-plan)
studentinfo和course-plan 定义了1:N的shuang向關系
courseinfo和course-plan定义了1:N的双向关系
Jbuilder7.0下编譯这三个CMPshi没有問题的,但是部署這个應用出了错
我的运行环境是weblogic6.1,Jbuilder7.0自动生成ejb-jar.xml,里面有关关系的部分
<relationship-role-source>
<description>courseinfo</description>
<ejb-name>Courseinfo</ejb-name>
</relationship-role-source>
他說这部分有错,出错信息如下:
"Manager.ejbgrpx": ERROR: Error parsing 'ejb-jar.xml' line 88: Element type "role-source" must be declared.
我即使把<relationship-role-source>标签换成<role-source>还是一樣,真是咄咄怪事,弄的冒名奇妙。
請高手指点!
欢迎来到Java学习者论坛,转载请注明地址:http://www.javaxxz.com. |
|