|
| http://java.sun.com/xml/ns/persistence";
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
|
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd";>
|
Ok, solved with Jboss annotation @RemoteBinding
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055027#4055027
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055027
___
jboss-u
Hi, I built an ear application which internally contains an EJB3 module. The
ear file is named:
jemos-ejb3-ear-1.0.0
I also defined a SLSB with just the @Stateless annotation (but the same happens
also if I specify the name or mappedName. When I look at the Global JNDI name,
I can see the foll
Found the problem. I was using log4j 1.2.8 in the classpath, whereas I should
have used log4j-boot.jar under %JBOSS_HOME%/lib
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055022#4055022
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
Hi, I have an EJB3 application running on JBoss 4.2.0-GA. Externally, from my
Eclipse, I built successfully an Initial context. When I try a lookup on the
Context, I get the following exception:
| Exception in thread "main" java.lang.NoSuchFieldError: TRACE
| at
org.jboss.logging.Log4j
Any news on this one?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053732#4053732
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053732
___
jboss-user mailing list
jboss-use
Yes, I'm using 6
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052946#4052946
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052946
___
jboss-user mailing list
jboss-user@lis
Hi, I created a persistence.xml file with the definition of two persistence
units: one with JTA (for EE components) and one with RESOURCE_LOCAL (for JUnit
testing). When deploying the application fails saying that I didn't define a
non-jta-data-source for the RESOURCE_LOCAL, but the fact is that
Hi, I just downloaded the latest version of Hibernate. I'm trying to create an
EntityManagerFactory using the Persistence.createEntityManagerFactory method
but it fails because it can't find the org.jboss.util.file.ArchiveBrowser
class. This is a Jboss class. What does it have to do with Hiberna
This is the error I got:
[drive]:\server\src\main\org\jboss\ejb\plugins\cmp\jdbc\ByteArrayBlob.java:46:
org.jboss.ejb.plugins.cmp.jdbc.ByteArrayBlob is not abstract and does not
override abstract method getBinaryStream(long,long) in java.sql.Blob
public final class ByteArrayBlob implements Blob
Thank you for your reply. Which EJB3 distribution are you referring to
precisely? Sun's one (GlassFish) or JBoss? Also my question was related to
eventually a passage to JBoss 5. Does this version of JBoss support both EJB3
and EJB 2.1?
Thanks.
View the original post :
http://www.jboss.com/in
I'd like my team to move to EJB3 gradually. We've got tons of apps running in
different JBoss services (for now all rigorously EJB 2.1). I'd like the upgrade
to proceed gradually, project by project, so that we would have EJB 2.1 and EJB
3 apps living in the same app server.
Is this really pos
Hi, I'm architecting a JMX Distribute Agent Level application where remote
clients will use the detached Invoker to start/stop/monitor Schedule jobs
running on different Jboss services. My architecture consists in having the
remote client as a war file deployed on a Tomcat s.c. and having the cl
I've got a .sar file which I deploy under the /deploy folder. JBoss throws an
exception complaining that it can't find the jboss-service.xml file under
META-INF. However, if I unzip the same .sar file into a folder ending with .sar
everything works fine.
I'm sure it must be a configuration pro
It has been fixed in 4.0.5GA.
http://jira.jboss.com/jira/browse/JBAS-2350
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969555#3969555
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969555
BTW, this seems like a packaging issue:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=86352
Do you know if it will be definitely fixed in JBoss 4.0.5?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969554#3969554
Reply to the post :
http://www.
Hi, I've installed JBoss 4.0.4GA with the installer since I wanted to try EJB3.
I chose 'ejb3' as configuration. It appears as if I can't use the
ServiceBindingManager in order to run different configurations of JBoss. I
renamed 'default' as ports-01. Then I looked in the conf/jboss-service.xml
17 matches
Mail list logo