Skip to content

MIgrate all properties to @Stateless when migrating ejb-jar.xml to annotation #56

@fabapp2

Description

@fabapp2

What needs to be done

All possible attributes for stateless session bean declarations given in an EJB deployment descriptor (ejb-jar.xml) must be migrated to annotations when migrate-ejb-jar-deployment-descriptor is applied.

Why it needs to be done

Currently, only beanName attribute is migrated.
If an ejb-jar.xml contains additional attributes these are not migrated and the migration is broken/incomplete.

Additional Information

See MigrateEjbDeploymentDescriptor.handleStatelessSessionBean()

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions