Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. any suggestions?

    any suggestions?
  2. Cannot activate SimpleNamingContextBuilder: there is already a JNDI provider register

    Getting follwing error when I run junit test case report through ant srcipt:


    Cannot activate SimpleNamingContextBuilder: there is already a JNDI provider registered. Note that JNDI is a JVM-wide...
  3. Replies
    2
    Views
    1,077

    context place holder is defined as: ...

    context place holder is defined as:


    <context:property-placeholder
    location="classpath:/property/globalContext.properties,
    ...
  4. Replies
    2
    Views
    1,077

    Could not resolve placeholder

    Invalid bean definition with name 'CacheRegionManagerFactory' defined in class path resource [com/bgc/ecm/core/caching/cacheRegionManager-ctx.xml]: Could not resolve placeholder 'appRoot'
    ...
  5. Replies
    1
    Views
    1,188

    This error occurs when the JVM runs out of space...

    This error occurs when the JVM runs out of space in the permanent generation heap. The memory in the Virtual Machine is divided into a number of regions. One of these regions is PermGen. It's an area...
  6. Replies
    1
    Views
    1,188

    spring and junit test cases

    <junit printsummary="on" fork="yes" forkmode="once"
    haltonerror="false" haltonfailure="false"
    failureproperty="junit.failure" showoutput="false" maxmemory="1024m">
    ...
  7. Caused by: java.net.UnknownHostException: www.springframework.org

    Hi, I am getting following error.


    Configuration problem: Failed to import bean definitions from URL location [classpath:/esw-web-ctx.xml] Offending resource: class path resource ...
  8. [main] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost]. -

    Hi,

    I have removed exsiting spring.jar and updated new spring.jar file through eclipse java build path-> lib, add library. But when i run the Tomcat server I am getting following error:


    INFO:...
  9. Replies
    1
    Views
    1,918

    any info on this please

    any info on this please
  10. Replies
    1
    Views
    1,918

    spring 3 and JSF 2 integation

    Hi,
    1)
    I have used JSF1.2, now i am planning to migrate to JSF2.0. I had used following code for integration JSF to Spring IOC in faces-config.xml:


    <managed-property>
    ...
  11. Replies
    8
    Views
    11,428

    you mean no need of specifying hbm file? how it...

    you mean no need of specifying hbm file? how it will identify the hbm file if I have 10 hbm files? will it impact on perfomance?
  12. Replies
    8
    Views
    11,428

    If I do mapping directory location then I am...

    If I do mapping directory location then I am getting following error:



    My *cfg.xml file:


    How to solve with MappingNotFoundException?

    only soln is give complete path for: <mapping...
  13. Replies
    1
    Views
    534

    http://static.springsource.org/spring/docs/2.0.x/r...

    http://static.springsource.org/spring/docs/2.0.x/reference/orm.html#orm-hibernate
  14. Replies
    8
    Views
    11,428

    I have found solution: But I need to copy...

    I have found solution:



    But I need to copy my conf folder to WEB-INf/classes/conf location, otherwise it throws file not found exception. Is there any way to solve this, ie without copying conf...
  15. Replies
    8
    Views
    11,428

    Still i amgetting same error: my session...

    Still i amgetting same error:



    my session factory given as:
  16. Replies
    1
    Views
    685

    any suggestion on this?

    any suggestion on this?
  17. Replies
    1
    Views
    685

    spring and hibernate interaction

    Hi

    I am extending HibernateDaoSupport and using LocalSessionFactoryBean with latest Spring and Hibernate application.


    <bean id="factory"...
  18. Replies
    8
    Views
    11,428

    mapping file not found: .hbm.xml

    Hi

    I have seen many thread in search engine for mapping file not found for hbm file.
    i am extending Hibernatedaosupport and in cfg file i have mapped hbm file. All my java files are under src...
  19. Replies
    8
    Views
    1,717

    can inform me instead of this portlet request,...

    can inform me instead of this portlet request, what are the path i need to give if i am using simple spring mvc(istead of portlet)

    document.assetsForm.action="...
  20. Replies
    8
    Views
    1,717

    sorry for making confusion, let me clear the...

    sorry for making confusion, let me clear the points:

    at present my jsp is:


    <html>
    <head><title>Spring Training</title></head>
    <body>
    <SCRIPT language="JavaScript">
    function submitform()
  21. Replies
    5
    Views
    1,493

    can i display without using JSTL tag?

    can i display without using JSTL tag?
  22. Replies
    5
    Views
    1,493

    im using public ModelAndView...

    im using


    public ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response) throws Exception
    {

    it displays as:

    values from controller: ${key}
  23. Replies
    5
    Views
    1,493

    reading values in JSP from controller

    Hi

    I need to display the values in JSP from the controller classs, i have specified as:


    <html>
    <H2> Congratulations.....successfully done.......
    <h3>values from controller: ${key}</h3>...
  24. Replies
    8
    Views
    1,717

    when hit a submit button it needs to call...

    when hit a submit button it needs to call controller which intern calls DAO and comes back and displays new jsp.

    i have javascript function, when i hit the submit button, it calls onSubmit() from...
  25. Replies
    8
    Views
    1,717

    calling controller from java script

    Hi
    i need to call spring controller from my java script function.
    how can i call the controller from java script?
Results 1 to 25 of 104
Page 1 of 5 1 2 3 4