[JBoss-user] [JBoss Portal] - Re: Oracle 10g configuration

2006-05-17 Thread d.venturini
This is the my environment:

1. jdk1.5.0_04
2. Oracle 10g XE ed. Release 10.2.0.1.0 - Production
3. JBoss [Zion] 4.0.4.CR2 (jboss-portal-2.2.1-bundled)
4. JDBC driver version: 9.2.0.1.0
5. Hibernate dialect: org.hibernate.dialect.OracleDialect

This is a part of jboss startup:

08:49:19,375 INFO  [SettingsFactory] RDBMS: Oracle, version: Oracle Database 
10g Express Edition Release 10.2.0.1.0 - Production
08:49:19,375 INFO  [SettingsFactory] JDBC driver: Oracle JDBC driver, version: 
version: 9.2.0.1.0
...
[org.hibernate.dialect.Dialect] Using dialect: 
org.hibernate.dialect.OracleDialect
...
08:54:18,265 INFO  [SettingsFactory] JDBC batch size: 15
08:54:18,265 INFO  [SettingsFactory] JDBC batch updates for versioned data: disa
bled
08:54:18,265 INFO  [SettingsFactory] Scrollable result sets: enabled
08:54:18,265 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled
08:54:18,265 INFO  [SettingsFactory] Connection release mode: auto
08:54:18,265 INFO  [SettingsFactory] Default batch fetch size: 1
08:54:18,265 INFO  [SettingsFactory] Generate SQL with comments: disabled
08:54:18,265 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
08:54:18,265 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.AST
QueryTranslatorFactory
...

That's all... 

Thank you very much for your time!

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

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


---
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: Oracle 10g configuration

2006-05-16 Thread d.venturini
Off course...   the first time is very wonderful I'm maked a new oracle 
user and Jboss Portal by hibernate recreate all tables correctly and the portal 
works very done.
But when I stop the service and restart it... I can see the same error:

--- MBeans waiting for other MBeans ---
ObjectName: portal:service=CMS
State: FAILED
Reason: org.hibernate.TransactionException: Transaction not successfully start
ed
I Depend On:
jboss.jca:service=DataSourceBinding,name=PortalDS
portal:service=JAASLoginModule
Depends On Me:
portal:mapper=CMSObject

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: portal:service=CMS
State: FAILED
Reason: org.hibernate.TransactionException: Transaction not successfully start
ed
I Depend On:
jboss.jca:service=DataSourceBinding,name=PortalDS
portal:service=JAASLoginModule
Depends On Me:
portal:mapper=CMSObject 

Actually I'm using jboss-portal-2.2.1-bundled with Oracle10g XE ed.

Thank you very much.

Davide. 

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

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


---
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: Oracle 10g configuration

2006-05-16 Thread d.venturini
In looking at the table JBP_CMS_REPOSITORYENTRY, the row with 
FSENTRY_NAME=custom_nodetypes.xml has an xml document into the blob for 
FSENTRY_DATA and value of FSENTRY_LENGTH of 1659.

Davide.

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

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


---
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] - Oracle 10g configuration

2006-05-14 Thread d.venturini
Hi, 
  I have observed that the configuration of database the Oracle 10g doesn't 
work correctly. I'm following this steps:

1. I have copied classes12.jar under folder  JBOSS_HOME\server\default\lib
2. I have created a file portal-oracle-ds.xml under folder 
JBOSS_HOME\server\default\deploy
3. I have changed configuration in any folder contained in 
JBOSS_HOME\server\default\deploy\jboss-portal.sar\conf\hibernate
named hibernate.cfg.xml with the following uncomment: 
!-- Force the dialect instead of using autodetection --
org.hibernate.dialect.Oracle9Dialect

I've lunched Jboss and the following error was showed:


--- MBeans waiting for other MBeans ---
ObjectName: portal:service=CMS
  State: FAILED
  Reason: org.hibernate.TransactionException: Transaction not successfully start
ed
  I Depend On:
jboss.jca:service=DataSourceBinding,name=PortalDS
portal:service=JAASLoginModule
  Depends On Me:
portal:mapper=CMSObject

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: portal:service=CMS
  State: FAILED
  Reason: org.hibernate.TransactionException: Transaction not successfully start
ed
  I Depend On:
jboss.jca:service=DataSourceBinding,name=PortalDS
portal:service=JAASLoginModule
  Depends On Me:
portal:mapper=CMSObject

08:39:39,984 INFO  [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0
-8080
08:39:40,109 INFO  [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
08:39:40,109 INFO  [JkMain] Jk running ID=0 time=0/78  config=null


But if I erased the CMS directories (portal-cms.*) under jboss-portal.sar 
folder Jboss work correctly... off course without CMS content manager portlet 
application. 

I have not understood if the file hsqldb-ds.xml (under folder 
JBOSS_HOME\server\default\deploy) must be changed with new file of 
configuration oracledb-ds.xml...

Thank you very much for any suggestions.

Best Regards,
Davide.

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

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


---
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: Use SubPages

2006-05-10 Thread d.venturini
I'm editing the *-object.xml file directly, but for change the view order page 
I must recompile the original code with a little change...

Thank you very much!

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

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


---
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] - Use SubPages

2006-05-09 Thread d.venturini
Hi,
  Anyone knows how can I add subpage? By the portlet manager I can create only 
standard page but I can't create a subpage... 
How can I view page name in the navigatorInstance (nav bar) in different order?

Thanks for any suggestions!

Ref:
jboss-portal-2.2.1-bundled
Linux Fedora Core 5

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

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


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