Building the application using ant was causing the default xml:base attribute in 'session', 'entity' tags of the ejb-jar.xml files.
This attribute was causing the problem with application deployment. This attribute might be useful but in my case I wanted this attribute not to be there in xml files.
After googling the web I didn't found any solution to remove this attribute.
I tried it 3-4 times and once did a clean build and guess what I found the solution.
Doing a clan build remived those attributes in 'session', 'entity' tags of the ejb-jar.xml files.
Subscribe to:
Post Comments (Atom)
SpringBoot: Features: SpringApplication
Below are a few SpringBoot features corresponding to SpringApplication StartUp Logging · To add additional logging during startup...
-
There was a requirement in which user should be able to download an excel report from application, make some amendments and upload the exce...
-
I was facing 'java.rmi.NoSuchObjectException: Bean has been deleted' for the stateful bean instance. While reading about the error, ...
-
What Is a WebLogic Server Cluster? A WebLogic Server cluster consists of multiple WebLogic Server server instances running simultaneously an...
No comments:
Post a Comment