[JBoss-user] [JBoss Portal] - JBossPortal221 + Sybase Sql Server - Deploiment error

2006-06-19 Thread coyotelp
I've changed configuration files to use jbossportal with Sybase sql server database ( I'm using jconnect 6 JDBC driver). I have an hibernate error during the deploiement, I suppose due to the image field ( but i'm not sure). After that I have lot of error .. here is the error : 11:14:14,642

[JBoss-user] [EJB/JBoss] - Re: Please help me: naming exception

2006-06-01 Thread coyotelp
Hi, I had this kind of problem with local EJB sessions. COMP_NAME ( java:Comp/env ... ) doesn't work for me, I'm using only the JNDI name. /** * Retourne l'interface LocalHome du bean ApolloDataBean. * @see ApolloDataBean * @return ApolloDataLocalHome

[JBoss-user] [EJB/JBoss] - Re: Exception occurred when I want to get Ejb Home object, w

2006-05-24 Thread coyotelp
hello, try this : First, edit the conf/jboss-service.xml file and set the NamingService CallByValue to true: Second, edit the deploy/ear-deployer.xml file and set the Isolated and CallByValue attributes to true: Last, edit the deploy/jbossweb-tomcat50.sar/META-INF/jboss-service.xml file and

[JBoss-user] [EJB/JBoss] - Re: java.lang.ClassCastException javax.rmi.PortableRemoteObj

2006-05-24 Thread coyotelp
The solution : First, edit the conf/jboss-service.xml file and set the NamingService CallByValue to true: true ... Second, edit the deploy/ear-deployer.xml file and set the Isolated and CallByValue attributes to true: true true Last,

[JBoss-user] [EJB/JBoss] - Re: java.lang.ClassCastException javax.rmi.PortableRemoteObj

2006-05-22 Thread coyotelp
Hi, I've the same problem. >From Junit Classes It's works fine ( remote Ejb only). >From Servlet Classes : If I Use : new InitialContext().lookup("java:comp/env/ejb/xxx") , i have a ClassCastException. If I Use : Hashtable props = new Hashtable(); props.put(

[JBoss-user] [Installation, Configuration & Deployment] - JBossCacheManager error...

2005-08-29 Thread coyotelp
hello, I've just write the sample project to create an EJB / Servlet based on http://docs.jboss.com/jbosside/tutorial/build/en/html/index.html documentation. I have Eclipse 3.0 (with jboss plugin) and Jboss 1.4.0.2 I have the following errors during the deployment of the ear file. I have che