PetStoreDashboard doesn't build
-------------------------------

         Key: BEEHIVE-58
         URL: http://nagoya.apache.org/jira/browse/BEEHIVE-58
     Project: Beehive
        Type: Bug
  Components: Samples  
    Versions: V1Alpha    
 Environment: beehive trunk and branch tip on linux
    Reporter: Bryan Che


I tried building the PetStoreDashboard according to the directions at 
/samples/PetStoreDashboard/README.txt.    Running ant inside of 
BEEHIVE_HOME/samples/PetStoreDashboard fails at the getClient phase.  The ant 
task succeeds, but no Java is generated due to an IOException.  Here is a 
verbose output of that phase:

>ant -v genClient
Apache Ant version 1.6.2 compiled on July 16 2004
Buildfile: build.xml
Detected Java version: 1.5 in: /opt/jdk1.5.0/jre
Detected OS: Linux
parsing buildfile 
/home/bche/src/svn/beehive/v1-alpha/build/dist/apache-beehive-incubating-1.0-alpha-snapshot/samples/PetStoreDashboard/build.xml
 with URI = 
file:///home/bche/src/svn/beehive/v1-alpha/build/dist/apache-beehive-incubating-1.0-alpha-snapshot/samples/PetStoreDashboard/build.xml
Project base dir set to: 
/home/bche/src/svn/beehive/v1-alpha/build/dist/apache-beehive-incubating-1.0-alpha-snapshot/samples/PetStoreDashboard
Build sequence for target `genClient' is [dirs, genClient]
Complete build sequence is [dirs, genClient, clean, compile, run, all, test, ]

dirs:

genClient:
[wsdl2java] Running Wsdl2javaAntTask with parameters:
[wsdl2java]     verbose:false
[wsdl2java]     debug:false
[wsdl2java]     quiet:false
[wsdl2java]     server-side:false
[wsdl2java]     skeletonDeploy:false
[wsdl2java]     helperGen:false
[wsdl2java]     factory:null
[wsdl2java]     nsIncludes:[]
[wsdl2java]     nsExcludes:[]
[wsdl2java]     factoryProps:[]
[wsdl2java]     testCase:true
[wsdl2java]     noImports:false
[wsdl2java]     NStoPkg:{}
[wsdl2java]     
output:/home/bche/src/svn/beehive/v1-alpha/build/dist/apache-beehive-incubating-1.0-alpha-snapshot/samples/PetStoreDashboard/build/generated
[wsdl2java]     protocolHandlerPkgs:
[wsdl2java]     deployScope:
[wsdl2java]     
URL:http://localhost:8080/petstoreWeb/PetstoreInventoryManager.jws?wsdl
[wsdl2java]     all:false
[wsdl2java]     typeMappingVersion:1.1
[wsdl2java]     timeout:45000
[wsdl2java]     failOnNetworkErrors:false
[wsdl2java]     printStackTraceOnFailure:true
[wsdl2java]     namespaceMappingFile:null
[wsdl2java]     username:null
[wsdl2java]     :passwordnull
[wsdl2java]     :noWrappedfalse
[wsdl2java]     :implementationClassNamenull
[wsdl2java]     :classpathnull
[wsdl2java]     http.proxyHost=null
[wsdl2java]     http.proxyPort=null
[wsdl2java]     http.proxyUser=null
[wsdl2java]     http.proxyPassword=null
[wsdl2java]     socks.proxyHost=null
[wsdl2java]     socks.proxyPort=null
[wsdl2java] WSDL2Java 
http://localhost:8080/petstoreWeb/PetstoreInventoryManager.jws?wsdl
[wsdl2java] java.io.IOException: Type {http://awt.java}Image is referenced but 
not defined.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to