Search:

Type: Posts; User: Colin Yates; Keyword(s):

Page 1 of 20 1 2 3 4

Search: Search took 0.06 seconds.

  1. Thread: A book

    by Colin Yates
    Replies
    5
    Views
    1,026

    A book

    There is one coming out actually from Apress.
  2. Replies
    5
    Views
    1,380

    hibernate 3.2.6 import hql ??

    Hmm, that is odd. I (as others) have successfully managed to utilise Hibernate within the platform.

    If the imports were optional, then that might explain it, but if they are missing completely,...
  3. Replies
    5
    Views
    1,380

    hibernate 3.2.6 import hql ??

    You need to import Hibernate into bundles that:

    - contain types that hibernate will persist
    - bundles that use hibernate
    - (possibly*1) any bundles that reference services that result in...
  4. Replies
    4
    Views
    955

    Booking Sample in Programmer Guide

    If you are using myfaces, then make sure you don't depend on the generic javax.faces API, Import the myfaces library.

    We will hopefully releasing the swf-booking-faces sample converted into a set...
  5. Without being all cryptic and mysterious ;) I...

    Without being all cryptic and mysterious ;) I don't expect anything to happen in the next couple of months, however things should get pretty interesting after that...

    If you want to fix it...
  6. Replies
    14
    Views
    21,276

    Sticky: Without being all cryptic and mysterious ;) I...

    Without being all cryptic and mysterious ;) I don't expect anything to happen in the next couple of months, however things should get pretty interesting after that...
  7. Replies
    14
    Views
    10,371

    The POMs are part of the distribution, and I...

    The POMs are part of the distribution, and I believe they were all correct as of 0.8a.

    The changes in 0.9 are for the most part minor, and the POMs should have been updated.....

    For now,...
  8. It is pretty simple actually, and you have...

    It is pretty simple actually, and you have everything you need in the Spring distro.
    Check out http://static.springframework.org/spring/docs/2.5.x/reference/aop.html#aop-aj-ltw
  9. Replies
    2
    Views
    1,506

    Thanks, This has been reported to the...

    Thanks,

    This has been reported to the appropriate people.
  10. Replies
    14
    Views
    10,371

    There were a number of issues last time, and...

    There were a number of issues last time, and given the demand was pretty small (as far as we could see) we decided not to for this release. If this is *really* important, and enough people shout...
  11. Replies
    3
    Views
    1,287

    Not sure whether this is the problem, but...

    Not sure whether this is the problem, but getSOMETHING isn't actually a JavaBean property...getSomething (note the casing is)...
  12. Replies
    14
    Views
    21,276

    Sticky: Spring Modules 0.9 Released

    Dear Spring Community,

    I am pleased to announce that Spring Modules (SM) 0.9 has been released. Downloads | Docs (Html , PDF) | JavaDocs

    The new version contains many bug fixes and...
  13. Replies
    2
    Views
    2,484

    You might want to post this in the Spring...

    You might want to post this in the Spring *Dynamic* Modules forum :)
  14. Replies
    2
    Views
    1,424

    You might want to post this in the Spring...

    You might want to post this in the Spring *Dynamic* Modules forum :)
  15. Replies
    1
    Views
    1,693

    Have you checked out the documentation on...

    Have you checked out the documentation on springmodules.dev.java.net?

    Also, why not download Spring Modules and have a look at the samples?
  16. Oleg, Spring Modules and Spring Dynamic...

    Oleg,

    Spring Modules and Spring Dynamic Modules are two different projects. Spring Dynamic Modules is related to OSGi, where as Spring Modules are a collection of individual projects that extend...
  17. Replies
    6
    Views
    1,413

    Why not raise this as a JIRA...

    Why not raise this as a JIRA (jira.springframework.org)
  18. Replies
    2
    Views
    1,042

    Good question, Could you please raise this as...

    Good question,

    Could you please raise this as a JIRA (jira.springframework.org).

    Many thanks.
  19. Replies
    16
    Views
    4,830

    If this is an issue with the sample, would you...

    If this is an issue with the sample, would you mind raising this as a JIRA please (jira.springframework.org).

    Thanks.
  20. Replies
    9
    Views
    12,069

    Can you not use a propertyPlaceHolder to...

    Can you not use a propertyPlaceHolder to externalise the timings and then use JMX to refresh the application context?
  21. Replies
    12
    Views
    2,407

    Well that is good to hear :) There is a new...

    Well that is good to hear :)

    There is a new book (which I had nothing to do with) which is much more up to date: http://www.ervacon.com/products/swfbook/index.html
  22. Replies
    12
    Views
    2,407

    An approach I have used in the past is to...

    An approach I have used in the past is to explicitly model the operation. For example, if I have a User domain object (which *doesn't* have a getPassword :)) then I might have a RequestToAddUser...
  23. Your MethodInterceptor should look the same as...

    Your MethodInterceptor should look the same as "YourAdvice", although obviously implementing the MethodInterceptor interface and implementing the invoke method.

    You don't want to change the...
  24. Nope, you are right, it should return an Object,...

    Nope, you are right, it should return an Object, assuming that getByName returns something....

    What problems are you having exactly?
  25. You need to use "around" advice. You define the...

    You need to use "around" advice. You define the advice around the ClassA.getByName() and take a PreceedingJoinPoint.

    Something like the following (no guarantee to work or compile, just thinking...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4