[JBoss-user] [EJB/JBoss] - Re: Entity bean failing as DataSource not deployed before be

2005-04-06 Thread netsandro
Hi Gareth, As you use EJB 3, you must be using JBoss 4 or above. It happens that on JBoss 4 (of another anterior version), the classloading of JBoss have changed. Now, it seems that it load the resources in alphabetic order. Try to change the name of u Datasource deployment to something like 1

[JBoss-user] [EJB/JBoss] - Re: JNDI available outside tje server?

2005-04-06 Thread netsandro
... but first, verify on your log to see any Exception and if the naming service is up. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872873#3872873 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872873

[JBoss-user] [EJB/JBoss] - Re: JNDI available outside tje server?

2005-04-06 Thread netsandro
Have u a firewall ? Verify if it leave u access u jndi on 1099. Another important thing, the naming starting with java:comp/env is not accessible out of Container. Use another name like jdbc/MyDataSource, ejb/MyEjb in spite of java:comp/env/ejb/MyEjb, ... View the original post : http://www.

[JBoss-user] [Installation & Configuration] - Re: Removing hibernate2.0 in jboss 4.0.1

2005-04-06 Thread netsandro
Hey samfra, Where is your post ? How I do that ? Install/Deploy Hibernate 3 and remove Hibernate 2 ? How I do this ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872868#3872868 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Installation & Configuration] - Re: Jboss 3.2.2 [Wonderland] not running in jdk1.5

2005-04-06 Thread netsandro
Hi Danrall, In the below item on the FAQ on wiki we have: | Which JBoss version with what JDK? | | JBoss version series 3.2.x 4.0.x 5.0.x (HEAD) | compiles with JDK version 1.3/1.4 1.4/5.0 1.4/5.0 | runs under JDK version 1.3/1.4/

[JBoss-user] [Persistence & CMP/JBoss] - Oracle CMP with key generated from JBoss

2004-10-15 Thread netsandro
Observing the code: |public JDBCCreateCommand createCreateEntityCommand() | throws DeploymentException |{ | | JDBCCreateCommand cec; | try | { | cec = (JDBCCreateCommand)manager.getMetaData(). | getEntityCommand().getCommandCl