Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal spring boot bug if wildfly libs is used #7908

Closed
tbw777 opened this issue Jan 8, 2017 · 2 comments
Closed

Internal spring boot bug if wildfly libs is used #7908

tbw777 opened this issue Jan 8, 2017 · 2 comments
Labels
status: duplicate A duplicate of another issue

Comments

@tbw777
Copy link

tbw777 commented Jan 8, 2017

Then spring boot used (without any spring annotations) as dependency for wildfly (10.1) client package project i get this message:

WARN: AMQ212052: Packet PACKET(SessionBindingQueryResponseMessage_V2)[type=-8, channelID=13, packetObject=SessionBindingQueryResponseMessage_V2, exists=true, queueNames=[jms.queue.testQueue], autoCreateJmsQueues=false] was answered out of sequence due to a previous server timeout and it's being ignored
java.lang.Exception: trace

To reproduce this bug (use archive test2.7z.zip from https://developer.jboss.org/message/967227#967227):

  1. copy wildfly standalone-full.xml to wildfly (10.1) config dir (plus server.keystore in this directory too)
  2. copy Server.ejb to wildfly deploy dir
  3. start wildfly (standalone.bat -c standalone-full.xml)
  4. run: maven clean compile packege exec:exec
    result: no exceptrions, jms is work (spam on console)
  5. Then uncomment pom.xml at for lines 15-19 (for enable spring boot dependency), rebuild project and you can see errors at work
org.springframework.boot spring-boot-starter-parent 1.4.2.RELEASE

With 1.4.3 problem is actual too.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 8, 2017
@snicoll
Copy link
Member

snicoll commented Jan 8, 2017

There is no need to cross-post the thread you've opened in the JBoss forum. It looks like that Spring Boot might bring dependency management for something that doesn't work for you but since you're not using it, I don't really know what we can do for you.

@snicoll snicoll closed this as completed Jan 8, 2017
@snicoll snicoll added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 8, 2017
@tbw777
Copy link
Author

tbw777 commented Jan 8, 2017

This is test case.
I'm using spring, but this bug is blocking capabilities for using.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants