본문 바로가기

TOOL

[eclipse] 1 CHKJ4019W: 에러

1 CHKJ4019W: Invalid res-sharing-scope; valid values are "Shareable" or "Unshareable". web.xml JPetStore with Struts and IBatiss/WebContent/WEB-INF

컨넥션 풀을 사용하기 위해
이클립스에서 server.xml과 web.xml 설정을 해주었더니
에러 아닌 에러 메세지가 나왔다.

검색해봤다.

   <resource-ref>
        <description>Oracle Development Datasource</description>
        <res-ref-name>jdbc/devDb</res-ref-name>
        <res-type>javax.sql.DataSource</res-type>
        <res-auth>Container</res-auth>
        <res-sharing-scope>Shareable</res-sharing-scope>      
    </resource-ref>


추가하면 에러가 사라진다.

Shareable과 Unshareable의 차이는 머냐;

'TOOL' 카테고리의 다른 글

[Eclipse] dbEdit plug-in  (0) 2008.03.27
알아두면 유용한 Eclipse 단축키  (0) 2007.06.04
Eclipse 성능 높히기  (0) 2007.06.04