[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Id var not updated after persist

2008-01-12 Thread galrub
hello all, using jboss 4.2.2 (red-hat developer studio) and mysql 5; after doing persist the Id retrun null... here is the code: 1st, the table in DB: | create table test ( | ID int(10) NOT NULL auto_increment, | NAME VARCHAR(15), | PRIMARY KEY (ID) | ) ENGINE=InnoDB DEFAU

[jboss-user] [JNDI/Naming/Network] - Re: ConnectionFactory not bound Exception... - Noobie

2007-07-19 Thread galrub
Yep... thats all I get is there anyway to get a list of the jndi namespaces from the standalone? if so I will send it on this topic, maybe it can help. THX View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065691#4065691 Reply to the post : http://www.jboss.c

[jboss-user] [JNDI/Naming/Network] - Re: ConnectionFactory not bound Exception... - Noobie

2007-07-19 Thread galrub
...from A standalone... sry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065692#4065692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065692 ___ jboss-user mailing list jbo

[jboss-user] [JNDI/Naming/Network] - Re: ConnectionFactory not bound Exception... - Noobie

2007-07-16 Thread galrub
from what I can find on the net, it's seems that because nether it the datasources are in the global namespaces even thou that when trying a lookup for "QueueConnectionFactory" I get the same stacktrace with ConnectionFactory not bound... so it's not clear to if the namespaces are the probl

[jboss-user] [JNDI/Naming/Network] - Re: ConnectionFactory not bound Exception... - Noobie

2007-07-16 Thread galrub
here is the stacktrace: -- javax.naming.NameNotFoundException: ConnectionFactory not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) at org.jnp.server.NamingServer.getBinding(NamingServer.java:537) at org.jnp.server.NamingServe

[jboss-user] [Messaging, JMS & JBossMQ] - ConnectionFactory not bound Exception... - Noobie

2007-07-14 Thread galrub
Hello ppl, I'm having a problem with lookup of the ConnectionFactory. Getting a not bound exception. it seems a common problem because I see it on google but can't find a solution! when deploying an EJB I got no problem looking it up on the standalone. (EJB3)

[jboss-user] [Beginners Corner] - jsf problem - could not find Factory...

2007-06-16 Thread galrub
Hello all, need some help, Getting an exception when deploying a war on Jboss 4.2.GA there is no lib directory in the war, just the basiic faces-config.xml and web.xml in WEB-INF dir (made according to jboss site). and two JSPs that I got from 'http://www.coreservlets.com/JSF-Tutorial/index.htm

[jboss-user] [JBoss Getting Started Documentation] - JSF/MyFace referencese

2007-05-28 Thread galrub
Hello all, My name is Gal, And currently I'm using/studying IBM's Rational developer. on the RAD JSF features are 'a click away' and almost no source writing is necessary unlike the Eclipse/JBoss... is there any good online book/Tutorial that enplane how to do JSF using the Apache?... I found