Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. I am using the wrong XML configuration, the...

    I am using the wrong XML configuration, the caching connection factory is repeated as bean and using the rabbit name space, removed all declarations using beans namesscpace and it works now.

    ...
  2. problems trying to override the default username, password and virtual host

    Hi! All,

    I want to override the virutal host, user and password for the rabbit configuration. Here is the configuration used by me


    <beans:bean id="cachingConnectionFactory"...
  3. Try keeping a file named on your webapp under...

    Try keeping a file named on your webapp under conf/Catalina/locahost. example serverRoot/conf/Catalina/localhost/myapp.xml



    <?xml version="1.0" encoding="UTF-8"?>
    <Context path="/" >...
  4. Solved!

    Got it to work. Kept digging for similar issues and this is what I found (combination of few blog posts, spring reference and forum issues)

    the ControllerClassnameHandlerMapping will map the paths...
  5. Thanks for pointing that out; I removed...

    Thanks for pointing that out; I removed MultiActionController; but it doesn't seem to help. The same old logs. This is a request that works (the view generated for Scrums tab listing all projects )
    ...
  6. Hi! Marten, Can you elaborate what you mean by...

    Hi! Marten,

    Can you elaborate what you mean by



    If this means using @Controller annotation and ControllerClassNameHandlerMapping, then I am not sure this could be the reason, if were to...
  7. URI template mapping with @PAthVariable not working in MultiActionController

    Hi! all,

    I have problems with using URI template feature in spring in conjunction with ControllerClassNameHanlderMapping and MultiActionController. To summarize what I am trying to achieve:

    I...
  8. Got that sorted out too. I am using wrong...

    Got that sorted out too. I am using wrong expression. the allowed values are "/" or "/*" or *.EXTN.

    Thanks everyone for your help.
  9. I got it to work now; noticed that it maps to...

    I got it to work now; noticed that it maps to /chomu/WEB-INF/views. Which prompted me to change the web xml servlet mapping from


    <!-- Processes application requests -->
    <servlet>...
  10. The reason I placed it so was because of this in...

    The reason I placed it so was because of this in the log




    DEBUG: org.springframework.web.servlet.view.JstlView - Added model object 'projectList' of type [java.util.ArrayList] to request in...
  11. Removing the defaultHandler causes a 404 ...

    Removing the defaultHandler causes a 404


    INFO : org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping - Mapped URL path [/project] onto handler 'projectController'
    INFO...
  12. I see this at the start of error logs INFO...

    I see this at the start of error logs


    INFO : org.springframework.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/resources/**] onto handler...
  13. JstlView adds path prefix recursively causing StackOverflowError

    Hi! all,

    I am writing a demo application to learn usage of the
    org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping class. When I run the application; I get a stack...
  14. isn't the attribute "init-method=init" in the...

    isn't the attribute "init-method=init" in the bean tag working for you?

    BR/
    Aadi.
  15. Hi, This more strange than I had imagined, i...

    Hi,

    This more strange than I had imagined, i did some small modifications in the code to figure out why is it going wrong.



    public class EventDaoImpl implements EventDao {

    private...
  16. I changed the procedure definition as follows and...

    I changed the procedure definition as follows and then retried



    create or replace procedure "GET_EVENT_BY_TITLE"
    (in_title IN VARCHAR2,
    out_id OUT NUMBER,
    out_title OUT VARCHAR2,...
  17. Exception in executing SimpleJdbcCall for fetching resultset/REF cursor

    Hi

    I was trying a bit modified usage of this class for a procedure that accepts one input and returns all rows of the table in question.
    some thing similar to the
    The stored procedure being...
  18. Replies
    5
    Views
    9,438

    Thanks for your help.

    Thanks for your help.
  19. Replies
    5
    Views
    9,438

    SimpleJdbcCall example in spring reference

    In spring reference 2.5.4 under the Simple JDBC section we have an example
    for calling database functions using the SimpleJdbcCall


    public class JdbcActorDao implements ActorDao {
    private...
  20. Replies
    11
    Views
    8,222

    sorry to bug you again now

    some i saw in the logs, looks like C3P0 is not being used anyways


    ID 31 Jul 2008 17:08:23 INFO [HibernateTransactionManager] - Using DataSource...
  21. Replies
    11
    Views
    8,222

    solved ... at last

    Hi,

    Tanks a ton Mr. Deinum, you last suggestion did the trick

    with this in web.xml


    <resource-ref>
    <res-ref-name>jdbc/webmeet</res-ref-name>
    ...
  22. Replies
    11
    Views
    8,222

    aah .. my fault , i had also added the...

    aah .. my fault , i had also added the resourse-ref in web.xml like you mentioned, forgot to metnion that though



    <resource-ref>
    <res-ref-name>jdbc/webmeet</res-ref-name>
    ...
  23. Replies
    11
    Views
    8,222

    Hi, a bit curious about the property ...

    Hi,



    a bit curious about the property



    <prop key="hibernate.transaction.flush_before_completion">true</prop>
  24. Replies
    11
    Views
    8,222

    By tomcat Confogiration you mean the server xml ?...

    By tomcat Confogiration you mean the server xml ? Or i have to dig down the the catalina properties file etc?

    I moved the C3P0, ojdbc, and dbcp and even naming-facotry-dbcp :D to server/lib...
  25. Replies
    11
    Views
    8,222

    I use the actual URL there, i could not present...

    I use the actual URL there, i could not present it here because of the forums giving an Error that i need to pu atleast 15 posts before i can put a link. but i think this might be because I didnt...
Results 1 to 25 of 26
Page 1 of 2 1 2