[jboss-user] [JNDI/Naming/Network] - Re: JNDI in ejb3

2008-09-08 Thread HerQpapa
Could you post your mysql-ds.xml and persistence.xml files? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174974#4174974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174974 ___

[jboss-user] [JBoss Portal] - Re: Issue with error handling configuration

2008-08-07 Thread HerQpapa
Sachin, have you tried to set access_denied to do something else then the default settings provided by the portal? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169320#4169320 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Portal] - Re: Issue with error handling configuration

2008-08-07 Thread HerQpapa
Unfortunately you are not the only one struggling with this issue. There were several posts in the past regarding this issue but no solution. The problem seems that error does not reach the portal but gets thrown from Catalina's valve somewhere down the line. And it seems that nobody wants to ac

[jboss-user] [JNDI/Naming/Network] - Trying to access RemoteEJBs through firewall

2008-07-30 Thread HerQpapa
Hi, I am using JBoss portal 2.6.2.GA with JBoss [Trinity] 4.2.1.GA. I have problem connecting to RemoteEJB through a firewall. My descriptor: | | false | 1099 | ${jboss.bind.address} | 1098 | | | which is working fine until the communica

[jboss-user] [JBoss Portal] - Re: Page policy redirect policy not working

2008-07-30 Thread HerQpapa
So, nobody's got any idea? Nobody has used this option before? Does it work at all or it is one of those settings that is there but the portal just ignores it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167559#4167559 Reply to the post : http://www.jboss

[jboss-user] [JBoss Portal] - Re: Portlet security constraint tab ignored completely

2008-07-29 Thread HerQpapa
you need to add to your *-object.xml the role-name otherwise (I think) it is ignored: | | | admin | view | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167349#4167349 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Portal] - Page policy redirect policy not working

2008-07-28 Thread HerQpapa
Hi, I am using jboss-portal-2.6.2.GA. I am trying to achieve a problem which I am sure some of you have already solved. I am trying to redirect the user after login when he has no access to the given portal page. The use case is that some of our users bookmark a page that is for password chang

[jboss-user] [JBoss Portal] - Re: New user forced to change password

2008-05-29 Thread HerQpapa
Users cannot register but their account is created through the default admin module. Therefore the password is a password created by the admin. Unfortunately the provided email validation does not qualify. I have to implement a forced password change on first login. It was silly that I did not

[jboss-user] [JBoss Portal] - New user forced to change password

2008-05-29 Thread HerQpapa
Hi, I am using portal 2.6.2 on a Sun box with MySQL backend. I have to implement a feature which is required by ISO 9001 Security Cert. New users must be forced to change their password on first login. I've been reading through the portal docs and the jboss wiki but it seems it is not a defau

[jboss-user] [JBoss Portal] - Error on new user login

2008-05-20 Thread HerQpapa
Hi, I am using JBoss-portal 2.6.2 with MySql backend on both Win and Solaris OS. I have created a module that adds a new user to the portal. Once the user is created and logs in for the first time, the portal throws an exception. It only happens the first time the new user tries to login. If I

[jboss-user] [JBoss Portal] - Re: Wrong tx on thread in UserModule

2008-04-01 Thread HerQpapa
Thanks for your help! the first solution with the context lookup is working just fine! the latter solution does not work and it throws a NullPointerException in both use cases (for existing and non existing user). I only tried it in portal 2.6.2. | ex.getMessage() : null | ex.getLocalized

[jboss-user] [JBoss Portal] - Re: Wrong tx on thread in UserModule

2008-03-31 Thread HerQpapa
PMN, could you show how you get the TransactionManager? I tried with different jndis (java:comp/TransactionManager, TransactionManager, javax.transaction.TransactionManager)but to no avail. :( Sorry for the pain I cause with my beginner's questions. View the original post : http://www.jboss.co

[jboss-user] [JBoss Portal] - Re: Wrong tx on thread in UserModule

2008-03-31 Thread HerQpapa
anonymous wrote : I use Transaction Manager obtained with the jndi name java:/TransactionManager PMN: what do you mean by this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140091#4140091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Portal] - Wrong tx on thread in UserModule

2008-03-28 Thread HerQpapa
Hi, I am using jboss-portal-2.6.2.GA in cygwin env, MySQL backend. I have the following method which I use to check whether a user already exists: | public User findUserByUserName(String userName) throws IdentityException{ | try { | UserTransaction ut = (UserTransaction) (new Ini

[jboss-user] [JBoss Portal] - Re: UserProfileModule.setProperty() not saved

2008-03-14 Thread HerQpapa
Sorry for the post, I found that I had a typo in my code. My apologies again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136647#4136647 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136647

[jboss-user] [JBoss Portal] - Re: UserProfileModule.setProperty() not saved

2008-03-14 Thread HerQpapa
I forgot to add that | userProfileModule.getProfileInfo().getPropertyInfo(User.INFO_USER_ENABLED).getAccessMode(); | returns: read-write View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136607#4136607 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Portal] - UserProfileModule.setProperty() not saved

2008-03-14 Thread HerQpapa
Hi, Accept my apologies beforehand if this question had been asked before. I searched the forums but I did not find anything on this subject. I am using JBoss Portal 2.6.2-GA with MySQL backend. I have a portlet where the logged in user can add/delete and assign roles. Code snippet from my S

[jboss-user] [JBoss Portal] - Re: Login name case sensitive

2008-02-22 Thread HerQpapa
I could not find the Jira entry you mentioned. I tried a fresh install of 2.6.2 and the problem exists on a 'virgin' server. I downloaded jboss-portal-2.6.3.GA but the issue seems to be fixed. I could not reproduce it. I guess I have to upgrade to 2.6.3. View the original post : http://www.jbos

[jboss-user] [JBoss Portal] - Re: Login name case sensitive

2008-02-22 Thread HerQpapa
I do not think it is MySQL specific as it does the same with Hypersonic as DefaultDS and no MySQL present. I checked Jira but I could not find anything related to this problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131477#4131477 Reply to the post :

[jboss-user] [JBoss Portal] - Login name case sensitive

2008-02-22 Thread HerQpapa
Hi, I am using jboss-portal-2.6.2.GA with Hypersonic on dev and MySQL5 on production servers. I have noticed that the login name is not case sensitive. Usernames john.smith, John.Smith or jOhn.SmitH are treated like String.equalsIgnoreCase(). Is there any way where I can set the login to cases

[jboss-user] [JBoss Portal] - Stylesheets - portal-identity/style.css

2008-02-01 Thread HerQpapa
Hi, Env JBoss-Portal 2.6.2 I have tried to change the portal's stylesheets on all possible places known to me, but whatever I do the portal still injects portal-identity/style.css into the header. Unfortunately the portal-identity/style.css overrides my stylesheet. Any suggestion what I mi

[jboss-user] [JBoss Portal] - Re: Portal DTD ulr changed to what?

2008-01-29 Thread HerQpapa
Have you tried jboss.org instead of jboss.corg? Just a guess View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124500#4124500 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124500 __

[jboss-user] [JBoss Portal] - Portlet window size

2008-01-29 Thread HerQpapa
Hi! Sorry if this question has been posted before. I tried several searches but could not find any related topic. So, my problem: I am using a Sun's JSF RI and jsf-portlet bridge on jboss-portal-2.6.2.GA. I need to find out the actual size of the portlet's window. In the window I display a gra

[jboss-user] [JBoss Portal] - Portlet instance added through management consol is not save

2008-01-11 Thread HerQpapa
G'day everybody! I am using jboss-portal-2.6.2.GA. My dev instance is running on WinXP with the bundled Hypersonic and my live system is on Debian with MySQL. I have the exactly the same configuration for my portlets on both machine (except for the db, of course). One of my pages has 3 portle