2013-09-02

I have 2 related questions:

Codefor question 1:

Question 1: The error "type parameter xxx.ecom.process.profile.offers.OfferEnriched is not within its bound" is pointed at line 1 and 2 above. What is the problem?

Quetiosn 2: Also at the call of the method I get error: "cannot access xxx.ecom.process.profile.offers.Offer. class file for xxx.ecom.process.profile.offers.Offer not found". Why does the compiler look for Offer in xxx.ecom.process.profile.offers package? See code below.

Code for question 2:

Error is pointed at above statement.
OffersHelper class is in package xxx.ecom.process.profile.helper and its enrichAllOffers method has following signature:

where Offer is in package xxx.profile.common.offers

Any help will be appreciated.
Raj

Show more