I am getting the following error building the WSAS services C:\StockTrader\stocktrader\wsas\business_service\src\org\apache\stonehenge\stocktrader\services\TradeServiceImpl.java:[317,34] nam e clash: toArray(java.util.List<org.apache.stonehenge.stocktrader.CustomHoldingBean>) and toArray(java.util.List<org.apache.stoneh enge.stocktrader.CustomOrderBean>) have the same erasure
I fixed it by changing toArray to toHoldingsArray in two places. Is this specific to my JDK? Or a Bug? Ben Dewey
