[gatein-issues] [JBoss JIRA] Commented: (GTNWSRP-1) Cannot build WSRP with Java 5

Chris Laprun (JIRA) jira-events at lists.jboss.org
Thu Nov 19 07:00:30 EST 2009


    [ https://jira.jboss.org/jira/browse/GTNWSRP-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12495513#action_12495513 ] 

Chris Laprun commented on GTNWSRP-1:
------------------------------------

A clean build (fresh checkout, fresh maven install, no local maven repository) on a system that does not have Java 6 installed works without any issue.

> Cannot build WSRP with Java 5
> -----------------------------
>
>                 Key: GTNWSRP-1
>                 URL: https://jira.jboss.org/jira/browse/GTNWSRP-1
>             Project: GateIn WSRP
>          Issue Type: Bug
>    Affects Versions: 1.0.0-Beta02
>            Reporter: Arnaud Heritier
>            Assignee: Chris Laprun
>            Priority: Blocker
>   Original Estimate: 10 minutes
>  Remaining Estimate: 10 minutes
>
> The build fails in "GateIn WSRP Test Framework" with :
> {code}
> INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPBody.java:[28,22] package javax.xml.soap does not exist
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPBody.java:[47,17] cannot find symbol
> symbol  : class SOAPBody
> location: class org.gatein.wsrp.test.handler.MockSOAPBody
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[26,22] package javax.xml.soap does not exist
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[27,22] package javax.xml.soap does not exist
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[28,22] package javax.xml.soap does not exist
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[29,22] package javax.xml.soap does not exist
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[30,22] package javax.xml.soap does not exist
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[31,22] package javax.xml.soap does not exist
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[32,22] package javax.xml.soap does not exist
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[43,37] cannot find symbol
> symbol: class SOAPMessage
> public class MockSOAPMessage extends SOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[45,3] cannot find symbol
> symbol  : class MimeHeaders
> location: class org.gatein.wsrp.test.handler.MockSOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[53,26] cannot find symbol
> symbol  : class MimeHeaders
> location: class org.gatein.wsrp.test.handler.MockSOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[64,10] cannot find symbol
> symbol  : class SOAPBody
> location: class org.gatein.wsrp.test.handler.MockSOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[64,40] cannot find symbol
> symbol  : class SOAPException
> location: class org.gatein.wsrp.test.handler.MockSOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[76,10] cannot find symbol
> symbol  : class MimeHeaders
> location: class org.gatein.wsrp.test.handler.MockSOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[81,30] cannot find symbol
> symbol  : class MimeHeaders
> location: class org.gatein.wsrp.test.handler.MockSOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[86,33] cannot find symbol
> symbol  : class AttachmentPart
> location: class org.gatein.wsrp.test.handler.MockSOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[91,10] cannot find symbol
> symbol  : class AttachmentPart
> location: class org.gatein.wsrp.test.handler.MockSOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[106,10] cannot find symbol
> symbol  : class SOAPPart
> location: class org.gatein.wsrp.test.handler.MockSOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[129,39] cannot find symbol
> symbol  : class SOAPElement
> location: class org.gatein.wsrp.test.handler.MockSOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[129,10] cannot find symbol
> symbol  : class AttachmentPart
> location: class org.gatein.wsrp.test.handler.MockSOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[134,34] cannot find symbol
> symbol  : class MimeHeaders
> location: class org.gatein.wsrp.test.handler.MockSOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[139,36] cannot find symbol
> symbol  : class SOAPException
> location: class org.gatein.wsrp.test.handler.MockSOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[149,57] cannot find symbol
> symbol  : class SOAPException
> location: class org.gatein.wsrp.test.handler.MockSOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[154,33] cannot find symbol
> symbol  : class MimeHeaders
> location: class org.gatein.wsrp.test.handler.MockSOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPBody.java:[49,14] cannot find symbol
> symbol  : class SOAPBody
> location: class org.gatein.wsrp.test.handler.MockSOAPBody
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPBody.java:[49,95] cannot find symbol
> symbol  : class SOAPBody
> location: class org.gatein.wsrp.test.handler.MockSOAPBody
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[50,20] cannot find symbol
> symbol  : class MimeHeaders
> location: class org.gatein.wsrp.test.handler.MockSOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[72,19] cannot find symbol
> symbol  : class SOAPException
> location: class org.gatein.wsrp.test.handler.MockSOAPMessage
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessage.java:[63,4] method does not override a method from its superclass
> /mnt/home/hudson/hudson/jobs/gatein-wsrp-trunk-ci/workspace/trunk/test/src/main/java/org/gatein/wsrp/test/handler/MockSOAPMessageContext.java:[64,26] incompatible types
> found   : org.gatein.wsrp.test.handler.MockSOAPMessage
> required: java.lang.Object
> {code}
> Please add the missing lib (and probably its version in the dep pom)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list