Archive for 'J2EE Application Servers'
Using a scheduler in your Oracle ADF application
For one of my Oracle ADF projects I had to make use of a scheduler, so every night I could execute a batch job to create some large dump files that the user wanted to have. After a quick search I found there is a scheduling framework available in Oracle AS/ OC4J. Since we are [...]
Posted: July 30th, 2008 under General, Oracle iAS.
Comments: 11
Think twice before using the JDeveloper WebService wizard
In my former post I already said that I don’t like the JDeveloper wizard for creating Web Services. Although it is working fine and very easy in JDeveloper, the result is a web service that is only able to run on a OC4J instance! You can read about it in this (old) thread.
I am now [...]
Posted: July 24th, 2008 under General, Oracle iAS, SOA/Web Services.
Comments: none
Using Commons Logging with OC4J
For my current project I am migrating several projects from JDeveloper 10.1.3.1 to JDeveloper 10.1.3.3. After migrating my WebService project I deployed the application to my local Standalone OC4J instance and ran my test suite in SoapUI to test the migrated services. But to my surpise, all requests failed! They all gave the same [...]
Posted: July 14th, 2008 under General, Oracle iAS.
Comments: 2
Using StAX Parsing with JBoss4.0.5.GA
In my former post (here) I described how to combine Spring WS with StAX parsing the SOAP messages. I ended with generating the WSDL as a test and said you could use Soap UI for testing the web service.
Well, I did. And I was running into the following error when I had deployed my web [...]
Posted: June 18th, 2008 under General, JBoss AS, Maven2, Spring WS.
Comments: none
Using StAX with Spring WS
As I have posted before we are using XFire to implement our web service. Unfortunately, we are running into some serious issues with the framework, so we decided to look after another implementation. Since XFire is no longer supported by the community (or at least at a very low profile) and 'replaced' by CXF, we [...]
Posted: June 14th, 2008 under General, JBoss AS, Maven2, SOA/Web Services, Soap UI, Spring Framework, Spring WS.
Comments: 3
Oracle ADF Medior: Deployment of ADF Applications and using connection pools
When you are just starting with Oracle ADF and JDeveloper, there are a lot of tutorials and hands-on documents which you can use to build your first ADF application. The embedded OC4J in JDeveloper makes it very easy to develop and test your application. But at some point you want to deploy your application to [...]
Posted: May 31st, 2008 under General, Oracle ADF/JHeadstart, Oracle iAS.
Comments: none
Combining Oracle ADF and OID
In an upcoming project, I have to work with the Oracle Internet Directory. The situation: there are some existing Oracle Report and Forms applications. I will help them to develop their first Oracle ADF application. All these applications will use SSO for the authentication and autorisation. The accounts for the SSO are stored in OID. [...]
Posted: March 24th, 2008 under General, Oracle ADF/JHeadstart, Oracle iAS.
Comments: 3
Adding Ajax to your existing JSF application
In our project we use the JSF 1.2 Sun Reference Implementation as web layer. Although I find JSF much easier to work with then with the good old Struts, I am still missing some features in the Sun RI. These features are available in other JSF implementations (Oracle ADF Faces for instance). The most important [...]
Posted: February 6th, 2008 under General, JBoss AS, JavaServerFaces, Maven2.
Comments: none
Creating an EJB3 WebService with Maven2 running on JBoss 4.2.1
In this blog I'll show you how you can create a WebService of your EJB3 objects by using anotations. I will also show you how to build and deploy the package with Maven2. Let's start with the initial situation.
I have installed JBoss 4.2.1 and Maven2. In my settings.xml of Maven2 I have set a property [...]
Posted: February 3rd, 2008 under EJB3, General, JBoss AS, Maven2, SOA/Web Services, Soap UI.
Comments: 8
Classloader issue with JBoss 4.0.5GA
Today I was asked to help solving an issue with an application that was deployed on JBoss 4.0.5.GA. It had been running for some months without a problem, until a new application had to be deployed. This new application demanded that the isolation level in the ear-deployer.xml config file had to be set to its [...]
Posted: January 29th, 2008 under General, JBoss AS.
Comments: none
