Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
很多时候,当我使用 JBossESB 时,由于配置问题,某些东西不起作用。在复杂的 ESB 中,问题出在哪里并不明显。我知道我可以使用 system.out 的跟踪,但是有没有办法使用调试来检测这些配置错误?
我没有调试 JBoss 服务器或 JBoss ESB 代码的经验。
最好的办法可能是使用小型服务配置并自由使用 org.jboss.soa.esb.actions.SystemPrintln。
也可以将源代码附加到 JBDS(或 Eclipse,或 Netbeans 等)之类的工具上并以这种方式进行调试。