Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    778

    Adding an additional field to login

    I have a requirement to add a third field to my login that could serve to add the user to the list of valid users and will assign permissions to the user. I saw a recent post that suggested...
  2. Replies
    2
    Views
    703

    Thanks for your response! My problem is that for...

    Thanks for your response! My problem is that for these two forms, my onSubmit would run, at least in my second case, 'instead of' the form backing object. I did find a workaround for this one: I...
  3. Replies
    2
    Views
    703

    onSubmit fires on open

    I have two forms now that when I open the form, onSubmit runs immediately. The first one had a validator that stopped the submit from completing so I put off fixing it, but my current one is...
  4. Replies
    11
    Views
    1,632

    Thanks for all your help!! It took me the entire...

    Thanks for all your help!! It took me the entire day yesterday but the trx's are working now.
  5. Replies
    11
    Views
    1,632

    OK, I MIGHT be understanding a little, but before...

    OK, I MIGHT be understanding a little, but before I change my code around I'd like to make sure I understand. After looking at petclinic some more it looks like: the TransactionProxyFactoryBean...
  6. Replies
    11
    Views
    1,632

    The class which calls my DAO only implements the...

    The class which calls my DAO only implements the Serializable interface, and I didn't do whatever you said about CGLIB. I actually just changed the code to make the DAO (which extends...
  7. Replies
    11
    Views
    1,632

    Thanks for trying! I never get to that statement...

    Thanks for trying! I never get to that statement - I think my code is oblivious to my transaction declaration.
  8. Replies
    11
    Views
    1,632

    The proxied class only implements Serializable. ...

    The proxied class only implements Serializable.

    I stepped through the debugger and found that org.springframework.jdbc.core.JdbcTemplate's public Object execute(PreparedStatementCreator psc,...
  9. Replies
    11
    Views
    1,632

    When I go in (through the Eclipse debugger) and...

    When I go in (through the Eclipse debugger) and enter a value where the second sql statement will fail, the first one is not rolled back. When I set the logging level to 'debug' I didn't see any...
  10. Thread: Transactions

    by rlynn
    Replies
    2
    Views
    724

    Another possibility for my problem: I have the...

    Another possibility for my problem: I have the datasource linked to the dao's but I wanted to put the transactions on the classes that call the daos' functions (jdbc.) Do the datasource and the...
  11. Thread: Transactions

    by rlynn
    Replies
    2
    Views
    724

    Transactions

    I posted about 2 months ago and never got an answer, and I still don't have transactions working. They don't seem to even be starting. I'm thinking that maybe it's because I have my datasource...
  12. Replies
    11
    Views
    1,632

    Transaction problems

    So far as I can tell, I have my transactions set up like the petclinic example, but they are not working. In the following example, I have 2 updates in a row, and if the second fails I want the...
  13. Replies
    1
    Views
    3,620

    Send mail using proxy server

    What do I need to do to send mail through a proxy server? Currently I am using a JavaMailSenderImpl with the host property populated (I have almost no experience in using code to send email, & I...
  14. Thread: RTF view

    by rlynn
    Replies
    2
    Views
    977

    No - I've put that in and everything works fine....

    No - I've put that in and everything works fine.
    Thanks for your help!
  15. Thread: RTF view

    by rlynn
    Replies
    2
    Views
    977

    RTF view

    I am trying to allow the user to view a report as rtf. I found another posting in this forum and copied it to do the following:

    File aFile = new File("C:\\report_test.rtf");
    ...
  16. Thread: PDF report

    by rlynn
    Replies
    0
    Views
    932

    PDF report

    I am using AbstractPdfView / iText to create a PDF version of my report. I want to translate the characters available in the editor for my application (tinyMCE.) My problem is that I can't seem to...
  17. Replies
    1
    Views
    724

    Nevermind...I forgot I had changed 'findObject'...

    Nevermind...I forgot I had changed 'findObject' to 'execute' when I added the extra args.
  18. Replies
    1
    Views
    724

    MappingSqlQuery with 6 args

    This should be a simple question: How can I execute the following query:



    I tried this:

    Integer userId = new Integer(id);
    Object[] o = {userId, userId, userId, userId, userId,...
  19. Replies
    2
    Views
    879

    Datasource declared 2x

    I'm on my first spring app - when I started off I used sample code that configured beans in appname-servlet.xml. When I introduced Acegi security, alot of that configuration is in...
  20. Replies
    3
    Views
    1,136

    I guess I'm still a little confused (having files...

    I guess I'm still a little confused (having files under WEB-INF didn't cause the login to happen.) I did get the login screen to come up by playing around with the patterns. My goal is to...
  21. Replies
    3
    Views
    1,136

    Login screen not appearing

    I just started with Acegi security. I copied and tweaked application-context.xml and most of the web.xml file from a sample app that I (finally) got to work. However, my login screen never appears....
  22. Replies
    1
    Views
    744

    ProviderManager and authentication methods

    I am starting to look at how to secure my application. For my primary group of users, I have a requirement to use a web service for single sign-on, but the problem is the web service does not yet...
  23. Replies
    12
    Views
    1,885

    I honestly think my real problem was the bind...

    I honestly think my real problem was the bind errors, but something in the way the process works when being called from anther form kept those errors from being displayed. I think this because I...
  24. Replies
    12
    Views
    1,885

    It works now - I had a type conversion problem. ...

    It works now - I had a type conversion problem. When Spring hits bind errors, it must just keep going in some cases to bypass the problem.
  25. Replies
    12
    Views
    1,885

    OK, I take that back -- it ALMOST works. When I...

    OK, I take that back -- it ALMOST works. When I hit submit on the form, instead of calling onSubmit, the referenceData function runs. If I can't figure out a work around for that one, I'll post...
Results 1 to 25 of 48
Page 1 of 2 1 2