jBoss configuration

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bernard Koninckx

    jBoss configuration

    Hi everybody,

    I have some question about jBoss.

    First
    ------
    If I would configure the data source into bean-side. Wich syntax from the
    bean descriptor have been used ?

    It's the correct syntax ? Or another syntax is more appropriated ?
    <resource-ref>
    ...
    </resource ref>.





    Second question :
    -------------------

    When I launch my client application I have the following messages :

    No property editor for type: class javax.managemen t.ObjectName, setting
    value to null rather than jboss.tm:servic e=TransactionMa nagerService
    No property editor for type: class javax.managemen t.ObjectName, setting
    value to null rather than jboss.remoting: service=Interce ptorAdapter
    No property editor for type: class javax.managemen t.ObjectName, setting
    value to null rather than jboss.tm:servic e=TxLogger
    No property editor for type: class javax.managemen t.ObjectName, setting
    value to null rather than jboss.tm:servic e=XidFactory
    No property editor for type: class javax.managemen t.ObjectName, setting
    value to null rather than jboss.tm:servic e=TxLogger
    No property editor for type: class javax.managemen t.ObjectName, setting
    value to null rather than jboss.tm:servic e=TransactionMa nagerService
    No property editor for type: class javax.managemen t.ObjectName, setting
    value to null rather than jboss.jca:servi ce=CachedConnec tionManager


    How can I do to have not this message before executing the remote metod from
    the bean ?


    Thanks all

    Bernard


Working...