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
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
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
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
-
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
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
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
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
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
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
--
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(
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");
|}
|
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
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
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
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
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
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
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:
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
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
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 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
23 matches
Mail list logo