Spring 6 configuring a local EJB Stateless Session Bean - are these xml attributes still available?

87 views Asked by At

I'm upgrading a web-app to use the latest Spring framework. The latest docs give examples that use the business-interface and lookup-home-on-startup attributes, but these are no longer present in the latest spring-jee.xsd. They used to be there, but were removed by this commit Jakarta EE 9 migration.

Are the docs correct - can I still use these attributes? If not, what should I replace them with?

Edit: Someone reported this to Spring, jee:local-slsb no longer works with a business-interface attribute, and they've fixed it in 6.1.1

0

There are 0 answers