[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1223) Valid Constructs Occassionally Result in Compilation Errors in Maven
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Fri Mar 14 20:04:32 EDT 2008
Valid Constructs Occassionally Result in Compilation Errors in Maven
--------------------------------------------------------------------
Key: EJBTHREE-1223
URL: http://jira.jboss.com/jira/browse/EJBTHREE-1223
Project: EJB 3.0
Issue Type: Bug
Components: build
Environment: Maven Builds; javac and Eclipse are fine
Reporter: Andrew Lee Rubinger
Assigned To: Andrew Lee Rubinger
Fix For: AS 5.0.0.CR1
When running "mvn install", the following is occasionally encountered:
C:\alrubinger\business\jboss\wc\jbossas\projects\ejb3\core\src\test\java\org\jbo
ss\ejb3\test\ejbthree963\MyStatefulBean.java:[44,47] cannot find symbol
symbol : variable JNDI_NAME
location: interface org.jboss.ejb3.test.ejbthree963.MyStatefulHome
C:\alrubinger\business\jboss\wc\jbossas\projects\ejb3\core\src\test\java\org\jbo
ss\ejb3\test\ejbthree1127\Test21WithNoRemoteInterfaceDefinedBean.java:[40,47] ca
nnot find symbol
symbol : variable JNDI_NAME
location: interface org.jboss.ejb3.test.ejbthree1127.TestRemoteHome
C:\alrubinger\business\jboss\wc\jbossas\projects\ejb3\core\src\test\java\org\jbo
ss\ejb3\test\ejbthree1071\StatefulRemoteBean.java:[23,43] cannot find symbol
symbol : variable JNDI_NAME_REMOTE
location: interface org.jboss.ejb3.test.ejbthree1071.StatefulRemote
...these are valid constructs that should be visible to the compiler.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list