I am trying to follow the JBoss Eclipse IDE Trailblazer with considerable help 
from jbosszone at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=72043

However when I try to deploy author.war and authors-beans.ejb3 I get
1.) a request to go into the debug perspective and 
2.) an Author.getAuthorID tab saying "source not found" with a button "edit 
source".  
3.) a debug tab that refers to Author.getAuthorID() line: 35 but if I use 
Eclipse's go to line number it takes me to the return statement.
        @Id(generate = GeneratorType.AUTO)
  |     @Column(name="authorId")
  |     public int getAuthorId() {
  |             return authorId;
  |     }
Some thing has clearly gone wrong but I cannot see what!!!

Using WinZip I have taken a look at the deployed files
1.) author.war
  |         WEB-INF\classes\org\jboss3demo\web\AuthorServlet.class
  |         meta-inf\Manifest.mf
  |         we-inf\web.xml
  | 2.) authors-beans.ejb3
  |         org\jboss\ejb3demo\Article.class
  |         org\jboss\ejb3demo\Author.class
  |         org\jboss\ejb3demo\Authors.class
  |         org\jboss\ejb3demo\AuthorsBean.class
  |         meta-ing\Manifest.mf
  |         jndi.properties
  |         web.xml
OK I can see two web.xml files which I know is wrong but doesn't seem to be a 
problem.

I began studying JBoss, Eclipse and MySql yesterday so it is probably a stupid 
mistake.  But any help would be appreciated.

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

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


-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to