Search:

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

Search: Search took 0.02 seconds.

  1. Decided to go with combination of 1 & 2 with my...

    Decided to go with combination of 1 & 2 with my DAO's implementing HibernateTemplate

    #3 will not work for my setup.

    Used HibernatedTransactionManager jdbcExceptionHandler with a try/catch for...
  2. anyone? Is my question to vague or has this...

    anyone?

    Is my question to vague or has this topic been exhausted and no one wants to answer....previous threads end discuss how the service method must complete in order to rollback transaction
  3. Opinions: Handling HibernateException thrown by session.flush() in DAO

    I have inherited some code where exceptions are being thrown by session.flush() within the DAOs. I would like to handle these exceptions in a nice(non invasive?) way and would like to gather some...
  4. JdbcExceptionTranslator usage at SessionFactory or TransactionManager level

    I am attempting to use a subclassed version of SQLErrorCodeSQLExceptionTranslator for trapping specific ora error codes which in a trigger is raised with Raise Application Error.

    This is for a...
  5. Thank you for posting your solution. Helped me...

    Thank you for posting your solution. Helped me trace through my code.

    To solve my problem, I traced through all the get object method calls and ensured the object was not being changed before...
  6. Replies
    7
    Views
    1,942

    bad routing path? Try using the IP instead of the...

    bad routing path? Try using the IP instead of the DNS resolution, if that gives you a problem, might have to get a network admin to do a packet trace

    BTW if you can, switch to LDAPs
  7. Replies
    7
    Views
    1,942

    Have you tried removing the DAO authentication...

    Have you tried removing the DAO authentication from the provider list and see if any error messages show up on the server?
  8. Replies
    7
    Views
    1,942

    Not an expert, but here is what I can see. ...

    Not an expert, but here is what I can see.

    LDAPAuthenticator is authenticating 'jodo', and DAO is authenticating 'auke'

    Does 'auke' exist in LDAP ? If not it is working correctly.
    ...
  9. You can try using the AuthenticationProcessing...

    You can try using the AuthenticationProcessing Filter and specify the inbox URL using defaultTargetUrl
    ...
  10. Single DB - Multiple Web App Shared Data locking design?

    Hello All,

    Can anyone suggest a design approach for managing the state of a object as it is shared between two different web applications that are deployed on separate application servers but...
  11. Replies
    8
    Views
    7,361

    to answer my own question. use...

    to answer my own question.

    use mappingLocations with explicit reference to mappings which can reside inside the utility jars.
  12. Replies
    8
    Views
    7,361

    WebApp load mappings from utility jar in a EAR?

    Can anyone suggest a solution for this?

    I have an EAR with utility jars that contain the hibernate mappings. When my webapp starts up, unable to find the mappings.

    I have tried the below...
  13. Is there a resolution to this? Must be something...

    Is there a resolution to this? Must be something simple I am missing. Using Tomcat 5.0 & RAD7.0

    Tried to deploy both spring-security-samples-tutorial-2.0.5.war &...
Results 1 to 13 of 13