| Code: |
| EJB deploy failed
Error while processing project XXX: Es wurde keine Typzuordnung für das Attribut 'id' gefunden. (Typ nicht gefunden - Klassenpfad prüfen) Es wurde keine Typzuordnung für das Attribut 'id' gefunden. (Typ nicht gefunden - Klassenpfad prüfen) |
| Code: |
| Deploying jar XXX
Top-down-Zuordnung wird erstellt Implementierungscode wird generiert com.ibm.etools.ejbdeploy.plugin.UserCorrectableGenerationException: Fehler beim Generieren von ejbSelectByKey(java.lang.Long,int,java.util.Date) Abfrage f?r die Bean XXX (Name des abstrakten Schemas =XXX). Fehler=query cannot be pushed down Abfrage='SELECT OBJECT(b) FROM XXX b WHERE b.ZZZ = ?1 AND b.YYY = ?2 AND b.BBB = (SELECT MAX(b1.BBB) FROM XXX b1 WHERE b1.BBB <= ?3 AND b1.ZZZ = ?1 AND b1.YYY = ?2)' |
| Code: |
| org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'CharacterStringDataType' not found. |
| support-swapna wrote: |
| 1.Can you also clarify if its an error in the project or an error you only see when you deploy it on WAS 6.1 ? |
| Quote: |
| 2. Can you also check if you can deploy the project to WAS 6.1 outside the MyEclipse IDE? |
| Quote: |
| 3. Go to Project Properties > Java Compiler and check the JDK compliance level you have over there, it is probably set to 1.4 or lower. Also go to the Project Facets properties page and adjust the version of the Java Facet to match the compiler compliance level chosen on the compiler page. |
| striebhz wrote: | ||
2. When deploying the project on the fresh installed WAS with MyEclipse there are problems with EJB-Queries:
Why does this error not occur when I'm deploying with RAD? |