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
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
...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
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
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
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)
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
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