I tried M3 and everything looks good.I did the following and captured the console output.
As you can see the logs look fine with one exception. After the install of Redmine Mylyn connector the...
Type: Posts; User: peterox; Keyword(s):
I tried M3 and everything looks good.I did the following and captured the console output.
As you can see the logs look fine with one exception. After the install of Redmine Mylyn connector the...
I need to use -clean every time and I get an exception about IWeaverFactory (or something like that) not found though it still starts up.
Here's the actual error
I'm having the same problem on M2. See attached log
If I run using the -clean argument it starts up
I know this post is a bit old but the issue can be fixed by setting the applyWebRequestInterceptorsToRenderPhaseOnly property to false of the AbstractHandlerMapping subclasses, i.e.
...
It seems that this is a Liferay problem.
After a lot of hair pulling it seems that the problem is with the <render-weight> parameter in the liferay-portlet.xml deployment descriptor.
If it is...
I have deployed the pet portlet sample application to Liferay 5.1.2 and everything was going great until I tried to add a Pet.
Throughout the 'add pet' code is the following line
...
Use ajax to update page2
I have a flow which has an intial view that requires user input.
I have turned on continuations, so I want the user to be able to go back to that view (via the browser back button) and change...