Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    3,563

    If I'm not mistaken to "upload" the roles from...

    If I'm not mistaken to "upload" the roles from the principal to the session and latter use them in the view with logic you will need this filter


    <filter>
    ...
  2. Replies
    22
    Views
    6,652

    Throw holly water at the machine? LOL! just...

    Throw holly water at the machine? LOL! just kidding... have you try switching the db? to see if you get the same behavior so you can discard the db and blame the driver :) also switching between...
  3. Replies
    4
    Views
    768

    If it's for prototypes and what you only want to...

    If it's for prototypes and what you only want to execute and store things... maybe you just don't need transactions, use autocommit set to true in your datasource and that's it... :rolleyes:
    ...
  4. Replies
    22
    Views
    6,652

    No idea for the Jboss config, I tried to look up...

    No idea for the Jboss config, I tried to look up something in the internet but according to http://wiki.jboss.org/wiki/ConfigDataSources everything is ok :confused:

    Since you are trying... try...
  5. Replies
    2
    Views
    834

    I had a similar problem, but with lists and since...

    I had a similar problem, but with lists and since the merging didn't worked what I did was a work around... Define a factory that merges your maps here's the idea:



    public class...
  6. Replies
    2
    Views
    608

    Hi, use the JdbcDaoImpl provided by...

    Hi, use the JdbcDaoImpl provided by acegisecurity, then you can have your database design as you wish. in my case I have:

    Users Table
    Roles Table
    User_Roles table (many to many)




    ...
  7. Replies
    4
    Views
    768

    ok not shure why you want to open a transaction...

    ok not shure why you want to open a transaction in the view, the point is not to mix tiers. You use the open session in vew to lazzy load things, must of the time, and when you are in an action, I'ld...
  8. Replies
    22
    Views
    6,652

    Silly question, but maybe there's your answer......

    Silly question, but maybe there's your answer... is your datasource transaction enabled?

    Many times we have had the same behabior but it's caused by our datasources being configured without the...
  9. work around...

    Hey bart, here's a work around.
    Instead of extending directly from AbstractJUnit4SpringContextTests, extend from AbstractJUnit4SpringContextTests... Here's my class:

    ...
  10. Replies
    1
    Views
    726

    MappingSql performance issue

    Hi every body, here we go again with some things I found, but haven’t been able to answer to myself.

    A little background to the project I’m working:
    I have N materials and each material has M...
  11. starting a consumer inside activeMQ server...?????

    Hi James, hi to everybody…

    Well now we have our jms producer all set up and we would like to have some kind of daemon to consume the messages ASAP.
    What we have thought of, is to put the...
  12. Replies
    2
    Views
    912

    Indeed...

    That's the way aha aha... :lol:

    Costin, you were right, a single manager is to be used in order to achieve a single transaction over multiple databases....

    This two beans do the job...


    ...
  13. Replies
    2
    Views
    912

    Transaction over Multiple DBM's

    Hi you all,

    I have 3 DBM’s a Microsoft SQL server, an Oracle and an Informix server, I’m using Spring transactions, in order for the database operations to be atomic, all databases...
  14. Far away so close... once again...

    Ok now apparently we manage to get to a configuration that uses transactions, here’s the snippet:

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
    ...
  15. kind of fixed... but not shure if it's ok...

    Hi once again, well as we comment in the last post, we pooled out the BootstrapContextFactoryBean and resourceAdapter beans and ended with something like this:


    <?xml version="1.0"...
  16. Hi James, well as you suggested in your reply we...

    Hi James, well as you suggested in your reply we are trying to use Jencks, and we are following your Message Driven POJOs example, but our configuration is exactly the same as in your examples but we...
  17. Replies
    6
    Views
    1,170

    thanks to every body...

    :D Indeed now that I think again the first solution it would be reinventing the wheel :roll: :lol:, but now, from the blackboard to the byte code, once we have the solution, I'll post it if its any...
  18. how to implement MessageListener to use sessions?

    Hi you all,

    Ok now from the blackboard to the byte code, we are now in the implementation phase for this idea http://forum.springframework.org/showthread.php?t=18182, and this is the big picture:...
  19. Replies
    6
    Views
    1,170

    Is a queue server the right solution?

    Hi you all,

    Here is the deal, in our company (ok I wish it was my company), we are implementing a mobile phone activation system, the main idea is that a client (ivr), talks to an Activation...
  20. FilterSecurityInterceptor roles in more than one row...

    Hi everybody, how are you doing?

    Well, I have my interceptor configured the following way...


    <bean id="filterInvocationInterceptor"...
  21. Replies
    5
    Views
    4,584

    I got the same loop...

    But the thing here is that this is caused because I'm specifying explicitly the .keystore in my tomcat configuration


    <!-- Define a SSL HTTP/1.1 Connector on port 443 -->
    <Connector...
  22. at last but not least...

    We made it work!!!!! :lol:

    Luke we used the force!!!, and you were right!!!

    We added, as Ben suggested (in the other post), in our etc/hosts our server ip mapped to a name foo, the problem is...
  23. and I got to... HTTPS hostname wrong: should be...

    Hi again you all, well now I got to this error


    DEBUG [net.sf.acegisecurity.ui.AbstractProcessingFilter] Authentication request failed: net.sf.acegisecurity.AuthenticationServiceException: HTTPS...
  24. after 6 hours...

    :lol: after 6 hors of googleing and research we got to the same exact conclusion you told us to view :lol:, already done :).

    Aside of what you suggested, we had to add the following to our tomcat...
  25. Hi Matt, thanks for the replay, unfortunatly CAS...

    Hi Matt, thanks for the replay, unfortunatly CAS doesn’t seem to be the problem, as I mention the CAS server is properly configured with a jdbc dao impl to connect to my database, and I’ve tested it...
Results 1 to 25 of 32
Page 1 of 2 1 2