I have found an extension to this problem. The solutions presented here works if you are not using the @TypAlias annotation. When using the @TypeAlias annotation the class lookup does not work which...
Type: Posts; User: fredrikhultin; Keyword(s):
I have found an extension to this problem. The solutions presented here works if you are not using the @TypAlias annotation. When using the @TypeAlias annotation the class lookup does not work which...
I have found that the loginmodule works fine as long as it is deployed in the WEB-INF/lib folder of the application on Windows. However on RedHat ES the loginmodule cannot be found if deployed in the...
I have a strange but probably easy problem with the JndiObjectFactoryBean. I have built a web application based on hibernate and spring wich works as a charm. But at a later point I also wrote a...