Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    21
    Views
    4,664

    Hi, I'm having the same problem with STS...

    Hi,

    I'm having the same problem with STS opening without prompting to me to select the workspace. The workspace it keeps opening seems to be the default one that is created in My...
  2. Replies
    3
    Views
    3,688

    Thanks for replying Marten. :) Apologies for...

    Thanks for replying Marten. :)

    Apologies for not specifying in my test code that it is setup for transactions. It actually should be extending AbstractTransactionalJUnit4SpringContextTests.
    ...
  3. Replies
    3
    Views
    3,688

    Issue Using H2 In-memory Database for Tests

    I'm running into some strange issues trying to run my integration tests using an in-memory H2 database. I'm on spring 3.0.1 using the <jdbc:embedded-database> tag to declare my database. I've...
  4. Replies
    0
    Views
    2,391

    XA Transactions

    Hello,

    We are having some Oracle XA issues running on WebSphere 6.1 using Spring 2.0.5. The reason for us using XA is because we have the need to access multiple datasources within one...
  5. Replies
    2
    Views
    1,032

    No, that wouldn't work because there's no hook...

    No, that wouldn't work because there's no hook back into Acegi to change the authorities on the Authentication object so that when the FilterSecurityInterceptor or AuthorizeTag attempts the...
  6. Replies
    2
    Views
    1,032

    Dynamic Authorities

    One of the requirements that I have for a system that I am working on is to dynamically change a user's GrantedAuthorities at runtime.

    My UserDetailsService builds my UserDetails object from a...
  7. Replies
    1
    Views
    846

    Missing method in ReflectionUtils?

    Was there a reason why a method wasn't included in the ReflectionUtils class to get all of the declared fields for a particular class and all super classes? There is a method to get all of the...
  8. Replies
    1
    Views
    1,406

    How about using something like this? ...

    How about using something like this?



    SELECT * FROM ARTICLE WHERE TITLE LIKE '%' || :title || '%'
  9. Replies
    3
    Views
    1,336

    Thomas, That's what I was afraid you'd say :(....

    Thomas,

    That's what I was afraid you'd say :(. Since I work for a large company and have to comply with company standards, switching the drivers right now is not an option that I can take.

    I...
  10. Replies
    3
    Views
    1,336

    Invalid Column Type with Named Parameter

    Hi,

    We are in an environment where we are locked in with using Oracle 9i. We are using the Spring 2.0 Named Parameter functionality for all of our queries. However, we just now ran into a case...
  11. Replies
    4
    Views
    6,969

    Hi, If you are still having problems, use the...

    Hi,

    If you are still having problems, use the Oracle 10g driver. We were having the same problem with the 9i driver and after upgrading to 10g it worked.

    -Ben
  12. Replies
    6
    Views
    5,235

    jh, Thanks for the reply! One question, how...

    jh,

    Thanks for the reply! One question, how do you setup your spring configuration to use your custom filter?

    -Ben
  13. Replies
    6
    Views
    5,235

    Single Sign On

    Hi,

    I'm wondering if it would be feasible to use Acegi Security in the following situation. I'm developing a web application using Spring, Struts, and Tiles. My company uses an enterprise wide...
  14. Check out this thread...

    Check out this thread I posted a few days ago.

    Is this similar to what you are looking for?

    -Ben
  15. Replies
    4
    Views
    3,624

    Thanks for your help Thomas, it's working now! ...

    Thanks for your help Thomas, it's working now!

    -Ben
  16. Replies
    4
    Views
    3,624

    Sure, I can give it a shot. This is...

    Sure, I can give it a shot.

    This is basically what my code does:


    public class NamedParameterTest extends NamedParameterJdbcDaoSupport {

    public String createTestQuery() {
    ...
  17. Replies
    4
    Views
    3,624

    Named Parameter with SQL "IN" Condition

    Hi,

    I'm working with Spring 2.0 M5 JDBC, in particular the NamedParameterJdbcTemplate, and I'm having some difficulty retrieving data back using an IN condition in my SQL statement.

    Say I have...
Results 1 to 17 of 17