Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Remoting between different web apps on same tomcat?

    We have an application split acrosss two Tomcat contexts (2 web apps), but need to make a lightweight service call from one to the other.

    What's the recommended way to do this? Ideally I'd like...
  2. Performant, maintainable acceptance tests?

    Hi,

    We're trying to figure out the best way to set up our acceptance tests.

    We currently install the product (Laszlo gui with Spring/Hibernate backend running on Tomcat) on a remote machine,...
  3. Replies
    1
    Views
    869

    Multiple Hibernate access to same db

    I am trying to understand how to safely allow multiple Spring/Hibernate instances to access the same database.

    We are running acceptance tests against an installation of our system, which runs...
  4. Replies
    3
    Views
    1,375

    yep, could do that - but don't really want to...

    yep, could do that - but don't really want to change all the proxying, just to allow us access to this class in the test.

    That's why I was talking about "hacks" :-)
  5. Replies
    3
    Views
    1,375

    Any hack to cast proxy to class?

    Does anyone know of a way to cast a JdkDynamicAOPProxy to the class it is proxying?

    I know, I know - use CGLIB. But this is just for a test, and we're using autoproxying.

    Is there ANY way to...
  6. Replies
    1
    Views
    944

    For anyone interested, I was going about it the...

    For anyone interested, I was going about it the wrong way. Realised I could set multiple config locations for a single mapping, AS LONG AS THE BEAN DEFINITIONS DON'T COLLIDE (last one wins).

    So...
  7. Replies
    1
    Views
    944

    Multiple dispatch servlets for components

    Hi,

    We have a componentized system whereby we can include one or more web component. Each component will have its ui pages, along with a component-servlet.xml.

    However, when I try and include...
  8. Replies
    4
    Views
    4,895

    actually, that's why I asked for an "unbiased...

    actually, that's why I asked for an "unbiased investigation and comparison"!!!

    There are lots of rants out there on both sides - I'm looking for something to help me accurately evaluate Rails vs...
  9. Replies
    4
    Views
    4,895

    Ruby On Rails? Dare I ask?

    Hi,

    Has anyone done an unbiased investigation and comparison between Ruby on Rails and Spring?

    From the little I know of Rails, it is pretty impressive for rapid development. Some are claiming...
  10. this link doesn't work!!

    this link doesn't work!!
  11. Methods called from within same class not intercepted

    Hi,

    Is it possible to intercept a method which is called from in a method within the same class?

    I have a TransactionInterceptor which intercepts a couple of methods in the same class, which...
  12. Sessions and programmatic use of HibernateTransactionManager

    Hi,

    I am somewhat new to transactions in Spring/Hibernate, and would really appreciate some help. We are using Firebird and Hibernate, and due to custom isolation levels in Firebird, I need to...
  13. Specifying non-standard (Firebird) Isolation level?

    Hi,

    It turns out that Firebird only supports READ_COMMITTED, and has it's own other isolation levels.

    Is it possible to specify these? I could only find the standard ones, and no way to extend...
  14. Replies
    4
    Views
    1,216

    Ok - found the problem!! We're using Firebird,...

    Ok - found the problem!!

    We're using Firebird, which has it's own non-standard Isolation levels (why?!!!).

    It has one which is roughly equivalent, but anyone know how to set a non-standard...
  15. Replies
    4
    Views
    1,216

    I have created a test case to replicate this - I...

    I have created a test case to replicate this - I create 2 threads which call the same method, that's supposed to be using ISOLATION_SERIALIZABLE.

    I seeing 2 transactions and Hibernate Sessions...
  16. Replies
    4
    Views
    1,216

    The threads get spawned off via a Message Queue. ...

    The threads get spawned off via a Message Queue. I didn't know they could share a transaction (though I'm relatively new to all this), so I believe they have they own Hibernate Session and own...
  17. Replies
    3
    Views
    1,915

    This is not quite what we're doing...do you have...

    This is not quite what we're doing...do you have any comments on my other post that explains our situation more fully? I would be grateful...!
    ...
  18. Replies
    3
    Views
    1,915

    Hi, Am seeing a similar thing - did you manage...

    Hi,

    Am seeing a similar thing - did you manage to solve this?

    cheers,

    David
  19. Replies
    4
    Views
    1,216

    Isolation/Locking help required

    Hi,

    We have a "job" that is split into multiple chunks, each on a different thread, each of which does some work and then updates some Hibernate objects (which are then saved).

    I'm trying to...
  20. Hi, The error we get is: [junit] 13870...

    Hi,

    The error we get is:

    [junit] 13870 [main] ERROR org.hibernate.event.def.AbstractFlushingEventList
    ener - Could not synchronize database state with session
    [junit]...
  21. Spring, Hibernate & DBUnit incompatibilities?

    Hi,

    We're using Spring & Hibernate, and trying to use Spring's autowire tests with DBUnit for our integration tests.

    However, we are having such problems that our only solution seems to be to...
  22. Replies
    5
    Views
    2,007

    Not yet! Any ideas? cheers, David

    Not yet!

    Any ideas?

    cheers,

    David
  23. Replies
    3
    Views
    1,169

    Hi Alef, Thanks for the tip. Just to...

    Hi Alef,

    Thanks for the tip.

    Just to clarify what you meant by the Helper bean - is that what will be autowired?

    cheers,

    David
  24. Replies
    3
    Views
    1,169

    Springifying a Servlet loaded at startup

    Hi,

    I'm loading a servlet at startup which needs to have access to the applicationContext.xml.

    I'm sure I'm missing something very simple, but what's the best way to do this?

    Cheers,

    David
  25. Replies
    9
    Views
    1,905

    Hi, Yeah, we could. It just seems ugly to...

    Hi,

    Yeah, we could.

    It just seems ugly to me, and breaks the encapsulation of the webapp.

    cheers,

    David
Results 1 to 25 of 59
Page 1 of 3 1 2 3