Still Springing Along
I’m still solidly in the spring domain with my solution. I’ve run into a number of obfuscated exceptions as I’ve gone along way my from Spring newbie to Spring intermediate newbie. They’re all nicely saved in my WebSphere Application Server log, so once I get some free time, I’ll go through them all with the solutions I encountered.
So far in Spring, I have:
- Integrated with WebSphere Application Server
- Connected to an oracle database using WebSphere managed resources
- Submitted a message to an SIBus queue
- Called a Oracle Stored Procedure
Currently, I’m wrestling with Oracle’s DBMS_CRYPTO package (calling Encrypt(..) with a BLOB or RAW is fine, CLOB give me errors) and using CLOBs in Spring.
I’ve also run into a weird condition where I can’t republish to my WebSphere Application Server v6.1 anymore. I need to uninstall-reinstall.
I feel like I’m back on Process Server.
Related Posts
- WebSphere Application Server and The Spring Framework
- Using Spring and Hibernate with WebSphere Application Server
- Spring: ClassPathXmlApplicationContext File Lookup / Database Exceptions
- Oracle XA_RMERR & Spring Oracle LOB Handler Exceptions
- javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package {0}
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply