Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Question on listener callback ordering during retry processing

    Hi All,

    Is it correct to assume that beforeChunk and afterChunk will always be called during retry processing?

    Also, just want to confirm that if an exception is raised during write, than...
  2. Replies
    49
    Views
    40,054

    Christian, Just pulled down 2.3.3.M2 and the...

    Christian,

    Just pulled down 2.3.3.M2 and the problem still there. Will try to install into a clean workspace. And check back.



    eclipse.buildId=2.3.3.201007151000-M2
    java.version=1.6.0_20...
  3. Replies
    49
    Views
    40,054

    Here is one of the info from error view ...

    Here is one of the info from error view



    eclipse.buildId=I20100608-0911
    java.version=1.6.0_20
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US
    Framework...
  4. Replies
    49
    Views
    40,054

    sts bundlor builder?

    Hi,

    I managed to install sts into 3.6 following instructions pointed from the blog.

    All is working great so far (including an update today).

    One issue that I constantly see is:
  5. With Lists you should try @Resource. @Autowired...

    With Lists you should try @Resource. @Autowired has issues with generified lists.
  6. Replies
    0
    Views
    569

    Dynamically adding listeners to the job

    This might sound a bit silly - but is there a way to cleanly add/remove extra JobExecutionListeners to the job programmatically?

    My use case is such:

    OSGi dm-server. Bundle A - bunch of SI...
  7. Sorry, misread your original query. I would...

    Sorry, misread your original query.

    I would say it depends :)...

    With OSGi you have to be careful with class space. So if there are any types in the headers or payload that might be specific...
  8. Replies
    4
    Views
    2,222

    Not sure if that will work for you, but try...

    Not sure if that will work for you, but try adding


    Import-Template: *;version="0"

    Have not tested that, but it "should" resolve to the highest version and get rid of the warnings.
  9. Replies
    4
    Views
    2,222

    You add a Import-Template that add a version to...

    You add a Import-Template that add a version to packages with warnings.
    You can't disable warnings otherwise.

    http://static.springsource.org/s2-bundlor/1.0.x/user-guide/html/ch05s02.html
  10. If there is a bean with "errorChannel"...

    If there is a bean with "errorChannel" (IntegrationContextUtils.ERROR_CHANNEL_BEAN_NAME) name defined in context, default error channel will not be created.
  11. I think "_" is a tough choice - I have seen it...

    I think "_" is a tough choice - I have seen it used to designate "internal" header attributes previously.

    Maybe "_si_" - this should be unique enough me thinks.
  12. Created :...

    Created : http://jira.springframework.org/browse/INT-1082
  13. Replies
    17
    Views
    4,414

    I did not get a chance to debug through the...

    I did not get a chance to debug through the logging code. I noticed that you are logging at the "error" level. dm-server root logger is at the warn level that is the reason I saw log output in the...
  14. SPeL error when using @Header with any common headers

    Hi,

    SI 2.0.0.M3. Tried to set-up transformer with



    @Transformer
    public Resource transform(Object payload,
    @Header(value = FileHeaders.FILENAME, required...
  15. I should have mentioned that this is on 2.0.0.M3....

    I should have mentioned that this is on 2.0.0.M3.

    Just to be sure I understand this whole thing properly:

    Gateway will create a temporary "replyMessageCorrelator" with the default replyChannel...
  16. Hi Oleg, Tried that already (bottom of the...

    Hi Oleg,

    Tried that already (bottom of the original post).

    Get this exception:



    Caused by: java.lang.IllegalStateException: Bridge handler requires an output channel
    at...
  17. Replies
    17
    Views
    4,414

    Ok, you right :). This is what I did in...

    Ok, you right :).

    This is what I did in logback.xml:


    <logger level="DEBUG" additivity="false" name="com.log.test">
    <appender-ref ref="STDOUT"/>
    <appender-ref...
  18. Gateway with splitter/aggregator downstream configuration

    Hi,

    I have the following set-up:



    <si:channel id="receiveChannel"/>
    <si:channel id="replyChannel"/>

    <si:gateway id="gateway" service-interface="...Gateway"
  19. Replies
    17
    Views
    4,414

    I think you should place your logback.xml into...

    I think you should place your logback.xml into src/main/resources.

    You have at the top of the maven project and it will never get included in the jar that maven generates.

    Give that a try.
  20. Replies
    17
    Views
    4,414

    Have you tried modifying serviceability.xml? Is...

    Have you tried modifying serviceability.xml? Is there some reason why you don't want to do it?

    You can package your logback.xml in the root of your bundle and com.springsource.osgi.medic code...
  21. What was the branch that 2.0.1 is based on in...

    What was the branch that 2.0.1 is based on in git? master or 2.0.x?

    We needed to add few features that depend on kernel to the code and would like to port those with update.
  22. Replies
    3
    Views
    782

    How about this:

    How about this:



    <bean id="broker" class="org.apache.activemq.xbean.XBeanBrokerService">
    <property name="transportConnectorURIs">
    <list>
    ...
  23. Replies
    3
    Views
    782

    With OSGi and activemq config, I found that using...

    With OSGi and activemq config, I found that using ActiveMQ schema causes more issues than benefit.
    I believe it is using XBean, and xbean is trying to be a classloader when it grows up and does...
  24. Replies
    1
    Views
    527

    What do you mean by "simple web app"? Did you...

    What do you mean by "simple web app"?
    Did you create manifest.mf with imports necessary?

    i.e....
  25. Thread: Logging in War

    by dsklyut
    Replies
    1
    Views
    516

    You will need to add Import-Package headers to...

    You will need to add Import-Package headers to you MANIFEST.MF



    Import-Package: org.slf4j


    Make sure that logback, and slf4j are not included in WEB-INF/lib. Those libraries will be...
Results 1 to 25 of 229
Page 1 of 10 1 2 3 4