我为webcenter网站安装了com.fatwire.EclipseCSDT_11.1.1.v8_0_r181775.zip
(CSDT)插件到eclipse(火星)。
但是当我点击创建新模板或任何CSDT按钮时,它会在错误日志窗口中显示以下错误。
如果我打开它,它显示如下:
有人可以帮忙解决它。
答案 0 :(得分:2)
未在REST Security
组中分配为webcenter网站配置的找到的用户。
将用户分配到export default function BookReducer(state = initialState, action) {
const session = orm.session(state);
switch (action.type) {
case 'newBook':
session.Book.create({ id: 0, type: 'novel' });
//I can see verify that the object has been added to the ORM
console.log(session.Book.all().toRefArray())
}
return session.state;
}
组并重启您的日食。
它将开始工作:)
快乐的编码!!