fix for 100510 with wtp jet emitter using bundles: committed for JL
diff --git a/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/src/org/eclipse/jst/j2ee/ejb/annotations/internal/emitter/EjbEmitter.java b/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/src/org/eclipse/jst/j2ee/ejb/annotations/internal/emitter/EjbEmitter.java
index a7e993c..f5b4c1d 100644
--- a/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/src/org/eclipse/jst/j2ee/ejb/annotations/internal/emitter/EjbEmitter.java
+++ b/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/src/org/eclipse/jst/j2ee/ejb/annotations/internal/emitter/EjbEmitter.java
@@ -65,7 +65,7 @@
 	protected WTPJETEmitter createJetEmitter(String uri) throws JETException {
 		WTPJETEmitter emitter = new WTPJETEmitter(uri, this.getClass().getClassLoader());
 		emitter.setProjectName(EJBEMITTERPROJECT);
-		emitter.setIntelligentLinkingEnabled(false); // TODO: Change to false to workaround a bug in WtpJetEmitter
+		emitter.setIntelligentLinkingEnabled(true);
 		Iterator iterator = classpathProvider.getClasspathItems().iterator();
 		int count = 0;
 		while (iterator.hasNext()) {