Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,393

    You're probably right

    I think it may have been a bad installation. I had to do 3 or 4 tries before i was able to get my installs to the point where certain things would work.

    The only thing I didn't do on my last...
  2. Replies
    46
    Views
    10,158

    Same issue here.

    Here's what i've done:

    Download STS zip file from here http://download.springsource.com/release/STS/2.5.2/dist/e3.6/springsource-tool-suite-2.5.2.RELEASE-e3.6.1-win32-x86_64.zip

    By the way, the...
  3. Replies
    2
    Views
    1,393

    STS 2.5.2 Crashes when switching workspaces

    I'm running STS 2.5.2 64bit on Windows 7 64bit. I have only installed the Subversive plug-in (with connectors) and the Groovy-Eclipse feature.

    Every time i try to switch my workspace from one to...
  4. Replies
    3
    Views
    1,280

    Dan, I had already read that page, however it...

    Dan,
    I had already read that page, however it doesn't mention anything regarding the conflict between using the Oracle Proxy and the High Concurrency datasource. I say that there is a conflict...
  5. Replies
    3
    Views
    1,280

    Simple Connection Pool Question

    According to the documentation, in order to use the "High-Concurrency JDBC Datasource" you're supposed to use the default factory:

    org.apache.tomcat.jdbc.pool.DataSourceFactory

    However, I...
  6. Thread: WorkManager

    by BStopp
    Replies
    0
    Views
    1,036

    WorkManager

    I wasn't really sure where to put this, so I figured this was the best place.

    I'm working on building some async/threaded work in a JEE environment. One of my coworkers has already implmented...
  7. Replies
    2
    Views
    900

    Ok, that's kind of what i was figuring. So my...

    Ok, that's kind of what i was figuring. So my next question is:

    Is there ever going to be a way to override each of the filter definitions and still use the <http> namespacing?

    I think there...
  8. Replies
    2
    Views
    900

    FilterChainProxy and Ordered

    I know that if you use the <http> element in the Security namespace, the resulting FilterChainProxy will honor the configured order of the plugged in Filter(s).

    However, i defined a...
  9. Replies
    2
    Views
    1,899

    Unfortunately, I'm using 1.2.x, which doesn't...

    Unfortunately, I'm using 1.2.x, which doesn't have a src.zip file in the spring-w/dependencies jar. But thank you for the info.

    -B
  10. Replies
    2
    Views
    1,899

    Mock/Test Sources?

    I was wondering.. why isn't the source included for the spring-mock jar file? I'm looking for the org.springframework.test package specifically, but i noticed that neither the ...mock or ...test...
  11. Replies
    0
    Views
    658

    Refresh RefreshableApplicationContext

    I have a need to refresh my ApplicationContext whenever a file on the system has changed, or at some arbitrary time.

    I was wondering what is the best way (method/design) of going about invoking...
  12. Replies
    4
    Views
    17,471

    Unfortunately...

    We're using DB2.

    There is actually, (imo) valid reason for partitioning of tables: Customer A's data can't coexist with Customer B's data. All customers have rights to Application-X which accesses...
  13. Replies
    4
    Views
    17,471

    Dynamic-runtime Hibernate schema change

    Hopefully this post makes sense and someone can assist me. I have also posted this in the Hibernate User's forum as it is specifically a Hibernate question, however I'm attempting to use Spring's...
  14. Replies
    4
    Views
    1,291

    Thanks...

    for the quick response, it makes perfect sense.

    Is there a timeline for the project to reach 2.0?

    -B
  15. Replies
    4
    Views
    1,223

    Relative vs. Absolute

    You can define the DefaultTargetUrl to be a relative URL ("/home.html") or an absoluteUrl ("http://www.mysite.com/mysite/home.html").

    If your system is redirecting to the /deployedcode/ URL, as...
  16. Replies
    4
    Views
    1,291

    Acegi's Spring Dependencies

    Version 1.0.4 of the Acegi pom defined the Spring version dependency as 2.0.4. This latest release of Acegi (1.0.5) reverted the Spring dependencies to the 1.2.x line.

    Why the...
  17. Replies
    2
    Views
    781

    Read only Property not enforced?

    I've defined several transaction attributes in my Spring file:



    <property name="transactionAttributes">
    <props>
    <prop key="search*">PROPAGATION_REQUIRED,readOnly</prop>
    <prop...
  18. Replies
    4
    Views
    1,147

    Well i did end up finding it in the API for...

    Well i did end up finding it in the API for 1.2.X. As for why it's not referenced via SessionFactoryUtils.getSession(....), I think I have a plausable explination for that as well:

    It's a static...
  19. Replies
    4
    Views
    1,147

    Docs & API not matching up.

    I'm reading up on the DAO transactional support mechanisms that Spring offers, and I came across what appears to be an error. According to this page:...
Results 1 to 19 of 19