[JBoss Portal] - Jboss Portal Related Issues
by sahayaraj1983
Hi Friends I am new for portal devlopment. I have few issues. Already some one have mentioned this issues but no reply thats why I post the issues again.
I am using jboss server 4.2.2 GA and portal 2.7.0
1 ) How to use drag and drop functionalities
2 ) I have created one portal. It contains three portlets ie, calendar, country and sites(these are available in left region). user can select the value from left navication portlet. Based on the result we create some dynamic charts portlet in center region.
Problem : I have created three user and three user has rights to access the portal which I have created. One user logged in and created some dynamic portlet(in center region). If another user logged in, he can see some chart portlet in center region. But he did not create any portlet in center region. The first users chartportlet is reflected this user also.
How can I avoid this problem.
3 ) In admin side we can create user. Is it possible to create subUser for that user.
4 ) If I use Https://.... the partial refresh functionalities is not working. How can I solve this.
5 ) Can I store the user details in my database When Icreate the user in admin side.
I am expecting your replys
Thanks in advance
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225790#4225790
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225790
17 years
[JBoss Messaging] - Re: Unknown column 'NODE_ID' in 'where clause'
by gaohoward
Hi, can you please check in your mysql database that the table JBM_TX, like this:
| mysql> desc JBM_TX;
| +----------------+----------------+------+-----+---------+-------+
| | Field | Type | Null | Key | Default | Extra |
| +----------------+----------------+------+-----+---------+-------+
| | NODE_ID | int(11) | YES | | NULL | |
| | TRANSACTION_ID | bigint(20) | NO | PRI | 0 | |
| | BRANCH_QUAL | varbinary(254) | YES | | NULL | |
| | FORMAT_ID | int(11) | YES | | NULL | |
| | GLOBAL_TXID | varbinary(254) | YES | | NULL | |
| +----------------+----------------+------+-----+---------+-------+
| 5 rows in set (0.00 sec)
|
And see if there is a column named NODE_ID (as bove). If not, try to drop all JBM_* tables and restart the server. If problem still, check the mysql-persistence-service.xml in your deploy/jboss-messaging.sar if the table create statement are correct. If not, then you probably got wrong version of JBM.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225786#4225786
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225786
17 years