[jboss-user] [Beginners Corner] - javax.naming.NameNotFoundException hibernate service

2007-01-19 Thread GBlack
Hello everybody, I am learning server technology and now I want to do small application. JSF - EJB2 - Hibernate - MySQL. I defined this mbean in my .har server | mbean code=org.jboss.hibernate.jmx.Hibernate |name=sprava:name=MySqlSessionFactory | attribute

[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.NameNotFoundException hibernate service

2007-01-19 Thread GBlack
jaikiran wrote : As mentioned in the log, the service is bound at : | java:/hibernate/MySqlSessionFactory | | However you are looking up java:/hibernate/MySessionFactory. Change the lookup code to | | this.factory = (SessionFactory) ctx.lookup(java:/hibernate/MySqlSessionFactory);

[jboss-user] [JNDI/Naming/Network] - javax.naming.NameNotFoundException hibernate service

2007-01-18 Thread GBlack
Hello everybody, I am learning server technology and now I want to do small application. JSF - EJB2 - Hibernate - MySQL. I defined this mbean in my .har | server | mbean code=org.jboss.hibernate.jmx.Hibernate |name=sprava:name=MySqlSessionFactory | attribute

[jboss-user] [Beginners Corner] - FiboTutorial

2006-10-27 Thread GBlack
Hello everybody 1.I run fibo application on new Jboss installation and get this exceptions. It is normal or somebody(maybe me :-) ) did error? Is it way to avoid it? 2.Is it possibility how show FiboBean in JBoss console and test compute method from browser(like Sun AS). Thanks for any idea.

[jboss-user] [Beginners Corner] - Re: FiboTutorial

2006-10-27 Thread GBlack
My question, my answer. :-) For other miserable owners of this problem I give solution. http://www.jboss.com/index.html?module=bbop=viewtopict=86925 special thanks for Brian Stansberry. GB. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981437#3981437 Reply