Open GoogleCodeExporter opened 9 years ago
Original comment by philzoio...@googlemail.com
on 10 Jun 2014 at 11:14
Thanks for reporting this. I haven't yet starting working with Impala together
with Spring 4.0 yet. I am hoping to do so in the next few weeks.
Appears from the error message to be some backward incompatible change that has
been introduced to the Spring config XML, but will need more investigation to
determine the exact cause.
Original comment by philzoio...@googlemail.com
on 10 Jun 2014 at 11:17
Just change impala-bootstrap.xml for new xsd schema
http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
//
<bean id="classResourceFinders"
class="org.springframework.beans.factory.config.ListFactoryBean">
<property name="sourceList">
<list>
<ref local="expandedModuleClassResourceFinder"/>
<ref local="jarModuleClassResourceFinder"/>
</list>
</property>
</bean>
<bean id="libraryResourceFinders"
class="org.springframework.beans.factory.config.ListFactoryBean">
<property name="sourceList">
<list>
<ref local="expandedModuleLibraryResourceFinder"/>
</list>
</property>
</bean>
//
Original comment by homer13....@gmail.com
on 10 Jun 2014 at 11:59
FIXED! I guess... Replace "local" attribute with "bean"
Original comment by homer13....@gmail.com
on 10 Jun 2014 at 12:22
Attachments:
Good day! Can I join your group? I liked your project and I wanted to
contribute to its development and design, I'm not the best java developer but I
can help you fix small bugs.
P/S
Sorry for my bad English.
Original comment by homer13....@gmail.com
on 22 Jun 2014 at 10:58
That would be good - please could you contact me directly, and we can take it
from there.
Original comment by philzoio...@googlemail.com
on 23 Jun 2014 at 12:24
Actually I didn't find yours email that's why I had write there. this is my
google and skype account: homer13.06.90@gmail.com and abraham.homer.j.simpson.
It's will be nice if you send me yours email address
P/S
Sorry for my bad English.)
Original comment by homer13....@gmail.com
on 24 Jun 2014 at 8:01
Original issue reported on code.google.com by
homer13....@gmail.com
on 10 Jun 2014 at 11:04