[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Multiple persistence units (one JTA one RESOURCE_LOCAL)

2007-06-30 Thread mtedone1
| | 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";> |

[jboss-user] [JNDI/Naming/Network] - Re: Module name included in Global JNDI name of SB???

2007-06-17 Thread mtedone1
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

[jboss-user] [JNDI/Naming/Network] - Module name included in Global JNDI name of SB???

2007-06-17 Thread mtedone1
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

[jboss-user] [JNDI/Naming/Network] - Re: Using Context externally returns error related to TRACE

2007-06-17 Thread mtedone1
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

[jboss-user] [JNDI/Naming/Network] - Using Context externally returns error related to TRACE logg

2007-06-17 Thread mtedone1
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

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Multiple persistence units (one JTA one RESOURCE_LOCAL)

2007-06-12 Thread mtedone1
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

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss 4.2-G.A fails to build from source

2007-06-10 Thread mtedone1
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

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Multiple persistence units (one JTA one RESOURCE_LOCAL) fail

2007-06-10 Thread mtedone1
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

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Jboss libraries in Hibernate??

2007-06-10 Thread mtedone1
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

[jboss-user] [Installation, Configuration & Deployment] - Jboss 4.2-G.A fails to build from source

2007-06-10 Thread mtedone1
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

[jboss-user] [EJB 3.0] - Re: Will I be able to have both EJB 2.1 and EJB3 in JBoss 5?

2007-03-31 Thread mtedone1
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

[jboss-user] [EJB 3.0] - Will I be able to have both EJB 2.1 and EJB3 in JBoss 5?

2007-03-29 Thread mtedone1
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

[jboss-user] [JNDI/Naming/Network] - Is the detached invoker compliant with different versions of

2007-03-28 Thread mtedone1
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

[jboss-user] [Installation, Configuration & Deployment] - Sar archive as .sar file doesn't deploy, but as directory it

2007-03-24 Thread mtedone1
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

[jboss-user] [EJB 3.0] - Re: BindingManager not found when installing EJB3 with insta

2006-09-05 Thread mtedone1
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

[jboss-user] [EJB 3.0] - Re: BindingManager not found when installing EJB3 with insta

2006-09-05 Thread mtedone1
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.

[jboss-user] [EJB 3.0] - BindingManager not found when installing EJB3 with installer

2006-09-05 Thread mtedone1
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