Search:

Type: Posts; User: Omnipresent; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    477

    SqlMapClientDao Design question

    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...
  2. Replies
    0
    Views
    861

    how to use setSqlMapClientTemplate

    I am using iBatis in my J2EE application.

    My DAO extends SqlMapClientDaoSupport and has the following line in one of the methods.
    ...
  3. nevermind..needed the following in servers...

    nevermind..needed the following in servers server.policy

    grant codeBase "file:C:\\<your-file-name>" {
    permission java.security.AllPermission;
    };
  4. security.AccessControlException: access denied (java.lang.RuntimePermission getClassL

    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...
  5. bump? maybe someone has a clue?

    bump?

    maybe someone has a clue?
  6. Replies
    1
    Views
    2,136

    Hi I have the same error saying...

    Hi I have the same error saying ContextLoader.properties does not exist.

    were you able to resolve this issue??
  7. Exception after deploying java.lang.ExceptionInInitializerError

    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...
Results 1 to 7 of 7