<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">
<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>
                                <td>
                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>
                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
Re: Running Seam 2 archives on Jboss 7
</h3>
<span style="margin-bottom: 10px;">
created by <a href="http://community.jboss.org/people/alesj">Ales Justin</a> in <i>JBoss AS7 Development</i> - <a href="http://community.jboss.org/message/608921#608921">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><blockquote class="jive-quote"><p> To get my app running I had to bundle org.hibernate:hibernate-validator-legacy:4.0.2.GA with my app.  It was provided on AS6, I think, but it's not available on AS7, apparently.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>This might fix your problem.</p></blockquote><p>It looks like I'm missing some really old class:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Caused by: java.lang.NoClassDefFoundError: org/hibernate/validator/InvalidValue</p><p>    at java.lang.Class.getDeclaredMethods0(Native Method) [:1.6.0_24]</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>--</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Skywalker:lib alesj$ jar -tf hibernate-validator-4.0.2.GA.jar </p><p>META-INF/</p><p>META-INF/MANIFEST.MF</p><p>META-INF/services/</p><p>META-INF/services/javax.validation.spi.ValidationProvider</p><p>META-INF/validation-configuration-1.0.xsd</p><p>META-INF/validation-mapping-1.0.xsd</p><p>org/</p><p>org/hibernate/</p><p>org/hibernate/validator/</p><p>org/hibernate/validator/constraints/</p><p>org/hibernate/validator/constraints/Email.class</p><p>org/hibernate/validator/constraints/impl/</p><p>org/hibernate/validator/constraints/impl/AssertFalseValidator.class</p><p>org/hibernate/validator/constraints/impl/AssertTrueValidator.class</p><p>org/hibernate/validator/constraints/impl/DecimalMaxValidatorForNumber.class</p><p>org/hibernate/validator/constraints/impl/DecimalMaxValidatorForString.class</p><p>org/hibernate/validator/constraints/impl/DecimalMinValidatorForNumber.class</p><p>org/hibernate/validator/constraints/impl/DecimalMinValidatorForString.class</p><p>org/hibernate/validator/constraints/impl/DigitsValidatorForNumber.class</p><p>org/hibernate/validator/constraints/impl/DigitsValidatorForString.class</p><p>org/hibernate/validator/constraints/impl/EmailValidator.class</p><p>org/hibernate/validator/constraints/impl/FutureValidatorForCalendar.class</p><p>org/hibernate/validator/constraints/impl/FutureValidatorForDate.class</p><p>org/hibernate/validator/constraints/impl/LengthValidator.class</p><p>org/hibernate/validator/constraints/impl/MaxValidatorForNumber.class</p><p>org/hibernate/validator/constraints/impl/MaxValidatorForString.class</p><p>org/hibernate/validator/constraints/impl/MinValidatorForNumber.class</p><p>org/hibernate/validator/constraints/impl/MinValidatorForString.class</p><p>org/hibernate/validator/constraints/impl/NotNullValidator.class</p><p>org/hibernate/validator/constraints/impl/NullValidator.class</p><p>org/hibernate/validator/constraints/impl/PastValidatorForCalendar.class</p><p>org/hibernate/validator/constraints/impl/PastValidatorForDate.class</p><p>org/hibernate/validator/constraints/impl/PatternValidator.class</p><p>org/hibernate/validator/constraints/impl/SizeValidatorForArray.class</p><p>org/hibernate/validator/constraints/impl/SizeValidatorForArraysOfBoolean.class</p><p>org/hibernate/validator/constraints/impl/SizeValidatorForArraysOfByte.class</p><p>org/hibernate/validator/constraints/impl/SizeValidatorForArraysOfChar.class</p><p>org/hibernate/validator/constraints/impl/SizeValidatorForArraysOfDouble.class</p><p>org/hibernate/validator/constraints/impl/SizeValidatorForArraysOfFloat.class</p><p>org/hibernate/validator/constraints/impl/SizeValidatorForArraysOfInt.class</p><p>org/hibernate/validator/constraints/impl/SizeValidatorForArraysOfLong.class</p><p>org/hibernate/validator/constraints/impl/SizeValidatorForArraysOfPrimitives.class</p><p>org/hibernate/validator/constraints/impl/SizeValidatorForArraysOfShort.class</p><p>org/hibernate/validator/constraints/impl/SizeValidatorForCollection.class</p><p>org/hibernate/validator/constraints/impl/SizeValidatorForMap.class</p><p>org/hibernate/validator/constraints/impl/SizeValidatorForString.class</p><p>org/hibernate/validator/constraints/Length.class</p><p>org/hibernate/validator/constraints/NotEmpty.class</p><p>org/hibernate/validator/constraints/Range.class</p><p>org/hibernate/validator/engine/</p><p>org/hibernate/validator/engine/ConfigurationImpl.class</p><p>org/hibernate/validator/engine/ConstraintTree$1.class</p><p>org/hibernate/validator/engine/ConstraintTree$ValidatorCacheKey.class</p><p>org/hibernate/validator/engine/ConstraintTree.class</p><p>org/hibernate/validator/engine/ConstraintValidatorContextImpl$ErrorBuilderImpl.class</p><p>org/hibernate/validator/engine/ConstraintValidatorContextImpl$InIterableNodeBuilderImpl.class</p><p>org/hibernate/validator/engine/ConstraintValidatorContextImpl$InIterablePropertiesBuilderImpl.class</p><p>org/hibernate/validator/engine/ConstraintValidatorContextImpl$NodeBuilderImpl.class</p><p>org/hibernate/validator/engine/ConstraintValidatorContextImpl.class</p><p>org/hibernate/validator/engine/ConstraintValidatorFactoryImpl.class</p><p>org/hibernate/validator/engine/ConstraintViolationImpl.class</p><p>org/hibernate/validator/engine/GlobalExecutionContext.class</p><p>org/hibernate/validator/engine/groups/</p><p>org/hibernate/validator/engine/groups/Group.class</p><p>org/hibernate/validator/engine/groups/GroupChain.class</p><p>org/hibernate/validator/engine/groups/GroupChainGenerator.class</p><p>org/hibernate/validator/engine/LocalExecutionContext.class</p><p>org/hibernate/validator/engine/MessageAndPath.class</p><p>org/hibernate/validator/engine/MessageInterpolatorContext.class</p><p>org/hibernate/validator/engine/NodeImpl.class</p><p>org/hibernate/validator/engine/PathImpl.class</p><p>org/hibernate/validator/engine/resolver/</p><p>org/hibernate/validator/engine/resolver/DefaultTraversableResolver.class</p><p>org/hibernate/validator/engine/resolver/JPATraversableResolver.class</p><p>org/hibernate/validator/engine/resolver/SingleThreadCachedTraversableResolver$1.class</p><p>org/hibernate/validator/engine/resolver/SingleThreadCachedTraversableResolver$TraversableHolder.class</p><p>org/hibernate/validator/engine/resolver/SingleThreadCachedTraversableResolver.class</p><p>org/hibernate/validator/engine/ResourceBundleMessageInterpolator$LocalisedMessage.class</p><p>org/hibernate/validator/engine/ResourceBundleMessageInterpolator.class</p><p>org/hibernate/validator/engine/ValidatorContextImpl.class</p><p>org/hibernate/validator/engine/ValidatorFactoryImpl.class</p><p>org/hibernate/validator/engine/ValidatorImpl.class</p><p>org/hibernate/validator/HibernateValidator.class</p><p>org/hibernate/validator/HibernateValidatorConfiguration.class</p><p>org/hibernate/validator/metadata/</p><p>org/hibernate/validator/metadata/AnnotationIgnores.class</p><p>org/hibernate/validator/metadata/BeanDescriptorImpl.class</p><p>org/hibernate/validator/metadata/BeanMetaData.class</p><p>org/hibernate/validator/metadata/BeanMetaDataCache.class</p><p>org/hibernate/validator/metadata/BeanMetaDataImpl.class</p><p>org/hibernate/validator/metadata/ConstraintDescriptorImpl$ClassIndexWrapper.class</p><p>org/hibernate/validator/metadata/ConstraintDescriptorImpl.class</p><p>org/hibernate/validator/metadata/ConstraintHelper.class</p><p>org/hibernate/validator/metadata/ConstraintOrigin.class</p><p>org/hibernate/validator/metadata/ElementDescriptorImpl$ConstraintFinderImpl.class</p><p>org/hibernate/validator/metadata/ElementDescriptorImpl.class</p><p>org/hibernate/validator/metadata/MetaConstraint$1.class</p><p>org/hibernate/validator/metadata/MetaConstraint.class</p><p>org/hibernate/validator/metadata/PropertyDescriptorImpl.class</p><p>org/hibernate/validator/util/</p><p>org/hibernate/validator/util/annotationfactory/</p><p>org/hibernate/validator/util/annotationfactory/AnnotationDescriptor.class</p><p>org/hibernate/validator/util/annotationfactory/AnnotationFactory.class</p><p>org/hibernate/validator/util/annotationfactory/AnnotationProxy$1.class</p><p>org/hibernate/validator/util/annotationfactory/AnnotationProxy.class</p><p>org/hibernate/validator/util/ContainsField.class</p><p>org/hibernate/validator/util/ContainsMethod.class</p><p>org/hibernate/validator/util/GetAnnotationParameter.class</p><p>org/hibernate/validator/util/GetClassLoader.class</p><p>org/hibernate/validator/util/GetConstructor.class</p><p>org/hibernate/validator/util/GetDeclaredField.class</p><p>org/hibernate/validator/util/GetDeclaredFields.class</p><p>org/hibernate/validator/util/GetDeclaredMethods.class</p><p>org/hibernate/validator/util/GetMethod.class</p><p>org/hibernate/validator/util/GetMethodFromPropertyName.class</p><p>org/hibernate/validator/util/GetMethods.class</p><p>org/hibernate/validator/util/IdentitySet.class</p><p>org/hibernate/validator/util/LazyValidatorFactory.class</p><p>org/hibernate/validator/util/LoadClass.class</p><p>org/hibernate/validator/util/LoggerFactory.class</p><p>org/hibernate/validator/util/NewInstance.class</p><p>org/hibernate/validator/util/ReflectionHelper.class</p><p>org/hibernate/validator/util/SetAccessibility.class</p><p>org/hibernate/validator/util/ValidatorTypeHelper.class</p><p>org/hibernate/validator/util/Version.class</p><p>org/hibernate/validator/ValidationMessages.properties</p><p>org/hibernate/validator/ValidationMessages_de.properties</p><p>org/hibernate/validator/ValidationMessages_fr.properties</p><p>org/hibernate/validator/xml/</p><p>org/hibernate/validator/xml/AnnotationType.class</p><p>org/hibernate/validator/xml/BeanType.class</p><p>org/hibernate/validator/xml/ClassType.class</p><p>org/hibernate/validator/xml/ConstraintDefinitionType.class</p><p>org/hibernate/validator/xml/ConstraintMappingsType.class</p><p>org/hibernate/validator/xml/ConstraintType.class</p><p>org/hibernate/validator/xml/ElementType.class</p><p>org/hibernate/validator/xml/FieldType.class</p><p>org/hibernate/validator/xml/GetterType.class</p><p>org/hibernate/validator/xml/GroupSequenceType.class</p><p>org/hibernate/validator/xml/GroupsType.class</p><p>org/hibernate/validator/xml/ObjectFactory.class</p><p>org/hibernate/validator/xml/package-info.class</p><p>org/hibernate/validator/xml/PayloadType.class</p><p>org/hibernate/validator/xml/PropertyType.class</p><p>org/hibernate/validator/xml/ValidatedByType.class</p><p>org/hibernate/validator/xml/ValidationBootstrapParameters.class</p><p>org/hibernate/validator/xml/ValidationConfigType.class</p><p>org/hibernate/validator/xml/ValidationXmlParser.class</p><p>org/hibernate/validator/xml/XmlMappingParser.class</p><p>META-INF/maven/</p><p>META-INF/maven/org.hibernate/</p><p>META-INF/maven/org.hibernate/hibernate-validator/</p><p>META-INF/maven/org.hibernate/hibernate-validator/pom.xml</p><p>META-INF/maven/org.hibernate/hibernate-validator/pom.properties</p><p>org/hibernate/validator/jtype/</p><p>org/hibernate/validator/jtype/ClassSerializer.class</p><p>org/hibernate/validator/jtype/ClassSerializers$1.class</p><p>org/hibernate/validator/jtype/ClassSerializers$2.class</p><p>org/hibernate/validator/jtype/ClassSerializers.class</p><p>org/hibernate/validator/jtype/ClassUtils.class</p><p>org/hibernate/validator/jtype/DefaultGenericArrayType.class</p><p>org/hibernate/validator/jtype/DefaultParameterizedType.class</p><p>org/hibernate/validator/jtype/DefaultTypeVariable.class</p><p>org/hibernate/validator/jtype/DefaultWildcardType.class</p><p>org/hibernate/validator/jtype/Generic$DefaultGeneric.class</p><p>org/hibernate/validator/jtype/Generic.class</p><p>org/hibernate/validator/jtype/Generics.class</p><p>org/hibernate/validator/jtype/Types.class</p><p>org/hibernate/validator/jtype/TypeUtils.class</p><p>org/hibernate/validator/jtype/Utils.class</p><p>META-INF/maven/com.googlecode.jtype/</p><p>META-INF/maven/com.googlecode.jtype/jtype/</p><p>META-INF/maven/com.googlecode.jtype/jtype/pom.xml</p><p>META-INF/maven/com.googlecode.jtype/jtype/pom.properties</p></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/608921#608921">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss AS7 Development at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>