[JBoss-user] [Security JAAS/JBoss] - Re: can username be UTF-8

2006-04-19 Thread caseyhelbling
I am seeing the same behaviour as previously described. Text fields in my form-login.jsp posting to j_security_check do not correctly follow encoding type. I am using a ? character or (ALT-0153) in my password and it gets garbled. I have set my web.xml to include the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB extends base class: Verification of Enterprise Beans

2006-03-20 Thread caseyhelbling
I have a similar issue where my abstract base class doesn't have the onMessage(Message m) declaration. | public abstract class BaseMessageBean implements MessageDrivenBean, MessageListener | { | private MessageDrivenContext context = null; | | public void

[JBoss-user] [Persistence CMP/JBoss] - ORA-00972: identifier too long with CMR relationship

2004-07-06 Thread caseyhelbling
I have this cmr setup between a company and a division(which is another company). /** * @ejb:interface-method * * @ejb.relation name = CompanyDivisions role-name=company-has-divisions * target-ejb=Company target-role-name=divisions-of-the-company type=java.util.Set * * @jboss.target-relation

[JBoss-user] [Persistence CMP/JBoss] - Re: ORA-00972: identifier too long with CMR relationship

2004-07-06 Thread caseyhelbling
Also this wasnt happening in 3.2.3 but started happening when I upgraded to 3.2.5. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841090#3841090 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841090

[JBoss-user] [Persistence CMP/JBoss] - Re: ORA-00972: identifier too long with CMR relationship

2004-07-06 Thread caseyhelbling
Also, we are using oracle 10g. Is there supposed to be a type mapping for this in standardjbosscmp-jdbc.xml? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841100#3841100 Reply to the post :