Search:

Type: Posts; User: dangerous hamster; Keyword(s):

Search: Search took 0.02 seconds.

  1. Thanks for that ! Certainly pointed me in the...

    Thanks for that ! Certainly pointed me in the right direction... The above code didn't work but was very close. You need to run the index from the varStatus of the for loop



    <form:form...
  2. Spring Form with Custom Object List

    Hi Folks,

    Any chance someone can point me in the right direction here please ? Been looking for a while now and can't seem to find a solution (or at least one I understand - doh)

    I have a form...
  3. Replies
    2
    Views
    569

    Excellent thank you ! I was looking at the...

    Excellent thank you ! I was looking at the generator options of id...

    For completeness here is the new mappings that work:



    <class name="com.dh.web.vo.PropertiesVO" table="properties">...
  4. Replies
    2
    Views
    569

    Hibernate Help

    Hi,

    Hibernate is not loading what I think it should be loading from my database. It's bringing the correct amount of objects back but they are the same object repeated.

    My Hibernate mapping is:...
  5. Replies
    4
    Views
    1,167

    Found the error ! Using Tomcat inside eclipse...

    Found the error !

    Using Tomcat inside eclipse will start 2 instances if your content path and project are named differently. Naming these the same thing only causes the servlets etc to be...
  6. Replies
    4
    Views
    1,167

    OK it certainly does look like the configuration...

    OK it certainly does look like the configuration is loading twice as I've now seen it in other beans within the servlet.xml but I still don't understand how a config can be loaded twice ?
  7. Replies
    4
    Views
    1,167

    I don't understand how it's possible for...

    I don't understand how it's possible for configuration to be loaded twice ?

    I have a single web.xml, single servlet.xml and a single security.xml. Also the application is only deployed once, at...
  8. Replies
    4
    Views
    1,167

    ScheduledTimerTask Issue

    Hi Guys,

    I've set up a ScheduledTimeTask With a TimerFactory to kick everything off any its running without issue. Basically the task at the minute prints out a message but by problem is the...
  9. Replies
    2
    Views
    904

    Don't know if it helps, as I'm new to all the...

    Don't know if it helps, as I'm new to all the Spring Security stuff as well, but here is a very good tutorial that works...

    http://www.logicace.com/JavaSample/sample/link?linkId=1

    I've...
  10. Replies
    1
    Views
    582

    OK I've followed a tutorial and I've set up a...

    OK I've followed a tutorial and I've set up a simple security scenario. When I try get to a secure URL is redirects me to my login page but when I try to login it just redirects me back to the login...
  11. Replies
    1
    Views
    582

    String Security For Beginners

    Hi Guys,

    I've been poking around here and the web but not really found anything...

    Can someone recommend an article/thread that outlines Spring Security from a beginners point of view ?? Step...
  12. Yep that was it thanks very much...

    Yep that was it thanks very much...

    <prop key="hibernate.hbm2ddl.auto">create</prop>

    changed to

    <prop key="hibernate.hbm2ddl.auto">update</prop>

    Job done :)
  13. Hibernate Newbie: Current data getting deleted

    Hi Folks,

    Complete hibernate newbie here. I've set up a small web app using hibernate, spring etc. This is all up and running and I can't see any issues apart from one (there always is eh)

    When...
Results 1 to 13 of 13