aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes undeploying EJBs Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "undeploying EJBs" Watch "undeploying EJBs" New topic
Author

undeploying EJBs

jay akhawri
Ranch Hand

Joined: Nov 28, 2004
Posts: 47
Hi,

i have just started learnin' EJB. As my first EJB app i tried to build example given in HeadFirst EJB.but in middle of something i did an logical error....i have built the AdviceApp application and also deployed it. every thing was going fine untill i notice i made a mistake in naming Enterprise Bean Name ( in New Enterprise bean wizard)..
I am willing to start afresh but i am not successful in finding how to Undeploy this application.
Roger Chung-Wee
Ranch Hand

Joined: Sep 29, 2002
Posts: 1683
There is no need to undeploy. Just make your changes, rebuild and redeply.


SCJP 1.4, SCWCD 1.3, SCBCD 1.3
 
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: undeploying EJBs
 
Similar Threads
does ejb-jar.xml have to contain home and component interface?
How to add web module in ejb module in netbeans for stateless session bean
IBM 287 ICE TEST
HFE Page 613 - EJB references (When a bean wants another bean)
EJB Structure used in Client-Server Program?