Hello, in my STS there is an error shown in the package explorer but not in the editor view. This is not an Error. I used the following XML-Konfiguration.
Its about the datatype, if I use another (example: java.io.file) the Error is not shown. Anybody knows the problem?


<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:int="http://www.springframework.org/schema/integration"
xsi:schemaLocation="http://www.springframework.org/schema/integration
http://www.springframework.org/schem...ration-2.0.xsd
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">

<int:channel id="Chan_MailInput_2_MailChecks"
datatype="javax.mail.internet.MimeMessage">
</int:channel>
</beans>