Simples Assim

Posts Tagged ‘JBossESB

Bugs in JBossESB 4.7

with 2 comments

Written by Fernando Ribeiro

December 22, 2009 at 8:33 am

Posted in Software

Tagged with

Custom Actions for JBossESB

leave a comment »

Written by Fernando Ribeiro

December 18, 2009 at 6:23 pm

Posted in Software

Tagged with ,

JBossESB in Maven

leave a comment »

Written by Fernando Ribeiro

December 18, 2009 at 3:42 pm

Posted in Software

Tagged with ,

Improvement to JBossESB 4.7

leave a comment »

It still misses support for XQuery.

https://jira.jboss.org/jira/browse/JBESB-3074 (vote for it!)

Written by Fernando Ribeiro

December 18, 2009 at 3:37 pm

Posted in Software

Tagged with ,

Error Message in JBossESB 4.6

with 4 comments

If you get the java.lang.RuntimeException: org.jboss.soa.esb.ConfigurationException: Service '<Category>:<Name>' does not define a Message-Aware (is-gateway='false') nor InVm Listener message, you might want to change the jboss-esb.xml file:

<service ... inVmScope="GLOBAL">
  ...
</service>

As per page 58 of the Programmers Guide, [the ServiceInvoker class] only works with native ESB Messages [or in-VM].

You may also change the default for the invmScope attribute in the <Install Dir>/server/default/deploy/jbossesb.sar/jbossesb-properties.xml file:

<esb ...>
  <properties>
    <property name="jboss.esb.invm.scope.fault" value="GLOBAL" />
  </properties>
</esb>

Written by Fernando Ribeiro

December 9, 2009 at 1:12 pm

Posted in Software

Tagged with

Embedded Jopr Warning in JBossESB 4.6

with one comment

The Unable to complete base jmx server discovery - cause (enable DEBUG to see stack trace): java.lang.UnsupportedOperationException: No native library available - Cannot get the process table information without native support warning occurs because Embedded Jopr 1.1 ships without the SIGAR library, as noted here.

I will ask around if/how it can be installed manually.

Written by Fernando Ribeiro

November 29, 2009 at 1:57 pm

Posted in Software

Tagged with ,

Embedded Jopr Plugin Container Logs in JBossESB 4.6

leave a comment »

You may want to increase the log level of org.rhq.core.pc.inventory category.AvailabilityExecutor to INFO:

<category name="org.rhq.core.pc.inventory.AvailabilityExecutor">
    <priority value="INFO" />
</category>

Written by Fernando Ribeiro

November 24, 2009 at 1:12 pm

Posted in Software

Tagged with ,

Recommended Memory Settings for JBoss Administration Console in JBossESB 4.6

leave a comment »

-Xms128m -Xmx512m -XX:PermSize=200m -XX:MaxPermSize=500m

(as per page 7 of the Getting Started Guide)

Written by Fernando Ribeiro

November 13, 2009 at 3:23 pm

Posted in Software

Tagged with

Issue with Chunked Encoding in JBossESB 4.6

leave a comment »

Many platforms don’t support HTTP 1.1′s chunked encoding, used by default in JBossWS 3.0.1, including Protheus 8.

http://n2.nabble.com/JBossWS-Disabling-Transfer-Encoding-chunked-in-a-client-td2977363.html

In JBossESB 4.6, the directory is <Install Dir>/server/default/deploy/jbossws.sar/META-INF.

As per section 4.4 of RFC 2616:

For compatibility with HTTP/1.0 applications, HTTP/1.1 requests containing a message-body MUST include a valid Content-Length header  field unless the server is known to be HTTP/1.1 compliant. If a request contains a message-body and a Content-Length is not given,  the server SHOULD respond with 400 (bad request) if it cannot determine the length of the message, or with 411 (length required) if  it wishes to insist on receiving a valid Content-Length.

Instead, Protheus 8 fails with the cryptic WEBSERVICE ERROR : XMLParser Error : Build <Build Number> XML Internal Error message.

Written by Fernando Ribeiro

November 4, 2009 at 6:07 pm

Posted in Software

Tagged with

Embedded Jopr Version in JBossESB

leave a comment »

Written by Fernando Ribeiro

November 3, 2009 at 4:40 pm

Posted in Software

Tagged with ,

Follow

Get every new post delivered to your Inbox.

Join 784 other followers