This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes MDB, Spring, deployment related issue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "MDB, Spring, deployment related issue" Watch "MDB, Spring, deployment related issue" New topic
Author

MDB, Spring, deployment related issue

Karthik Upadrasta
Greenhorn

Joined: Jul 07, 2004
Posts: 9
Hi,

I have an MDB. It has an ejbCreate() method. In this method, I have the following:



Now, where can I put this test.xml file ?

I must have this test.xml file as a seperate jar file because these beans keep changing. And we cannot deploy the whole application again whenever there is some change in the beans. Instead, we want to deploy it as a seperate Library jar file. Btw, weblogic 10.0 is our app server.

So I jar'ed the spring xml files, and deployed them as a seperate library.

How can I make my application work ? It has to make use of this library.



In the above image, I have XATestEar25.ear file. This is my application. Then, I have testspring.jar. This has my Spring xml files.

How can I make XATestEar25 use this testspring.jar file. I cannot include testspring.jar with XATestEar25 because the testspring.jar keeps changing often.
Karthik Upadrasta
Greenhorn

Joined: Jul 07, 2004
Posts: 9
Answering my own question again.

It can be done through weblogic-application.xml

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: MDB, Spring, deployment related issue
 
Similar Threads
Spring and plugging in null implementations
Sun App Server
build problems and relative paths
Spring cannot find file in classpath (within JAR)
Executable jar file problem