Bugs item #1021737, was opened at 2004-09-03 13:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1021737&group_id=22866

Category: None
Group: v3.2
Status: Open
Resolution: None
Priority: 9
Submitted By: Ulf Schroeter (schrouf)
Assigned to: Nobody/Anonymous (nobody)
Summary: JBoss.Net module build broken

Initial Comment:
It seems that the JBoss.Net module build of latest 
3_2_BRANCH is broken after backporting some code from 
HEAD. 

At least in jboss.net/build.xml a classpath reference to 
the apache.axis.classpath is missing

    <!-- ========= -->
    <!-- Libraries -->
    <!-- ========= -->

    &libraries;

    <!-- The combined library classpath -->
    <path id="library.classpath">
....
      <path refid="apache.axis.classpath"/>
....
    </path>
    </path>


There are also "class not found exception" on compile of 
backported new HEAD JBoss.Net classes 
(e.g. reference of non-existing 
org.apache.axis.message.SOAPHeaderElementAxisImpl in 
org.jboss.net.axis.security.WSSRequestHandler.java)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1021737&group_id=22866


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to