eclipse - The attribute lookup is undefined for the annotation type Resource -
giving jms first shot, when try inject @resource(lookup="jms/connectionfactory")
, error:
the attribute lookup undefined annotation type resource
i read how use java ee 6 @resource annotation, haven't study maven yet, wondering, if can fix issue other way rather using maven?
i'm using eclipse way.
the right fix right-click project in eclipse, java build path -> order , exports, select jre system library , click on bottom.
Comments
Post a Comment