[jboss-user] [JBoss Portal] - Re: Portlet serveResource issues

2009-07-06 Thread ssunkara
serveResource Works just fine on 2.7.0. We've implemented it. Search jboss 
portal documentation for some examples. Thats what I've used.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242022#4242022

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242022
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Cache-Scope PUBLIC doesnt work

2009-05-26 Thread ssunkara
"thomas.he...@jboss.com" wrote : ok, indeed that's different. If you are sure 
that there is a bug please open a new Jira.

Thanks - here we go:

https://jira.jboss.org/jira/browse/JBPORTAL-2402


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233152#4233152

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233152
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Cache-Scope PUBLIC doesnt work

2009-05-25 Thread ssunkara
"thomas.he...@jboss.com" wrote : It has been fixed already: 
  | https://jira.jboss.org/jira/browse/JBPORTAL-2348

Well..this is different..

My issue is Portal knows that I am using PUBLIC as the cache scope, but it 
doesn't cache the markup in a PUBLIC scope...it doesnt throw any exceptions..it 
just quietly ignores the scope..

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233084#4233084

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233084
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Cache-Scope PUBLIC doesnt work

2009-05-21 Thread ssunkara
Anyone???

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232595#4232595

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232595
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Cache-Scope PUBLIC doesnt work

2009-05-20 Thread ssunkara

BTW-

I am using Portal V 2.7 and there are no errors/exceptions in the logs when I 
set cache-scope to PUBLIC


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232325#4232325

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232325
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Cache-Scope PUBLIC doesnt work

2009-05-20 Thread ssunkara
In my portlet.xml I specified PUBLIC

And I expect that the mark up is cached for all the users(per the portlet 2.0 
spec).

However it doesnt seem to be working that way. It just behaves as if 
cache-scope is set to PRIVATE.

Here is the snippet from my portlet.xml


  | Content Portlet
  | ContentPortlet 
  | com.public.portlet.ContentPortlet
  | 
  | text/html
  | view
  | 
  | 
  | Content Portlet
  | 
  | PUBLIC
  | 90
  | 


Any thoughts/suggestions?

Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232318#4232318

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232318
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Cannot create JBP_CMS tables on SYBASE 12.5

2009-01-28 Thread ssunkara
Thanks..that was helpful.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4205290#4205290

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4205290
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Cannot create JBP_CMS tables on SYBASE 12.5

2009-01-14 Thread ssunkara
After multiple tries and jconn5.jar and hibernate3.jar when I run jboss, it 
creates all the tables except:

jbp_cms_version_node
jbp_cms_version_prop
jbp_cms_version_refs
jbp_cms_wsp_node
jbp_cms_wsp_prop
jbp_cms_wsp_refs

I keep getting similar error as:



  | 
  | 18:34:27,867 ERROR [SchemaUpdate] Unsuccessful: create table 
jbp_cms_version_node (PK int identity not null, NODE_ID varchar(36) null, 
NODE_DATA varbinary(1) not null, primary key (PK)
  | 18:34:27,867 ERROR [SchemaUpdate] Length or precision specification 
1 is not within the range of 1 to 16384.
  | 
  | 

I tried SybaseDialect, Sybase11Dialect and the auto dialect, but I have the 
same results as:

18:34:27,961 WARN  [ServiceController] Problem starting service 
portal:service=Hibernate,type=Workflow
  | org.hibernate.HibernateException: Hibernate Dialect must be explicitly set 
for database: Adaptive Server Enterprise




And

18:34:30,570 INFO  [JCRCMS] JBossCache Version=1.4.1
  | 18:34:30,570 INFO  [JCRCMS] Starting JCR CMS
  | 18:34:30,758 INFO  [RepositoryImpl] Starting repository...
  | 18:34:30,930 WARN  [JDBCExceptionReporter] SQL Error: 0, SQLState: JZ006
  | 18:34:30,930 ERROR [JDBCExceptionReporter] JZ006: Caught IOException: 
java.io.IOException: JZ0SL: Unsupported SQL type 2004.
  | 18:34:30,945 ERROR [HibernateStore] failed to create folder entry: /
  | org.hibernate.exception.GenericJDBCException: could not insert: 
[org.jboss.portal.cms.hibernate.RepositoryEntry]

18:34:31,664 WARN  [ServiceController] Problem starting service 
portal:service=CMS
  | javax.jcr.RepositoryException: failed to create folder for repository meta 
data: failed to create folder entry: /: failed to create  folder entry: /: 
failed to create folder entry: /

And Finally:


--- MBeans waiting for other MBeans ---
  | ObjectName: portal:service=CMS
  |   State: FAILED
  |   Reason: javax.jcr.RepositoryException: failed to create folder for 
repository meta data: failed to create folder entry: /: failed to create folder 
entry: /
  |   I Depend On:
  | jboss.jca:service=DataSourceBinding,name=PortalDS
  | portal:service=JAASLoginModule
  | portal:service=Hibernate,type=CMS
  | cms.pm.cache:service=TreeCache
  | portal:service=AuthorizationManager,type=cms
  | portal:service=InterceptorStackFactory,type=Cms
  |   Depends On Me:
  | portal:commandFactory=CMSObject
  | 
  | ObjectName: portal:service=Hibernate,type=Workflow
  |   State: FAILED
  |   Reason: org.hibernate.HibernateException: Hibernate Dialect must be 
explicitly set for database: Adaptive Server Enterprise
  |   I Depend On:
  | jboss.jca:service=DataSourceBinding,name=PortalDS
  |   Depends On Me:
  | portal:service=Workflow,type=WorkflowService
  | 
  | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
  | ObjectName: portal:service=CMS
  |   State: FAILED
  |   Reason: javax.jcr.RepositoryException: failed to create folder for 
repository meta data: failed to create folder entry: /: failed to create folder 
entry: /
  |   I Depend On:
  | jboss.jca:service=DataSourceBinding,name=PortalDS
  | portal:service=JAASLoginModule
  | portal:service=Hibernate,type=CMS
  | cms.pm.cache:service=TreeCache
  | portal:service=AuthorizationManager,type=cms
  | portal:service=InterceptorStackFactory,type=Cms
  |   Depends On Me:
  | portal:commandFactory=CMSObject
  | 
  | ObjectName: portal:service=Hibernate,type=Workflow
  |   State: FAILED
  |   Reason: org.hibernate.HibernateException: Hibernate Dialect must be 
explicitly set for database: Adaptive Server Enterprise
  |   I Depend On:
  | jboss.jca:service=DataSourceBinding,name=PortalDS
  |   Depends On Me:
  | portal:service=Workflow,type=WorkflowService


I've tried diff combinations of hibernate dialects and Sybase driver without 
any luck.

I looked up allover and as usual, lot of people dotn use SYBASE and there is 
very less info on SYBASE and JBOSS.


Please can somebody shed some light on this?

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201974#4201974

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201974
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user