Search:

Type: Posts; User: rodney.gallart; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    910

    Thanks!!, it works great. Regards. Rodney

    Thanks!!, it works great.

    Regards. Rodney
  2. Replies
    2
    Views
    910

    Explorer refresh (F5) issue

    Hi:

    In a view-state of a flow when press F5 and the page will be refresh the url get called again and if that url is the result of a previous event (from a previous state) the flow get crash...
  3. Thanks it works Rodney

    Thanks it works

    Rodney
  4. Using an http request parameter from a FormAction class

    hi:

    How can i get a value or an http request parameter from a FormAction class method, in a phonebook example there is a solution in the sub flow definition using the attribute-mapper tag, but i...
  5. Problem with jasper reports integration

    hi

    doing a example that use the jasper integration i get the following error

    org.springframework.context.ApplicationContextException: Could not parse JasperReports report for URL...
  6. Replies
    3
    Views
    1,226

    Thanks, it works pretty good now, great work ...

    Thanks, it works pretty good now, great work

    Regards Rodney
  7. Replies
    3
    Views
    1,226

    Error running phonebook example

    Hi:

    I runing the phonebook example in the preview3 and get the following error:

    org.springframework.beans.NotReadablePropertyException: Invalid
    property 'sourceEvent.parameters.id' of bean...
  8. Sorry, but i don't understand your post, i'm...

    Sorry, but i don't understand your post, i'm relatively new with spring, if you can post a small example to illustrate that will be very useful.

    Regards. Rodney
  9. Same problem

    Hi, i have the same problem in our application we want to run a repetitive task and inside this task accessing via facade interface a method that load (using DAO) an object with a lazy list, we are...
  10. Ben, I also have dudes about tha idea but maybe...

    Ben, I also have dudes about tha idea but maybe makes sense i the context of define new roles at runtime from existing actions, here i put the code that i wrote yesterday implementing the...
  11. Replies
    8
    Views
    4,256

    Rob, We are using the functionality that you...

    Rob,

    We are using the functionality that you said about the detection of implementation of JRDataSource in the model, that's great, now i'm going to find the Spring JIRA and post the code (an...
  12. Replies
    7
    Views
    2,280

    ok, i'm going to check it Thanks

    ok, i'm going to check it

    Thanks
  13. Replies
    7
    Views
    2,280

    cam is a utility instance created by us to...

    cam is a utility instance created by us to managing uploaded files, here i put the code and maybe help to you a little, in the class exists another methods to process a specific kind o files usin in...
  14. Replies
    8
    Views
    4,256

    Ok Rob, is a pleasure contribute Spring, the idea...

    Ok Rob, is a pleasure contribute Spring, the idea is using a Controller that extends SimpleFormController that show
    a View with the necessary parameters to run the report (there is one view for all...
  15. About User - Role - Action security implementation from DB

    Hi all

    I have a project with a security idea like that (all from database that can be modified at runtime)

    User -> List of roles

    Role -> List of actions (Each action have a url)

    Then each...
  16. Replies
    8
    Views
    4,256

    Thanks Omar, it works perfectly Regards Rodney

    Thanks Omar, it works perfectly

    Regards Rodney
  17. Replies
    8
    Views
    4,256

    Sorry, we just forget to put the line in the...

    Sorry, we just forget to put the line in the second code in the topic we send that set the url of the view object the error ocurs with this line included, the first approach is a good solution but us...
  18. Replies
    8
    Views
    4,256

    Problem with Jasper Reports support

    Hi,

    We have a problem developing a example to use the view classes that spring have to handle Jasper Reports, we read the documentation on version 1.1.3 and with that our example run without...
  19. Replies
    7
    Views
    2,280

    Erwin i'm testing outside the application the...

    Erwin i'm testing outside the application the uploading capabilities when it orks then i'm going to integrate it to the workflow that we talk yesterday, i will be preciated if you send me the example...
  20. Replies
    7
    Views
    2,280

    I define a multipartresolver in servlet config...

    I define a multipartresolver in servlet config like you post, even i check the byte array in validator and have the file's bytes inside, the problem is when the controller try to show again the view ...
  21. Replies
    7
    Views
    2,280

    Problems uploading a file

    I have some problem that maybe is very simple the solution, i'm building a example of uploading a file using the spring file uploading capabilities, i create a Controller that extends...
  22. Finally it works

    The problem was the type of the table i configure all to use InnoDB and the test works perfectly.

    Thanks sjivan
    Rodney
  23. Code

    public void testCanSaveUpdateObjectWithSameLogin() {
    userDao = (UserDao) applicationContext.getBean("userDao");
    User usr = new User();
    FillUserObject(usr, null);
    ...
  24. Example of test

    Here i put a test code that make that issue, but now i going to check about the table type "InnoDB" in mySQL to have transactional capabilities, maybe this is the problem, later i post again the...
  25. Problem using hibernate and unit testing

    Reading this forum and documentations i use AbstractTransactionalSpringContextTests to implement dao unit testing
    hoping that the test didn't modify the database, this work perfectly in many cases,...
Results 1 to 25 of 25