[jboss-user] [JBoss Portal] - own portlet's table is not build in oracle
fab52
do-not-reply at jboss.com
Tue Apr 15 03:45:24 EDT 2008
Hi, I used jboss portal 2.6.3 and Jboss AS 4.2. Running on windows XP sp2 and using Oracle10g XE as my db.
I don't use SYSTEM for the db instead my portal ds looks like this:
| <datasources>
| <local-tx-datasource>
| <jndi-name>PortalDS</jndi-name>
| <connection-url>jdbc:oracle:thin:fab/password at localhost:1521:XE</connection-url>
| <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
| <user-name>fab</user-name>
| <password>password</password>
| </local-tx-datasource>
| </datasources>
|
in the logfile, hibernates always look for tables from SYSTEM
like:
SYSTEM.jbp_table1
instead of:
FAB.jbp_table1
this problem occurs for portlets that I made. inside the FAB's db are all JBoss tables.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144143#4144143
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144143
More information about the jboss-user
mailing list