1 Reply Latest reply on Aug 21, 2008 1:32 PM by pmuir

    Difference between org.jboss.seam.embedded and org.jboss.embedded artifacts?

    ajordens.adam.jordens.org

      Perhaps this is the wrong forum but I'm curious as to the differences between:


      http://repository.jboss.com/maven2/org/jboss/seam/embedded/jboss-embedded-all/beta3/
      and
      http://repository.jboss.com/maven2/org/jboss/embedded/jboss-embedded-all/beta3/


      The later has org/jboss/resource/adapter/jdbc/jdk5/ while the former now has org/jboss/resource/adapter/jdbc/jdk6/.


      It appears to me like they were updated on August 8th.  I'm curious what the difference between the two artifacts is? (and more importantly, what prompted the change to the resource adapters?)


      Up until today I've been using the org.jboss.seam.embedded artifact w/o any problems in a JDK5/Maven 2.0.8 environment. 


      Unfortunately, after downloading a new artifact, I'm getting ClassNotFound exceptions for what are presumably classes only available in JDK6.


      I've switched over to the org.jboss.embedded artifact and things are passing again but the change intrigues me.