how to deploy a mule ws with mule-standalone-3.5.0 - deployment

I create a mule app with mule studio.
It works fine when I run it as a mule application with mule studio.
when I want to deploy it by mule-standalone-3.5.0 runtime.
it throws an exception:
org.mule.module.launcher.DeploymentInitException: SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'jdbc-ee:oracle-data-source'. One of '{"http://www.mulesoft.org/schema/mule/core":annotations, "http://www.mulesoft.org/schema/mule/core":description,.....}' is expected.

You must be using Mule Studio enterprise edition and deploying the application in Mule standlone community edition...
The Exception shows that jdbc-ee:oracle-data-source is of Mule studio Enterprise edition and cannot be deployed in Mule standalone community Edition ..You can do either things as follows:-
Use Mule Studio community Edition and deploy into Mule standalone
community Edition
or Use Mule Studio Enterprise Edition and deploy into Mule standalone
Enterprise Edition...
Since You must be using Mule Studio Enterprise, you need to change your Standalone to Enterprise Edition .. or use Mule Studio Community Edition

Change Runtime of Existing Project: http://www.mulesoft.org/documentation/display/current/Adding+Community+Runtime
Export it and run in standalone.
Or use standalone-ee version

#Anirban is right about how the cause of the problem and how to solve it. But I have to recommend you to use the new Database Module instead of JDBC transport. This is a new Community feature released in Mule ESB 3.5.0. There are several examples and resources) about its advantages over JDBC transport and how to use it.
Regards.

Related

Eclipse Mars throwing Noclassdeffounderror when adding server runtime configuration

I am using Eclipse Mars for SAP cloud application development. I added the SAP plug ins successfully. Now when I am adding a Java Web as a server runtime using the Java Web Sdk, it is throwing an error "server error Java /sql /time". When I see the log file it says Noclassdeffounderror for Java. Sql. Time. Could anyone help.
Regards,
Nayeem
Eclipse Mars is tremendously outdated. You should use Oxygen for SAP Cloud development and fulfill all necessary prerequisites for it.

Visual SOAP editor for Eclipse

I want a visual editor to make the connection between a SOAP endpoint. I have a list of SOAP web services and I want to build a workflow with a visual editor or a simple configuration file.
in version 8 of jboss developer studio you find all plugins: fuse tooling, switchyard and BPEL.

Apache Tomcat v8.5 icon missing from list in Eclipse's New Server Run Time Environment

Here is the information about my Development Environment:
-Eclipse Java EE IDE for Web Developers.(Version: Neon Release (4.6.0))
(Build id: 20160613-1800)
-Java SE Dev Kit 8u102
-JRE 1.8.0_102
Trial version SAP HANA Cloud Platform Cockpit
Please forgive me if the question sounds naive but I'm been a .NET Developer for past few years, and I'm trying to learn SAP Hana Cloud technology.
I've learned that you have to develop code on Eclipse Java EE IDE for Web Developers in order deploy to the Trial version SAP HANA Cloud Platform
I was trying to use Tomcat 8.5 in my local development environment.
How can I add the the Apache Tomcat v8.5 icon taht is missing from the list within the "New Server Run Time Environment"?
The version of Eclipse WTP that supports Tomcat 8.5 is not out yet and is expected in the 1st maintenance release.
If you need it sooner, you can find instructions on how to get it to run in this bug report: https://bugs.eclipse.org/bugs/show_bug.cgi?id=494936

Latest Mule ESB plugin for Eclipse?

Is there any official Mule plug-in for Eclipse?
I found only this one http://dist.codehaus.org/mule/muleide/updates/ but it is for Mule 2.
You can find the documentation about how to install Mule IDE here. Bear in mind that Mule IDE has been discontinued in favor of Mule Studio as explained here

New to EJB:Missing Deploy Tool

I am new to EJB.I am reading EJB HeadFirst to understand various EJB concepts.Throughout the book the author is using the deploy tool that comes with the J2ee server (as specified in the book).So i also downloaded j2ee server from this urlSun Java System Application Server Platform Edition Multi-language 8.2 FCS
I installed it but i cannot find the deploy tool present in server bin directory.So could anyone please help me out on how to deploy an EJB application on a server.