Hi folks,

I have some problems with the generated code from the hibernate seam reverse 
engineering tool.

1) 
    [javac] C:\Projekte\Java\SD\src\ContactAddress.java:8: cannot find symbol
    [javac] symbol  : class GeneratorType
    [javac] location: package javax.persistence
    [javac] import javax.persistence.GeneratorType;
    [javac] ^

All libraries from the sticky are present in the lib folder of the project. 
Jars contain the methods, eclipse compiles these classes (bin folder), what am 
I doing wrong?

2)
    [javac] C:\Projekte\Java\SD\src\ContactAccountEditorBean.java:5: cannot 
find symbol
    [javac] symbol  : class Interceptor
    [javac] location: package javax.ejb
    [javac] import javax.ejb.Interceptor;
    [javac] ^
Same as 1)...

3)
    [javac] C:\Projekte\Java\SD\src\ContactAccountEditorBean.java:90: cannot 
find symbol
    [javac] symbol  : method 
switchableOutcome(java.lang.String,java.lang.String)
    [javac] location: class org.jboss.seam.core.Conversation
    [javac] return conversation.switchableOutcome( "editContactAccount", 
getDescription() );
    [javac] ^

I cannot find the method switchableOutcome either. And I do have the most 
recent Seam (Nightly Build 17th) plus the corresponding hibernate eclipse files.

Any ideas?

Greetings,
Stefan


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918170#3918170

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918170


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to