- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想使用 ocpsoft rewrite 来克服 Richfaces 的代理问题。由于无法通过代理配置找到 JavaScript 文件(类似于 JSF. URL rewriting solution needed 中描述的问题)。不知何故,我无法正确注册 ConfigurationProvider
。这是我收到的警告消息:
WARNING: No ConfigurationProviders were registered: Rewrite will not be enabled on this application. Did you forget to create a '/META-INF/services/org.ocpsoft.rewrite.config.ConfigurationProvider file containing the fully qualified name of your provider implementation?
项目布局如下:
src
主要
java
资源
网络应用
META-INF
服务
org.ocpsoft.rewrite.config.ConfigurationProvider
(包含 ConfigurationProvider 实现的完整限定名称)WEB-INF
资源
目标
我的项目是基于 Maven 的,使用 JSF2 和 Richfaces 4.3.0.Final 和 opcsoft rewrite 1.1.0.Final。有什么想法吗?
最佳答案
您的 SPI 文件位置不正确。应该是:
src/main/resources/META-INF/services/org.ocpsoft.rewrite.config.ConfigurationProvider
关于javascript - ocpsoft重写ConfigurationProvider注册失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15926886/
我有一些创建 ConfigurationProviderBuilder 的 java 代码。 private static ExampleConf conf(String confFile) {
我有一个单例类,我在构造函数中注入(inject)了 ConfigurationProvider 类。 class Global { ConfigurationProvider configu
我是一名优秀的程序员,十分优秀!