• Does JBossSerialization support HttpServlet Request & Repons

    I have worked late last year on a project to "offload" web browser and system capabilities detection to a separate EJB. On the same local machine as my JSP running (Tomcat, Jasper) it worked fine since running within ...
    Profile Photo
    last modified by bobsinm
  • StackOverflowError during passivate of SFSB

    On my JBoss 5.1.0.GA passivation of an SFSB ends up with an StackOverflowError.   Is there any way to get a detailed info which object causes the trouble?   Caused by: java.lang.StackOverflowError  &...
    Profile Photo
    last modified by didi1976
  • OutOfMemoryError

    Hi, I get the following exception when serializing/deserializing an object of type: javax.management.openmbean.OpenType, Type: java.lang.OutOfMemoryError Message: Java heap space Stack trace: at java.lang.Abstrac...
    Profile Photo
    last modified by lawc
  • Is JBoss using JBoss Serialization by default?

    Hi   This may be a stupid question but... we're using JBoss 4.0.5, is it using JBoss Serialization by default?   If so:   1. Is there something we could use/do to speed things up (serialized objects ...
    Profile Photo
    created by benoitx
  • ConcurrentModificationException in writeSlotWithMethod

    Hello,   We have an application which runs in multiple nodes, they all connect to servers which are distributed amongst these nodes. Sometimes, around 20% of the time or less, we get a ConcurrentModificationExce...
    Profile Photo
    created by solyaris
  • Mavenization status

    I managed to make everything compiles and JAR created, but am seeing test failures. It seems like the Jrunit configuration in pom.xml is incorrect. I disabled all tests temporarily in pom.xml. To run tests, you can ru...
    Profile Photo
    last modified by trustin
  • JBossSerialization marshaller/unmarshaller in JBossMarshalli

    I'm starting to work on a marshaller/unmarshaller in the JBossMarshalling project that uses JBossSerialization, so I'm creating this thread for issues that come up. In some cases it looks like we may request changes t...
    Profile Photo
    last modified by ron_sigal
  • Using customized RMI socket factory with JBOSSSerialization

    Hello all, We are trying to imrove RMI performance in one client-server RMI application. we customized RMI socket factory (client and server), which uses customized Socket and ServerSocket, which use JBOSSObjectInput...
    Profile Photo
    last modified by yaishb
  • Thread started regarding a common marshalling framework

    See http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168874 for the main thread.
    Profile Photo
    created by dmlloyd
  • jboss serialization performance

    Hi, Im having real problems with the performance of standard java serialization. I need to turn fairly large and complex objects in to an on-the-wire format using a (fairly) transparent mechanism (e.g: java serializa...
    Profile Photo
    last modified by irvingd
  • How does JBoss Serialization handle large object graphs?

    There is a very long-standing bug in Java serialization where it is prone to stack overflow errors when serializing large object graphs, see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4152790 for the bug. I'm...
    Profile Photo
    created by sanity
  • JBOSS Serialization & other JBOSS projects

    Hi, do JBOSS EJB and JBOSS Mbean Server use JBOSS Serialization by default ? thanks Ivan
    Profile Photo
    last modified by rododendro
  • jboss-serialisation on 4.2.0.GA

    Hi, I was wondering if anyone might be able to help me understand why I intermittently see this error: 2008-01-30 19:05:31,749 ERROR [ejb3.cache.simple.SimpleStatefulCache.ReportController] problem passivation thre...
    Profile Photo
    created by pdhaigh
  • Interop sanity check

    We can do this, right? JBossOutputStream on JVM for vendor 1 -> JBossInputStream on JVM for vendor 2 And this holds true regardless of whether the serialVersionUID is specified in code? In other words, JBoss ser...
    Profile Photo
    last modified by dennisbyrne
  • Multithreading

    Hi. We are currently using jboss serialization for a multithreaded server solution. I just ran some performance tests and saw that all my worker-threads were busy and when generating a stacktrace they all are in the ...
    Profile Photo
    created by fredrikj
  • Fail to read a serialized object with jboss serialization

    Hi, I use jboss serialization with jboss cache and I have an IO exception during deserialization. So I try to serialize and deserialize my object directly with jboss serialization and it fails. Here is the stack trac...
    Profile Photo
    created by itchy75
  • Serialization with NIO

    Looking at adapting JBoss Remoting to NIO, and I've encountered a problem with serialization. Ideally, using NIO, a small pool of threads can handle a large number of connections. The amount of time that a server thre...
    Profile Photo
    last modified by dmlloyd
  • JBSER-84 - Improving serialization

    It is possible to avoid duplication of immutable objects... Say if in a object tree, you have the same immutable object twice, we could consider it as a single object. That would save streaming size and possibly CPU ...
    Profile Photo
    last modified by clebert.suconic
  • String compression and performance

    I was just wondering what kind of performance improvements would one expect to see for serializing plain old String objects. I am planning on using JBossCache to cache XML data and it uses JBossSerialization under the...
    Profile Photo
    last modified by jivesociety
  • Debug support for Serialization

    Hello, I'm not sure if this is the right forum for the problem but for some parts is sure is. I'm looking for a way to debug this weird serialization error i'm having (Running JBoss 4.0.4 GA). I've no idea who is wor...
    Profile Photo
    last modified by jjarkko