[JBoss-user] [EJB 3.0] - How to make EJB2 Reference a local EJB3

2006-06-28 Thread Dabubble
Context: JBoss 4.0.4 GA After searching exaustively for a way to make a jdk1.4 client reference a EJB3 bean I finally gave up and created a EJB2 wrappers for the EJB3 beans. Now I have a new problem I can't find an example on how to make a EJB2 reference a local EJB3 (seen examples of remote re

[JBoss-user] [EJB 3.0] - Re: JIRA issue - EJBTHREE-497 - EJB3 with Java5 server and J

2006-06-25 Thread Dabubble
So no one can even tell me the state of this issue? No sugestions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953312#3953312 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953312 Using Tomcat but need to do more? N

[JBoss-user] [EJB 3.0] - Complex Id and Joined Inheritance

2006-06-17 Thread Dabubble
Hi! I hava two classes that have the following structure: | @Entity | @SequenceGenerator(name = "crawlerdocument_sequence", sequenceName = "crawlerdocument_id_seq") | @Inheritance(strategy = InheritanceType.JOINED) | public abstract class CrawlerDocument implements Serializable { |

[JBoss-user] [EJB/JBoss] - Re: EJB Naming problem (NameNotFoundException)

2005-12-11 Thread Dabubble
I notice that the MainOrchestratorUtil.java file was looking for jndiname "java:comp/env/ejb/MainOrchestratorLocal" and i changed it to "MainOrchestratorLocal" and it worked Still poses a mantainability problem. There must be something wrong with the tags. Any idea? View the original post

[JBoss-user] [EJB/JBoss] - Re: EJB Naming problem (NameNotFoundException)

2005-12-11 Thread Dabubble
BTW before I generated the xml docs with XDoclet I changed all the paths from "ejb/MainOrchestrator" to "MainOrchestrator" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912007#3912007 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [EJB/JBoss] - EJB Naming problem (NameNotFoundException)

2005-12-11 Thread Dabubble
Hi i've circled the web but I just cant get this going. I have a MDB listening from a queue, receives the message and the call the respective process model on a Stateless Session Bean. I'm using XDoclet and can't seam to get this to work. The MDB Bean looks like this: ackage is.scholar.orchest

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Hibernate + JBoss problem

2005-09-13 Thread Dabubble
Btw I hope you can get a clear idea of the structure because the forum eliminated all the suplus spaces behind the >. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3894457#3894457 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Hibernate + JBoss problem

2005-09-13 Thread Dabubble
Hi all! I'm trying to use a prepackaged persistence layer with a Web deployment in a small tutorial. So the main war has a jar with the persistence layer. The LibraryPersistence is has follows (works fine outside of JBoss) librarypersistence.jar: >library. (...) < all the hibernate files >hi