1 Reply Latest reply on Sep 20, 2011 12:45 AM by lightguard

    Seam Solder's Expression bean unavailable in seam-solder-api artifact (which means it is unavailable at compile time)

    brandizzi

      I have a Maven-managed application which depends on seam-solder-api during compile time and seam-solder-impl during runtime. I tried to inject Expressions in a bean of mine and got a compile error saying that Expressions was not found. I researched and found that Expressions is shipped in the seam-solder-impl artifact.


      Since it is documented in the reference guide, shouldn't it be provided by seam-solder-api too, preferably as an interface? I was going to post a bug report but I feel it would be better to ask you all there. What do you think?