9 Replies Latest reply on Oct 17, 2002 3:22 AM by aloubyansky

    BigDeciaml in Jboss3.0.3

    alexb

      Hello,

      I'm using Jboss 3.0.3 and Mssql7....
      The problem is I think that Jboss dosen't support Big Decimal because when I run my client I get this error.

      [java] java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
      [java] javax.transaction.TransactionRolledbackException: Unexpected Error
      [java] java.lang.AbstractMethodError
      [java] at java.lang.reflect.Method.invoke(Native Method)
      [java] at org.jboss.ejb.plugins.cmp.jdbc.JDBCUtil.getResult(JDBCUtil.java:275)
      [java] at org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCAbstractCMPFieldBridge.loadArgumentResults(JDBCAbstractCMPFieldBridge.java:350)
      [java] at org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCAbstractCMPFieldBridge.loadPrimaryKeyResults(JDBCAbstractCMPFieldBridge.java:328)
      [java] at org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge.loadPrimaryKeyResults(JDBCEntityBridge.java:554)
      [java] at org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractQueryCommand.execute(JDBCAbstractQueryCommand.java:123)
      [java] at org.jboss.ejb.plugins.cmp.jdbc.JDBCFindEntityCommand.execute(JDBCFindEntityCommand.java:44)
      [java] at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.findEntity(JDBCStoreManager.java:541)

      If I run an application not using BigDecimal my application runs fine I get all the results...
      So if any one has an example of an application done in JBoss using BigDecimal could you post thanks....

      Alex