Name Clash Erasure Error compiling WSAS with JDK 1.6
----------------------------------------------------
Key: STONEHENGE-32
URL: https://issues.apache.org/jira/browse/STONEHENGE-32
Project: Stonehenge
Issue Type: Bug
Components: WSAS_BS, WSAS_OPS
Affects Versions: M1
Environment: jdk1.5.0_18 x64
Reporter: Ben Dewey
Assignee: Ben Dewey
Priority: Trivial
Fix For: M1
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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.