You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2019/05/15 08:44:27 UTC

[tomee] 03/12: More javadoc cleaning

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 9b9d83a6b6e72c2356f30d109fdbe8628e7eebad
Author: David Blevins <da...@gmail.com>
AuthorDate: Wed May 15 16:03:43 2019 +0900

    More javadoc cleaning
---
 .../java/org/apache/ziplock/ResourceFinder.java    | 120 +++++-----
 .../main/java/org/apache/openejb/BeanContext.java  |   2 +-
 .../java/org/apache/openejb/ClassLoaderUtil.java   |   4 +-
 .../openejb/assembler/classic/Assembler.java       |   4 +-
 .../classic/InterceptorBindingBuilder.java         |   6 +-
 .../assembler/classic/JaccPermissionsBuilder.java  |   2 +-
 .../classic/MethodConcurrencyBuilder.java          |   2 +-
 .../openejb/assembler/classic/MethodInfoUtil.java  |   2 +-
 .../classic/MethodTransactionBuilder.java          |   2 +-
 .../apache/openejb/config/CmpJpaConversion.java    |   2 +-
 .../openejb/config/ConfigurationFactory.java       |   8 +-
 .../apache/openejb/config/DeploymentsResolver.java |   2 +-
 .../java/org/apache/openejb/config/Service.java    |  14 +-
 .../apache/openejb/config/sys/AbstractService.java |  14 +-
 .../org/apache/openejb/config/sys/Openejb.java     |  70 +++---
 .../apache/openejb/config/sys/ServiceProvider.java |  14 +-
 .../org/apache/openejb/config/sys/ServicesJar.java |  14 +-
 .../openejb/core/cmp/cmp2/Cmp2Generator.java       |   6 +-
 .../openejb/core/managed/ManagedContainer.java     |   2 +-
 .../openejb/core/mdb/MdbInstanceManager.java       |   8 +-
 .../openejb/core/stateful/StatefulContainer.java   |   2 +-
 .../core/stateless/StatelessInstanceManager.java   |   8 +-
 .../openejb/core/timer/EjbTimerServiceImpl.java    |   2 +-
 .../org/apache/openejb/math/util/MathUtils.java    |   4 +-
 .../openejb/math/util/ResizableDoubleArray.java    |   4 +-
 .../resource/jdbc/dbcp/BasicDataSource.java        |   2 +-
 .../resource/jdbc/dbcp/BasicManagedDataSource.java |   2 +-
 .../org/apache/openejb/spi/SecurityService.java    |   2 +-
 .../org/apache/openejb/util/AnnotationFinder.java  |  14 +-
 .../main/java/org/apache/openejb/util/Base64.java  |   2 +-
 .../apache/openejb/util/PassthroughFactory.java    |   2 +-
 .../main/java/org/apache/openejb/util/Pool.java    |  12 +-
 .../java/org/apache/openejb/util/URISupport.java   |   6 +-
 .../openejb/config/ApplicationPropertiesTest.java  |   6 +-
 .../config/AutoConfigPersistenceUnitsTest.java     | 250 ++++++++++-----------
 .../openejb/config/DeploymentsElementTest.java     |  32 +--
 .../stateful/EntityManagerPropogationTest.java     |   4 +-
 .../core/stateless/JaxRpcInvocationTest.java       |  14 +-
 .../core/stateless/JaxWsInvocationTest.java        |  14 +-
 .../stateless/StatelessInvocationStatsTest.java    |   6 +-
 .../core/stateless/StatelessPoolStatsTest.java     |   6 +-
 .../java/org/apache/openejb/util/PoolTest.java     |   8 +-
 .../main/java/org/apache/openejb/jee/Beans.java    |   4 +-
 .../java/org/apache/openejb/jee/EjbLocalRef.java   |  14 +-
 .../java/org/apache/openejb/jee/EntityBean.java    |   8 +-
 .../apache/openejb/jee/FacesAbsoluteOrdering.java  |  14 +-
 .../org/apache/openejb/jee/FacesApplication.java   | 154 ++++++-------
 .../openejb/jee/FacesApplicationExtension.java     |  14 +-
 .../org/apache/openejb/jee/FacesAttribute.java     |  14 +-
 .../openejb/jee/FacesAttributeExtension.java       |  14 +-
 .../java/org/apache/openejb/jee/FacesBehavior.java |  42 ++--
 .../apache/openejb/jee/FacesBehaviorExtension.java |  14 +-
 .../org/apache/openejb/jee/FacesComponent.java     |  56 ++---
 .../openejb/jee/FacesComponentExtension.java       |  14 +-
 .../java/org/apache/openejb/jee/FacesConfig.java   | 154 ++++++-------
 .../openejb/jee/FacesConfigFlowDefinition.java     | 140 ++++++------
 .../FacesConfigFlowDefinitionFacesMethodCall.java  |  14 +-
 .../jee/FacesConfigFlowDefinitionFlowCall.java     |  14 +-
 .../jee/FacesConfigFlowDefinitionSwitch.java       |  14 +-
 .../jee/FacesConfigFlowDefinitionSwitchCase.java   |  42 ++--
 .../jee/FacesConfigNavigationRuleExtension.java    |  14 +-
 .../openejb/jee/FacesConfigProtectedViews.java     |  14 +-
 .../org/apache/openejb/jee/FacesConverter.java     |  42 ++--
 .../openejb/jee/FacesConverterExtension.java       |  14 +-
 .../apache/openejb/jee/FacesDefaultValidators.java |  14 +-
 .../org/apache/openejb/jee/FacesExtension.java     |  14 +-
 .../java/org/apache/openejb/jee/FacesFacet.java    |  14 +-
 .../apache/openejb/jee/FacesFacetExtension.java    |  14 +-
 .../java/org/apache/openejb/jee/FacesFactory.java  |  70 +++---
 .../apache/openejb/jee/FacesFactoryExtension.java  |  14 +-
 .../org/apache/openejb/jee/FacesLifecycle.java     |  28 +--
 .../openejb/jee/FacesLifecycleExtension.java       |  14 +-
 .../org/apache/openejb/jee/FacesListEntries.java   |  14 +-
 .../org/apache/openejb/jee/FacesLocaleConfig.java  |  14 +-
 .../org/apache/openejb/jee/FacesManagedBean.java   |  28 +--
 .../openejb/jee/FacesManagedBeanExtension.java     |  14 +-
 .../org/apache/openejb/jee/FacesMapEntries.java    |  14 +-
 .../apache/openejb/jee/FacesNavigationRule.java    |  28 +--
 .../openejb/jee/FacesNavigationRuleExtension.java  |  14 +-
 .../apache/openejb/jee/FacesOrderingOrdering.java  |  14 +-
 .../java/org/apache/openejb/jee/FacesProperty.java |  14 +-
 .../apache/openejb/jee/FacesPropertyExtension.java |  14 +-
 .../java/org/apache/openejb/jee/FacesRedirect.java |  14 +-
 .../org/apache/openejb/jee/FacesRenderKit.java     |  28 +--
 .../openejb/jee/FacesRenderKitExtension.java       |  14 +-
 .../java/org/apache/openejb/jee/FacesRenderer.java |  42 ++--
 .../apache/openejb/jee/FacesRendererExtension.java |  14 +-
 .../org/apache/openejb/jee/FacesValidator.java     |  42 ++--
 .../openejb/jee/FacesValidatorExtension.java       |  14 +-
 .../org/apache/openejb/jee/KeyedCollection.java    |   2 +-
 .../apache/openejb/jee/MessageDestinationRef.java  |   4 +-
 .../org/apache/openejb/jee/MessageDrivenBean.java  |  12 +-
 .../main/java/org/apache/openejb/jee/Method.java   |   8 +-
 .../java/org/apache/openejb/jee/Persistence.java   |  22 +-
 .../apache/openejb/jee/RelationshipRoleSource.java |   8 +-
 .../java/org/apache/openejb/jee/SessionBean.java   |   8 +-
 .../apache/openejb/jee/jba/ActivationConfig.java   |  14 +-
 .../apache/openejb/jee/jba/AssemblyDescriptor.java |  28 +--
 .../main/java/org/apache/openejb/jee/jba/Bean.java |  14 +-
 .../openejb/jee/jba/CachePolicyConfOther.java      |  14 +-
 .../openejb/jee/jba/ContainerConfiguration.java    |  14 +-
 .../openejb/jee/jba/ContainerConfigurations.java   |  14 +-
 .../openejb/jee/jba/ContainerInterceptors.java     |  14 +-
 .../openejb/jee/jba/EndpointInterceptors.java      |  14 +-
 .../apache/openejb/jee/jba/EnterpriseBeans.java    |  14 +-
 .../java/org/apache/openejb/jee/jba/Entity.java    |  98 ++++----
 .../main/java/org/apache/openejb/jee/jba/Home.java |  14 +-
 .../org/apache/openejb/jee/jba/Interceptor.java    |  14 +-
 .../java/org/apache/openejb/jee/jba/Invoker.java   |  14 +-
 .../apache/openejb/jee/jba/InvokerBindings.java    |  14 +-
 .../openejb/jee/jba/InvokerProxyBindings.java      |  14 +-
 .../org/apache/openejb/jee/jba/ListEntity.java     |  14 +-
 .../org/apache/openejb/jee/jba/MessageDriven.java  |  98 ++++----
 .../apache/openejb/jee/jba/MethodAttributes.java   |  14 +-
 .../apache/openejb/jee/jba/ResourceManager.java    |  14 +-
 .../apache/openejb/jee/jba/ResourceManagers.java   |  14 +-
 .../org/apache/openejb/jee/jba/ResourceRef.java    |  14 +-
 .../org/apache/openejb/jee/jba/RetryHandlers.java  |  14 +-
 .../org/apache/openejb/jee/jba/SecurityRole.java   |  14 +-
 .../java/org/apache/openejb/jee/jba/Session.java   | 112 ++++-----
 .../org/apache/openejb/jee/jba/cmp/CmpField.java   |  14 +-
 .../openejb/jee/jba/cmp/DependentValueClass.java   |  14 +-
 .../openejb/jee/jba/cmp/DependentValueClasses.java |  14 +-
 .../apache/openejb/jee/jba/cmp/EjbRelation.java    |  20 +-
 .../openejb/jee/jba/cmp/EnterpriseBeans.java       |  14 +-
 .../org/apache/openejb/jee/jba/cmp/Entity.java     |  28 +--
 .../apache/openejb/jee/jba/cmp/EntityCommand.java  |  14 +-
 .../apache/openejb/jee/jba/cmp/EntityCommands.java |  14 +-
 .../org/apache/openejb/jee/jba/cmp/KeyField.java   |  14 +-
 .../org/apache/openejb/jee/jba/cmp/KeyFields.java  |  14 +-
 .../apache/openejb/jee/jba/cmp/LazyLoadGroups.java |  14 +-
 .../org/apache/openejb/jee/jba/cmp/LeftJoin.java   |  14 +-
 .../org/apache/openejb/jee/jba/cmp/LoadGroup.java  |  14 +-
 .../org/apache/openejb/jee/jba/cmp/LoadGroups.java |  14 +-
 .../apache/openejb/jee/jba/cmp/MethodParams.java   |  14 +-
 .../openejb/jee/jba/cmp/PostTableCreate.java       |  14 +-
 .../org/apache/openejb/jee/jba/cmp/ReadAhead.java  |  14 +-
 .../apache/openejb/jee/jba/cmp/Relationships.java  |  14 +-
 .../apache/openejb/jee/jba/cmp/ReservedWords.java  |  14 +-
 .../apache/openejb/jee/jba/cmp/TypeMapping.java    |  28 +--
 .../apache/openejb/jee/jba/cmp/TypeMappings.java   |  14 +-
 .../openejb/jee/jba/cmp/UserTypeMappings.java      |  14 +-
 .../openejb/jee/jpa/AssociationOverride.java       |  14 +-
 .../org/apache/openejb/jee/jpa/Attributes.java     | 140 ++++++------
 .../apache/openejb/jee/jpa/CollectionTable.java    |  28 +--
 .../apache/openejb/jee/jpa/ElementCollection.java  |  56 ++---
 .../openejb/jee/jpa/EmbeddableAttributes.java      | 112 ++++-----
 .../java/org/apache/openejb/jee/jpa/Embedded.java  |  28 +--
 .../org/apache/openejb/jee/jpa/EmbeddedId.java     |  14 +-
 .../java/org/apache/openejb/jee/jpa/Entity.java    |  98 ++++----
 .../apache/openejb/jee/jpa/EntityListeners.java    |  14 +-
 .../org/apache/openejb/jee/jpa/EntityMappings.java | 112 ++++-----
 .../org/apache/openejb/jee/jpa/EntityResult.java   |  14 +-
 .../java/org/apache/openejb/jee/jpa/JoinTable.java |  42 ++--
 .../org/apache/openejb/jee/jpa/ManyToMany.java     |  28 +--
 .../java/org/apache/openejb/jee/jpa/ManyToOne.java |  14 +-
 .../apache/openejb/jee/jpa/NamedNativeQuery.java   |  14 +-
 .../org/apache/openejb/jee/jpa/NamedQuery.java     |  14 +-
 .../java/org/apache/openejb/jee/jpa/OneToMany.java |  42 ++--
 .../java/org/apache/openejb/jee/jpa/OneToOne.java  |  28 +--
 .../org/apache/openejb/jee/jpa/SecondaryTable.java |  28 +--
 .../openejb/jee/jpa/SqlResultSetMapping.java       |  28 +--
 .../java/org/apache/openejb/jee/jpa/Table.java     |  14 +-
 .../org/apache/openejb/jee/jpa/TableGenerator.java |  14 +-
 .../apache/openejb/jee/jpa/UniqueConstraint.java   |  14 +-
 .../jee/jpa/fragment/PersistenceFragment.java      |  14 +-
 .../apache/openejb/jee/jpa/unit/Persistence.java   |  14 +-
 .../apache/openejb/jee/jpa/unit/Properties.java    |  14 +-
 .../openejb/jee/oejb2/ActivationConfigType.java    |  28 +--
 .../apache/openejb/jee/oejb2/ApplicationType.java  |  42 ++--
 .../apache/openejb/jee/oejb2/ClassFilterType.java  |  14 +-
 .../openejb/jee/oejb2/DatabaseGeneratedType.java   |  14 +-
 .../apache/openejb/jee/oejb2/DependenciesType.java |  14 +-
 .../apache/openejb/jee/oejb2/EjbRelationType.java  |  14 +-
 .../openejb/jee/oejb2/EjbRelationshipRoleType.java |  12 +-
 .../apache/openejb/jee/oejb2/EntityBeanType.java   | 152 ++++++-------
 .../apache/openejb/jee/oejb2/EnvironmentType.java  |  70 +++---
 .../org/apache/openejb/jee/oejb2/GbeanRefType.java |  28 +--
 .../org/apache/openejb/jee/oejb2/GbeanType.java    |  14 +-
 .../openejb/jee/oejb2/GeronimoEjbJarType.java      |  42 ++--
 .../org/apache/openejb/jee/oejb2/GroupType.java    |  32 +--
 .../openejb/jee/oejb2/MessageDrivenBeanType.java   |  84 +++----
 .../jee/oejb2/PersistenceContextRefType.java       |  14 +-
 .../org/apache/openejb/jee/oejb2/QueryType.java    |   4 +-
 .../apache/openejb/jee/oejb2/ReferencesType.java   |  14 +-
 .../openejb/jee/oejb2/ServiceCompletionType.java   |  14 +-
 .../openejb/jee/oejb2/ServiceModuleType.java       |  14 +-
 .../apache/openejb/jee/oejb2/ServiceRefType.java   |  14 +-
 .../apache/openejb/jee/oejb2/SessionBeanType.java  |  42 ++--
 .../openejb/jee/oejb2/WebServiceSecurityType.java  |  14 +-
 .../openejb/jee/was/v6/common/Description.java     |  16 +-
 .../jee/was/v6/common/DescriptionGroup.java        |  64 +++---
 .../openejb/jee/was/v6/common/DisplayName.java     |  16 +-
 .../apache/openejb/jee/was/v6/common/EjbRef.java   |  32 +--
 .../apache/openejb/jee/was/v6/common/EnvEntry.java |  32 +--
 .../apache/openejb/jee/was/v6/common/IconType.java |  16 +-
 .../apache/openejb/jee/was/v6/common/Identity.java |  32 +--
 .../jee/was/v6/common/JNDIEnvRefsGroup.java        | 112 ++++-----
 .../apache/openejb/jee/was/v6/common/Listener.java |  16 +-
 .../jee/was/v6/common/MessageDestinationRef.java   |  32 +--
 .../openejb/jee/was/v6/common/ParamValue.java      |  32 +--
 .../apache/openejb/jee/was/v6/common/QName.java    |  16 +-
 .../openejb/jee/was/v6/common/ResourceEnvRef.java  |  48 ++--
 .../openejb/jee/was/v6/common/ResourceRef.java     |  32 +--
 .../jee/was/v6/common/RunAsSpecifiedIdentity.java  |  16 +-
 .../jee/was/v6/common/SecurityIdentity.java        |  32 +--
 .../openejb/jee/was/v6/common/SecurityRole.java    |  32 +--
 .../openejb/jee/was/v6/common/SecurityRoleRef.java |  32 +--
 .../jee/was/v6/commonbnd/AbstractAuthData.java     |  16 +-
 .../jee/was/v6/commonbnd/EjbRefBinding.java        |  32 +--
 .../v6/commonbnd/MessageDestinationRefBinding.java |  32 +--
 .../openejb/jee/was/v6/commonbnd/Property.java     |  16 +-
 .../was/v6/commonbnd/ResourceEnvRefBinding.java    |  32 +--
 .../jee/was/v6/commonbnd/ResourceRefBinding.java   |  64 +++---
 .../openejb/jee/was/v6/ecore/EAnnotation.java      |  48 ++--
 .../apache/openejb/jee/was/v6/ecore/EClass.java    |  48 ++--
 .../org/apache/openejb/jee/was/v6/ecore/EEnum.java |  16 +-
 .../openejb/jee/was/v6/ecore/EModelElement.java    |  16 +-
 .../apache/openejb/jee/was/v6/ecore/EObject.java   |  16 +-
 .../openejb/jee/was/v6/ecore/EOperation.java       |  32 +--
 .../apache/openejb/jee/was/v6/ecore/EPackage.java  |  32 +--
 .../openejb/jee/was/v6/ecore/EReference.java       |  16 +-
 .../jee/was/v6/ecore/EStringToStringMapEntry.java  |  16 +-
 .../openejb/jee/was/v6/ecore/ETypedElement.java    |  16 +-
 .../openejb/jee/was/v6/ejb/ActivationConfig.java   |  48 ++--
 .../jee/was/v6/ejb/ActivationConfigProperty.java   |  16 +-
 .../openejb/jee/was/v6/ejb/AssemblyDescriptor.java |  96 ++++----
 .../openejb/jee/was/v6/ejb/CMPAttribute.java       |  16 +-
 .../apache/openejb/jee/was/v6/ejb/CMRField.java    |  16 +-
 .../jee/was/v6/ejb/ContainerManagedEntity.java     |  80 +++----
 .../org/apache/openejb/jee/was/v6/ejb/EJBJar.java  |  48 ++--
 .../openejb/jee/was/v6/ejb/EJBMethodCategory.java  |  16 +-
 .../apache/openejb/jee/was/v6/ejb/EJBRelation.java |  48 ++--
 .../jee/was/v6/ejb/EJBRelationshipRole.java        |  64 +++---
 .../openejb/jee/was/v6/ejb/EnterpriseBean.java     | 112 ++++-----
 .../org/apache/openejb/jee/was/v6/ejb/Entity.java  |  16 +-
 .../apache/openejb/jee/was/v6/ejb/ExcludeList.java |  48 ++--
 .../openejb/jee/was/v6/ejb/MessageDriven.java      |  64 +++---
 .../jee/was/v6/ejb/MessageDrivenDestination.java   |  16 +-
 .../openejb/jee/was/v6/ejb/MethodElement.java      |  48 ++--
 .../openejb/jee/was/v6/ejb/MethodPermission.java   |  64 +++---
 .../openejb/jee/was/v6/ejb/MethodTransaction.java  |  48 ++--
 .../org/apache/openejb/jee/was/v6/ejb/Query.java   |  48 ++--
 .../openejb/jee/was/v6/ejb/Relationships.java      |  48 ++--
 .../apache/openejb/jee/was/v6/ejb/RoleSource.java  |  48 ++--
 .../org/apache/openejb/jee/was/v6/ejb/Session.java |  16 +-
 .../was/v6/ejbbnd/CMPConnectionFactoryBinding.java |  32 +--
 .../openejb/jee/was/v6/ejbbnd/EJBJarBinding.java   |  80 +++----
 .../jee/was/v6/ejbbnd/EnterpriseBeanBinding.java   | 144 ++++++------
 .../apache/openejb/jee/was/v6/java/ArrayType.java  |  16 +-
 .../org/apache/openejb/jee/was/v6/java/Block.java  |  32 +--
 .../org/apache/openejb/jee/was/v6/java/Field.java  |  16 +-
 .../openejb/jee/was/v6/java/Initializer.java       |  32 +--
 .../apache/openejb/jee/was/v6/java/JavaClass.java  | 144 ++++++------
 .../org/apache/openejb/jee/was/v6/java/Method.java |  48 ++--
 .../v6/webservice/clientbnd/ServiceRefBinding.java |  32 +--
 .../jee/was/v6/wsclient/ComponentScopedRefs.java   |  32 +--
 .../openejb/jee/was/v6/wsclient/Handler.java       |  80 +++----
 .../jee/was/v6/wsclient/PortComponentRef.java      |  32 +--
 .../openejb/jee/was/v6/wsclient/ServiceRef.java    |  64 +++---
 .../jee/was/v6/wsclient/WebServicesClient.java     |  48 ++--
 .../org/apache/openejb/jee/was/v6/xmi/Add.java     |  16 +-
 .../org/apache/openejb/jee/was/v6/xmi/Any.java     |  22 +-
 .../apache/openejb/jee/was/v6/xmi/Difference.java  |  88 ++++----
 .../openejb/jee/was/v6/xmi/Documentation.java      | 112 ++++-----
 .../apache/openejb/jee/was/v6/xmi/Extension.java   |  16 +-
 .../openejb/jee/was/v6/xmi/PackageReference.java   |  32 +--
 .../org/apache/openejb/jee/was/v6/xmi/Replace.java |  16 +-
 .../org/apache/openejb/jee/was/v6/xmi/XMI.java     |  16 +-
 .../org/apache/openejb/jee/wls/CachingElement.java |  14 +-
 .../openejb/jee/wls/ContextRequestClass.java       |  14 +-
 .../org/apache/openejb/jee/wls/FieldGroup.java     |  14 +-
 .../apache/openejb/jee/wls/IdempotentMethods.java  |  14 +-
 .../org/apache/openejb/jee/wls/MethodParams.java   |  14 +-
 .../java/org/apache/openejb/jee/wls/PortInfo.java  |  28 +--
 .../openejb/jee/wls/ReferenceDescriptor.java       |  56 ++---
 .../openejb/jee/wls/RelationshipCaching.java       |  14 +-
 .../openejb/jee/wls/RelationshipRoleMap.java       |  14 +-
 .../openejb/jee/wls/RetryMethodsOnRollback.java    |  14 +-
 .../openejb/jee/wls/SecurityRoleAssignment.java    |  14 +-
 .../jee/wls/ServiceReferenceDescription.java       |  28 +--
 .../java/org/apache/openejb/jee/wls/SqlQuery.java  |  14 +-
 .../java/org/apache/openejb/jee/wls/SqlShape.java  |  28 +--
 .../java/org/apache/openejb/jee/wls/Table.java     |  14 +-
 .../java/org/apache/openejb/jee/wls/TableMap.java  |  14 +-
 .../openejb/jee/wls/TransactionIsolation.java      |  14 +-
 .../org/apache/openejb/jee/wls/WeblogicEjbJar.java | 112 ++++-----
 .../openejb/jee/wls/WeblogicEnterpriseBean.java    |  56 ++---
 .../apache/openejb/jee/wls/WeblogicRdbmsBean.java  |  70 +++---
 .../apache/openejb/jee/wls/WeblogicRdbmsJar.java   |  28 +--
 .../openejb/jee/wls/WeblogicRdbmsRelation.java     |  20 +-
 .../org/apache/openejb/junit/ContextConfig.java    |  10 +-
 .../org/apache/openejb/junit/JUnit4Runner.java     |   2 +-
 .../org/apache/openejb/junit/OpenEjbRunner.java    |   2 +-
 .../openejb/junit/context/OpenEjbTestContext.java  |   4 +-
 .../org/apache/openejb/junit/context/Util.java     |   2 +-
 .../src/main/java/org/superbiz/FriendlyPerson.java |   4 +-
 .../org/superbiz/servlet/WebserviceClient.java     |  12 +-
 .../main/java/org/superbiz/injection/Movies.java   |   4 +-
 .../java/org/superbiz/txrollback/MoviesTest.java   |   4 +-
 .../test/entity/bmp/AllowedOperationsBmpBean.java  |   6 +-
 .../test/entity/bmp/BasicBmp2DataSourcesBean.java  |   6 +-
 .../openejb/test/entity/bmp/BasicBmpBean.java      |   6 +-
 .../test/entity/cmp/AllowedOperationsCmp2Bean.java |   6 +-
 .../test/entity/cmp/AllowedOperationsCmpBean.java  |   6 +-
 .../openejb/test/entity/cmp/BasicCmp2Bean.java     |   6 +-
 .../openejb/test/entity/cmp/BasicCmp2PojoBean.java |   6 +-
 .../openejb/test/entity/cmp/BasicCmpBean.java      |   6 +-
 .../openejb/test/entity/cmp/ComplexCmp2Bean.java   |   6 +-
 .../openejb/test/entity/cmp/ComplexCmpBean.java    |   6 +-
 .../openejb/test/entity/cmp/UnknownCmp2Bean.java   |   6 +-
 .../openejb/test/entity/cmp/UnknownCmpBean.java    |   6 +-
 .../org/apache/openejb/test/mdb/BasicMdbBean.java  |   4 +-
 .../openejb/test/singleton/BasicSingletonBean.java |   4 +-
 .../test/singleton/BasicSingletonPojoBean.java     |   4 +-
 .../openejb/test/stateful/BMTStatefulBean.java     |   4 +-
 .../openejb/test/stateful/BasicStatefulBean.java   |   4 +-
 .../test/stateful/BasicStatefulPojoBean.java       |   4 +-
 .../openejb/test/stateless/BasicStatelessBean.java |   4 +-
 .../test/stateless/BasicStatelessPojoBean.java     |   4 +-
 .../test/entity/bmp/BmpRemoteIntfcTests.java       |   2 +-
 .../test/entity/cmp/CmpRemoteIntfcTests.java       |   2 +-
 .../test/entity/cmp/ComplexRemoteIntfcTests.java   |   2 +-
 .../test/entity/cmp/UnknownRemoteIntfcTests.java   |   2 +-
 .../test/entity/cmp2/Cmp2RemoteIntfcTests.java     |   2 +-
 .../test/entity/cmp2/Complex2RemoteIntfcTests.java |   2 +-
 .../test/entity/cmp2/Unknown2RemoteIntfcTests.java |   2 +-
 .../org/apache/openejb/test/mdb/BasicMdbTests.java |   2 +-
 .../test/singleton/SingletonBeanTxTests.java       |  38 ++--
 .../test/singleton/SingletonEjbHomeTests.java      |  10 +-
 .../test/singleton/SingletonEjbMetaDataTests.java  |   2 +-
 .../test/singleton/SingletonEjbObjectTests.java    |   2 +-
 .../test/singleton/SingletonHandleTests.java       |   6 +-
 .../SingletonLocalBusinessIntfcTests.java          |   2 +-
 .../test/singleton/SingletonPojoEjbHomeTests.java  |  10 +-
 .../singleton/SingletonPojoEjbLocalHomeTests.java  |  10 +-
 .../SingletonPojoEjbLocalObjectTests.java          |   2 +-
 .../singleton/SingletonPojoEjbMetaDataTests.java   |   2 +-
 .../test/singleton/SingletonPojoHandleTests.java   |   6 +-
 .../SingletonRemoteBusinessIntfcTests.java         |   2 +-
 .../test/singleton/SingletonRemoteIntfcTests.java  |   2 +-
 .../openejb/test/stateful/StatefulBeanTxTests.java |  54 ++---
 .../test/stateful/StatefulEjbHomeTests.java        |  10 +-
 .../test/stateful/StatefulEjbMetaDataTests.java    |   2 +-
 .../test/stateful/StatefulEjbObjectTests.java      |   2 +-
 .../stateful/StatefulLocalBusinessIntfcTests.java  |   2 +-
 .../test/stateful/StatefulPojoEjbHomeTests.java    |  10 +-
 .../stateful/StatefulPojoEjbLocalHomeTests.java    |  10 +-
 .../stateful/StatefulPojoEjbLocalObjectTests.java  |   2 +-
 .../stateful/StatefulRemoteBusinessIntfcTests.java |   2 +-
 .../test/stateless/StatelessBeanTxTests.java       |  38 ++--
 .../test/stateless/StatelessEjbHomeTests.java      |  10 +-
 .../test/stateless/StatelessEjbMetaDataTests.java  |   2 +-
 .../test/stateless/StatelessEjbObjectTests.java    |   2 +-
 .../test/stateless/StatelessHandleTests.java       |   6 +-
 .../StatelessLocalBusinessIntfcTests.java          |   2 +-
 .../test/stateless/StatelessPojoEjbHomeTests.java  |  10 +-
 .../stateless/StatelessPojoEjbLocalHomeTests.java  |  10 +-
 .../StatelessPojoEjbLocalObjectTests.java          |   2 +-
 .../stateless/StatelessPojoEjbMetaDataTests.java   |   2 +-
 .../test/stateless/StatelessPojoHandleTests.java   |   6 +-
 .../StatelessRemoteBusinessIntfcTests.java         |   2 +-
 .../test/stateless/StatelessRemoteIntfcTests.java  |   2 +-
 .../openejb/maven/plugin/AbstractTomEEMojo.java    |   2 +-
 .../openejb/server/axis/HandlerChainImpl.java      |   2 +-
 .../assembler/HeavyweightOperationInfoBuilder.java |   4 +-
 .../java/org/apache/openejb/client/EJBRequest.java |   4 +-
 .../openejb/client/GenericServiceLocator.java      |  14 +-
 .../org/apache/openejb/client/JNDIContext.java     |   2 +-
 .../openejb/client/MulticastPulseClient.java       |   2 +-
 .../org/apache/openejb/client/ResourceFinder.java  | 121 +++++-----
 .../org/apache/openejb/server/cxf/rs/Contexts.java |   2 +-
 .../openejb/server/httpd/HttpResponseImpl.java     |  10 +-
 .../server/discovery/MulticastPulseAgent.java      |   6 +-
 .../server/discovery/MulticastPulseAgentTest.java  |   2 +-
 .../org/apache/openejb/server/ServiceManager.java  |   2 +-
 376 files changed, 4581 insertions(+), 4582 deletions(-)

diff --git a/arquillian/ziplock/src/main/java/org/apache/ziplock/ResourceFinder.java b/arquillian/ziplock/src/main/java/org/apache/ziplock/ResourceFinder.java
index 16ea0f4..21acd4a 100644
--- a/arquillian/ziplock/src/main/java/org/apache/ziplock/ResourceFinder.java
+++ b/arquillian/ziplock/src/main/java/org/apache/ziplock/ResourceFinder.java
@@ -100,14 +100,14 @@ public class ResourceFinder {
     /**
      * Returns a list of resources that could not be loaded in the last invoked findAvailable* or
      * mapAvailable* methods.
-     * <p/>
+     *
      * The list will only contain entries of resources that match the requirements
      * of the last invoked findAvailable* or mapAvailable* methods, but were unable to be
      * loaded and included in their results.
-     * <p/>
+     *
      * The list returned is unmodifiable and the results of this method will change
      * after each invocation of a findAvailable* or mapAvailable* methods.
-     * <p/>
+     *
      * This method is not thread safe.
      */
     public List<String> getResourcesNotLoaded() {
@@ -221,16 +221,16 @@ public class ResourceFinder {
     /**
      * Reads the contents of all non-directory URLs immediately under the specified
      * location and returns them in a map keyed by the file name.
-     * <p/>
+     *
      * Any URLs that cannot be read will cause an exception to be thrown.
-     * <p/>
+     *
      * Example classpath:
-     * <p/>
+     *
      * META-INF/serializables/one
      * META-INF/serializables/two
      * META-INF/serializables/three
      * META-INF/serializables/four/foo.txt
-     * <p/>
+     *
      * ResourceFinder finder = new ResourceFinder("META-INF/");
      * Map map = finder.mapAvailableStrings("serializables");
      * map.contains("one");  // true
@@ -258,17 +258,17 @@ public class ResourceFinder {
     /**
      * Reads the contents of all non-directory URLs immediately under the specified
      * location and returns them in a map keyed by the file name.
-     * <p/>
+     *
      * Individual URLs that cannot be read are skipped and added to the
      * list of 'resourcesNotLoaded'
-     * <p/>
+     *
      * Example classpath:
-     * <p/>
+     *
      * META-INF/serializables/one
      * META-INF/serializables/two      # not readable
      * META-INF/serializables/three
      * META-INF/serializables/four/foo.txt
-     * <p/>
+     *
      * ResourceFinder finder = new ResourceFinder("META-INF/");
      * Map map = finder.mapAvailableStrings("serializables");
      * map.contains("one");  // true
@@ -321,7 +321,7 @@ public class ResourceFinder {
     /**
      * Executes findAllStrings assuming the strings are
      * the names of a classes that should be loaded and returned.
-     * <p/>
+     *
      * Any URL or class that cannot be loaded will cause an exception to be thrown.
      *
      * @param uri
@@ -342,7 +342,7 @@ public class ResourceFinder {
     /**
      * Executes findAvailableStrings assuming the strings are
      * the names of a classes that should be loaded and returned.
-     * <p/>
+     *
      * Any class that cannot be loaded will be skipped and placed in the
      * 'resourcesNotLoaded' collection.
      *
@@ -368,14 +368,14 @@ public class ResourceFinder {
     /**
      * Executes mapAllStrings assuming the value of each entry in the
      * map is the name of a class that should be loaded.
-     * <p/>
+     *
      * Any class that cannot be loaded will be cause an exception to be thrown.
-     * <p/>
+     *
      * Example classpath:
-     * <p/>
+     *
      * META-INF/xmlparsers/xerces
      * META-INF/xmlparsers/crimson
-     * <p/>
+     *
      * ResourceFinder finder = new ResourceFinder("META-INF/");
      * Map map = finder.mapAvailableStrings("xmlparsers");
      * map.contains("xerces");  // true
@@ -403,15 +403,15 @@ public class ResourceFinder {
     /**
      * Executes mapAvailableStrings assuming the value of each entry in the
      * map is the name of a class that should be loaded.
-     * <p/>
+     *
      * Any class that cannot be loaded will be skipped and placed in the
      * 'resourcesNotLoaded' collection.
-     * <p/>
+     *
      * Example classpath:
-     * <p/>
+     *
      * META-INF/xmlparsers/xerces
      * META-INF/xmlparsers/crimson
-     * <p/>
+     *
      * ResourceFinder finder = new ResourceFinder("META-INF/");
      * Map map = finder.mapAvailableStrings("xmlparsers");
      * map.contains("xerces");  // true
@@ -449,14 +449,14 @@ public class ResourceFinder {
     /**
      * Assumes the class specified points to a file in the classpath that contains
      * the name of a class that implements or is a subclass of the specfied class.
-     * <p/>
+     *
      * Any class that cannot be loaded will be cause an exception to be thrown.
-     * <p/>
+     *
      * Example classpath:
-     * <p/>
+     *
      * META-INF/java.io.InputStream    # contains the classname org.acme.AcmeInputStream
      * META-INF/java.io.OutputStream
-     * <p/>
+     *
      * ResourceFinder finder = new ResourceFinder("META-INF/");
      * Class clazz = finder.findImplementation(java.io.InputStream.class);
      * clazz.getName();  // returns "org.acme.AcmeInputStream"
@@ -479,16 +479,16 @@ public class ResourceFinder {
     /**
      * Assumes the class specified points to a file in the classpath that contains
      * the name of a class that implements or is a subclass of the specfied class.
-     * <p/>
+     *
      * Any class that cannot be loaded or assigned to the specified interface will be cause
      * an exception to be thrown.
-     * <p/>
+     *
      * Example classpath:
-     * <p/>
+     *
      * META-INF/java.io.InputStream    # contains the classname org.acme.AcmeInputStream
      * META-INF/java.io.InputStream    # contains the classname org.widget.NeatoInputStream
      * META-INF/java.io.InputStream    # contains the classname com.foo.BarInputStream
-     * <p/>
+     *
      * ResourceFinder finder = new ResourceFinder("META-INF/");
      * List classes = finder.findAllImplementations(java.io.InputStream.class);
      * classes.contains("org.acme.AcmeInputStream");  // true
@@ -514,16 +514,16 @@ public class ResourceFinder {
     /**
      * Assumes the class specified points to a file in the classpath that contains
      * the name of a class that implements or is a subclass of the specfied class.
-     * <p/>
+     *
      * Any class that cannot be loaded or are not assignable to the specified class will be
      * skipped and placed in the 'resourcesNotLoaded' collection.
-     * <p/>
+     *
      * Example classpath:
-     * <p/>
+     *
      * META-INF/java.io.InputStream    # contains the classname org.acme.AcmeInputStream
      * META-INF/java.io.InputStream    # contains the classname org.widget.NeatoInputStream
      * META-INF/java.io.InputStream    # contains the classname com.foo.BarInputStream
-     * <p/>
+     *
      * ResourceFinder finder = new ResourceFinder("META-INF/");
      * List classes = finder.findAllImplementations(java.io.InputStream.class);
      * classes.contains("org.acme.AcmeInputStream");  // true
@@ -556,16 +556,16 @@ public class ResourceFinder {
     /**
      * Assumes the class specified points to a directory in the classpath that holds files
      * containing the name of a class that implements or is a subclass of the specfied class.
-     * <p/>
+     *
      * Any class that cannot be loaded or assigned to the specified interface will be cause
      * an exception to be thrown.
-     * <p/>
+     *
      * Example classpath:
-     * <p/>
+     *
      * META-INF/java.net.URLStreamHandler/jar
      * META-INF/java.net.URLStreamHandler/file
      * META-INF/java.net.URLStreamHandler/http
-     * <p/>
+     *
      * ResourceFinder finder = new ResourceFinder("META-INF/");
      * Map map = finder.mapAllImplementations(java.net.URLStreamHandler.class);
      * Class jarUrlHandler = map.get("jar");
@@ -593,16 +593,16 @@ public class ResourceFinder {
     /**
      * Assumes the class specified points to a directory in the classpath that holds files
      * containing the name of a class that implements or is a subclass of the specfied class.
-     * <p/>
+     *
      * Any class that cannot be loaded or are not assignable to the specified class will be
      * skipped and placed in the 'resourcesNotLoaded' collection.
-     * <p/>
+     *
      * Example classpath:
-     * <p/>
+     *
      * META-INF/java.net.URLStreamHandler/jar
      * META-INF/java.net.URLStreamHandler/file
      * META-INF/java.net.URLStreamHandler/http
-     * <p/>
+     *
      * ResourceFinder finder = new ResourceFinder("META-INF/");
      * Map map = finder.mapAllImplementations(java.net.URLStreamHandler.class);
      * Class jarUrlHandler = map.get("jar");
@@ -642,11 +642,11 @@ public class ResourceFinder {
 
     /**
      * Finds the corresponding resource and reads it in as a properties file
-     * <p/>
+     *
      * Example classpath:
-     * <p/>
+     *
      * META-INF/widget.properties
-     * <p/>
+     *
      * ResourceFinder finder = new ResourceFinder("META-INF/");
      * Properties widgetProps = finder.findProperties("widget.properties");
      *
@@ -667,15 +667,15 @@ public class ResourceFinder {
 
     /**
      * Finds the corresponding resources and reads them in as a properties files
-     * <p/>
+     *
      * Any URL that cannot be read in as a properties file will cause an exception to be thrown.
-     * <p/>
+     *
      * Example classpath:
-     * <p/>
+     *
      * META-INF/app.properties
      * META-INF/app.properties
      * META-INF/app.properties
-     * <p/>
+     *
      * ResourceFinder finder = new ResourceFinder("META-INF/");
      * List<Properties> appProps = finder.findAllProperties("app.properties");
      *
@@ -699,16 +699,16 @@ public class ResourceFinder {
 
     /**
      * Finds the corresponding resources and reads them in as a properties files
-     * <p/>
+     *
      * Any URL that cannot be read in as a properties file will be added to the
      * 'resourcesNotLoaded' collection.
-     * <p/>
+     *
      * Example classpath:
-     * <p/>
+     *
      * META-INF/app.properties
      * META-INF/app.properties
      * META-INF/app.properties
-     * <p/>
+     *
      * ResourceFinder finder = new ResourceFinder("META-INF/");
      * List<Properties> appProps = finder.findAvailableProperties("app.properties");
      *
@@ -737,15 +737,15 @@ public class ResourceFinder {
 
     /**
      * Finds the corresponding resources and reads them in as a properties files
-     * <p/>
+     *
      * Any URL that cannot be read in as a properties file will cause an exception to be thrown.
-     * <p/>
+     *
      * Example classpath:
-     * <p/>
+     *
      - META-INF/jdbcDrivers/oracle.properties
      - META-INF/jdbcDrivers/mysql.props
      - META-INF/jdbcDrivers/derby
-     * <p/>
+     *
      * ResourceFinder finder = new ResourceFinder("META-INF/");
      * List<Properties> driversList = finder.findAvailableProperties("jdbcDrivers");
      * Properties oracleProps = driversList.get("oracle.properties");
@@ -771,16 +771,16 @@ public class ResourceFinder {
 
     /**
      * Finds the corresponding resources and reads them in as a properties files
-     * <p/>
+     *
      * Any URL that cannot be read in as a properties file will be added to the
      * 'resourcesNotLoaded' collection.
-     * <p/>
+     *
      * Example classpath:
-     * <p/>
+     *
      * META-INF/jdbcDrivers/oracle.properties
      * META-INF/jdbcDrivers/mysql.props
      * META-INF/jdbcDrivers/derby
-     * <p/>
+     *
      * ResourceFinder finder = new ResourceFinder("META-INF/");
      * List<Properties> driversList = finder.findAvailableProperties("jdbcDrivers");
      * Properties oracleProps = driversList.get("oracle.properties");
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/BeanContext.java b/container/openejb-core/src/main/java/org/apache/openejb/BeanContext.java
index 175d814..ce81e64 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/BeanContext.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/BeanContext.java
@@ -1111,7 +1111,7 @@ public class BeanContext extends DeploymentContext {
      * When an instance of an EJB is instantiated, everything in this list
      * is also instatiated and tied to the bean instance.  Per spec, interceptors
      * are supposed to have the same lifecycle as the bean they wrap.
-     * <p/>
+     *
      * OpenEJB has the concept of interceptors which do not share the same lifecycle
      * as the bean instance -- they may be instantiated elsewhere and simply applied
      * to the bean.  The impact is that these interceptors must be multithreaded.
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/ClassLoaderUtil.java b/container/openejb-core/src/main/java/org/apache/openejb/ClassLoaderUtil.java
index d11d26a..79fc682 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/ClassLoaderUtil.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/ClassLoaderUtil.java
@@ -355,10 +355,10 @@ public class ClassLoaderUtil {
      * Due to several different implementation changes in various JDK releases the code here is not as
      * straight forward as reflecting debug items in your current runtime. There have even been breaking changes
      * between 1.6 runtime builds, let alone 1.5.
-     * <p/>
+     *
      * If you discover a new issue here please be careful to ensure the existing functionality is 'extended' and not
      * just replaced to match your runtime observations.
-     * <p/>
+     *
      * If you want to look at the mess that leads up to this then follow the source code changes made to
      * the class sun.net.www.protocol.jar.JarFileFactory over several years.
      *
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/Assembler.java b/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/Assembler.java
index f3e482b..8df7d26 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/Assembler.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/Assembler.java
@@ -523,10 +523,10 @@ public class Assembler extends AssemblerTool implements org.apache.openejb.spi.A
      * When given a complete OpenEjbConfiguration graph this method
      * will construct an entire container system and return a reference to that
      * container system, as ContainerSystem instance.
-     * <p/>
+     *
      * This method leverage the other assemble and apply methods which
      * can be used independently.
-     * <p/>
+     *
      * Assembles and returns the {@link CoreContainerSystem} using the
      * information from the {@link OpenEjbConfiguration} object passed in.
      * <pre>
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/InterceptorBindingBuilder.java b/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/InterceptorBindingBuilder.java
index fd2e131..3bda71b 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/InterceptorBindingBuilder.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/InterceptorBindingBuilder.java
@@ -271,7 +271,7 @@ public class InterceptorBindingBuilder {
 
     /**
      * Used for getting the java.lang.reflect.Method objects for the following callbacks:
-     * <p/>
+     *
      * - @PostConstruct <any-scope> void <method-name>(InvocationContext)
      * - @PreDestroy <any-scope> void <method-name>(InvocationContext)
      * - @PrePassivate <any-scope> void <method-name>(InvocationContext)
@@ -328,7 +328,7 @@ public class InterceptorBindingBuilder {
 
     /**
      * Used for getting the java.lang.reflect.Method objects for the following callbacks:
-     * <p/>
+     *
      * - @PostConstruct <any-scope> void <method-name>()
      * - @PreDestroy <any-scope> void <method-name>()
      * - @PrePassivate <any-scope> void <method-name>()
@@ -336,7 +336,7 @@ public class InterceptorBindingBuilder {
      * - @AfterBegin <any-scope> void <method-name>()
      * - @BeforeCompletion <any-scope> void <method-name>()
      * - @AfterCompletion <any-scope> void <method-name>(boolean)
-     * <p/>
+     *
      * These apply to the bean class only, interceptor methods use InvocationContext as
      * a parameter.  The toMethods method is used for those.
      *
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/JaccPermissionsBuilder.java b/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/JaccPermissionsBuilder.java
index c6f268c..216a53c 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/JaccPermissionsBuilder.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/JaccPermissionsBuilder.java
@@ -286,7 +286,7 @@ public class JaccPermissionsBuilder {
 
     /**
      * Generate all the possible permissions for a bean's interface.
-     * <p/>
+     *
      * Method permissions are defined in the deployment descriptor as a binary
      * relation from the set of security roles to the set of methods of the
      * home, component, and/or web service endpoint interfaces of session and
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/MethodConcurrencyBuilder.java b/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/MethodConcurrencyBuilder.java
index 58f74cf..43e8b08 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/MethodConcurrencyBuilder.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/MethodConcurrencyBuilder.java
@@ -105,7 +105,7 @@ public class MethodConcurrencyBuilder {
      * exactly one MethodInfo per MethodConcurrencyInfo.  A single MethodConcurrencyInfo
      * with three MethodInfos would be expanded into three MethodConcurrencyInfo with
      * one MethodInfo each.
-     * <p/>
+     *
      * The MethodConcurrencyInfo list is then sorted from least to most specific.
      *
      * @param infos
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/MethodInfoUtil.java b/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/MethodInfoUtil.java
index 55ffe71..a6ce98c 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/MethodInfoUtil.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/MethodInfoUtil.java
@@ -217,7 +217,7 @@ public class MethodInfoUtil {
      * exactly one MethodInfo per MethodPermissionInfo.  A single MethodPermissionInfo
      * with three MethodInfos would be expanded into three MethodPermissionInfo with
      * one MethodInfo each.
-     * <p/>
+     *
      * The MethodPermissionInfo list is then sorted from least to most specific.
      *
      * @param infos
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/MethodTransactionBuilder.java b/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/MethodTransactionBuilder.java
index d53184c..5d514e8 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/MethodTransactionBuilder.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/MethodTransactionBuilder.java
@@ -78,7 +78,7 @@ public class MethodTransactionBuilder {
      * exactly one MethodInfo per MethodTransactionInfo.  A single MethodTransactionInfo
      * with three MethodInfos would be expanded into three MethodTransactionInfo with
      * one MethodInfo each.
-     * <p/>
+     *
      * The MethodTransactionInfo list is then sorted from least to most specific.
      *
      * @return a normalized list of new MethodTransactionInfo objects
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/config/CmpJpaConversion.java b/container/openejb-core/src/main/java/org/apache/openejb/config/CmpJpaConversion.java
index 73fefe6..0c3bf21 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/config/CmpJpaConversion.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/config/CmpJpaConversion.java
@@ -1006,7 +1006,7 @@ class CmpJpaConversion implements DynamicDeployer {
      * levels of the class hierarchy.  We want to define
      * the idClass as the most derived class (i.e., the one
      * that will contain ALL of the defined fields).
-     * <p/>
+     *
      * In practice, most ejbs will define all of the
      * primary key fields at the same subclass level, so
      * this should return quickly.
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/config/ConfigurationFactory.java b/container/openejb-core/src/main/java/org/apache/openejb/config/ConfigurationFactory.java
index ab50cdd..f7283c9 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/config/ConfigurationFactory.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/config/ConfigurationFactory.java
@@ -619,7 +619,7 @@ public class ConfigurationFactory implements OpenEjbConfigurationFactory {
 
     /**
      * Main loop that gets executed when OpenEJB starts up Reads config files and produces the basic "AST" the assembler needs to actually build the contianer system
-     * <p/>
+     *
      * This method is called by the Assembler once at startup.
      *
      * @return OpenEjbConfiguration
@@ -1138,7 +1138,7 @@ public class ConfigurationFactory implements OpenEjbConfigurationFactory {
      * This is the major piece of code that configures services.
      * It merges the data from the <ServiceProvider> declaration
      * with the data from the openejb.xml file (say <Resource>)
-     * <p/>
+     *
      * The end result is a canonical (i.e. flattened) ServiceInfo
      * The ServiceInfo will be of a specific type (ContainerInfo, ResourceInfo, etc)
      *
@@ -1362,7 +1362,7 @@ public class ConfigurationFactory implements OpenEjbConfigurationFactory {
      * Takes a raw unparsed string expected to be in jvm classpath syntax
      * and parses it, producing a collection of URIs representing the absolute
      * file paths of the classpath to be created.
-     * <p/>
+     *
      * OS specific delimiters are supported.
      *
      * @param rawstring unparsed string in "classpath" syntax
@@ -1487,7 +1487,7 @@ public class ConfigurationFactory implements OpenEjbConfigurationFactory {
 
     /**
      * Resolving the provider for a particular service follows this algorithm:
-     * <p/>
+     *
      * 1.  Attempt to load the provider specified by the 'providerId'.
      * 2.  If this fails, throw NoSuchProviderException
      * 3.  If providerId is null, attempt to load the specified provider using the 'serviceId' as the 'providerId'
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/config/DeploymentsResolver.java b/container/openejb-core/src/main/java/org/apache/openejb/config/DeploymentsResolver.java
index 5c0b95d..164b054 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/config/DeploymentsResolver.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/config/DeploymentsResolver.java
@@ -208,7 +208,7 @@ public class DeploymentsResolver implements DeploymentFilterable {
      * Then ignore this resource
      * 3- If the include and exclude class-path patterns are not defined
      * Then load this resource
-     * <p/>
+     *
      * The previous steps are based on the following points:
      * 1- Include class-path pattern has the highest priority
      * This helps in case both patterns are defined using the same values.
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/config/Service.java b/container/openejb-core/src/main/java/org/apache/openejb/config/Service.java
index c0b4c16..370096e 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/config/Service.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/config/Service.java
@@ -22,21 +22,21 @@ import java.util.Properties;
 public interface Service {
     /**
      * Gets the value of the properties property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live Properties Object,
      * not a snapshot. Therefore any modification you make to the
      * returned Properties will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the properties property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new value, do as follows:
      * <pre>
      *    getProperties().setProperty(key, value);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      */
     Properties getProperties();
 
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/config/sys/AbstractService.java b/container/openejb-core/src/main/java/org/apache/openejb/config/sys/AbstractService.java
index 5bca417..a873646 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/config/sys/AbstractService.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/config/sys/AbstractService.java
@@ -115,21 +115,21 @@ public abstract class AbstractService implements Service {
 
     /**
      * Gets the value of the properties property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live Properties Object,
      * not a snapshot. Therefore any modification you make to the
      * returned Properties will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the properties property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new value, do as follows:
      * <pre>
      *    getProperties().setProperty(key, value);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      */
     public Properties getProperties() {
         if (properties == null) {
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/config/sys/Openejb.java b/container/openejb-core/src/main/java/org/apache/openejb/config/sys/Openejb.java
index a666dac..620e272 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/config/sys/Openejb.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/config/sys/Openejb.java
@@ -85,21 +85,21 @@ public class Openejb {
 
     /**
      * Gets the value of the container property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the container property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getContainer().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Container }
      */
@@ -112,21 +112,21 @@ public class Openejb {
 
     /**
      * Gets the value of the jndiProvider property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the jndiProvider property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getJndiProvider().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link JndiProvider }
      */
@@ -219,21 +219,21 @@ public class Openejb {
 
     /**
      * Gets the value of the connector property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the connector property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getConnector().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Connector }
      */
@@ -246,21 +246,21 @@ public class Openejb {
 
     /**
      * Gets the value of the resource property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the resource property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getResource().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Resource }
      */
@@ -287,21 +287,21 @@ public class Openejb {
 
     /**
      * Gets the value of the deployments property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the deployments property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getDeployments().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Deployments }
      */
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/config/sys/ServiceProvider.java b/container/openejb-core/src/main/java/org/apache/openejb/config/sys/ServiceProvider.java
index e925cbe..1139b28 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/config/sys/ServiceProvider.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/config/sys/ServiceProvider.java
@@ -97,21 +97,21 @@ public class ServiceProvider {
 
     /**
      * Gets the value of the properties property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live Properties Object,
      * not a snapshot. Therefore any modification you make to the
      * returned Properties will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the properties property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new value, do as follows:
      * <pre>
      *    getProperties().setProperty(key, value);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      */
     public Properties getProperties() {
         if (properties == null) {
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/config/sys/ServicesJar.java b/container/openejb-core/src/main/java/org/apache/openejb/config/sys/ServicesJar.java
index 1858ca7..cc780a7 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/config/sys/ServicesJar.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/config/sys/ServicesJar.java
@@ -53,21 +53,21 @@ public class ServicesJar {
 
     /**
      * Gets the value of the serviceProvider property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the serviceProvider property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getServiceProvider().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ServiceProvider }
      */
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/core/cmp/cmp2/Cmp2Generator.java b/container/openejb-core/src/main/java/org/apache/openejb/core/cmp/cmp2/Cmp2Generator.java
index f2225b6..9d165f5 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/core/cmp/cmp2/Cmp2Generator.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/core/cmp/cmp2/Cmp2Generator.java
@@ -558,15 +558,15 @@ public class Cmp2Generator implements Opcodes {
      * Create a simple internal method for obtaining the
      * primary key.  There are 2 possibilities for handling
      * the primary key here:
-     * <p/>
+     *
      * 1)  There is a defined primary key field.  The
      * contents of that field are returned.
-     * <p/>
+     *
      * 2)  The primary key is provided by the container.
      * This is a long value stored in a private, generated
      * field.  This field is returned as a generated
      * wrappered Long.
-     * <p/>
+     *
      * 3)  A primary key class has been provided.  An instance
      * of this class is instantiated, and code is generated
      * that will copy all of the CMP fields from the EJB
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/core/managed/ManagedContainer.java b/container/openejb-core/src/main/java/org/apache/openejb/core/managed/ManagedContainer.java
index f52e9f0..429d328 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/core/managed/ManagedContainer.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/core/managed/ManagedContainer.java
@@ -874,7 +874,7 @@ public class ManagedContainer implements RpcContainer {
 
     /**
      * SessionSynchronizationCoordinator handles afterBegin, beforeCompletion and afterCompletion callbacks.
-     * <p/>
+     *
      * This class also is responsible for calling releaseInstance after the transaction completes.
      */
     private final class SessionSynchronizationCoordinator implements TransactionSynchronization {
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/core/mdb/MdbInstanceManager.java b/container/openejb-core/src/main/java/org/apache/openejb/core/mdb/MdbInstanceManager.java
index c5e14a3..1de1c8d 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/core/mdb/MdbInstanceManager.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/core/mdb/MdbInstanceManager.java
@@ -490,10 +490,10 @@ public class MdbInstanceManager {
     /**
      * Removes an instance from the pool and returns it for use
      * by the container in business methods.
-     * <p/>
+     *
      * If the pool is at it's limit the StrictPooling flag will
      * cause this thread to wait.
-     * <p/>
+     *
      * If StrictPooling is not enabled this method will create a
      * new bean instance performing all required injection
      * and callbacks before returning it in a method ready state.
@@ -549,10 +549,10 @@ public class MdbInstanceManager {
     /**
      * All instances are removed from the pool in getInstance(...).  They are only
      * returned by the Container via this method under two circumstances.
-     * <p/>
+     *
      * 1.  The business method returns normally
      * 2.  The business method throws an application exception
-     * <p/>
+     *
      * Instances are not returned to the pool if the business method threw a system
      * exception.
      *
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/core/stateful/StatefulContainer.java b/container/openejb-core/src/main/java/org/apache/openejb/core/stateful/StatefulContainer.java
index 549b3db..36baadc 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/core/stateful/StatefulContainer.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/core/stateful/StatefulContainer.java
@@ -1046,7 +1046,7 @@ public class StatefulContainer implements RpcContainer {
 
     /**
      * SessionSynchronizationCoordinator handles afterBegin, beforeCompletion and afterCompletion callbacks.
-     * <p/>
+     *
      * This class also is responsible for calling releaseInstance after the transaction completes.
      */
     private final class SessionSynchronizationCoordinator implements TransactionSynchronization {
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/core/stateless/StatelessInstanceManager.java b/container/openejb-core/src/main/java/org/apache/openejb/core/stateless/StatelessInstanceManager.java
index 3c374a5..85fb087 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/core/stateless/StatelessInstanceManager.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/core/stateless/StatelessInstanceManager.java
@@ -196,10 +196,10 @@ public class StatelessInstanceManager {
     /**
      * Removes an instance from the pool and returns it for use
      * by the container in business methods.
-     * <p/>
+     *
      * If the pool is at it's limit the StrictPooling flag will
      * cause this thread to wait.
-     * <p/>
+     *
      * If StrictPooling is not enabled this method will create a
      * new stateless bean instance performing all required injection
      * and callbacks before returning it in a method ready state.
@@ -255,10 +255,10 @@ public class StatelessInstanceManager {
     /**
      * All instances are removed from the pool in getInstance(...).  They are only
      * returned by the StatelessContainer via this method under two circumstances.
-     * <p/>
+     *
      * 1.  The business method returns normally
      * 2.  The business method throws an application exception
-     * <p/>
+     *
      * Instances are not returned to the pool if the business method threw a system
      * exception.
      *
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/core/timer/EjbTimerServiceImpl.java b/container/openejb-core/src/main/java/org/apache/openejb/core/timer/EjbTimerServiceImpl.java
index 05b4e39..518d32b 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/core/timer/EjbTimerServiceImpl.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/core/timer/EjbTimerServiceImpl.java
@@ -748,7 +748,7 @@ public class EjbTimerServiceImpl implements EjbTimerService, Serializable {
 
     /**
      * This method calls the ejbTimeout method and starts a transaction if the timeout is transacted.
-     * <p/>
+     *
      * This method will retry failed ejbTimeout calls until retryAttempts is exceeded.
      *
      * @param timerData the timer to call.
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/math/util/MathUtils.java b/container/openejb-core/src/main/java/org/apache/openejb/math/util/MathUtils.java
index e7f14b1..0e42521 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/math/util/MathUtils.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/math/util/MathUtils.java
@@ -1157,11 +1157,11 @@ public final class MathUtils {
      * </pre>
      * applied to each non-NaN element x of the input array, where sum is the
      * sum of the non-NaN entries in the input array.</p>
-     * <p/>
+     *
      * <p>Throws IllegalArgumentException if <code>normalizedSum</code> is infinite
      * or NaN and ArithmeticException if the input array contains any infinite elements
      * or sums to 0</p>
-     * <p/>
+     *
      * <p>Ignores (i.e., copies unchanged to the output array) NaNs in the input array.</p>
      *
      * @param values        input array to be normalized
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/math/util/ResizableDoubleArray.java b/container/openejb-core/src/main/java/org/apache/openejb/math/util/ResizableDoubleArray.java
index 873f570..f67024e 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/math/util/ResizableDoubleArray.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/math/util/ResizableDoubleArray.java
@@ -808,10 +808,10 @@ public class ResizableDoubleArray implements DoubleArray, Serializable {
      * <p>Copies source to dest, copying the underlying data, so dest is
      * a new, independent copy of source.  Does not contract before
      * the copy.</p>
-     * <p/>
+     *
      * <p>Obtains synchronization locks on both source and dest
      * (in that order) before performing the copy.</p>
-     * <p/>
+     *
      * <p>Neither source nor dest may be null; otherwise a NullPointerException
      * is thrown</p>
      *
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.java b/container/openejb-core/src/main/java/org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.java
index 181ec26..014b2ac 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.java
@@ -51,7 +51,7 @@ public class BasicDataSource extends org.apache.commons.dbcp2.BasicDataSource im
     /**
      * The password codec to be used to retrieve the plain text password from a
      * ciphered value.
-     * <p/>
+     *
      * <em>The default is no codec.</em>. In other words, it means password is
      * not ciphered. The {@link org.apache.openejb.cipher.PlainTextPasswordCipher} can also be used.
      */
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.java b/container/openejb-core/src/main/java/org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.java
index 6983a60..770c8bd 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.java
@@ -58,7 +58,7 @@ public class BasicManagedDataSource extends org.apache.commons.dbcp2.managed.Bas
     /**
      * The password codec to be used to retrieve the plain text password from a
      * ciphered value.
-     * <p/>
+     *
      * <em>The default is no codec.</em>. In other words, it means password is
      * not ciphered. The {@link org.apache.openejb.cipher.PlainTextPasswordCipher} can also be used.
      */
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/spi/SecurityService.java b/container/openejb-core/src/main/java/org/apache/openejb/spi/SecurityService.java
index e96b448..e1ed185 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/spi/SecurityService.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/spi/SecurityService.java
@@ -63,7 +63,7 @@ public interface SecurityService<T> extends Service {
     /**
      * Implementors are encouraged to return a java.security.Principal
      * object that implements org.apache.openejb.spi.CallerPrincipal
-     * <p/>
+     *
      * JAAS LoginModule implementors are encouraged to use the CallerPrincipal
      * interface to denote the best fitting Principal for getCallerPrincipal.
      */
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/util/AnnotationFinder.java b/container/openejb-core/src/main/java/org/apache/openejb/util/AnnotationFinder.java
index 80ed9b0..68ba4ce 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/util/AnnotationFinder.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/util/AnnotationFinder.java
@@ -68,13 +68,13 @@ public class AnnotationFinder {
     /**
      * Creates a ClassFinder that will search the urls in the specified classloader
      * excluding the urls in the classloader's parent.
-     * <p/>
+     *
      * To include the parent classloader, use:
-     * <p/>
+     *
      * new ClassFinder(classLoader, false);
-     * <p/>
+     *
      * To exclude the parent's parent, use:
-     * <p/>
+     *
      * new ClassFinder(classLoader, classLoader.getParent().getParent());
      *
      * @param classLoader source of classes to scan
@@ -140,13 +140,13 @@ public class AnnotationFinder {
 
     /**
      * Returns a list of classes that could not be loaded in last invoked findAnnotated* method.
-     * <p/>
+     *
      * The list will only contain entries of classes whose byte code matched the requirements
      * of last invoked find* method, but were unable to be loaded and included in the results.
-     * <p/>
+     *
      * The list returned is unmodifiable.  Once obtained, the returned list will be a live view of the
      * results from the last findAnnotated* method call.
-     * <p/>
+     *
      * This method is not thread safe.
      *
      * @return an unmodifiable live view of classes that could not be loaded in previous findAnnotated* call.
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/util/Base64.java b/container/openejb-core/src/main/java/org/apache/openejb/util/Base64.java
index b6f0389..c0eb196 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/util/Base64.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/util/Base64.java
@@ -35,7 +35,7 @@ public class Base64 {
 
     /**
      * Chunk size per RFC 2045 section 6.8.
-     * <p/>
+     *
      * <p>The {@value} character limit does not count the trailing CRLF, but counts
      * all other characters, including any equal signs.</p>
      *
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/util/PassthroughFactory.java b/container/openejb-core/src/main/java/org/apache/openejb/util/PassthroughFactory.java
index bb3cd2a..0e93a32 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/util/PassthroughFactory.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/util/PassthroughFactory.java
@@ -29,7 +29,7 @@ public class PassthroughFactory {
      * Despite explicitly setting the 'static Object create(Object)'
      * method as the factory method, sometimes xbean instead would
      * invoke the 'static ObjectRecipe recipe(Object)' method.
-     * <p/>
+     *
      * Splitting the two methods into different classes seems to
      * eliminate the chances that xbean-reflect will pick the wrong
      * static method.
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/util/Pool.java b/container/openejb-core/src/main/java/org/apache/openejb/util/Pool.java
index 9be12f2..779ce41 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/util/Pool.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/util/Pool.java
@@ -214,7 +214,7 @@ public class Pool<T> {
 
     /**
      * Any successful pop() call requires a corresponding push() or discard() call
-     * <p/>
+     *
      * A pop() call that returns null is considered successful.
      *
      * @param timeout time to block while waiting for an instance
@@ -230,7 +230,7 @@ public class Pool<T> {
 
     /**
      * Any successful pop() call requires a corresponding push() or discard() call
-     * <p/>
+     *
      * A pop() call that returns null is considered successful.
      *
      * @param timeout time to block while waiting for an instance
@@ -320,7 +320,7 @@ public class Pool<T> {
     /**
      * Never call this method without having successfully called
      * {@link #pop(long, TimeUnit)} beforehand.
-     * <p/>
+     *
      * Failure to do so will increase the max pool size by one.
      *
      * @param obj object to push onto the pool
@@ -333,7 +333,7 @@ public class Pool<T> {
     /**
      * Never call this method without having successfully called
      * {@link #pop(long, TimeUnit)} beforehand.
-     * <p/>
+     *
      * Failure to do so will increase the max pool size by one.
      *
      * @param obj    object to push onto the pool
@@ -506,10 +506,10 @@ public class Pool<T> {
     /**
      * This internal method allows us to "swap" the status
      * of two entries before returning them to the pool.
-     * <p/>
+     *
      * This allows us to elect a replacement in the min pool
      * without ever loosing loosing pool consistency.
-     * <p/>
+     *
      * Neither argument is allowed to be null.
      *
      * @param hard the "min" pool item that will be discarded
diff --git a/container/openejb-core/src/main/java/org/apache/openejb/util/URISupport.java b/container/openejb-core/src/main/java/org/apache/openejb/util/URISupport.java
index 907ec92..cd24995 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/util/URISupport.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/util/URISupport.java
@@ -40,11 +40,11 @@ public class URISupport {
     /**
      * URI absoluteA = new URI("/Users/dblevins/work/openejb3/container/openejb-jee/apple/");
      * URI absoluteB = new URI("/Users/dblevins/work/openejb3/container/openejb-core/foo.jar");
-     * <p/>
+     *
      * URI relativeB = URISupport.relativize(absoluteA, absoluteB);
-     * <p/>
+     *
      * assertEquals("../../openejb-core/foo.jar", relativeB.toString());
-     * <p/>
+     *
      * URI resolvedB = absoluteA.resolve(relativeB);
      * assertTrue(resolvedB.equals(absoluteB));
      *
diff --git a/container/openejb-core/src/test/java/org/apache/openejb/config/ApplicationPropertiesTest.java b/container/openejb-core/src/test/java/org/apache/openejb/config/ApplicationPropertiesTest.java
index c3c0eea..4328692 100644
--- a/container/openejb-core/src/test/java/org/apache/openejb/config/ApplicationPropertiesTest.java
+++ b/container/openejb-core/src/test/java/org/apache/openejb/config/ApplicationPropertiesTest.java
@@ -77,9 +77,9 @@ public class ApplicationPropertiesTest extends TestCase {
 
     /**
      * A child module META-INF/application.properties sets color to white
-     * <p/>
+     *
      * In the root ear META-INF/application.properties color is set to orange
-     * <p/>
+     *
      * The root ear META-INF/application.properties wins
      *
      * @throws Exception
@@ -232,7 +232,7 @@ public class ApplicationPropertiesTest extends TestCase {
 
     /**
      * Not implemented.  Don't do it if you want deterministic behavior
-     * <p/>
+     *
      * Use one or the other, use both and no guarantee is made
      *
      * @throws Exception
diff --git a/container/openejb-core/src/test/java/org/apache/openejb/config/AutoConfigPersistenceUnitsTest.java b/container/openejb-core/src/test/java/org/apache/openejb/config/AutoConfigPersistenceUnitsTest.java
index 820f029..f8e57ab 100644
--- a/container/openejb-core/src/test/java/org/apache/openejb/config/AutoConfigPersistenceUnitsTest.java
+++ b/container/openejb-core/src/test/java/org/apache/openejb/config/AutoConfigPersistenceUnitsTest.java
@@ -83,14 +83,14 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
     /**
      * Existing data source "Orange", jta managed
      * Existing data source "OrangeUnmanaged", not jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <jta-data-source>Orange</jta-data-source>
      * <non-jta-data-source>OrangeUnamanged</non-jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * This is the happy path.
      *
      * @throws Exception
@@ -116,9 +116,9 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
      * Existing data source "OrangeUnmanaged", not jta managed
      * Existing data source "Lime", jta managed
      * Existing data source "LimeUnmanaged", not jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <jta-data-source>Orange</jta-data-source>
      * <non-jta-data-source>OrangeUnmanaged</non-jta-data-source>
@@ -127,7 +127,7 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
      * <jta-data-source>Lime</jta-data-source>
      * <non-jta-data-source>LimeUnmanaged</non-jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * This is the happy path.
      *
      * @throws Exception
@@ -178,11 +178,11 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "orange-unit", not controlled by us
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit" />
-     * <p/>
+     *
      * The orange-unit app should automatically use orange-unit data source and the non-jta-datasource should be null
      *
      * @throws Exception
@@ -201,11 +201,11 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "orange-unit", jta-managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit" />
-     * <p/>
+     *
      * The orange-unit app should automatically use orange-unit data source and create a new non-JtaManaged datasource
      *
      * @throws Exception
@@ -229,11 +229,11 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "orange-unit", jta-managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit" />
-     * <p/>
+     *
      * The orange-unit app should automatically use orange-unit data source and create a new non-JtaManaged datasource
      *
      * @throws Exception
@@ -266,11 +266,11 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "orange-unit", non-jta-managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit" />
-     * <p/>
+     *
      * The orange-unit app should automatically use orange-unit data source and create a new JtaManaged datasource
      *
      * @throws Exception
@@ -294,13 +294,13 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "orange-id", not controlled by us
-     * <p/>
+     *
      * Application contains a web module with id "orange-id"
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit" />
-     * <p/>
+     *
      * The orange-unit app should automatically use orange-id data source and the non-jta-datasource should be null
      *
      * @throws Exception
@@ -331,13 +331,13 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "orange-web", jta managed
-     * <p/>
+     *
      * Application contains a web module with id "orange-id"
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit" />
-     * <p/>
+     *
      * The orange-unit app should automatically use orange-id data source and create a new non-JtaManaged datasource
      *
      * @throws Exception
@@ -372,13 +372,13 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "orange-id", non-jta managed
-     * <p/>
+     *
      * Application contains a web module with id "orange-id"
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit" />
-     * <p/>
+     *
      * The orange-unit app should automatically use orange-id data source and create a new non-JtaManaged datasource
      *
      * @throws Exception
@@ -413,13 +413,13 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "orange-web", not controlled by us
-     * <p/>
+     *
      * Application contains a web module with root context path as "orange-web"
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit" />
-     * <p/>
+     *
      * The orange-unit app should automatically use orange-web data source and the non-jta-datasource should be null
      *
      * @throws Exception
@@ -450,13 +450,13 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "orange-web", jta managed
-     * <p/>
+     *
      * Application contains a web module with root context path as "orange-web"
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit" />
-     * <p/>
+     *
      * The orange-unit app should automatically use orange-web data source and create a new non-JtaManaged datasource
      *
      * @throws Exception
@@ -491,13 +491,13 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "orange-web", non-jta managed
-     * <p/>
+     *
      * Application contains a web module with root context path as "orange-web"
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit" />
-     * <p/>
+     *
      * The orange-unit app should automatically use orange-web data source and create a new non-JtaManaged datasource
      *
      * @throws Exception
@@ -533,11 +533,11 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "orange-unit-app", not controlled by us
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit" />
-     * <p/>
+     *
      * The app module id is orange-unit-app. The jta data source should be orange-unit-app and the non-jta-data-source should be null
      *
      * @throws Exception
@@ -556,11 +556,11 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "orange-unit-app", jta-managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit" />
-     * <p/>
+     *
      * The app module id is orange-unit-app. Use orange-unit-app data source and create a new non-JtaManaged datasource
      *
      * @throws Exception
@@ -584,11 +584,11 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "orange-unit-app", non-jta-managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit" />
-     * <p/>
+     *
      * The app module id is orange-unit-app. Use orange-unit-app data source and create a new JtaManaged datasource
      *
      * @throws Exception
@@ -613,9 +613,9 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
     /**
      * Existing data source "Orange", not controlled by us
      * Existing data source "OrangeUnmanaged", also not controlled by us
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <jta-data-source>Orange</jta-data-source>
      * <non-jta-data-source>OrangeUnamanged</non-jta-data-source>
@@ -642,13 +642,13 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "Orange", not controlled by us
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <jta-data-source>Orange</jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * Here we should just let them try and get by with
      * just the one data source.
      *
@@ -670,13 +670,13 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "Orange", not controlled by us
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <non-jta-data-source>Orange</non-jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * Here we should just let them try and get by with
      * just the one data source.
      *
@@ -698,14 +698,14 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "Orange", not controlled by us
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <jta-data-source>Orange</jta-data-source>
      * <non-jta-data-source>Orange</non-jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * Here we should just let them try and get by with
      * both jta and non-jta references pointed at the same
      * data source.
@@ -728,19 +728,19 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "Orange", jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <jta-data-source>Orange</jta-data-source>
      * <non-jta-data-source>Orange</non-jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * They used the same data source for both the
      * jta-data-source and non-jta-data-source and we
      * can determine the data source will not work as
      * a non-jta-data-source
-     * <p/>
+     *
      * We should generate the missing data source for them
      * based on the one they supplied.
      *
@@ -775,19 +775,19 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "Orange", not jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <jta-data-source>Orange</jta-data-source>
      * <non-jta-data-source>Orange</non-jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * They used the same data source for both the
      * jta-data-source and non-jta-data-source and we
      * can determine the data source will not work as
      * a jta-data-source
-     * <p/>
+     *
      * We should generate the missing data source for them
      * based on the one they supplied.
      *
@@ -822,14 +822,14 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
     /**
      * Existing data source "OrangeOne", jta managed
      * Existing data source "OrangeTwo", not jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <jta-data-source>OrangeOne</jta-data-source>
      * <non-jta-data-source>OrangeOne</non-jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * They used the same data source for both the
      * jta-data-source and non-jta-data-source and we
      * can determine the data source will not work as
@@ -860,14 +860,14 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
     /**
      * Existing data source "OrangeOne", jta managed
      * Existing data source "OrangeTwo", not jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <jta-data-source>OrangeTwo</jta-data-source>
      * <non-jta-data-source>OrangeTwo</non-jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * They used the same data source for both the
      * jta-data-source and non-jta-data-source and we
      * can determine the data source will not work as
@@ -898,14 +898,14 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
     /**
      * Existing data source "Orange", jta managed
      * Existing data source "OrangeUnmanaged", not jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <jta-data-source>java:foo/bar/baz/Orange</jta-data-source>
      * <non-jta-data-source>java:foo/bar/baz/OrangeUnamanged</non-jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * The datasources should be mapped correctly despite the
      * vendor specific prefix.
      *
@@ -930,14 +930,14 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
     /**
      * Existing data source "Orange", jta managed
      * Existing data source "OrangeUnmanaged", not jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <jta-data-source>DoesNotExist</jta-data-source>
      * <non-jta-data-source>AlsoDoesNotExist</non-jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * We should automatically hook them up to the configured
      * datasources that do match
      *
@@ -964,14 +964,14 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
     /**
      * Existing data source "OrangeOne", not jta managed
      * Existing data source "OrangeTwo", not jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <jta-data-source>OrangeOne</jta-data-source>
      * <non-jta-data-source>OrangeTwo</non-jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * This configuration should be rejected
      *
      * @throws Exception
@@ -995,14 +995,14 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
     /**
      * Existing data source "OrangeOne", jta managed
      * Existing data source "OrangeTwo", jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <jta-data-source>OrangeOne</jta-data-source>
      * <non-jta-data-source>OrangeTwo</non-jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * This configuration should be rejected
      *
      * @throws Exception
@@ -1025,13 +1025,13 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "OrangeOne", not jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <jta-data-source>OrangeOne</jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * This configuration should be rejected
      *
      * @throws Exception
@@ -1052,13 +1052,13 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "OrangeOne", jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <non-jta-data-source>OrangeOne</non-jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * This configuration should be rejected
      *
      * @throws Exception
@@ -1081,13 +1081,13 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "Orange" not jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <non-jta-data-source>Orange</non-jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * We should generate a <jta-data-source> based on
      * the <non-jta-data-source>
      *
@@ -1119,13 +1119,13 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "Orange" jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <jta-data-source>Orange</jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * We should generate a <non-jta-data-source> based on
      * the <jta-data-source>
      *
@@ -1159,13 +1159,13 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
     /**
      * Existing data source "Orange", not jta managed
      * Existing data source "Lime", jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <non-jta-data-source>Orange</non-jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * We should generate a <jta-data-source> based on
      * the <non-jta-data-source>.  We should not select
      * the Lime datasource which is for a different database.
@@ -1201,13 +1201,13 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
     /**
      * Existing data source "Orange", jta managed
      * Existing data source "Lime", non jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <jta-data-source>Orange</jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * We should generate a <non-jta-data-source> based on
      * the <jta-data-source>.  We should not select the
      * Lime datasource which is for a different database.
@@ -1247,13 +1247,13 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
      * Existing data source "Orange", not jta managed
      * Existing data source "Lime", jta managed
      * Existing data source "JtaOrange", jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <non-jta-data-source>Orange</non-jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * We should select the <jta-data-source> based on
      * the closest match to the <non-jta-data-source>
      *
@@ -1282,13 +1282,13 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
      * Existing data source "Orange", jta managed
      * Existing data source "Lime", not jta managed
      * Existing data source "OrangeUnamanged", not jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * <jta-data-source>Orange</jta-data-source>
      * </persistence-unit>
-     * <p/>
+     *
      * We should select the <non-jta-data-source> based on
      * the closest match to the <jta-data-source>
      *
@@ -1317,15 +1317,15 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "Orange", not jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * </persistence-unit>
-     * <p/>
+     *
      * The <non-jta-data-source> should be auto linked
      * to the Orange data source
-     * <p/>
+     *
      * We should generate a <jta-data-source> based on
      * the <non-jta-data-source>
      *
@@ -1357,15 +1357,15 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "Orange", jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * </persistence-unit>
-     * <p/>
+     *
      * The <jta-data-source> should be auto linked
      * to the Orange data source
-     * <p/>
+     *
      * We should generate a <non-jta-data-source> based on
      * the <jta-data-source>
      *
@@ -1400,17 +1400,17 @@ public class AutoConfigPersistenceUnitsTest extends TestCase {
 
     /**
      * Existing data source "Orange", not jta managed
-     * <p/>
+     *
      * Persistence xml like so:
-     * <p/>
+     *
      * <persistence-unit name="orange-unit">
      * </persistence-unit>
-     * <p/>
+     *
      * A set of default data sources should be generated
-     * <p/>
+     *
      * The <non-jta-data-source> should be auto linked
      * to the Default JDBC Database data source
-     * <p/>
+     *
      * The <jta-data-source> should be auto linked
      * to the Default Unmanaged JDBC Database data source
      *
diff --git a/container/openejb-core/src/test/java/org/apache/openejb/config/DeploymentsElementTest.java b/container/openejb-core/src/test/java/org/apache/openejb/config/DeploymentsElementTest.java
index 832f8d2..dbc4765 100644
--- a/container/openejb-core/src/test/java/org/apache/openejb/config/DeploymentsElementTest.java
+++ b/container/openejb-core/src/test/java/org/apache/openejb/config/DeploymentsElementTest.java
@@ -56,7 +56,7 @@ public class DeploymentsElementTest extends Assert {
 
     /**
      * <Deployments dir="myapps"/>
-     * <p/>
+     *
      * EAR file not extracted
      * Application.xml
      *
@@ -87,7 +87,7 @@ public class DeploymentsElementTest extends Assert {
 
     /**
      * <Deployments dir="myapps"/>
-     * <p/>
+     *
      * EAR file not extracted
      *
      * @throws Exception
@@ -116,7 +116,7 @@ public class DeploymentsElementTest extends Assert {
 
     /**
      * <Deployments dir="myapps"/>
-     * <p/>
+     *
      * EAR file extracted
      * Application.xml
      *
@@ -149,7 +149,7 @@ public class DeploymentsElementTest extends Assert {
 
     /**
      * <Deployments dir="myapps"/>
-     * <p/>
+     *
      * EAR file extracted
      *
      * @throws Exception
@@ -180,7 +180,7 @@ public class DeploymentsElementTest extends Assert {
 
     /**
      * <Deployments dir="myapps"/>
-     * <p/>
+     *
      * EAR file packed
      * EAR file extracted
      * Application.xml
@@ -215,7 +215,7 @@ public class DeploymentsElementTest extends Assert {
 
     /**
      * <Deployments dir="myapps"/>
-     * <p/>
+     *
      * EAR file packed
      * EAR file extracted
      *
@@ -248,10 +248,10 @@ public class DeploymentsElementTest extends Assert {
 
     /**
      * <Deployments dir="myapps"/>
-     * <p/>
+     *
      * EAR file packed
      * EAR file extracted
-     * <p/>
+     *
      * The packed version is newer and an updated version of the packed version
      * We should remove the extracted version and unpack the newer ear
      *
@@ -296,7 +296,7 @@ public class DeploymentsElementTest extends Assert {
 
     /**
      * <Deployments dir="myapps"/>
-     * <p/>
+     *
      * Two ejb jars
      *
      * @throws Exception
@@ -333,12 +333,12 @@ public class DeploymentsElementTest extends Assert {
 
     /**
      * <Deployments dir="myapps"/>
-     * <p/>
+     *
      * Two ejb jars
-     * <p/>
+     *
      * Order should be guaranteed to be the same as
      * they are declared in the openejb.xml
-     * <p/>
+     *
      * To test, the jars are named intentionally in an order
      * that would naturally sort to be the reverse.
      *
@@ -378,10 +378,10 @@ public class DeploymentsElementTest extends Assert {
     /**
      * <Deployments dir="myapps/2000.jar"/>
      * <Deployments dir="myapps"/>
-     * <p/>
+     *
      * Order should be guaranteed to be the same as
      * they are declared in the openejb.xml
-     * <p/>
+     *
      * To test, the jars are named intentionally in an order
      * that would naturally sort to be the reverse.
      *
@@ -427,10 +427,10 @@ public class DeploymentsElementTest extends Assert {
      * <Deployments dir="myapps/2000.jar"/>
      * <Deployments dir="myapps"/>
      * <Deployments dir="myapps"/>
-     * <p/>
+     *
      * Order should be guaranteed to be the same as
      * they are declared in the openejb.xml
-     * <p/>
+     *
      * To test, the jars are named intentionally in an order
      * that would naturally sort to be the reverse.
      *
diff --git a/container/openejb-core/src/test/java/org/apache/openejb/core/stateful/EntityManagerPropogationTest.java b/container/openejb-core/src/test/java/org/apache/openejb/core/stateful/EntityManagerPropogationTest.java
index aede285..a40692a 100644
--- a/container/openejb-core/src/test/java/org/apache/openejb/core/stateful/EntityManagerPropogationTest.java
+++ b/container/openejb-core/src/test/java/org/apache/openejb/core/stateful/EntityManagerPropogationTest.java
@@ -182,7 +182,7 @@ public class EntityManagerPropogationTest extends TestCase {
     /**
      * Test that two Stateful session bean siblings
      * do not share the same extended persistence context
-     * <p/>
+     *
      * A stateful session bean must be a child in order
      * for the context to be propogated to that bean.
      *
@@ -457,7 +457,7 @@ public class EntityManagerPropogationTest extends TestCase {
      * of the persistence context and all children downstream
      * with an EXTENDED persistence context should share the same
      * persistence context and underlying EntityManager
-     * <p/>
+     *
      * Transactions are dissabled to ensure that we aren't relying
      * on the JTA propogation that also exists with an EXTENDED
      * persistence context
diff --git a/container/openejb-core/src/test/java/org/apache/openejb/core/stateless/JaxRpcInvocationTest.java b/container/openejb-core/src/test/java/org/apache/openejb/core/stateless/JaxRpcInvocationTest.java
index 533f710..cf3da32 100644
--- a/container/openejb-core/src/test/java/org/apache/openejb/core/stateless/JaxRpcInvocationTest.java
+++ b/container/openejb-core/src/test/java/org/apache/openejb/core/stateless/JaxRpcInvocationTest.java
@@ -251,30 +251,30 @@ public class JaxRpcInvocationTest extends TestCase {
      * This object would be supplied by the Web Service Provider
      * as per the OpenEJB-WebServiceProvider agreement and serves
      * two purposes:
-     * <p/>
+     *
      * 1. Executing the Handler Chain (as required by
      * the JAX-RPC specification) in the context of the EJB Container
      * (as required by the EJB and J2EE WebServices specifications)
-     * <p/>
+     *
      * 2. Unmarshalling the method arguments from the SOAP message
      * after the handlers in the Handler Chain have had a chance
      * to modify the argument values via the SAAJ tree.
-     * <p/>
+     *
      * The Interceptor instance given to OpenEJB is constructed
      * and created by the Web Service Provider and should contain
      * all the data it requires to complete it's part of the agreement.
-     * <p/>
+     *
      * OpenEJB will not perform any injection on this object and
      * the interceptor will be discarded so that the Web Service
      * Provider may pass in a new Interceptor instance on every
      * web service invocation.
-     * <p/>
+     *
      * The Web Service Provider may pass in any object to serve
      * the roll of the Interceptor as long as it has an @AroundInvoke
      * method using the method signature:
-     * <p/>
+     *
      * public Object <METHOD-NAME> (InvocationContext ctx) throws Exception
-     * <p/>
+     *
      * Unlike typical EJB Interceptor around invoke methods, the @AroundInvoke
      * annotation must be used and is not optional, and the method must be public.
      */
diff --git a/container/openejb-core/src/test/java/org/apache/openejb/core/stateless/JaxWsInvocationTest.java b/container/openejb-core/src/test/java/org/apache/openejb/core/stateless/JaxWsInvocationTest.java
index 888c1f9..55261fb 100644
--- a/container/openejb-core/src/test/java/org/apache/openejb/core/stateless/JaxWsInvocationTest.java
+++ b/container/openejb-core/src/test/java/org/apache/openejb/core/stateless/JaxWsInvocationTest.java
@@ -321,30 +321,30 @@ public class JaxWsInvocationTest extends TestCase {
      * This object would be supplied by the Web Service Provider
      * as per the OpenEJB-WebServiceProvider agreement and serves
      * two purposes:
-     * <p/>
+     *
      * 1. Executing the Handler Chain (as required by
      * the JAX-RPC specification) in the context of the EJB Container
      * (as required by the EJB and J2EE WebServices specifications)
-     * <p/>
+     *
      * 2. Unmarshalling the method arguments from the SOAP message
      * after the handlers in the Handler Chain have had a chance
      * to modify the argument values via the SAAJ tree.
-     * <p/>
+     *
      * The Interceptor instance given to OpenEJB is constructed
      * and created by the Web Service Provider and should contain
      * all the data it requires to complete it's part of the agreement.
-     * <p/>
+     *
      * OpenEJB will not perform any injection on this object and
      * the interceptor will be discarded so that the Web Service
      * Provider may pass in a new Interceptor instance on every
      * web service invocation.
-     * <p/>
+     *
      * The Web Service Provider may pass in any object to serve
      * the roll of the Interceptor as long as it has an @AroundInvoke
      * method using the method signature:
-     * <p/>
+     *
      * public Object <METHOD-NAME> (InvocationContext ctx) throws Exception
-     * <p/>
+     *
      * Unlike typical EJB Interceptor around invoke methods, the @AroundInvoke
      * annotation must be used and is not optional, and the method must be public.
      */
diff --git a/container/openejb-core/src/test/java/org/apache/openejb/core/stateless/StatelessInvocationStatsTest.java b/container/openejb-core/src/test/java/org/apache/openejb/core/stateless/StatelessInvocationStatsTest.java
index 8080b74..0b13df7 100644
--- a/container/openejb-core/src/test/java/org/apache/openejb/core/stateless/StatelessInvocationStatsTest.java
+++ b/container/openejb-core/src/test/java/org/apache/openejb/core/stateless/StatelessInvocationStatsTest.java
@@ -359,13 +359,13 @@ public class StatelessInvocationStatsTest {
     /**
      * convenience method for checking out a specific number of instances.
      * Can be used like so:
-     * <p/>
+     *
      * // checkout some instances from the pool
      * CountDownLatch startingPistol = checkout(bean, 7);
-     * <p/>
+     *
      * // Look at pool stats
      * ...
-     * <p/>
+     *
      * // Release them all back into the pool
      * startingPistol.countDown();
      *
diff --git a/container/openejb-core/src/test/java/org/apache/openejb/core/stateless/StatelessPoolStatsTest.java b/container/openejb-core/src/test/java/org/apache/openejb/core/stateless/StatelessPoolStatsTest.java
index fe80526..4bda5c8 100644
--- a/container/openejb-core/src/test/java/org/apache/openejb/core/stateless/StatelessPoolStatsTest.java
+++ b/container/openejb-core/src/test/java/org/apache/openejb/core/stateless/StatelessPoolStatsTest.java
@@ -609,13 +609,13 @@ public class StatelessPoolStatsTest extends TestCase {
     /**
      * convenience method for checking out a specific number of instances.
      * Can be used like so:
-     * <p/>
+     *
      * // checkout some instances from the pool
      * CountDownLatch startingPistol = checkout(bean, 7);
-     * <p/>
+     *
      * // Look at pool stats
      * ...
-     * <p/>
+     *
      * // Release them all back into the pool
      * startingPistol.countDown();
      *
diff --git a/container/openejb-core/src/test/java/org/apache/openejb/util/PoolTest.java b/container/openejb-core/src/test/java/org/apache/openejb/util/PoolTest.java
index a24e352..c23fc98 100644
--- a/container/openejb-core/src/test/java/org/apache/openejb/util/PoolTest.java
+++ b/container/openejb-core/src/test/java/org/apache/openejb/util/PoolTest.java
@@ -708,7 +708,7 @@ public class PoolTest extends TestCase {
 
     /**
      * What happens if we fail to create a "min" instance after a flush?
-     * <p/>
+     *
      * The pool should naturally balance itself out by promoting regular instances
      * to "min" instance as things are popped and pushed to and from the pool.
      *
@@ -863,7 +863,7 @@ public class PoolTest extends TestCase {
 
     /**
      * What happens if we fail to create a "min" instance after a maxAge expiration?
-     * <p/>
+     *
      * The pool should naturally balance itself out by promoting regular instances
      * to "min" instance as things are popped and pushed to and from the pool.
      *
@@ -1020,7 +1020,7 @@ public class PoolTest extends TestCase {
     /**
      * When an item is in use, it should still be flushed
      * upon return to the pool if the pool was flushed
-     * <p/>
+     *
      * Active items should still be flushed the moment they
      * become inactive (returned to the pool).
      *
@@ -1163,7 +1163,7 @@ public class PoolTest extends TestCase {
     /**
      * When an item is in use, it should still be expired
      * upon return to the pool if the item has lived too long
-     * <p/>
+     *
      * Active items that have lived too long should still be
      * expired the moment they become inactive (returned to the pool).
      *
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/Beans.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/Beans.java
index de492de..f040d4c 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/Beans.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/Beans.java
@@ -255,9 +255,9 @@ public class Beans {
 
     /**
      * <p>Java class for anonymous complex type.
-     * <p/>
+     *
      * <p>The following schema fragment specifies the expected content contained within this class.
-     * <p/>
+     *
      * <pre>
      * &lt;complexType>
      *   &lt;complexContent>
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/EjbLocalRef.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/EjbLocalRef.java
index 2d88a76..cb7c87b 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/EjbLocalRef.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/EjbLocalRef.java
@@ -216,11 +216,11 @@ public class EjbLocalRef implements EjbReference {
      * Deployment Component's environment and is relative to the
      * java:comp/env context.  The name must be unique within the
      * Deployment Component.
-     * <p/>
+     *
      * It is recommended that name is prefixed with "ejb/".
-     * <p/>
+     *
      * Example:
-     * <p/>
+     *
      * <ejb-ref-name>ejb/Payroll</ejb-ref-name>
      */
     public void setEjbRefName(final String value) {
@@ -274,7 +274,7 @@ public class EjbLocalRef implements EjbReference {
      * The value of the ejb-link element must be the ejb-name of an
      * enterprise bean in the same ejb-jar file or in another ejb-jar
      * file in the same Java EE application unit.
-     * <p/>
+     *
      * Alternatively, the name in the ejb-link element may be
      * composed of a path name specifying the ejb-jar containing the
      * referenced enterprise bean with the ejb-name of the target
@@ -283,11 +283,11 @@ public class EjbLocalRef implements EjbReference {
      * Deployment Component that is referencing the enterprise
      * bean.  This allows multiple enterprise beans with the same
      * ejb-name to be uniquely identified.
-     * <p/>
+     *
      * Examples:
-     * <p/>
+     *
      * <ejb-link>EmployeeRecord</ejb-link>
-     * <p/>
+     *
      * <ejb-link>../products/product.jar#ProductEJB</ejb-link>
      */
     public void setEjbLink(final String value) {
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/EntityBean.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/EntityBean.java
index ee23d3d..efdd5a7 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/EntityBean.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/EntityBean.java
@@ -265,16 +265,16 @@ public class EntityBean implements RemoteBean {
      * ejb-jar file's deployment descriptor. The name must be
      * unique among the names of the enterprise beans in the same
      * ejb-jar file.
-     * <p/>
+     *
      * There is no architected relationship between the used
      * ejb-name in the deployment descriptor and the JNDI name that
      * the Deployer will assign to the enterprise bean's home.
-     * <p/>
+     *
      * The name for an entity bean must conform to the lexical
      * rules for an NMTOKEN.
-     * <p/>
+     *
      * Example:
-     * <p/>
+     *
      * <ejb-name>EmployeeService</ejb-name>
      */
     public void setEjbName(final String value) {
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesAbsoluteOrdering.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesAbsoluteOrdering.java
index 8230257..62cc15f 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesAbsoluteOrdering.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesAbsoluteOrdering.java
@@ -59,21 +59,21 @@ public class FacesAbsoluteOrdering {
 
     /**
      * Gets the value of the nameOrOthers property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the nameOrOthers property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getNameOrOthers().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesOrderingOthers }
      * {@link String }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesApplication.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesApplication.java
index 390d4e3..39e04ce 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesApplication.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesApplication.java
@@ -121,21 +121,21 @@ public class FacesApplication {
 
     /**
      * Gets the value of the actionListener property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the actionListener property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getActionListener().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link java.lang.String }
      */
@@ -148,21 +148,21 @@ public class FacesApplication {
 
     /**
      * Gets the value of the defaultRenderKitId property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the defaultRenderKitId property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getDefaultRenderKitId().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link java.lang.String }
      */
@@ -175,21 +175,21 @@ public class FacesApplication {
 
     /**
      * Gets the value of the messageBundle property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the messageBundle property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getMessageBundle().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link java.lang.String }
      */
@@ -202,21 +202,21 @@ public class FacesApplication {
 
     /**
      * Gets the value of the navigationHandler property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the navigationHandler property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getNavigationHandler().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link java.lang.String }
      */
@@ -229,21 +229,21 @@ public class FacesApplication {
 
     /**
      * Gets the value of the viewHandler property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the viewHandler property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getViewHandler().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link java.lang.String }
      */
@@ -256,21 +256,21 @@ public class FacesApplication {
 
     /**
      * Gets the value of the stateManager property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the stateManager property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getStateManager().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link java.lang.String }
      */
@@ -283,21 +283,21 @@ public class FacesApplication {
 
     /**
      * Gets the value of the elResolver property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the elResolver property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getElResolver().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link java.lang.String }
      */
@@ -310,21 +310,21 @@ public class FacesApplication {
 
     /**
      * Gets the value of the propertyResolver property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the propertyResolver property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getPropertyResolver().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link java.lang.String }
      */
@@ -337,21 +337,21 @@ public class FacesApplication {
 
     /**
      * Gets the value of the variableResolver property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the variableResolver property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getVariableResolver().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link java.lang.String }
      */
@@ -379,21 +379,21 @@ public class FacesApplication {
 
     /**
      * Gets the value of the localeConfig property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the localeConfig property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getLocaleConfig().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesLocaleConfig }
      */
@@ -426,21 +426,21 @@ public class FacesApplication {
 
     /**
      * Gets the value of the applicationExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the applicationExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getApplicationExtension().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesApplicationExtension }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesApplicationExtension.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesApplicationExtension.java
index 2e2591c..3ebd015 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesApplicationExtension.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesApplicationExtension.java
@@ -67,21 +67,21 @@ public class FacesApplicationExtension {
 
     /**
      * Gets the value of the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAny().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Object }
      * {@link Element }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesAttribute.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesAttribute.java
index 71b4db5..e7528b6 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesAttribute.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesAttribute.java
@@ -218,21 +218,21 @@ public class FacesAttribute {
 
     /**
      * Gets the value of the attributeExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the attributeExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAttributeExtension().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesAttributeExtension }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesAttributeExtension.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesAttributeExtension.java
index 0b52abd..0334321 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesAttributeExtension.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesAttributeExtension.java
@@ -67,21 +67,21 @@ public class FacesAttributeExtension {
 
     /**
      * Gets the value of the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAny().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Object }
      * {@link Element }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesBehavior.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesBehavior.java
index ea6756b..ec0d4e1 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesBehavior.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesBehavior.java
@@ -165,21 +165,21 @@ public class FacesBehavior {
 
     /**
      * Gets the value of the attribute property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the attribute property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAttribute().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesAttribute }
      */
@@ -192,21 +192,21 @@ public class FacesBehavior {
 
     /**
      * Gets the value of the property property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the property property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getProperty().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesProperty }
      */
@@ -219,21 +219,21 @@ public class FacesBehavior {
 
     /**
      * Gets the value of the behaviorExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the behaviorExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getBehaviorExtension().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesBehaviorExtension }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesBehaviorExtension.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesBehaviorExtension.java
index a2fd549..437740a 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesBehaviorExtension.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesBehaviorExtension.java
@@ -67,21 +67,21 @@ public class FacesBehaviorExtension {
 
     /**
      * Gets the value of the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAny().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Object }
      * {@link Element }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesComponent.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesComponent.java
index 80e65dc..c3cc675 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesComponent.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesComponent.java
@@ -179,21 +179,21 @@ public class FacesComponent {
 
     /**
      * Gets the value of the facet property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the facet property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getFacet().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesFacet }
      */
@@ -206,21 +206,21 @@ public class FacesComponent {
 
     /**
      * Gets the value of the attribute property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the attribute property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAttribute().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesAttribute }
      */
@@ -233,21 +233,21 @@ public class FacesComponent {
 
     /**
      * Gets the value of the property property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the property property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getProperty().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesProperty }
      */
@@ -260,21 +260,21 @@ public class FacesComponent {
 
     /**
      * Gets the value of the componentExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the componentExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getComponentExtension().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesComponentExtension }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesComponentExtension.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesComponentExtension.java
index aa74065..2680fbf 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesComponentExtension.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesComponentExtension.java
@@ -67,21 +67,21 @@ public class FacesComponentExtension {
 
     /**
      * Gets the value of the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAny().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Object }
      * {@link Element }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfig.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfig.java
index 699d2bb..ff137d4 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfig.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfig.java
@@ -128,21 +128,21 @@ public class FacesConfig {
 
     /**
      * Gets the value of the application property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the application property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getApplication().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesApplication }
      */
@@ -183,21 +183,21 @@ public class FacesConfig {
 
     /**
      * Gets the value of the factory property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the factory property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getFactory().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesFactory }
      */
@@ -210,21 +210,21 @@ public class FacesConfig {
 
     /**
      * Gets the value of the component property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the component property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getComponent().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesComponent }
      */
@@ -237,21 +237,21 @@ public class FacesConfig {
 
     /**
      * Gets the value of the converter property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the converter property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getConverter().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesConverter }
      */
@@ -264,21 +264,21 @@ public class FacesConfig {
 
     /**
      * Gets the value of the managedBean property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the managedBean property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getManagedBean().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesManagedBean }
      */
@@ -298,21 +298,21 @@ public class FacesConfig {
 
     /**
      * Gets the value of the navigationRule property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the navigationRule property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getNavigationRule().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesNavigationRule }
      */
@@ -325,21 +325,21 @@ public class FacesConfig {
 
     /**
      * Gets the value of the referencedBean property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the referencedBean property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getReferencedBean().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesReferencedBean }
      */
@@ -352,21 +352,21 @@ public class FacesConfig {
 
     /**
      * Gets the value of the renderKit property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the renderKit property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getRenderKit().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesRenderKit }
      */
@@ -379,21 +379,21 @@ public class FacesConfig {
 
     /**
      * Gets the value of the lifecycle property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the lifecycle property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getLifecycle().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesLifecycle }
      */
@@ -406,21 +406,21 @@ public class FacesConfig {
 
     /**
      * Gets the value of the validator property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the validator property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getValidator().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesValidator }
      */
@@ -440,21 +440,21 @@ public class FacesConfig {
 
     /**
      * Gets the value of the facesConfigExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the facesConfigExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getFacesConfigExtension().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesExtension }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinition.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinition.java
index d5c3b28..7783695 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinition.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinition.java
@@ -117,21 +117,21 @@ public class FacesConfigFlowDefinition {
 
     /**
      * Gets the value of the description property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the description property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getDescription().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Description }
      */
@@ -144,21 +144,21 @@ public class FacesConfigFlowDefinition {
 
     /**
      * Gets the value of the displayName property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the displayName property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getDisplayName().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link DisplayName }
      */
@@ -171,21 +171,21 @@ public class FacesConfigFlowDefinition {
 
     /**
      * Gets the value of the icon property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the icon property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getIcon().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Icon }
      */
@@ -218,21 +218,21 @@ public class FacesConfigFlowDefinition {
 
     /**
      * Gets the value of the view property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the view property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getView().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesConfigFlowDefinitionView }
      */
@@ -245,21 +245,21 @@ public class FacesConfigFlowDefinition {
 
     /**
      * Gets the value of the switch property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the switch property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getSwitch().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesConfigFlowDefinitionSwitch }
      */
@@ -272,21 +272,21 @@ public class FacesConfigFlowDefinition {
 
     /**
      * Gets the value of the flowReturn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the flowReturn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getFlowReturn().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesConfigFlowDefinitionFlowReturn }
      */
@@ -299,21 +299,21 @@ public class FacesConfigFlowDefinition {
 
     /**
      * Gets the value of the navigationRule property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the navigationRule property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getNavigationRule().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesConfigNavigationRuleExtension }
      */
@@ -326,21 +326,21 @@ public class FacesConfigFlowDefinition {
 
     /**
      * Gets the value of the flowCall property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the flowCall property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getFlowCall().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesConfigFlowDefinitionFlowCall }
      */
@@ -353,21 +353,21 @@ public class FacesConfigFlowDefinition {
 
     /**
      * Gets the value of the methodCall property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the methodCall property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getMethodCall().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesConfigFlowDefinitionFacesMethodCall }
      */
@@ -420,21 +420,21 @@ public class FacesConfigFlowDefinition {
 
     /**
      * Gets the value of the inboundParameter property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the inboundParameter property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getInboundParameter().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesConfigFlowDefinitionInboundParameter }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinitionFacesMethodCall.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinitionFacesMethodCall.java
index 53c307d..0e7ff43 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinitionFacesMethodCall.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinitionFacesMethodCall.java
@@ -106,21 +106,21 @@ public class FacesConfigFlowDefinitionFacesMethodCall {
 
     /**
      * Gets the value of the parameter property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the parameter property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getParameter().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesConfigFlowDefinitionFlowCallParameter }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinitionFlowCall.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinitionFlowCall.java
index 4992005..ab252c3 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinitionFlowCall.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinitionFlowCall.java
@@ -99,21 +99,21 @@ public class FacesConfigFlowDefinitionFlowCall {
 
     /**
      * Gets the value of the outboundParameter property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the outboundParameter property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getOutboundParameter().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesConfigFlowDefinitionFlowCallOutboundParameter }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinitionSwitch.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinitionSwitch.java
index 91025ad..0b604d6 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinitionSwitch.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinitionSwitch.java
@@ -84,21 +84,21 @@ public class FacesConfigFlowDefinitionSwitch {
 
     /**
      * Gets the value of the case property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the case property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getCase().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesConfigFlowDefinitionSwitchCase }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinitionSwitchCase.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinitionSwitchCase.java
index 6727981..2336bf2 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinitionSwitchCase.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigFlowDefinitionSwitchCase.java
@@ -81,21 +81,21 @@ public class FacesConfigFlowDefinitionSwitchCase {
 
     /**
      * Gets the value of the description property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the description property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getDescription().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Description }
      */
@@ -108,21 +108,21 @@ public class FacesConfigFlowDefinitionSwitchCase {
 
     /**
      * Gets the value of the displayName property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the displayName property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getDisplayName().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link DisplayName }
      */
@@ -135,21 +135,21 @@ public class FacesConfigFlowDefinitionSwitchCase {
 
     /**
      * Gets the value of the icon property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the icon property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getIcon().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Icon }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigNavigationRuleExtension.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigNavigationRuleExtension.java
index caf9149..eafc26f 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigNavigationRuleExtension.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigNavigationRuleExtension.java
@@ -68,21 +68,21 @@ public class FacesConfigNavigationRuleExtension {
 
     /**
      * Gets the value of the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAny().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Object }
      * {@link org.w3c.dom.Element }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigProtectedViews.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigProtectedViews.java
index 2f37f4a..6aa33cb 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigProtectedViews.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConfigProtectedViews.java
@@ -61,21 +61,21 @@ public class FacesConfigProtectedViews {
 
     /**
      * Gets the value of the urlPattern property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the urlPattern property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getUrlPattern().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link UrlPattern }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConverter.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConverter.java
index cec08d4..e131086 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConverter.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConverter.java
@@ -202,21 +202,21 @@ public class FacesConverter {
 
     /**
      * Gets the value of the attribute property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the attribute property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAttribute().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesAttribute }
      */
@@ -229,21 +229,21 @@ public class FacesConverter {
 
     /**
      * Gets the value of the property property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the property property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getProperty().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesProperty }
      */
@@ -256,21 +256,21 @@ public class FacesConverter {
 
     /**
      * Gets the value of the converterExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the converterExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getConverterExtension().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesConverterExtension }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConverterExtension.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConverterExtension.java
index 5fdb150..f005467 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConverterExtension.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesConverterExtension.java
@@ -67,21 +67,21 @@ public class FacesConverterExtension {
 
     /**
      * Gets the value of the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAny().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Object }
      * {@link Element }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesDefaultValidators.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesDefaultValidators.java
index 993ceaa..5962f3d 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesDefaultValidators.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesDefaultValidators.java
@@ -65,21 +65,21 @@ public class FacesDefaultValidators {
 
     /**
      * Gets the value of the validatorId property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the validatorId property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getValidatorId().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link String }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesExtension.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesExtension.java
index e417dba..768ec8f 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesExtension.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesExtension.java
@@ -67,21 +67,21 @@ public class FacesExtension {
 
     /**
      * Gets the value of the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAny().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Object }
      * {@link Element }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesFacet.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesFacet.java
index 8328830..f6e2089 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesFacet.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesFacet.java
@@ -146,21 +146,21 @@ public class FacesFacet {
 
     /**
      * Gets the value of the facetExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the facetExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getFacetExtension().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesFacetExtension }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesFacetExtension.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesFacetExtension.java
index f12070e..de86a15 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesFacetExtension.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesFacetExtension.java
@@ -67,21 +67,21 @@ public class FacesFacetExtension {
 
     /**
      * Gets the value of the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAny().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Object }
      * {@link Element }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesFactory.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesFactory.java
index efef12c..2c27fdb 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesFactory.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesFactory.java
@@ -106,21 +106,21 @@ public class FacesFactory {
 
     /**
      * Gets the value of the applicationFactory property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the applicationFactory property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getApplicationFactory().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link java.lang.String }
      */
@@ -147,21 +147,21 @@ public class FacesFactory {
 
     /**
      * Gets the value of the facesContextFactory property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the facesContextFactory property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getFacesContextFactory().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link java.lang.String }
      */
@@ -174,21 +174,21 @@ public class FacesFactory {
 
     /**
      * Gets the value of the lifecycleFactory property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the lifecycleFactory property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getLifecycleFactory().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link java.lang.String }
      */
@@ -222,21 +222,21 @@ public class FacesFactory {
 
     /**
      * Gets the value of the renderKitFactory property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the renderKitFactory property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getRenderKitFactory().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link java.lang.String }
      */
@@ -256,21 +256,21 @@ public class FacesFactory {
 
     /**
      * Gets the value of the factoryExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the factoryExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getFactoryExtension().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesFactoryExtension }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesFactoryExtension.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesFactoryExtension.java
index 4caeff8..141008d 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesFactoryExtension.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesFactoryExtension.java
@@ -67,21 +67,21 @@ public class FacesFactoryExtension {
 
     /**
      * Gets the value of the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAny().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Object }
      * {@link Element }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesLifecycle.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesLifecycle.java
index 54153e9..3dc9a78 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesLifecycle.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesLifecycle.java
@@ -69,21 +69,21 @@ public class FacesLifecycle {
 
     /**
      * Gets the value of the phaseListener property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the phaseListener property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getPhaseListener().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link java.lang.String }
      */
@@ -96,21 +96,21 @@ public class FacesLifecycle {
 
     /**
      * Gets the value of the lifecycleExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the lifecycleExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getLifecycleExtension().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesLifecycleExtension }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesLifecycleExtension.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesLifecycleExtension.java
index 81e1765..ab5b6e6 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesLifecycleExtension.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesLifecycleExtension.java
@@ -67,21 +67,21 @@ public class FacesLifecycleExtension {
 
     /**
      * Gets the value of the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAny().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Object }
      * {@link Element }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesListEntries.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesListEntries.java
index fb434cd..4d1cccc 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesListEntries.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesListEntries.java
@@ -96,21 +96,21 @@ public class FacesListEntries {
 
     /**
      * Gets the value of the nullValueOrValue property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the nullValueOrValue property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getNullValueOrValue().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link java.lang.String }
      * {@link FacesNullValue }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesLocaleConfig.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesLocaleConfig.java
index 47e8a1b..75c752a 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesLocaleConfig.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesLocaleConfig.java
@@ -89,21 +89,21 @@ public class FacesLocaleConfig {
 
     /**
      * Gets the value of the supportedLocale property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the supportedLocale property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getSupportedLocale().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesSupportedLocale }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesManagedBean.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesManagedBean.java
index aa07703..6737e3d 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesManagedBean.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesManagedBean.java
@@ -208,21 +208,21 @@ public class FacesManagedBean {
 
     /**
      * Gets the value of the managedProperty property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the managedProperty property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getManagedProperty().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesManagedProperty }
      */
@@ -275,21 +275,21 @@ public class FacesManagedBean {
 
     /**
      * Gets the value of the managedBeanExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the managedBeanExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getManagedBeanExtension().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesManagedBeanExtension }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesManagedBeanExtension.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesManagedBeanExtension.java
index 140c1b3..c8d3d31 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesManagedBeanExtension.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesManagedBeanExtension.java
@@ -67,21 +67,21 @@ public class FacesManagedBeanExtension {
 
     /**
      * Gets the value of the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAny().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Object }
      * {@link Element }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesMapEntries.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesMapEntries.java
index 3be40c4..7fc7f59 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesMapEntries.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesMapEntries.java
@@ -113,21 +113,21 @@ public class FacesMapEntries {
 
     /**
      * Gets the value of the mapEntry property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the mapEntry property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getMapEntry().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesMapEntry }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesNavigationRule.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesNavigationRule.java
index 321c7bd..be575a8 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesNavigationRule.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesNavigationRule.java
@@ -150,21 +150,21 @@ public class FacesNavigationRule {
 
     /**
      * Gets the value of the navigationCase property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the navigationCase property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getNavigationCase().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesNavigationCase }
      */
@@ -177,21 +177,21 @@ public class FacesNavigationRule {
 
     /**
      * Gets the value of the navigationRuleExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the navigationRuleExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getNavigationRuleExtension().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesNavigationRuleExtension }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesNavigationRuleExtension.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesNavigationRuleExtension.java
index 5345faf..e28e3f2 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesNavigationRuleExtension.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesNavigationRuleExtension.java
@@ -67,21 +67,21 @@ public class FacesNavigationRuleExtension {
 
     /**
      * Gets the value of the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAny().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Object }
      * {@link Element }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesOrderingOrdering.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesOrderingOrdering.java
index 606595b..40a1183 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesOrderingOrdering.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesOrderingOrdering.java
@@ -55,21 +55,21 @@ public class FacesOrderingOrdering {
 
     /**
      * Gets the value of the name property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the name property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getName().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link String }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesProperty.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesProperty.java
index 8a6bfa7..7e742df 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesProperty.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesProperty.java
@@ -218,21 +218,21 @@ public class FacesProperty {
 
     /**
      * Gets the value of the propertyExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the propertyExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getPropertyExtension().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesPropertyExtension }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesPropertyExtension.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesPropertyExtension.java
index 3220652..de2cb22 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesPropertyExtension.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesPropertyExtension.java
@@ -67,21 +67,21 @@ public class FacesPropertyExtension {
 
     /**
      * Gets the value of the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAny().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Object }
      * {@link Element }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRedirect.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRedirect.java
index d724d10..baea178 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRedirect.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRedirect.java
@@ -68,21 +68,21 @@ public class FacesRedirect {
 
     /**
      * Gets the value of the viewParam property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the viewParam property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getViewParam().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesRedirectViewParam }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRenderKit.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRenderKit.java
index e440406..d1bd60c 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRenderKit.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRenderKit.java
@@ -177,21 +177,21 @@ public class FacesRenderKit {
 
     /**
      * Gets the value of the renderer property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the renderer property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getRenderer().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesRenderer }
      */
@@ -211,21 +211,21 @@ public class FacesRenderKit {
 
     /**
      * Gets the value of the renderKitExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the renderKitExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getRenderKitExtension().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesRenderKitExtension }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRenderKitExtension.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRenderKitExtension.java
index 6f3f8c6..aa17ac9 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRenderKitExtension.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRenderKitExtension.java
@@ -67,21 +67,21 @@ public class FacesRenderKitExtension {
 
     /**
      * Gets the value of the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAny().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Object }
      * {@link Element }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRenderer.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRenderer.java
index f6ae9b9..7909842 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRenderer.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRenderer.java
@@ -200,21 +200,21 @@ public class FacesRenderer {
 
     /**
      * Gets the value of the facet property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the facet property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getFacet().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesFacet }
      */
@@ -227,21 +227,21 @@ public class FacesRenderer {
 
     /**
      * Gets the value of the attribute property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the attribute property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAttribute().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesAttribute }
      */
@@ -254,21 +254,21 @@ public class FacesRenderer {
 
     /**
      * Gets the value of the rendererExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the rendererExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getRendererExtension().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesRendererExtension }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRendererExtension.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRendererExtension.java
index d2351dd..6203193 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRendererExtension.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesRendererExtension.java
@@ -67,21 +67,21 @@ public class FacesRendererExtension {
 
     /**
      * Gets the value of the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAny().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Object }
      * {@link Element }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesValidator.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesValidator.java
index b8e20f8..db2630f 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesValidator.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesValidator.java
@@ -176,21 +176,21 @@ public class FacesValidator {
 
     /**
      * Gets the value of the attribute property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the attribute property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAttribute().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesAttribute }
      */
@@ -203,21 +203,21 @@ public class FacesValidator {
 
     /**
      * Gets the value of the property property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the property property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getProperty().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesProperty }
      */
@@ -230,21 +230,21 @@ public class FacesValidator {
 
     /**
      * Gets the value of the validatorExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the validatorExtension property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getValidatorExtension().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FacesValidatorExtension }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesValidatorExtension.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesValidatorExtension.java
index 2c69470..a364762 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesValidatorExtension.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/FacesValidatorExtension.java
@@ -67,21 +67,21 @@ public class FacesValidatorExtension {
 
     /**
      * Gets the value of the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the any property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAny().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Object }
      * {@link Element }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/KeyedCollection.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/KeyedCollection.java
index 6bb2b09..96f5964 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/KeyedCollection.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/KeyedCollection.java
@@ -74,7 +74,7 @@ public class KeyedCollection<K, V> extends AbstractCollection<V> {
 
     /**
      * Get the underlying map used by this collection.
-     * <p/>
+     *
      * Any changes to this
      * map are directly reflected in this collection.  Additions to the map do not
      * need to implement Keyable, nor do the values need to be keyed using the key
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/MessageDestinationRef.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/MessageDestinationRef.java
index dc84f0d..db02898 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/MessageDestinationRef.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/MessageDestinationRef.java
@@ -200,11 +200,11 @@ public class MessageDestinationRef implements JndiReference {
     /**
      * The Assembler sets the value to reflect the flow of messages
      * between producers and consumers in the application.
-     * <p/>
+     *
      * The value must be the message-destination-name of a message
      * destination in the same Deployment File or in another
      * Deployment File in the same Java EE application unit.
-     * <p/>
+     *
      * Alternatively, the value may be composed of a path name
      * specifying a Deployment File containing the referenced
      * message destination with the message-destination-name of the
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/MessageDrivenBean.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/MessageDrivenBean.java
index 751705a..bb900b3 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/MessageDrivenBean.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/MessageDrivenBean.java
@@ -253,16 +253,16 @@ public class MessageDrivenBean implements EnterpriseBean, TimerConsumer, Invokab
      * ejb-jar file's deployment descriptor. The name must be
      * unique among the names of the enterprise beans in the same
      * ejb-jar file.
-     * <p/>
+     *
      * There is no architected relationship between the used
      * ejb-name in the deployment descriptor and the JNDI name that
      * the Deployer will assign to the enterprise bean's home.
-     * <p/>
+     *
      * The name for an entity bean must conform to the lexical
      * rules for an NMTOKEN.
-     * <p/>
+     *
      * Example:
-     * <p/>
+     *
      * <ejb-name>EmployeeService</ejb-name>
      */
     public void setEjbName(final String value) {
@@ -376,11 +376,11 @@ public class MessageDrivenBean implements EnterpriseBean, TimerConsumer, Invokab
     /**
      * The Assembler sets the value to reflect the flow of messages
      * between producers and consumers in the application.
-     * <p/>
+     *
      * The value must be the message-destination-name of a message
      * destination in the same Deployment File or in another
      * Deployment File in the same Java EE application unit.
-     * <p/>
+     *
      * Alternatively, the value may be composed of a path name
      * specifying a Deployment File containing the referenced
      * message destination with the message-destination-name of the
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/Method.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/Method.java
index 119f621..0f34d2d 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/Method.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/Method.java
@@ -154,16 +154,16 @@ public class Method {
      * ejb-jar file's deployment descriptor. The name must be
      * unique among the names of the enterprise beans in the same
      * ejb-jar file.
-     * <p/>
+     *
      * There is no architected relationship between the used
      * ejb-name in the deployment descriptor and the JNDI name that
      * the Deployer will assign to the enterprise bean's home.
-     * <p/>
+     *
      * The name for an entity bean must conform to the lexical
      * rules for an NMTOKEN.
-     * <p/>
+     *
      * Example:
-     * <p/>
+     *
      * <ejb-name>EmployeeService</ejb-name>
      */
     public void setEjbName(final String value) {
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/Persistence.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/Persistence.java
index 242feb6..8dfb50e 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/Persistence.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/Persistence.java
@@ -102,21 +102,21 @@ public class Persistence {
 
     /**
      * Gets the value of the persistenceUnit property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the persistenceUnit property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getPersistenceUnit().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Persistence.PersistenceUnit }
      */
@@ -154,12 +154,12 @@ public class Persistence {
 
     /**
      * Configuration of a persistence unit.
-     * <p/>
-     * <p/>
+     *
+     *
      * <p>Java class for anonymous complex type.
-     * <p/>
+     *
      * <p>The following schema fragment specifies the expected content contained within this class.
-     * <p/>
+     *
      * <pre>
      * &lt;complexType>
      *   &lt;complexContent>
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/RelationshipRoleSource.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/RelationshipRoleSource.java
index 5635cf0..7a5e63d 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/RelationshipRoleSource.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/RelationshipRoleSource.java
@@ -92,16 +92,16 @@ public class RelationshipRoleSource {
      * ejb-jar file's deployment descriptor. The name must be
      * unique among the names of the enterprise beans in the same
      * ejb-jar file.
-     * <p/>
+     *
      * There is no architected relationship between the used
      * ejb-name in the deployment descriptor and the JNDI name that
      * the Deployer will assign to the enterprise bean's home.
-     * <p/>
+     *
      * The name for an entity bean must conform to the lexical
      * rules for an NMTOKEN.
-     * <p/>
+     *
      * Example:
-     * <p/>
+     *
      * <ejb-name>EmployeeService</ejb-name>
      */
     public void setEjbName(final String value) {
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/SessionBean.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/SessionBean.java
index 85f8b58..b914f9c 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/SessionBean.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/SessionBean.java
@@ -337,16 +337,16 @@ public class SessionBean implements RemoteBean, Session, TimerConsumer {
      * ejb-jar file's deployment descriptor. The name must be
      * unique among the names of the enterprise beans in the same
      * ejb-jar file.
-     * <p/>
+     *
      * There is no architected relationship between the used
      * ejb-name in the deployment descriptor and the JNDI name that
      * the Deployer will assign to the enterprise bean's home.
-     * <p/>
+     *
      * The name for an entity bean must conform to the lexical
      * rules for an NMTOKEN.
-     * <p/>
+     *
      * Example:
-     * <p/>
+     *
      * <ejb-name>EmployeeService</ejb-name>
      */
     public void setEjbName(final String value) {
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ActivationConfig.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ActivationConfig.java
index 6adb99a..8344faf 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ActivationConfig.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ActivationConfig.java
@@ -38,21 +38,21 @@ public class ActivationConfig {
 
     /**
      * Gets the value of the activationConfigProperty property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the activationConfigProperty property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getActivationConfigProperty().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ActivationConfigProperty }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/AssemblyDescriptor.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/AssemblyDescriptor.java
index d4759f3..b37275a 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/AssemblyDescriptor.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/AssemblyDescriptor.java
@@ -41,21 +41,21 @@ public class AssemblyDescriptor {
 
     /**
      * Gets the value of the securityRole property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the securityRole property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getSecurityRole().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link SecurityRole }
      */
@@ -68,21 +68,21 @@ public class AssemblyDescriptor {
 
     /**
      * Gets the value of the messageDestination property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the messageDestination property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getMessageDestination().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link MessageDestination }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Bean.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Bean.java
index 697d894..8bde926 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Bean.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Bean.java
@@ -38,21 +38,21 @@ public class Bean {
 
     /**
      * Gets the value of the interceptor property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the interceptor property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getInterceptor().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Interceptor }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/CachePolicyConfOther.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/CachePolicyConfOther.java
index 3b6c06a..3da911b 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/CachePolicyConfOther.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/CachePolicyConfOther.java
@@ -42,21 +42,21 @@ public class CachePolicyConfOther {
 
     /**
      * Gets the value of the content property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the content property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getContent().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Element }
      * {@link String }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ContainerConfiguration.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ContainerConfiguration.java
index 3ebacef..932716a 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ContainerConfiguration.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ContainerConfiguration.java
@@ -500,21 +500,21 @@ public class ContainerConfiguration {
 
     /**
      * Gets the value of the depends property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the depends property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getDepends().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Depends }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ContainerConfigurations.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ContainerConfigurations.java
index c598c27..71c6490 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ContainerConfigurations.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ContainerConfigurations.java
@@ -38,21 +38,21 @@ public class ContainerConfigurations {
 
     /**
      * Gets the value of the containerConfiguration property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the containerConfiguration property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getContainerConfiguration().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ContainerConfiguration }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ContainerInterceptors.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ContainerInterceptors.java
index b8b46d2..fb9b02a 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ContainerInterceptors.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ContainerInterceptors.java
@@ -38,21 +38,21 @@ public class ContainerInterceptors {
 
     /**
      * Gets the value of the interceptor property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the interceptor property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getInterceptor().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Interceptor }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/EndpointInterceptors.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/EndpointInterceptors.java
index 035edac..55c6f09 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/EndpointInterceptors.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/EndpointInterceptors.java
@@ -38,21 +38,21 @@ public class EndpointInterceptors {
 
     /**
      * Gets the value of the interceptor property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the interceptor property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getInterceptor().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Interceptor }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/EnterpriseBeans.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/EnterpriseBeans.java
index 5bb5a3c..efdfe2c 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/EnterpriseBeans.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/EnterpriseBeans.java
@@ -43,21 +43,21 @@ public class EnterpriseBeans {
 
     /**
      * Gets the value of the sessionOrEntityOrMessageDriven property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the sessionOrEntityOrMessageDriven property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getSessionOrEntityOrMessageDriven().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Session }
      * {@link Entity }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Entity.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Entity.java
index 6d891bc..c4aa9a5 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Entity.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Entity.java
@@ -333,21 +333,21 @@ public class Entity {
 
     /**
      * Gets the value of the ejbRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the ejbRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEjbRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link EjbRef }
      */
@@ -360,21 +360,21 @@ public class Entity {
 
     /**
      * Gets the value of the ejbLocalRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the ejbLocalRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEjbLocalRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link EjbLocalRef }
      */
@@ -387,21 +387,21 @@ public class Entity {
 
     /**
      * Gets the value of the serviceRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the serviceRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getServiceRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ServiceRef }
      */
@@ -434,21 +434,21 @@ public class Entity {
 
     /**
      * Gets the value of the resourceRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the resourceRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getResourceRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ResourceRef }
      */
@@ -461,21 +461,21 @@ public class Entity {
 
     /**
      * Gets the value of the resourceEnvRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the resourceEnvRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getResourceEnvRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ResourceEnvRef }
      */
@@ -488,21 +488,21 @@ public class Entity {
 
     /**
      * Gets the value of the messageDestinationRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the messageDestinationRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getMessageDestinationRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link MessageDestinationRef }
      */
@@ -615,21 +615,21 @@ public class Entity {
 
     /**
      * Gets the value of the depends property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the depends property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getDepends().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Depends }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Home.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Home.java
index c7feebd..2271506 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Home.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Home.java
@@ -38,21 +38,21 @@ public class Home {
 
     /**
      * Gets the value of the interceptor property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the interceptor property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getInterceptor().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Interceptor }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Interceptor.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Interceptor.java
index 470fad6..317adbd 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Interceptor.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Interceptor.java
@@ -122,21 +122,21 @@ public class Interceptor {
 
     /**
      * Gets the value of the content property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the content property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getContent().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Element }
      * {@link String }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Invoker.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Invoker.java
index 9f42703..7c73153 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Invoker.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Invoker.java
@@ -84,21 +84,21 @@ public class Invoker {
 
     /**
      * Gets the value of the ejbRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the ejbRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEjbRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link EjbRef }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/InvokerBindings.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/InvokerBindings.java
index efb909c..6d0a766 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/InvokerBindings.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/InvokerBindings.java
@@ -38,21 +38,21 @@ public class InvokerBindings {
 
     /**
      * Gets the value of the invoker property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the invoker property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getInvoker().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Invoker }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/InvokerProxyBindings.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/InvokerProxyBindings.java
index 1d3879d..5cc87b7 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/InvokerProxyBindings.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/InvokerProxyBindings.java
@@ -38,21 +38,21 @@ public class InvokerProxyBindings {
 
     /**
      * Gets the value of the invokerProxyBinding property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the invokerProxyBinding property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getInvokerProxyBinding().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link InvokerProxyBinding }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ListEntity.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ListEntity.java
index 8f52c77..12450bb 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ListEntity.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ListEntity.java
@@ -38,21 +38,21 @@ public class ListEntity {
 
     /**
      * Gets the value of the interceptor property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the interceptor property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getInterceptor().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Interceptor }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/MessageDriven.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/MessageDriven.java
index ac1ffb8..f0498d5 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/MessageDriven.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/MessageDriven.java
@@ -414,21 +414,21 @@ public class MessageDriven {
 
     /**
      * Gets the value of the ejbRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the ejbRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEjbRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link EjbRef }
      */
@@ -441,21 +441,21 @@ public class MessageDriven {
 
     /**
      * Gets the value of the ejbLocalRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the ejbLocalRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEjbLocalRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link EjbLocalRef }
      */
@@ -468,21 +468,21 @@ public class MessageDriven {
 
     /**
      * Gets the value of the serviceRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the serviceRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getServiceRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ServiceRef }
      */
@@ -515,21 +515,21 @@ public class MessageDriven {
 
     /**
      * Gets the value of the resourceRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the resourceRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getResourceRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ResourceRef }
      */
@@ -542,21 +542,21 @@ public class MessageDriven {
 
     /**
      * Gets the value of the resourceEnvRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the resourceEnvRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getResourceEnvRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ResourceEnvRef }
      */
@@ -569,21 +569,21 @@ public class MessageDriven {
 
     /**
      * Gets the value of the messageDestinationRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the messageDestinationRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getMessageDestinationRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link MessageDestinationRef }
      */
@@ -596,21 +596,21 @@ public class MessageDriven {
 
     /**
      * Gets the value of the depends property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the depends property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getDepends().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Depends }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/MethodAttributes.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/MethodAttributes.java
index f2dc353..790d511 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/MethodAttributes.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/MethodAttributes.java
@@ -36,21 +36,21 @@ public class MethodAttributes {
 
     /**
      * Gets the value of the method property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the method property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getMethod().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Method }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ResourceManager.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ResourceManager.java
index 97956f5..efc03ca 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ResourceManager.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ResourceManager.java
@@ -65,21 +65,21 @@ public class ResourceManager {
 
     /**
      * Gets the value of the resJndiNameOrResUrl property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the resJndiNameOrResUrl property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getResJndiNameOrResUrl().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ResJndiName }
      * {@link ResUrl }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ResourceManagers.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ResourceManagers.java
index e543681..00fd411 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ResourceManagers.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ResourceManagers.java
@@ -38,21 +38,21 @@ public class ResourceManagers {
 
     /**
      * Gets the value of the resourceManager property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the resourceManager property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getResourceManager().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ResourceManager }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ResourceRef.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ResourceRef.java
index 45f5128..74c2d15 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ResourceRef.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/ResourceRef.java
@@ -66,21 +66,21 @@ public class ResourceRef {
 
     /**
      * Gets the value of the resourceNameOrJndiNameOrResUrl property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the resourceNameOrJndiNameOrResUrl property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getResourceNameOrJndiNameOrResUrl().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ResourceName }
      * {@link JndiName }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/RetryHandlers.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/RetryHandlers.java
index 219e262..03d38cd 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/RetryHandlers.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/RetryHandlers.java
@@ -38,21 +38,21 @@ public class RetryHandlers {
 
     /**
      * Gets the value of the handler property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the handler property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getHandler().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Handler }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/SecurityRole.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/SecurityRole.java
index a9ad0c2..6390104 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/SecurityRole.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/SecurityRole.java
@@ -61,21 +61,21 @@ public class SecurityRole {
 
     /**
      * Gets the value of the principalName property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the principalName property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getPrincipalName().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link PrincipalName }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Session.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Session.java
index bb9a449..319aabf 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Session.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/Session.java
@@ -310,21 +310,21 @@ public class Session {
 
     /**
      * Gets the value of the ejbRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the ejbRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEjbRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link EjbRef }
      */
@@ -337,21 +337,21 @@ public class Session {
 
     /**
      * Gets the value of the ejbLocalRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the ejbLocalRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEjbLocalRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link EjbLocalRef }
      */
@@ -364,21 +364,21 @@ public class Session {
 
     /**
      * Gets the value of the serviceRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the serviceRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getServiceRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ServiceRef }
      */
@@ -411,21 +411,21 @@ public class Session {
 
     /**
      * Gets the value of the resourceRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the resourceRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getResourceRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ResourceRef }
      */
@@ -438,21 +438,21 @@ public class Session {
 
     /**
      * Gets the value of the resourceEnvRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the resourceEnvRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getResourceEnvRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ResourceEnvRef }
      */
@@ -465,21 +465,21 @@ public class Session {
 
     /**
      * Gets the value of the messageDestinationRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the messageDestinationRef property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getMessageDestinationRef().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link MessageDestinationRef }
      */
@@ -552,21 +552,21 @@ public class Session {
 
     /**
      * Gets the value of the depends property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the depends property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getDepends().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Depends }
      */
@@ -599,21 +599,21 @@ public class Session {
 
     /**
      * Gets the value of the portComponent property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the portComponent property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getPortComponent().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link PortComponent }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/CmpField.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/CmpField.java
index 2e8f09d..7bb98a8 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/CmpField.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/CmpField.java
@@ -243,21 +243,21 @@ public class CmpField {
 
     /**
      * Gets the value of the property property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the property property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getProperty().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Property }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/DependentValueClass.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/DependentValueClass.java
index bbcdb73..f63efee 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/DependentValueClass.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/DependentValueClass.java
@@ -102,21 +102,21 @@ public class DependentValueClass {
 
     /**
      * Gets the value of the property property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the property property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getProperty().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Property }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/DependentValueClasses.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/DependentValueClasses.java
index 5f4b3fd..1c60e76 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/DependentValueClasses.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/DependentValueClasses.java
@@ -55,21 +55,21 @@ public class DependentValueClasses {
 
     /**
      * Gets the value of the dependentValueClass property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the dependentValueClass property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getDependentValueClass().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link DependentValueClass }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/EjbRelation.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/EjbRelation.java
index 7cbaa53..b52c212 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/EjbRelation.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/EjbRelation.java
@@ -73,31 +73,31 @@ public class EjbRelation {
 
     /**
      * Gets the rest of the content model.
-     * <p/>
-     * <p/>
+     *
+     *
      * You are getting this "catch-all" property because of the following reason:
      * The field name "EjbRelationshipRole" is used by two different parts of a schema. See:
      * line 476 of file:/Users/dblevins/work/openejb3/jbosscmp-jdbc_4_0.xsd
      * line 475 of file:/Users/dblevins/work/openejb3/jbosscmp-jdbc_4_0.xsd
-     * <p/>
+     *
      * To get rid of this property, apply a property customization to one
      * of both of the following declarations to change their names:
      * Gets the value of the content property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the content property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getContent().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link EjbRelationshipRole }
      * {@link EjbRelationName }
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/EnterpriseBeans.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/EnterpriseBeans.java
index 6068bda..885988a 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/EnterpriseBeans.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/EnterpriseBeans.java
@@ -55,21 +55,21 @@ public class EnterpriseBeans {
 
     /**
      * Gets the value of the entity property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the entity property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEntity().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Entity }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/Entity.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/Entity.java
index 1d9d157..2d47597 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/Entity.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/Entity.java
@@ -444,21 +444,21 @@ public class Entity {
 
     /**
      * Gets the value of the cmpField property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the cmpField property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getCmpField().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link CmpField }
      */
@@ -531,21 +531,21 @@ public class Entity {
 
     /**
      * Gets the value of the query property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the query property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getQuery().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Query }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/EntityCommand.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/EntityCommand.java
index bca8a5d..66a9fd7 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/EntityCommand.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/EntityCommand.java
@@ -57,21 +57,21 @@ public class EntityCommand {
 
     /**
      * Gets the value of the attribute property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the attribute property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAttribute().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Attribute }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/EntityCommands.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/EntityCommands.java
index d48f73a..456b34d 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/EntityCommands.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/EntityCommands.java
@@ -55,21 +55,21 @@ public class EntityCommands {
 
     /**
      * Gets the value of the entityCommand property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the entityCommand property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEntityCommand().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link EntityCommand }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/KeyField.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/KeyField.java
index 25c99f8..78f9991 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/KeyField.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/KeyField.java
@@ -161,21 +161,21 @@ public class KeyField {
 
     /**
      * Gets the value of the property property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the property property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getProperty().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Property }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/KeyFields.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/KeyFields.java
index 36be4a2..0904601 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/KeyFields.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/KeyFields.java
@@ -55,21 +55,21 @@ public class KeyFields {
 
     /**
      * Gets the value of the keyField property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the keyField property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getKeyField().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link KeyField }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/LazyLoadGroups.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/LazyLoadGroups.java
index 104d89b..03446f4 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/LazyLoadGroups.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/LazyLoadGroups.java
@@ -55,21 +55,21 @@ public class LazyLoadGroups {
 
     /**
      * Gets the value of the loadGroupName property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the loadGroupName property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getLoadGroupName().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link LoadGroupName }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/LeftJoin.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/LeftJoin.java
index 8d3e37a..35de881 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/LeftJoin.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/LeftJoin.java
@@ -59,21 +59,21 @@ public class LeftJoin {
 
     /**
      * Gets the value of the leftJoin property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the leftJoin property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getLeftJoin().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link LeftJoin }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/LoadGroup.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/LoadGroup.java
index 63f0e0f..2fb6c13 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/LoadGroup.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/LoadGroup.java
@@ -102,21 +102,21 @@ public class LoadGroup {
 
     /**
      * Gets the value of the fieldName property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the fieldName property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getFieldName().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FieldName }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/LoadGroups.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/LoadGroups.java
index 276b1a7..91cc6ae 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/LoadGroups.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/LoadGroups.java
@@ -55,21 +55,21 @@ public class LoadGroups {
 
     /**
      * Gets the value of the loadGroup property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the loadGroup property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getLoadGroup().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link LoadGroup }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/MethodParams.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/MethodParams.java
index 7caca20..0e52c61 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/MethodParams.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/MethodParams.java
@@ -55,21 +55,21 @@ public class MethodParams {
 
     /**
      * Gets the value of the methodParam property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the methodParam property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getMethodParam().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link MethodParam }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/PostTableCreate.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/PostTableCreate.java
index 649a87e..a4b2545 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/PostTableCreate.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/PostTableCreate.java
@@ -55,21 +55,21 @@ public class PostTableCreate {
 
     /**
      * Gets the value of the sqlStatement property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the sqlStatement property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getSqlStatement().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link SqlStatement }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/ReadAhead.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/ReadAhead.java
index 61e7ecc..51e07c0 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/ReadAhead.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/ReadAhead.java
@@ -127,21 +127,21 @@ public class ReadAhead {
 
     /**
      * Gets the value of the leftJoin property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the leftJoin property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getLeftJoin().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link LeftJoin }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/Relationships.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/Relationships.java
index 95c0e10..20332e5 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/Relationships.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/Relationships.java
@@ -55,21 +55,21 @@ public class Relationships {
 
     /**
      * Gets the value of the ejbRelation property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the ejbRelation property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEjbRelation().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link EjbRelation }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/ReservedWords.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/ReservedWords.java
index f214991..424ab9d 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/ReservedWords.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/ReservedWords.java
@@ -55,21 +55,21 @@ public class ReservedWords {
 
     /**
      * Gets the value of the word property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the word property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getWord().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Word }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/TypeMapping.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/TypeMapping.java
index cafe9b6..ee2f258 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/TypeMapping.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/TypeMapping.java
@@ -395,21 +395,21 @@ public class TypeMapping {
 
     /**
      * Gets the value of the functionMapping property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the functionMapping property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getFunctionMapping().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FunctionMapping }
      */
@@ -422,21 +422,21 @@ public class TypeMapping {
 
     /**
      * Gets the value of the mapping property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the mapping property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getMapping().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Mapping }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/TypeMappings.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/TypeMappings.java
index 1f78bd2..0b53930 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/TypeMappings.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/TypeMappings.java
@@ -55,21 +55,21 @@ public class TypeMappings {
 
     /**
      * Gets the value of the typeMapping property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the typeMapping property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getTypeMapping().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link TypeMapping }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/UserTypeMappings.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/UserTypeMappings.java
index e8fd7ee..f02065e 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/UserTypeMappings.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jba/cmp/UserTypeMappings.java
@@ -55,21 +55,21 @@ public class UserTypeMappings {
 
     /**
      * Gets the value of the userTypeMapping property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the userTypeMapping property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getUserTypeMapping().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link UserTypeMapping }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/AssociationOverride.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/AssociationOverride.java
index ccdb7c2..fe52e57 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/AssociationOverride.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/AssociationOverride.java
@@ -95,21 +95,21 @@ public class AssociationOverride {
 
     /**
      * Gets the value of the joinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the joinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getJoinColumn().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link JoinColumn }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/Attributes.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/Attributes.java
index 6473849..b7770a1 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/Attributes.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/Attributes.java
@@ -125,21 +125,21 @@ public class Attributes {
 
     /**
      * Gets the value of the id property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the id property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getId().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Id }
      */
@@ -172,21 +172,21 @@ public class Attributes {
 
     /**
      * Gets the value of the basic property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the basic property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getBasic().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Basic }
      */
@@ -199,21 +199,21 @@ public class Attributes {
 
     /**
      * Gets the value of the version property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the version property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getVersion().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Version }
      */
@@ -226,21 +226,21 @@ public class Attributes {
 
     /**
      * Gets the value of the manyToOne property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the manyToOne property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getManyToOne().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ManyToOne }
      */
@@ -253,21 +253,21 @@ public class Attributes {
 
     /**
      * Gets the value of the oneToMany property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the oneToMany property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getOneToMany().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link OneToMany }
      */
@@ -280,21 +280,21 @@ public class Attributes {
 
     /**
      * Gets the value of the oneToOne property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the oneToOne property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getOneToOne().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link OneToOne }
      */
@@ -307,21 +307,21 @@ public class Attributes {
 
     /**
      * Gets the value of the manyToMany property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the manyToMany property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getManyToMany().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ManyToMany }
      */
@@ -343,21 +343,21 @@ public class Attributes {
 
     /**
      * Gets the value of the elementCollection property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the elementCollection property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getElementCollection().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ElementCollection }
      */
@@ -370,21 +370,21 @@ public class Attributes {
 
     /**
      * Gets the value of the embedded property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the embedded property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEmbedded().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Embedded }
      */
@@ -397,21 +397,21 @@ public class Attributes {
 
     /**
      * Gets the value of the transient property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the transient property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getTransient().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Transient }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/CollectionTable.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/CollectionTable.java
index 593a22b..3542c23 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/CollectionTable.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/CollectionTable.java
@@ -78,21 +78,21 @@ public class CollectionTable {
 
     /**
      * Gets the value of the joinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the joinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getJoinColumn().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link org.apache.openejb.jee.jpa.JoinColumn }
      */
@@ -105,21 +105,21 @@ public class CollectionTable {
 
     /**
      * Gets the value of the uniqueConstraint property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the uniqueConstraint property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getUniqueConstraint().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link org.apache.openejb.jee.jpa.UniqueConstraint }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/ElementCollection.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/ElementCollection.java
index ce48091..49e179b 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/ElementCollection.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/ElementCollection.java
@@ -268,21 +268,21 @@ public class ElementCollection {
 
     /**
      * Gets the value of the mapKeyAttributeOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the mapKeyAttributeOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getMapKeyAttributeOverride().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link org.apache.openejb.jee.jpa.AttributeOverride }
      */
@@ -315,21 +315,21 @@ public class ElementCollection {
 
     /**
      * Gets the value of the mapKeyJoinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the mapKeyJoinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getMapKeyJoinColumn().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link MapKeyJoinColumn }
      */
@@ -422,21 +422,21 @@ public class ElementCollection {
 
     /**
      * Gets the value of the attributeOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the attributeOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAttributeOverride().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link org.apache.openejb.jee.jpa.AttributeOverride }
      */
@@ -449,21 +449,21 @@ public class ElementCollection {
 
     /**
      * Gets the value of the associationOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the associationOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAssociationOverride().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link org.apache.openejb.jee.jpa.AssociationOverride }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EmbeddableAttributes.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EmbeddableAttributes.java
index f48b341..9ebc784 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EmbeddableAttributes.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EmbeddableAttributes.java
@@ -79,21 +79,21 @@ public class EmbeddableAttributes {
 
     /**
      * Gets the value of the basic property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the basic property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getBasic().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Basic }
      */
@@ -106,21 +106,21 @@ public class EmbeddableAttributes {
 
     /**
      * Gets the value of the manyToOne property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the manyToOne property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getManyToOne().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ManyToOne }
      */
@@ -133,21 +133,21 @@ public class EmbeddableAttributes {
 
     /**
      * Gets the value of the oneToMany property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the oneToMany property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getOneToMany().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link OneToMany }
      */
@@ -160,21 +160,21 @@ public class EmbeddableAttributes {
 
     /**
      * Gets the value of the oneToOne property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the oneToOne property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getOneToOne().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link OneToOne }
      */
@@ -187,21 +187,21 @@ public class EmbeddableAttributes {
 
     /**
      * Gets the value of the manyToMany property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the manyToMany property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getManyToMany().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ManyToMany }
      */
@@ -214,21 +214,21 @@ public class EmbeddableAttributes {
 
     /**
      * Gets the value of the elementCollection property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the elementCollection property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getElementCollection().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ElementCollection }
      */
@@ -241,21 +241,21 @@ public class EmbeddableAttributes {
 
     /**
      * Gets the value of the embedded property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the embedded property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEmbedded().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Embedded }
      */
@@ -268,21 +268,21 @@ public class EmbeddableAttributes {
 
     /**
      * Gets the value of the transient property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the transient property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getTransient().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Transient }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/Embedded.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/Embedded.java
index 6a21583..4db61c0 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/Embedded.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/Embedded.java
@@ -69,21 +69,21 @@ public class Embedded {
 
     /**
      * Gets the value of the attributeOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the attributeOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAttributeOverride().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link AttributeOverride }
      */
@@ -96,21 +96,21 @@ public class Embedded {
 
     /**
      * Gets the value of the associationOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the associationOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAssociationOverride().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link AssociationOverride }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EmbeddedId.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EmbeddedId.java
index 365d46d..4d1cb85 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EmbeddedId.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EmbeddedId.java
@@ -65,21 +65,21 @@ public class EmbeddedId {
 
     /**
      * Gets the value of the attributeOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the attributeOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAttributeOverride().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link AttributeOverride }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/Entity.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/Entity.java
index 7ac0e04..9b41c9a 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/Entity.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/Entity.java
@@ -235,21 +235,21 @@ public class Entity implements Mapping, Keyable<String> {
 
     /**
      * Gets the value of the secondaryTable property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the secondaryTable property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getSecondaryTable().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link SecondaryTable }
      */
@@ -262,21 +262,21 @@ public class Entity implements Mapping, Keyable<String> {
 
     /**
      * Gets the value of the primaryKeyJoinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the primaryKeyJoinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getPrimaryKeyJoinColumn().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link PrimaryKeyJoinColumn }
      */
@@ -409,21 +409,21 @@ public class Entity implements Mapping, Keyable<String> {
 
     /**
      * Gets the value of the namedQuery property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the namedQuery property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getNamedQuery().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link NamedQuery }
      */
@@ -436,21 +436,21 @@ public class Entity implements Mapping, Keyable<String> {
 
     /**
      * Gets the value of the namedNativeQuery property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the namedNativeQuery property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getNamedNativeQuery().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link NamedNativeQuery }
      */
@@ -463,21 +463,21 @@ public class Entity implements Mapping, Keyable<String> {
 
     /**
      * Gets the value of the sqlResultSetMapping property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the sqlResultSetMapping property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getSqlResultSetMapping().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link SqlResultSetMapping }
      */
@@ -690,21 +690,21 @@ public class Entity implements Mapping, Keyable<String> {
 
     /**
      * Gets the value of the attributeOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the attributeOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAttributeOverride().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link AttributeOverride }
      */
@@ -717,21 +717,21 @@ public class Entity implements Mapping, Keyable<String> {
 
     /**
      * Gets the value of the associationOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the associationOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAssociationOverride().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link AssociationOverride }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EntityListeners.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EntityListeners.java
index d4c7547..4dc6f4f 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EntityListeners.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EntityListeners.java
@@ -60,21 +60,21 @@ public class EntityListeners {
 
     /**
      * Gets the value of the entityListener property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the entityListener property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEntityListener().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link EntityListener }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EntityMappings.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EntityMappings.java
index 4111733..0cf3152 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EntityMappings.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EntityMappings.java
@@ -258,21 +258,21 @@ public class EntityMappings {
 
     /**
      * Gets the value of the sequenceGenerator property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the sequenceGenerator property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getSequenceGenerator().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link SequenceGenerator }
      */
@@ -285,21 +285,21 @@ public class EntityMappings {
 
     /**
      * Gets the value of the tableGenerator property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the tableGenerator property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getTableGenerator().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link TableGenerator }
      */
@@ -312,21 +312,21 @@ public class EntityMappings {
 
     /**
      * Gets the value of the namedQuery property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the namedQuery property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getNamedQuery().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link NamedQuery }
      */
@@ -339,21 +339,21 @@ public class EntityMappings {
 
     /**
      * Gets the value of the namedNativeQuery property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the namedNativeQuery property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getNamedNativeQuery().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link NamedNativeQuery }
      */
@@ -366,21 +366,21 @@ public class EntityMappings {
 
     /**
      * Gets the value of the sqlResultSetMapping property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the sqlResultSetMapping property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getSqlResultSetMapping().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link SqlResultSetMapping }
      */
@@ -393,21 +393,21 @@ public class EntityMappings {
 
     /**
      * Gets the value of the mappedSuperclass property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the mappedSuperclass property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getMappedSuperclass().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link MappedSuperclass }
      */
@@ -424,21 +424,21 @@ public class EntityMappings {
 
     /**
      * Gets the value of the entity property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the entity property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEntity().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Entity }
      */
@@ -455,21 +455,21 @@ public class EntityMappings {
 
     /**
      * Gets the value of the embeddable property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the embeddable property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEmbeddable().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Embeddable }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EntityResult.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EntityResult.java
index ba78c1c..2566cf8 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EntityResult.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/EntityResult.java
@@ -69,21 +69,21 @@ public class EntityResult {
 
     /**
      * Gets the value of the fieldResult property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the fieldResult property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getFieldResult().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link FieldResult }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/JoinTable.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/JoinTable.java
index 5de4bf3..9164d0f 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/JoinTable.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/JoinTable.java
@@ -83,21 +83,21 @@ public class JoinTable {
 
     /**
      * Gets the value of the joinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the joinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getJoinColumn().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link JoinColumn }
      */
@@ -110,21 +110,21 @@ public class JoinTable {
 
     /**
      * Gets the value of the inverseJoinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the inverseJoinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getInverseJoinColumn().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link JoinColumn }
      */
@@ -137,21 +137,21 @@ public class JoinTable {
 
     /**
      * Gets the value of the uniqueConstraint property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the uniqueConstraint property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getUniqueConstraint().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link UniqueConstraint }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/ManyToMany.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/ManyToMany.java
index 00d8c2e..5522391 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/ManyToMany.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/ManyToMany.java
@@ -253,21 +253,21 @@ public class ManyToMany implements RelationField {
 
     /**
      * Gets the value of the mapKeyAttributeOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the mapKeyAttributeOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getMapKeyAttributeOverride().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link AttributeOverride }
      */
@@ -300,21 +300,21 @@ public class ManyToMany implements RelationField {
 
     /**
      * Gets the value of the mapKeyJoinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the mapKeyJoinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getMapKeyJoinColumn().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link MapKeyJoinColumn }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/ManyToOne.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/ManyToOne.java
index bc28284..4fbae8c 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/ManyToOne.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/ManyToOne.java
@@ -99,21 +99,21 @@ public class ManyToOne implements RelationField {
 
     /**
      * Gets the value of the joinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the joinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getJoinColumn().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link JoinColumn }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/NamedNativeQuery.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/NamedNativeQuery.java
index 5e3b0c7..ce06f99 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/NamedNativeQuery.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/NamedNativeQuery.java
@@ -120,21 +120,21 @@ public class NamedNativeQuery {
 
     /**
      * Gets the value of the hint property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the hint property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getHint().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link QueryHint }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/NamedQuery.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/NamedQuery.java
index 035fb78..0a2478c 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/NamedQuery.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/NamedQuery.java
@@ -137,21 +137,21 @@ public class NamedQuery {
 
     /**
      * Gets the value of the hint property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the hint property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getHint().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link QueryHint }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/OneToMany.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/OneToMany.java
index da89f93..3f2f532 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/OneToMany.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/OneToMany.java
@@ -260,21 +260,21 @@ public class OneToMany implements RelationField {
 
     /**
      * Gets the value of the mapKeyAttributeOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the mapKeyAttributeOverride property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getMapKeyAttributeOverride().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link AttributeOverride }
      */
@@ -307,21 +307,21 @@ public class OneToMany implements RelationField {
 
     /**
      * Gets the value of the mapKeyJoinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the mapKeyJoinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getMapKeyJoinColumn().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link MapKeyJoinColumn }
      */
@@ -354,21 +354,21 @@ public class OneToMany implements RelationField {
 
     /**
      * Gets the value of the joinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the joinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getJoinColumn().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link JoinColumn }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/OneToOne.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/OneToOne.java
index 0cbbc54..4ecd607 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/OneToOne.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/OneToOne.java
@@ -111,21 +111,21 @@ public class OneToOne implements RelationField {
 
     /**
      * Gets the value of the primaryKeyJoinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the primaryKeyJoinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getPrimaryKeyJoinColumn().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link PrimaryKeyJoinColumn }
      */
@@ -138,21 +138,21 @@ public class OneToOne implements RelationField {
 
     /**
      * Gets the value of the joinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the joinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getJoinColumn().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link JoinColumn }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/SecondaryTable.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/SecondaryTable.java
index 08f1fcb..c2b5a53 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/SecondaryTable.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/SecondaryTable.java
@@ -78,21 +78,21 @@ public class SecondaryTable {
 
     /**
      * Gets the value of the primaryKeyJoinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the primaryKeyJoinColumn property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getPrimaryKeyJoinColumn().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link PrimaryKeyJoinColumn }
      */
@@ -105,21 +105,21 @@ public class SecondaryTable {
 
     /**
      * Gets the value of the uniqueConstraint property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the uniqueConstraint property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getUniqueConstraint().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link UniqueConstraint }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/SqlResultSetMapping.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/SqlResultSetMapping.java
index 2868fa4..393fe55 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/SqlResultSetMapping.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/SqlResultSetMapping.java
@@ -93,21 +93,21 @@ public class SqlResultSetMapping {
 
     /**
      * Gets the value of the entityResult property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the entityResult property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEntityResult().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link EntityResult }
      */
@@ -120,21 +120,21 @@ public class SqlResultSetMapping {
 
     /**
      * Gets the value of the columnResult property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the columnResult property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getColumnResult().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link ColumnResult }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/Table.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/Table.java
index e64584c..4d39bee 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/Table.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/Table.java
@@ -73,21 +73,21 @@ public class Table {
 
     /**
      * Gets the value of the uniqueConstraint property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the uniqueConstraint property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getUniqueConstraint().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link UniqueConstraint }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/TableGenerator.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/TableGenerator.java
index 6fe5282..a5896ef 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/TableGenerator.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/TableGenerator.java
@@ -120,21 +120,21 @@ public class TableGenerator {
 
     /**
      * Gets the value of the uniqueConstraint property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the uniqueConstraint property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getUniqueConstraint().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link UniqueConstraint }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/UniqueConstraint.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/UniqueConstraint.java
index 54b8ba2..e6e755b 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/UniqueConstraint.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/UniqueConstraint.java
@@ -65,21 +65,21 @@ public class UniqueConstraint {
 
     /**
      * Gets the value of the columnName property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the columnName property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getColumnName().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link String }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/fragment/PersistenceFragment.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/fragment/PersistenceFragment.java
index e132142..e9b0b53 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/fragment/PersistenceFragment.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/fragment/PersistenceFragment.java
@@ -52,21 +52,21 @@ public class PersistenceFragment {
 
     /**
      * Gets the value of the persistenceUnit property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the persistenceUnit property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getPersistenceUnit().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link org.apache.openejb.jee.jpa.unit.PersistenceUnit }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/unit/Persistence.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/unit/Persistence.java
index a12dd07..5dcf34a 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/unit/Persistence.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/unit/Persistence.java
@@ -110,21 +110,21 @@ public class Persistence {
 
     /**
      * Gets the value of the persistenceUnit property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the persistenceUnit property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getPersistenceUnit().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link PersistenceUnit }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/unit/Properties.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/unit/Properties.java
index 6868d92..49e98cb 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/unit/Properties.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/unit/Properties.java
@@ -61,21 +61,21 @@ public class Properties {
 
     /**
      * Gets the value of the property property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the property property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getProperty().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link Property }
      */
diff --git a/container/openejb-jee/src/main/java/org/apache/openejb/jee/oejb2/ActivationConfigType.java b/container/openejb-jee/src/main/java/org/apache/openejb/jee/oejb2/ActivationConfigType.java
index 5d40127..af48743 100644
--- a/container/openejb-jee/src/main/java/org/apache/openejb/jee/oejb2/ActivationConfigType.java
+++ b/container/openejb-jee/src/main/java/org/apache/openejb/jee/oejb2/ActivationConfigType.java
@@ -57,21 +57,21 @@ public class ActivationConfigType {
 
     /**
      * Gets the value of the description property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the description property.
-     * <p/>
-     * <p/>
+     *
+     *
      * For example, to add a new item, do as follows:
      * <pre>
      *    getDescription().add(newItem);
      * </pre>
-     * <p/>
-     * <p/>
-     * <p/>
+     *
+     *
+     *
      * Objects of the following type(s) are allowed in the list
      * {@link String }
      */
@@ -84,21 +84,21 @@ public class ActivationConfigType {
 
     /**
      * Gets the value of the activationConfigProperty property.
-     * <p/>
-     * <p/>
+     *
+     *
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the activationConfigProperty property.
-     * <p/>
-     * <p/>
+     *
... 12062 lines suppressed ...