0 Replies Latest reply on Mar 31, 2005 11:13 AM by davidjgomez

    Using Cryptix on JBoss Issue

    davidjgomez

      Hello!:

      I'm having trouble using Cryptix provider in a SessionBean. I have a little class that encrypts and decrypts data, and it uses DES/CBC/PKCS5Padding combination. When I proved this class as a stand alone application, it ran succesfully, but when I'm trying to use it throgh a SessionBean deployed on JBoss 3.2.5 at the moment of doing Cipher.getInstance("DES/CBC/PKCS5Padding"); it seems to be on an inifinite loop or something like that, because a little time after, the server says: 11:07:50,025 WARN [TransactionImpl] Transaction TransactionImpl:XidImpl [FormatId=257, GlobalId=indianapolis//17, BranchQual=] timed out. status=STATUS_ACTIVE. It happens when I'm using CryptixCrypto provider, with standard JCE looks like it runs succesfully.

      Can anyone help me!, All help will be very much appreciated, thank you!

      David Gómez