[JBoss-user] [EJB 3.0] - Re: Embeddable EJB3 startup problem: xidFactory (NoSuchField

2006-06-21 Thread sisepago
which version of eclipse do you use. because i use eclipse 3.2 and jboss embeddable ejb3 rc8 testunit run without problem. you just need to set all resources (**/*.xml) and the path META/persistence.xml in your Java Build Path and do not forget the property file. if u like you can send me your e

[JBoss-user] [EJB 3.0] - Re: Embeddable EJB3 startup problem: xidFactory (NoSuchField

2006-06-21 Thread sisepago
can you tell me how you set all your resources and config files in eclipse? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952487#3952487 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952487 All the advantages of Linu

[JBoss-user] [EJB 3.0] - + JBoss Embedded EJB3 and Surefire Plugin Maven 2 PROBLEM +

2006-06-03 Thread sisepago
Hi all EJB3 and Maven 2 gurus, Is there someone that already run a sample application with JBoss Embedded EJB3 Alpha-8 and Maven 2. when yes please could u please send me the sample as zip file under this email([EMAIL PROTECTED]) . Because i try to run a sample application with Maven 2 and JBo

[JBoss-user] [EJB 3.0] - Re: is there any tutorial or howto for using Jboss EJb3 with

2006-04-27 Thread sisepago
in JBoss Seam u can also teach you self how to use JBoss embedded ejb3 with tomcat View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939784#3939784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939784 -

[JBoss-user] [EJB 3.0] - Re: Error when runnig the embeddable-test-with-unit - EJB3-A

2006-04-18 Thread sisepago
sorry onewnan, I was very busy but now if u have some problems with the embedded-jboss-ejb3 lets me know and I can tell u some tipps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937953#3937953 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Embeddable container: changing from Hypersonic to Postgr

2006-04-18 Thread sisepago
sorry I have only the config-files for changing from Hypersonic to mysql. if need this files i can send u. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937940#3937940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=393

[JBoss-user] [EJB 3.0] - Re: javax.persistence.spi.PersistenceUnitInfo and EJB3 Embed

2006-03-28 Thread sisepago
CVS-Label host:anoncvs.forge.jboss.com usre:anonymous password: connection type:pserver repository path: /cvsroot/jboss after successfully authentification you have to check out jboss-ejb3 project View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933231#3933231

[JBoss-user] [EJB 3.0] - Re: I need help..........

2006-03-27 Thread sisepago
Can u tell us what do u want to know ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932974#3932974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932974 --- This S

[JBoss-user] [EJB 3.0] - Error during the deployment of ejb3 Embedded-War example in

2006-03-23 Thread sisepago
Hi all ejb3 gurus, I want to know if someone brought the embedded-war example with tomcat 5.5.16 to run. Because during my test I got this errors my tomcat 5.5.16 Servlet container. The Exception looks like this in tomcat 5.5.16 | description The server encountered an internal error () that

[JBoss-user] [EJB 3.0] - Re: Error when runnig the embeddable-test-with-unit - EJB3-A

2006-03-23 Thread sisepago
Thank u bill, the test run now without problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932259#3932259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932259 --

[JBoss-user] [EJB 3.0] - Re: Lookup EntityManager without declaring @PersistenceConte

2006-03-23 Thread sisepago
Try this: your persistence.xml file must look like this | | | java/DefaultDS | | | | | | and then in your code just look up EntityManager like this | EntityManager em = (EntityManager)getJBossSpecificInitialContext().lookup(

[JBoss-user] [EJB 3.0] - Re: Lookup EntityManager without declaring @PersistenceConte

2006-03-23 Thread sisepago
Hi, I get the same problem when I try to run the testCase EmbeddedEjb3TestCase.java comes with the Embedded-EJB3-ALPHA_5 examples. | public class EmbeddedEjb3TestCase extends TestCase | { |public EmbeddedEjb3TestCase() |{ | super("EmbeddedEjb3TestCase"); |} |

[JBoss-user] [EJB 3.0] - Error when runnig the embeddable-test-with-unit - EJB3-ALPHA

2006-03-23 Thread sisepago
Hi all ejb3 gurus, When I try to run the Test class EmbeddedEjb3TestCase.java i get this NameNotFoundException javax.naming.NameNotFoundException: EntityManagers not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) | at org.jnp.server.NamingServer.getBinding(N

[JBoss-user] [EJB 3.0] - Re:

2006-03-22 Thread sisepago
I know yet where my problem was. I seem from the brginning that the PersistenceXmlLoader does not find the persistence.xml file. This means you have to make sure that the persistence.xml is in the classpath located. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [EJB 3.0] - Problems Scanning classpath in the embedded-tutorial/simple-

2006-03-22 Thread sisepago
Hi all and Hi Bill, since yesterday I try to solve the problem in a standalone application. First I do not use JBoss-4.0.4RC1 AS to run my application. I use JBoss-EJB-3.0_Embeddable_ALPHA_5 and thus my error in the console of eclipse look like this: DEBUG 22-03 08:45:57,203 (KernelFactory.j

[JBoss-user] [EJB 3.0] - Re:

2006-03-21 Thread sisepago
Hi, I have the same problem since yesterday. But I do not use JBoss-4.0.4RC1 AS to run my application. I use JBoss-EJB-3.0_Embeddable_ALPHA_5 and thus my error in the console of eclipse look like this: DEBUG 22-03 08:10:19,203 (KernelFactory.java:assembleNewKernel:86) -Starting JBoss Kernel

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Help me please!! Mapping Problems with JBoss 4.0.3

2006-03-21 Thread sisepago
Hi all, I try to run the the tutorial embedded-tutorials/simple-deployment of jboss-EJB-3.0_Embeddable_ALPHA_5 since 3 hours without result and i do not where is the problem, because the error looks like this: DEBUG 21-03 20:11:10,997 (KernelFactory.java:assembleNewKernel:86) -Starting JBoss Kern

[JBoss-user] [EJB 3.0] - Re: Problems with EJB3 embedded-tutorials/simple-deployment

2006-03-21 Thread sisepago
If somebody know how I can solve this problem in embedded-tutorials/simple-deployment, please send some suggestions:. This ERROR-Trace in my console: INFO 21-03 18:36:30,544 (LocalTxDataSource.java:bindConnectionFactory:117) -Bound datasource to JNDI name 'java:/DefaultDS' INFO 21-03 18:36:3

[JBoss-user] [EJB 3.0] - Problems with EJB3 embedded-tutorials/simple-deployment

2006-03-21 Thread sisepago
Hi all, I try to run the Main.java in embedded-tutorials/simple-deployment and after the run I get an erro although I set all jars in /lib and also all the config-files in /conf in my CLASSPATH . ERROR 21-03 14:21:47,137 (KernelErrors.java:validate:107) - *** DEPLOYMENTS MISSING DEPENDENCIES:

[JBoss-user] [JBossCache] - JBossCache v1.2.3 in Tomcat (v5.5.x) [Tomcat Cluster environ

2006-03-15 Thread sisepago
How is the using of JBossCache 1.2.4 in Tomcat (Servlet container v 5.5.x)? and which configurations are needed (Cluster tasks)?. (if possible some docs) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930442#3930442 Reply to the post : http://www.jboss.com/in

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: ObjectNotFoundException - But I know it might not be the

2005-09-10 Thread sisepago
if you do not know about the primary key, the best practice is to use the methode Session.get(Class clazz, Serializable id), because when a persistent object with this id does not exit, then the method returns null View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[JBoss-user] [Persistence & CMP/JBoss] - Re: Rich Client, Hibernate, Jboss Cache, and Session EJB's?

2005-04-25 Thread sisepago
I think the alternative with using Hibernate code in each rich client is better than extra using EJBs to hide Hibernate. For the using of JBoss Cache you do not need an application server like JBoss AS. You can use it outside a AS. View the original post : http://www.jboss.org/index.html?modu

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

2005-04-03 Thread sisepago
JBoss 4.0.x doesnÂt support yet Hibernate 3.0 final version. If you want to integrate Hibernate 3.0, deploys your project with SARDeployer. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872492#3872492 Reply to the post : http://www.jboss.org/index.html?mod