0

zkspring-webflow 6.0.2.1 mvn should exclude javax.el-api

asked 2012-09-11 15:59:58 +0800

rickcr gravatar image rickcr
704 7

Not sure who is responsible for the zkspring jars in maven, but if I use the zkspring-webflow jar as a maven dependency and do not exclude javax.el-api, I end up with class loader issues on Tomcat6. I had to exclude this jar from my maven dependency. My guess is this is an oversite on the dependency build? I'd think zkspring-webflow could just use prvoided for the el api since wouldn't all appservers have this jar?

<dependency>
	<groupId>org.zkoss.zk</groupId>
	<artifactId>zkspring-webflow</artifactId>
	<version>${zkspring.version}</version>
	<exclusions>
		<exclusion>
			<groupId>javax.el</groupId>
			<artifactId>javax.el-api</artifactId>
		</exclusion>
	</exclusions>
</dependency>

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2012-09-13 07:06:29 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/

thanks for information

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2012-09-11 15:59:58 +0800

Seen: 201 times

Last updated: Sep 13 '12

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More