I asked this quesiton on SO as well but got no response. So asking here in pursuit of a better and effecient design:
We use Spring + iBatis in all of our DAO's to fetch data from Stored...
Type: Posts; User: Omnipresent; Keyword(s):
I asked this quesiton on SO as well but got no response. So asking here in pursuit of a better and effecient design:
We use Spring + iBatis in all of our DAO's to fetch data from Stored...
I am using iBatis in my J2EE application.
My DAO extends SqlMapClientDaoSupport and has the following line in one of the methods.
...
nevermind..needed the following in servers server.policy
grant codeBase "file:C:\\<your-file-name>" {
permission java.security.AllPermission;
};
Hi,
I am using Sun App Server 8.2
When i try to add spring.jar file in server class path and deploy my application I am getting the following error in my server log file
Exception...
bump?
maybe someone has a clue?
Hi I have the same error saying ContextLoader.properties does not exist.
were you able to resolve this issue??
Hello
Our project involves struts2 + spring + iBatis on Sun App server 8.2. Like a lot of other users we had the 'locking jars' issue when ear was deployed. Due to this every code change we had...