[JBoss Tools (users)] - Re: Error opening XHTML files in eclipse
by venkatkodali
Hi Max,
I reinstalled eclipse Europa and jboss tools looks good
When i run eclipse in debug mode i am getting this
!ENTRY org.eclipse.ui.workbench 2 0 2008-10-01 09:43:21.631
!MESSAGE A handler conflict occurred. This may disable some commands.
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2008-10-01 09:43:21.631
!MESSAGE Conflict for 'AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action4':
HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action4,
handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForWiki),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@14b9a74),sourcePriority=16384)
HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action4,
handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForWiki),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@14b9a74),sourcePriority=16384)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2008-10-01 09:43:21.631
!MESSAGE Conflict for 'AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action5':
HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action5,
handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScript),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@14b9a74),sourcePriority=16384)
HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action5,
handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScript),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@14b9a74),sourcePriority=16384)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2008-10-01 09:43:21.631
!MESSAGE Conflict for 'AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action2':
HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action2,
handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForBlogger),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@14b9a74),sourcePriority=16384)
HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action2,
handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForBlogger),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@14b9a74),sourcePriority=16384)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2008-10-01 09:43:21.631
!MESSAGE Conflict for 'AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action6':
HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action6,
handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForEmail),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@14b9a74),sourcePriority=16384)
HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action6,
handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForEmail),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@14b9a74),sourcePriority=16384)
when i try to add new seam portlet to my application i am getting this error message saying,
The selected wizard could not be started.
Plug-in org.jboss.tools.portlet.ui unable to load class org.jboss.tools.portlet.ui.internal.wizard.NewSeamPortletWizard
I added the portlet plug-in separately its doesn't come with jboss tools plug-in
What plug-ins i missed please help me appreciate it
Thanks
Venkat
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179813#4179813
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179813
17 years, 7 months
[JBoss Portal] - Problem with cach when a user modifies his password on JBoss
by mkol
Hi,
I use JBoss AS 4.05, JBoss Portal 2.6.3 and OpenLDAP. When a user logs on the portal, JBoss Portal verifies if the login exists in OpenLDAP, and it verifies if the password is the same too.
It works but I created a portlet to modify the password of the loggued user. And I have the problem below :
My user "toto" has the password "password1". My user "toto" logs on the portal with the password "password1". He uses the portlet to modify his password. The new password is "password2". He logs out on the portal.
In OpenLDAP, the password has been correctly updated. But when the user "toto" logs on the portal, he is able to be logged with the old password and with the new password.
It's not a cookie problem. Because I have this problem even if I use another browser on another computer.
I have to restart Jboss to resolve this problem. When I restart JBoss, only the new password works.
So I think it's a cach problem with JBoss Portal. I saw the link below:
http://wiki.jboss.org/wiki/CachingLoginCredentials
But even if I did "Disabling Caching", "Crendential Cache with Client Login Module Propogation", and "Flush the Credential Cache" with the JMX consol, the probleme didn't resolve.
Do you know how I can resolve it?
Thank you.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179790#4179790
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179790
17 years, 7 months