[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

[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

[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 |

[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:

[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

[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

[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 :

[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] [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:

[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:

[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-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.