[JBoss-user] [JBoss Portal] - Re: Not able to use the jboss portal features

2006-07-06 Thread krzsam
This issue was already discussed here, please see 
http://jira.jboss.com/jira/browse/JBPORTAL-932

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3955809#3955809

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955809

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Sample portlet project - with JSF

2006-07-06 Thread krzsam
Yeah, example portlet application using JSF (facelets) would be of great help :)


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3955810#3955810

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955810

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Portal and webapp using tomahawk - question

2006-07-06 Thread krzsam
I use JBoss 4.0.4.GA Patch1 + JBoss Portal 2.2.1 SP2 

I have web-application, which uses tomahawk tags, so i had to put tomahawk.jar 
to jbossweb-tomcat55.sar/jsf-libs directory and to modify 
deploy/jbossweb-tomcat55.sar/jsf-libs/conf/web.xml and add 

  |  init-param
  |  descriptionMyFaces tlds/description
  |  param-nametagLibJar2/param-name
  |  param-valuejsf-libs/tomahawk.jar/param-value
  |   /init-param
  | 
this tomahawk.jar is the same as one in jboss-portal.sar/lib

but then, when I log in as admin/admin (i have corrected the login.jsp to 
eliminate blank screen error after login - this was discussed on forum), I 
click 'management' tab, then click '+' at left side of 'root' - and the effect 
is that Management Portlet disappears (other portlets are in place - on the 
left) and in log I get:


  | 2006-07-06 11:54:50,327 ERROR 
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/portal-core]] 
org.apache.myfaces.component.html.ext.HtmlDataTable.refresh(Ljavax/faces/context/FacesContext;)V
  | java.lang.NoSuchMethodError: 
org.apache.myfaces.component.html.ext.HtmlDataTable.refresh(Ljavax/faces/context/FacesContext;)V
  | at 
org.apache.myfaces.component.html.ext.HtmlDataTablePhaseListener.recurseFacetsAndChildren(HtmlDataTablePhaseListener.java:51)
  | at 
org.apache.myfaces.component.html.ext.HtmlDataTablePhaseListener.recurseFacetsAndChildren(HtmlDataTablePhaseListener.java:53)
  | at 
org.apache.myfaces.component.html.ext.HtmlDataTablePhaseListener.recurseFacetsAndChildren(HtmlDataTablePhaseListener.java:53)
  | at 
org.apache.myfaces.component.html.ext.HtmlDataTablePhaseListener.recurseFacetsAndChildren(HtmlDataTablePhaseListener.java:53)
  | at 
org.apache.myfaces.component.html.ext.HtmlDataTablePhaseListener.recurseFacetsAndChildren(HtmlDataTablePhaseListener.java:53)
  | at 
org.apache.myfaces.component.html.ext.HtmlDataTablePhaseListener.recurseFacetsAndChildren(HtmlDataTablePhaseListener.java:53)
  | at 
org.apache.myfaces.component.html.ext.HtmlDataTablePhaseListener.recurseFacetsAndChildren(HtmlDataTablePhaseListener.java:53)
  | at 
org.apache.myfaces.component.html.ext.HtmlDataTablePhaseListener.beforePhase(HtmlDataTablePhaseListener.java:41)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.informPhaseListenersBefore(LifecycleImpl.java:520)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:342)
  | at 
org.apache.myfaces.portlet.MyFacesGenericPortlet.facesRender(MyFacesGenericPortlet.java:396)
  | at 
org.apache.myfaces.portlet.MyFacesGenericPortlet.doView(MyFacesGenericPortlet.java:266)
  | at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:167)
  | at javax.portlet.GenericPortlet.render(GenericPortlet.java:407)
  | at 
org.jboss.portal.portlet.PortletContainer.invokeRender(PortletContainer.java:521)
  | at 
org.jboss.portal.portlet.PortletContainer.dispatch(PortletContainer.java:433)
  | at 
org.jboss.portal.server.app.ComponentInvocation.dispatch(ComponentInvocation.java:79)
  | at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:140)
  | at 
org.jboss.portal.core.aspects.component.TransactionInterceptor.invoke(TransactionInterceptor.java:72)
  | at 
org.jboss.portal.server.app.ComponentInterceptor.invoke(ComponentInterceptor.java:38)
  | at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
  | at 
org.jboss.portal.core.aspects.component.HeaderInterceptor.invoke(HeaderInterceptor.java:50)
  | at 
org.jboss.portal.server.app.ComponentInterceptor.invoke(ComponentInterceptor.java:38)
  | at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
  | at 
org.jboss.portal.server.aspects.component.NavigationInterceptor.invoke(NavigationInterceptor.java:76)
  | at 
org.jboss.portal.server.app.ComponentInterceptor.invoke(ComponentInterceptor.java:38)
  | at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
  | at 
org.jboss.portal.server.aspects.component.CacheInterceptor.invoke(CacheInterceptor.java:111)
  | at 
org.jboss.portal.server.app.ComponentInterceptor.invoke(ComponentInterceptor.java:38)
  | at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
  | at 
org.jboss.portal.server.aspects.component.ModesInterceptor.invoke(ModesInterceptor.java:88)
  | at 
org.jboss.portal.server.app.ComponentInterceptor.invoke(ComponentInterceptor.java:38)
  | at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
  | at 
org.jboss.portal.server.aspects.component.WindowStatesInterceptor.invoke(WindowStatesInterceptor.java:87)
  | at 
org.jboss.portal.server.app.ComponentInterceptor.invoke(ComponentInterceptor.java:38)
  | at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
  | 

[JBoss-user] [JBoss Portal] - javax.jcr.PathNotFoundException

2006-07-06 Thread krzsam
I use JBoss 4.0.4.GA Patch1 + JBoss Portal 2.2.1 SP2 

I have created 'gallery' directory under 'default' directory in CMD, using CMS 
Manager. But then when i want use CMS Manager i get all the time this error:


  | 2006-07-06 14:28:07,881 ERROR [STDERR] javax.jcr.PathNotFoundException: 
/default/gallery
  | 2006-07-06 14:28:07,881 ERROR [STDERR]  at 
org.apache.jackrabbit.core.HierarchyManagerImpl.resolvePath(HierarchyManagerImpl.java:263)
  | 2006-07-06 14:28:07,881 ERROR [STDERR]  at 
org.apache.jackrabbit.core.CachingHierarchyManager.resolvePath(CachingHierarchyManager.java:127)
  | 2006-07-06 14:28:07,881 ERROR [STDERR]  at 
org.apache.jackrabbit.core.HierarchyManagerImpl.resolvePath(HierarchyManagerImpl.java:265)
  | 2006-07-06 14:28:07,881 ERROR [STDERR]  at 
org.apache.jackrabbit.core.CachingHierarchyManager.resolvePath(CachingHierarchyManager.java:127)
  | 2006-07-06 14:28:07,881 ERROR [STDERR]  at 
org.apache.jackrabbit.core.HierarchyManagerImpl.resolvePath(HierarchyManagerImpl.java:202)
  | 2006-07-06 14:28:07,881 ERROR [STDERR]  at 
org.apache.jackrabbit.core.HierarchyManagerImpl.resolvePath(HierarchyManagerImpl.java:340)
  | 2006-07-06 14:28:07,881 ERROR [STDERR]  at 
org.apache.jackrabbit.core.CachingHierarchyManager.resolvePath(CachingHierarchyManager.java:180)
  | 2006-07-06 14:28:07,944 ERROR [STDERR]  at 
org.apache.jackrabbit.core.ItemManager.getItem(ItemManager.java:290)
  | 2006-07-06 14:28:07,944 ERROR [STDERR]  at 
org.apache.jackrabbit.core.SessionImpl.getItem(SessionImpl.java:728)
  | 2006-07-06 14:28:07,944 ERROR [STDERR]  at 
org.jboss.portal.cms.impl.jcr.FolderGetListCommand.execute(FolderGetListCommand.java:54)
  | 2006-07-06 14:28:07,944 ERROR [STDERR]  at 
org.jboss.portal.cms.impl.jcr.JCRCommandContext.execute(JCRCommandContext.java:61)
  | 2006-07-06 14:28:07,944 ERROR [STDERR]  at 
org.jboss.portal.cms.impl.jcr.JCRCMS.execute(JCRCMS.java:475)
  | 2006-07-06 14:28:07,944 ERROR [STDERR]  at 
sun.reflect.GeneratedMethodAccessor195.invoke(Unknown Source)
  | 2006-07-06 14:28:07,944 ERROR [STDERR]  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 2006-07-06 14:28:07,944 ERROR [STDERR]  at 
java.lang.reflect.Method.invoke(Method.java:585)
  | 2006-07-06 14:28:07,944 ERROR [STDERR]  at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | 2006-07-06 14:28:07,944 ERROR [STDERR]  at 
org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at $Proxy124.execute(Unknown 
Source)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.portal.core.portlet.cms.admin.CMSAdminPortlet.doView(CMSAdminPortlet.java:96)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.portlet.JBossPortlet.doDispatch(JBossPortlet.java:230)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.portlet.JBossPortlet.render(JBossPortlet.java:217)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.portlet.JBossPortlet.render(JBossPortlet.java:360)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.portal.portlet.PortletContainer.invokeRender(PortletContainer.java:521)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.portal.portlet.PortletContainer.dispatch(PortletContainer.java:433)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.portal.server.app.ComponentInvocation.dispatch(ComponentInvocation.java:79)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:140)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.portal.core.aspects.component.TransactionInterceptor.invoke(TransactionInterceptor.java:72)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.portal.server.app.ComponentInterceptor.invoke(ComponentInterceptor.java:38)
  | 2006-07-06 14:28:07,975 ERROR [STDERR]  at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
  | 2006-07-06 14:28:07,975 ERROR 

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss MailService

2006-06-21 Thread krzsam
I have the same question about documentation. I have read this link to wiki, 
but the information contained there is really very small - for example, how you 
can enable TLS support for SMTP (exactly: how to enforce using STARTTLS command 
when talking with SMTP server) or how to enforce logging into SMTP server (that 
is: using AUTH xxx command). Should this be done by configuring 
mail-service.xml or programatically, inside code using mail Session object got 
from JNDI ??

Answers would be welcome.
Thanks in advance.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3952431#3952431

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952431


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Exception setting property value with CGLIB

2006-06-09 Thread krzsam
Recently i have got this error:

2006-06-09 09:07:26,902 ERROR [pl.softbank.sdo.p3.P3Bean] B??d podczas 
pobierania listy dokumentacji globalnej: exception setting property value with 
CGLIB (set hibernate.cglib.use_reflection_optimizer=false for more info) setter 
of pl.softbank.sdo.p3.entity.DokumentacjaGlobalna.setDostepna
org.hibernate.PropertyAccessException: exception setting property value with 
CGLIB (set hibernate.cglib.use_reflection_optimizer=false for more info) setter 
of pl.softbank.sdo.p3.entity.DokumentacjaGlobalna.setDostepna
at 
org.hibernate.tuple.PojoEntityTuplizer.setPropertyValuesWithOptimizer(PojoEntityTuplizer.java:215)
at 
org.hibernate.tuple.PojoEntityTuplizer.setPropertyValues(PojoEntityTuplizer.java:185)
at 
org.hibernate.persister.entity.AbstractEntityPersister.setPropertyValues(AbstractEntityPersister.java:3232)
at 
org.hibernate.engine.TwoPhaseLoad.initializeEntity(TwoPhaseLoad.java:126)
at 
org.hibernate.loader.Loader.initializeEntitiesAndCollections(Loader.java:842)
at org.hibernate.loader.Loader.doQuery(Loader.java:717)
at 
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224)
at org.hibernate.loader.Loader.doList(Loader.java:2145)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2029)
at org.hibernate.loader.Loader.list(Loader.java:2024)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:375)
at 
org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:308)
at 
org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:153)
at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1129)
at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:39)
at 
pl.softbank.sdo.p3.lib.PlikLib.getListaDokumentacjiGlobalnej(PlikLib.java:230)
at 
pl.softbank.sdo.p3.P3Bean.listaDokumentacjiGlobalnej(P3Bean.java:1017)
at sun.reflect.GeneratedMethodAccessor22502.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:109)
at 
org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
at 
org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:192)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
at 
org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
at 
org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:54)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
at 
org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:78)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
at 
org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
at 
org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
at 
org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:178)
at 
org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:74)
at $Proxy139.listaDokumentacjiGlobalnej(Unknown Source)
at 
pl.softbank.sdo.webapp.beans.ListaDokumentacjiBean.getDokumentacjeGlobalne(ListaDokumentacjiBean.java:175)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:400)
at 
org.apache.myfaces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:71)
at 
org.apache.myfaces.el.ELParserHelper$MyPropertySuffix.evaluate(ELParserHelper.java:532)
at org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:145)
at 
org.apache.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:378)
at javax.faces.component.UIData.getValue(UIData.java:779)
   

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Exception setting property value with CGLIB

2006-06-09 Thread krzsam
I forgot to mension version of JBoss: i use JBoss 4.0.4.GA.Patch1 installed 
from installer with EJB3 profile, database PostgreSQL ver. 8.0.4 with JDBC3 
driver ver. 8.0.314

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3950068#3950068

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950068


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Exception setting property value with CGLIB

2006-06-09 Thread krzsam
Sorry, JBoss 4.0.4RC1 installed from installer with EJB3 profile

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3950070#3950070

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950070


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: cannot access default context

2006-05-26 Thread krzsam
Maybe the cause is the error below, which I have noticed at the beginning of my 
log file, far before the No transaction manager provided error.

2006-05-26 23:33:58,421 DEBUG [org.jboss.system.ServiceCreator] About to create 
xmbean object: portal:service=SecurityProvider with code: 
org.jboss.portal.security.impl.jacc.JBossSecurityProviderImpl with embedded 
descriptor
2006-05-26 23:33:58,452 DEBUG [org.jboss.mx.server.AbstractMBeanInvoker] Setter 
not found: setObjectName(class javax.management.ObjectName)
java.lang.NoSuchMethodException: 
org.jboss.portal.security.impl.jacc.JBossSecurityProviderImpl.setObjectName(javax.management.ObjectName)
at java.lang.Class.getMethod(Class.java:1581)
at 
org.jboss.mx.server.AbstractMBeanInvoker.inject(AbstractMBeanInvoker.java:948)
at 
org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:662)
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1422)
at java.security.AccessController.doPrivileged(Native Method)
at 
org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)
at 
org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1350)
at 
org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:345)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:181)
at 
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:449)
at 
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
at 
org.jboss.system.ServiceController.install(ServiceController.java:226)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.install(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:249)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:953)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:807)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)

[JBoss-user] [JBoss Portal] - Re: java.lang.IllegalArgumentException: No transaction manag

2006-05-26 Thread krzsam
Maybe the cause is the error below, which I have noticed at the beginning of my 
log file, far before the No transaction manager provided error.

2006-05-26 23:33:58,421 DEBUG [org.jboss.system.ServiceCreator] About to create 
xmbean object: portal:service=SecurityProvider with code: 
org.jboss.portal.security.impl.jacc.JBossSecurityProviderImpl with embedded 
descriptor
2006-05-26 23:33:58,452 DEBUG [org.jboss.mx.server.AbstractMBeanInvoker] Setter 
not found: setObjectName(class javax.management.ObjectName)
java.lang.NoSuchMethodException: 
org.jboss.portal.security.impl.jacc.JBossSecurityProviderImpl.setObjectName(javax.management.ObjectName)
at java.lang.Class.getMethod(Class.java:1581)
at 
org.jboss.mx.server.AbstractMBeanInvoker.inject(AbstractMBeanInvoker.java:948)
at 
org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:662)
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1422)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1350)
at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:345)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:181)
at 
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:449)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
at org.jboss.system.ServiceController.install(ServiceController.java:226)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.install(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:249)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:953)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:807)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy6.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)

[JBoss-user] [JBoss Portal] - Re: cannot access default context

2006-05-26 Thread krzsam
Some digging and this is the cure: you need to modify 
jboss-portal.sar/META-INF/jboss-service.xml and add  
jboss:service=TransactionManager
to


for me it has helped.
Thou next error has emerged, so i had to copy 
jboss-portal.sar/conf/theme/portal-layout.tld 
to
jboss-portal.sar/portal-serwer.war/WEB-INF/theme/portal-layout.tld 
but it helped only a little - it showed me login page, but without any 
colors/styles, and i couldnt log in with standard user and admin accounts. 
Trying further .


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3947019#3947019

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947019


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: cannot access default context

2006-05-26 Thread krzsam
Some digging and this is the cure: you need to modify 
jboss-portal.sar/META-INF/jboss-service.xml and add  

lt;dependsgt;jboss:service=TransactionManagerlt;/dependsgt;
to
lt;mbean
  code=org.jboss.cache.TreeCache
  name=portal:service=TreeCache,type=persistentgt;

for me it has helped.
Thou next error has emerged, so i had to copy 
jboss-portal.sar/conf/theme/portal-layout.tld 
to
jboss-portal.sar/portal-serwer.war/WEB-INF/theme/portal-layout.tld 
but it helped only a little - it showed me login page, but without any 
colors/styles, and i couldnt log in with standard user and admin accounts. 
Trying further .
anonymous wrote : 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3947021#3947021

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947021


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user