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
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
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 {
|
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
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
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
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=
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