java - servicemix 4.5 NoInitialContextException -


we have osgi application worked on servicemix 5. reasons must migrate servicemix 4.5. tried , got this

error parsing sql mapper configuration. cause: org.apache.ibatis.builder.builderexception: error parsing sql mapperconfiguration. cause: org.apache.ibatis.datasource.datasourceexception: there error configuring jndidatasourcetransactionpool. cause: javax.naming.noinitialcontextexception: need specify class name in environment or system property, or applet parameter, or in application resource file:  java.naming.factory.initial 

what need?

install aries jndi feature?

features:install jndi 

Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -