Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. I would like to see that too.

    I would like to see that too.
  2. Fixed it. The problem was that an exeception was...

    Fixed it. The problem was that an exeception was thrown inside of the service. The service was available but in a stale state. I recommend to always look into the...
  3. org.springframework.osgi.service.ServiceUnavailabl eException of available service

    Hi, i am using Spring DM 2.0.0 M1 and i get a weird error telling me that a service is not available: org.springframework.osgi.service.ServiceUnavailableException

    The thing is that this service...
  4. I found the problem. It was eclipse. It didnt...

    I found the problem. It was eclipse. It didnt pick up the bundle classpath until i had the same path structure inside my bundle and on my filesystem.

    thanks four your help.
  5. It seems like the extender has a problem. i think...

    It seems like the extender has a problem. i think the error occurs inside the extender bundle:




    java.lang.NoClassDefFoundError: org/hibernate/SessionFactory
    at...
  6. I am wondering why the eclipse run dialog can...

    I am wondering why the eclipse run dialog can resolve any dependencies but it fails when i run my projects.

    And i am also having problems when i bundle the spring dm distribution. It seems like...
  7. Now i get the following error: ...

    Now i get the following error:

    java.lang.NoClassDefFoundError: org/hibernate/SessionFactory
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at...
  8. It works when i use the Springframework jars. Not...

    It works when i use the Springframework jars. Not the ones that come with the dynamic modules dist.
  9. java.lang.NoClassDefFoundError: org/springframework/asm/ClassVisitor

    I try to start my eclipse osgi project but i get the following ClassNotFoundException although org.springframework.asm-3.0.0.RC1 is part of the launch configuration:

    Caused by:...
  10. Ok, thought that it would just create an instance...

    Ok, thought that it would just create an instance of the given parameter type and add the attributes to it. Wondering if there is a way to hook into the model/map creation process.

    But thanx for...
  11. @RequestMapping java.lang.IllegalArgumentException

    When i try to replace a parameter of type Model(or ModelMap etc) with a scala class that simply extends the ModelMap class, an "java.lang.IllegalArgumentException: argument type mismatch" that is...
  12. Replies
    2
    Views
    1,306

    No one any suggestions?

    No one any suggestions?
  13. Replies
    2
    Views
    1,306

    Autowired problem when using Scala (Traits)

    hi everyone,
    i am using spring from scala and i am facing a problem when trying to inject a service with a trait/superclass.

    This is my code:

    trait MyServiceHolder{
    var myService:MyService...
  14. Replies
    5
    Views
    859

    Other question: How do you delete data in...

    Other question:

    How do you delete data in heavy threaded applications without the risk to have an inconsitent database?
  15. Replies
    5
    Views
    859

    Thanks for your suggestions but what happens when...

    Thanks for your suggestions but what happens when a user adds an item to an object which parent has been deleted but it itselft not yet?

    You cant be sure that a "isAvaible(object)" before ...
  16. Replies
    5
    Views
    859

    Transaction reduced to a specific Object

    Hi everybody,
    i am building a desktop application that is talking to a spring based server app over the http invoker.

    i have a question about the transaction isolation:
    Is it possible to block...
  17. Replies
    1
    Views
    1,398

    Remote Exception Handling

    Is there a way to register some kind of an exception handler for remote method calls in the client?

    Thats just because i dont want to litter up my client side code.
  18. Forget it, i just had to implement the...

    Forget it, i just had to implement the DisposableBean interface.
  19. Now i want to be informed when a seession scoped...

    Now i want to be informed when a seession scoped bean gets removed. Is there a way to get informed without implementing a httpsession listener?
  20. Thanks cwash5. After adding the...

    Thanks cwash5.

    After adding the <aop:scoped-proxy/>.
    Everything worked well.
  21. Suggestion: Inject HttpSession to RemotingServices

    I had this issue and i read many threads in this forum about the problem. There is no easy and elegant way to access the httpsession from a service. wheter it is a webservice like burlap/hessian or...
  22. Replies
    2
    Views
    829

    Hi, when i use the following code everything...

    Hi,
    when i use the following code everything works:


    public Catalog getRootCatalog() {
    Session session = SessionFactoryUtils.getSession(getSessionFactory(),true);
    Catalog rootCatalog =...
  23. Replies
    2
    Views
    829

    Lazyinitialization

    Hi everybody,
    i want to deliver a objectgraph for my swing app wich is connected over spring http remoting.

    as i dont want to give up the lazy loading performance gains i want to intialize the...
  24. thanks for your suggestions.

    thanks for your suggestions.
  25. I want to store User information on the server,...

    I want to store User information on the server, to avoid sending user informations when doing several remote calls.
Results 1 to 25 of 27
Page 1 of 2 1 2