Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    spring security with smartgwt enterprise

    I read the following post and have followed the instructions
    http://forums.smartclient.com/showthread.php?t=9633&highlight=login

    I think there is a versioning issue however as smartgwt enterprise comes with spring 2.0 and the above tutorial is for spring security 3.0. The different versions dont appear to play well together and the exception was as follows:
    https://jira.springsource.org/browse/sec-1397

    My question is whether it is fairly straightforward to upgrade Smartgwt enterprise to use spring 3.0? Or would it be better to downgrade spring security to 2.0.

    Thanks

    #2
    SmartGWT only uses Spring at all in certain limited circumstances, eg DMI with lookupStyle "spring". It should be fine to just move to 3.0, please let us know if this causes issues.

    Comment


      #3
      getting a database connection object

      Hi,

      It works with Spring 3.0.

      I have a stored procedure that needs to be called and right now I am creating a new connection object and running a sql query to do the validation. Is there a way to get the connection from the SmartGWT EE connection pool?

      Thanks

      Comment


        #4
        Not yet possible, but this feature is planned along with some other transaction-related enhancements (sorry, no ETA).

        Comment

        Working...
        X