Skip to main content

Posts

Showing posts from July, 2007

JBI Binding Components in NetBeans 6 M10

When you install NetBeans 6.0 M10 with the SOA pack, you get 3 different binding components installed into the JBI container: File Binding Component HTTP Binding Component JMS Binding Component There are many more binding components available from the OpenESB download site such as the SMTP and JDBC Binding Components. Does anyone know whether there are plans to include these components as part of the full NB 6.0 release?

Migrating a Spring Application from Tomcat 5 to GlassFish

I’ve got a Spring Web application that has been running happily on Tomcat for a while, but I wanted to migrate it to GlassFish. This proved a relatively simple process as only a couple of changes were needed to the application. The application was originally built along the lines of the Spring MVC tutorial . When this app is deployed to GlassFish however, the Spring tag library (spring.tld) cannot be found (presumably due to different servlet versions). To make the application deploy successfully, remove the entry from the web.xml file – its not needed in GlassFish. You then need to specify details of the Spring tag library in your JSP page with something like: Thats all. A couple of simple changes and the web application deploys on GlassFish.

BPEL Validation Errors in NetBeans 5.5.1

I‘ve recently updated my production NetBeans 5.5 environment to NetBeans 5.5.1 and have been having some issues with BPEL modules. If I create a BPEL module in NB 5.5, everything works as expected, however if I try to build the same codebase on NB 5.5.1, I get the following error. Interestingly enough, I get the same problem with NB 6 M10 <target name="pre-dist"> 09-Jul-2007 13:08:44 org.netbeans.modules.bpel.project.anttasks.IDEValidateBPELProject loadAndValidateExistingBusinessProcess SEVERE: Validation has errors on /home/david/NetBeansProjects/EchoBPEL/src/EchoProcess.bpel Error Message - org.netbeans.modules.xml.wsdl.validator.spi.ValidatorSchemaFactory.getSchemaSource() Ljavax/xml/transform/Source; 09-Jul-2007 13:08:44 org.netbeans.modules.bpel.project.anttasks.IDEValidateBPELProject loadAndValidateExistingBusinessProcess SEVERE: org.netbeans.modules.xml.wsdl.validator.spi.ValidatorSchemaFactory.getSchemaSource() Ljavax/xml/transform/Source...