Results 1 to 2 of 2

Thread: Problem registering bean

  1. #1

    Default Problem registering bean

    Hello I've been trying to automate the process of bean registering with Axis TypeMappings. Well, I run my cliend code using the default JaxRpcPortProxyFactoryBean and all the client stubs/proxies and it runs ok.

    Well running using an exetension of that class and registering my beans with no client stubs throws an error: {http://xml.apache.org/axis/}stackTrace:java.io.IOException: No serializer found for class com.way.cplus.model.persistence.assinante.Assinant e in registry org.apache.axis.encoding.TypeMappingDelegate@2803d 5

    It's strange since I do register my bean...

    Any clues where can I look for errors?

    Regards

    Vinicius

  2. #2
    Join Date
    Nov 2005
    Location
    Chicago
    Posts
    122

    Default

    What is this "extension"? Also, can you show how you are registering the type mappings?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •