Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 30 Number of classfiles: 30

Problems: 59 (Errors: 0 Warnings: 59 )

Source File: org/eclipse/jst/j2ee/xdoclet/runtime/internal/XDocletRuntimeAnnotationImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type IXDocletRuntimeAnnotation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

XDocletRuntimeAnnotationImpl.java :

11 : import org.eclipse.jst.j2ee.ejb.annotations.internal.xdoclet.IXDocletRuntimeAnnotation;

2. WARNING: DiscouragedReference

Discouraged access: The type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

XDocletRuntimeAnnotationImpl.java :

12 : import org.eclipse.jst.j2ee.ejb.annotations.internal.xdoclet.XDocletPreferenceStore;

3. WARNING: DiscouragedReference

Discouraged access: The type IXDocletRuntimeAnnotation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

XDocletRuntimeAnnotationImpl.java :

15 : IXDocletRuntimeAnnotation {

4. WARNING: DiscouragedReference

Discouraged access: The type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

XDocletRuntimeAnnotationImpl.java :

17 : XDocletPreferenceStore preferenceStore;

5. WARNING: DiscouragedReference

Discouraged access: The type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

XDocletRuntimeAnnotationImpl.java :

24 : public void setPreferenceStore(XDocletPreferenceStore preferenceStore) {

6. WARNING: DiscouragedReference

Discouraged access: The type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

XDocletRuntimeAnnotationImpl.java :

33 : public XDocletPreferenceStore getPreferenceStore() {

Source File: org/eclipse/jst/j2ee/xdoclet/runtime/internal/XDocletTaskProviderImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

XDocletTaskProviderImpl.java :

18 : import org.eclipse.jst.j2ee.ejb.annotations.internal.xdoclet.XDocletPreferenceStore;

2. WARNING: DiscouragedReference

Discouraged access: The type XDocletTaskProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

XDocletTaskProviderImpl.java :

19 : import org.eclipse.jst.j2ee.ejb.annotations.internal.xdoclet.XDocletTaskProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type XDocletTaskProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

XDocletTaskProviderImpl.java :

21 : public abstract class XDocletTaskProviderImpl implements XDocletTaskProvider {

4. WARNING: DiscouragedReference

Discouraged access: The type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

XDocletTaskProviderImpl.java :

25 : XDocletPreferenceStore preferenceStore;

5. WARNING: DiscouragedReference

Discouraged access: The method getBooleanProperty(String) from the type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

XDocletTaskProviderImpl.java :

55 : boolean include = getPreferenceStore().getBooleanProperty(getNamespace() + attribute + INCLUDE);

6. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

XDocletTaskProviderImpl.java :

65 : stringBuffer.append(getPreferenceStore().getProperty(getNamespace() + attribute).replaceAll("\\$","\\\\\\$"));

7. WARNING: DiscouragedReference

Discouraged access: The type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

XDocletTaskProviderImpl.java :

110 : public void setPreferenceStore(XDocletPreferenceStore preferenceStore) {

8. WARNING: DiscouragedReference

Discouraged access: The type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

XDocletTaskProviderImpl.java :

117 : public XDocletPreferenceStore getPreferenceStore() {

Source File: org/eclipse/jst/j2ee/xdoclet/runtime/internal/annotation/JBossAnnotationProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

JBossAnnotationProvider.java :

4 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IContainerManagedEntityBean;

2. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

JBossAnnotationProvider.java :

5 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IEnterpriseBean;

3. WARNING: DiscouragedReference

Discouraged access: The type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

JBossAnnotationProvider.java :

6 : import org.eclipse.jst.j2ee.ejb.annotations.internal.xdoclet.XDocletPreferenceStore;

4. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

JBossAnnotationProvider.java :

11 : public String getTypeAnnotations(IProject project, IEnterpriseBean bean) {

5. WARNING: DiscouragedReference

Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

JBossAnnotationProvider.java :

12 : if (!IContainerManagedEntityBean.class.isAssignableFrom(bean.getClass()))

6. WARNING: DiscouragedReference

Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

JBossAnnotationProvider.java :

14 : IContainerManagedEntityBean cmp = (IContainerManagedEntityBean) bean;

7. WARNING: DiscouragedReference

Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

JBossAnnotationProvider.java :

14 : IContainerManagedEntityBean cmp = (IContainerManagedEntityBean) bean;

8. WARNING: DiscouragedReference

Discouraged access: The type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

JBossAnnotationProvider.java :

15 : XDocletPreferenceStore ps = getPreferenceStore();

9. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

JBossAnnotationProvider.java :

18 : annotation.append("datasource=\"" + ps.getProperty("ejbdoclet.jboss.datasource") + "\" ");

10. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

JBossAnnotationProvider.java :

19 : annotation.append("datasource-mapping=\"" + ps.getProperty("ejbdoclet.jboss.datasourcemapping") + "\" ");

11. WARNING: DiscouragedReference

Discouraged access: The method getTable() from the type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

JBossAnnotationProvider.java :

20 : annotation.append("table-name=\"" + cmp.getTable() + "\" ");

12. WARNING: DiscouragedReference

Discouraged access: The method getBooleanProperty(String) from the type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

JBossAnnotationProvider.java :

21 : annotation.append("create-table=\"" + ps.getBooleanProperty("ejbdoclet.jboss.createtable") + "\" ");

13. WARNING: DiscouragedReference

Discouraged access: The method getBooleanProperty(String) from the type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

JBossAnnotationProvider.java :

22 : annotation.append("remove-table=\"" + ps.getBooleanProperty("ejbdoclet.jboss.removetable") + "\" ");

14. WARNING: DiscouragedReference

Discouraged access: The method getBooleanProperty(String) from the type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

JBossAnnotationProvider.java :

23 : annotation.append("alter-table=\"" + ps.getBooleanProperty("ejbdoclet.jboss.altertable") + "\"" );

Source File: org/eclipse/jst/j2ee/xdoclet/runtime/internal/annotation/JonasAnnotationProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

JonasAnnotationProvider.java :

4 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IContainerManagedEntityBean;

2. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

JonasAnnotationProvider.java :

5 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IEnterpriseBean;

3. WARNING: DiscouragedReference

Discouraged access: The type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

JonasAnnotationProvider.java :

6 : import org.eclipse.jst.j2ee.ejb.annotations.internal.xdoclet.XDocletPreferenceStore;

4. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

JonasAnnotationProvider.java :

11 : public String getTypeAnnotations(IProject project, IEnterpriseBean bean) {

5. WARNING: DiscouragedReference

Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

JonasAnnotationProvider.java :

12 : if (!IContainerManagedEntityBean.class.isAssignableFrom(bean.getClass()))

6. WARNING: DiscouragedReference

Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

JonasAnnotationProvider.java :

14 : IContainerManagedEntityBean cmp = (IContainerManagedEntityBean) bean;

7. WARNING: DiscouragedReference

Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

JonasAnnotationProvider.java :

14 : IContainerManagedEntityBean cmp = (IContainerManagedEntityBean) bean;

8. WARNING: DiscouragedReference

Discouraged access: The type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

JonasAnnotationProvider.java :

15 : XDocletPreferenceStore ps = getPreferenceStore();

9. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

JonasAnnotationProvider.java :

18 : annotation.append("jndi-name=\"" + ps.getProperty("ejbdoclet.jonas.datasource") + "\" ");

10. WARNING: DiscouragedReference

Discouraged access: The method getBooleanProperty(String) from the type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

JonasAnnotationProvider.java :

19 : annotation.append("automatic-pk=\"" + ps.getBooleanProperty("ejbdoclet.jonas.automatic-pk") + "\" ");

11. WARNING: DiscouragedReference

Discouraged access: The method getTable() from the type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

JonasAnnotationProvider.java :

20 : annotation.append("jdbc-table-name=\"" + cmp.getTable() + "\"");

Source File: org/eclipse/jst/j2ee/xdoclet/runtime/internal/annotation/WeblogicAnnotationProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

WeblogicAnnotationProvider.java :

4 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IContainerManagedEntityBean;

2. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

WeblogicAnnotationProvider.java :

5 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IEnterpriseBean;

3. WARNING: DiscouragedReference

Discouraged access: The type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

WeblogicAnnotationProvider.java :

6 : import org.eclipse.jst.j2ee.ejb.annotations.internal.xdoclet.XDocletPreferenceStore;

4. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

WeblogicAnnotationProvider.java :

11 : public String getTypeAnnotations(IProject project, IEnterpriseBean bean) {

5. WARNING: DiscouragedReference

Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

WeblogicAnnotationProvider.java :

12 : if (!IContainerManagedEntityBean.class.isAssignableFrom(bean.getClass()))

6. WARNING: DiscouragedReference

Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

WeblogicAnnotationProvider.java :

14 : IContainerManagedEntityBean cmp = (IContainerManagedEntityBean) bean;

7. WARNING: LocalVariableIsNeverUsed

The local variable cmp is never read

WeblogicAnnotationProvider.java :

14 : IContainerManagedEntityBean cmp = (IContainerManagedEntityBean) bean;

8. WARNING: DiscouragedReference

Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

WeblogicAnnotationProvider.java :

14 : IContainerManagedEntityBean cmp = (IContainerManagedEntityBean) bean;

9. WARNING: DiscouragedReference

Discouraged access: The type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

WeblogicAnnotationProvider.java :

15 : XDocletPreferenceStore ps = getPreferenceStore();

10. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

WeblogicAnnotationProvider.java :

17 : annotation.append(" * @weblogic.data-source-name " + ps.getProperty("ejbdoclet.weblogic.datasource"));

Source File: org/eclipse/jst/j2ee/xdoclet/runtime/internal/annotation/WebsphereAnnotationProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

WebsphereAnnotationProvider.java :

4 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IContainerManagedEntityBean;

2. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

WebsphereAnnotationProvider.java :

5 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IEnterpriseBean;

3. WARNING: DiscouragedReference

Discouraged access: The type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

WebsphereAnnotationProvider.java :

6 : import org.eclipse.jst.j2ee.ejb.annotations.internal.xdoclet.XDocletPreferenceStore;

4. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

WebsphereAnnotationProvider.java :

11 : public String getTypeAnnotations(IProject project, IEnterpriseBean bean) {

5. WARNING: DiscouragedReference

Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

WebsphereAnnotationProvider.java :

12 : if (!IContainerManagedEntityBean.class.isAssignableFrom(bean.getClass()))

6. WARNING: DiscouragedReference

Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

WebsphereAnnotationProvider.java :

14 : IContainerManagedEntityBean cmp = (IContainerManagedEntityBean) bean;

7. WARNING: LocalVariableIsNeverUsed

The local variable cmp is never read

WebsphereAnnotationProvider.java :

14 : IContainerManagedEntityBean cmp = (IContainerManagedEntityBean) bean;

8. WARNING: DiscouragedReference

Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

WebsphereAnnotationProvider.java :

14 : IContainerManagedEntityBean cmp = (IContainerManagedEntityBean) bean;

9. WARNING: DiscouragedReference

Discouraged access: The type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

WebsphereAnnotationProvider.java :

15 : XDocletPreferenceStore ps = getPreferenceStore();

10. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type XDocletPreferenceStore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/@dot

WebsphereAnnotationProvider.java :

18 : annotation.append("datasource=\"" + ps.getProperty("ejbdoclet.websphere.datasource") + "\" ");