Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    871

    Testing Second Level Cache?

    What is the best way to test with using the second level cache? I turned on statistics and running my tests I see the following log output:



    2009-11-16 14:21:38,366 3016 DEBUG...
  2. Replies
    2
    Views
    733

    This should work

    Thanks for pointing me in the right direction
  3. Replies
    2
    Views
    733

    URL Parameters

    I've just begun to look into the documentation for BlazeDS and noticed flex seems to handle most if not all the controller work. If I need to get a URL parameter, is it best to use Flex libraries...
  4. Good find

    I've been playing around with annotations too and ran into this same problem in 2.5.6. By chance I had changed the return type to void and my action worked! I've been searching through the...
  5. Even better

    Even better is using use-default-filers="false"





    <context:component-scan base-package="org.selecthealth.springannotations.servlet" use-default-filters="false">
    <context:include-filter...
  6. Failure in understanding scanning filters

    I think I found my error...

    applicationContext.xml


    <context:component-scan base-package="org.selecthealth.springannotations.servlet">
    <context:exclude-filter type="annotation"...
  7. hibernate.cfg.xml ...

    hibernate.cfg.xml


    <hibernate-configuration>
    <session-factory>
    <property name="hibernate.connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
    <property...
  8. Help with Hibernate Only API and Annotations

    I can't seem to get my annotated classes working right and I need help to find out what I've missed.

    applicationContext.xml

    <context:component-scan...
  9. I've decided to use an AbstractCommandController....

    I've decided to use an AbstractCommandController. Thanks for the discussion
  10. Great insight. I would definitely prefer to work...

    Great insight. I would definitely prefer to work with a command object. Maybe I approached this all bassackwards...

    Above I mentioned I was thinking about using a query string parameter. The...
  11. Which controller when I don't need submit or a success view?

    What controller is the best fit for an application that doesn't need to process a submission and render a success view?

    What I have in mind is displaying a table of data from database tables based...
  12. Replies
    4
    Views
    14,706

    Not sure if I could still be of help here, but I...

    Not sure if I could still be of help here, but I was looking to do something similar and created my own custom jnditemplate



    public class CustomJndiTemplate extends JndiTemplate{

    protected...
  13. BeanPropertyBindingResult cannot be cast to org.springframework.validation.Errors

    Hi,

    I've been trying to move my portlet to liferay on weblogic 10 while at the same time upgrading it from spring 2.0.6 to 2.5.6

    I've run into quite a few class cast exceptions but I just can't...
Results 1 to 13 of 13