This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 59399 - Changes in EJB module aren't propagated to JBoss server
Summary: Changes in EJB module aren't propagated to JBoss server
Status: RESOLVED DUPLICATE of bug 59342
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-31 08:38 UTC by Petr Blaha
Modified: 2005-08-29 15:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test project (18.46 KB, application/x-gzip)
2005-05-31 08:38 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2005-05-31 08:38:33 UTC
[netbeans41 + Jboss4 plugin 050510 + JBoss-4.0.2RC1]
I had one EJB module with session bean and client. After deploy I was able test
the bean from client. Then changed one method in session bean and cleaned ,
built and deployed module to JBoss. Run client. 
However, client was using still bean with old implementation. It seems that
changes in EJB module aren't propagated to server. 
Steps to reproduce:
1) open attached project in NB
2) deploy module to server
3) run client
4) in output tab should be text: Hello From Cabine new
5) change text in getHello(), deploy
6) check text
On my system is old text still printed.
Comment 1 Petr Blaha 2005-05-31 08:38:59 UTC
Created attachment 22373 [details]
test project
Comment 2 Ivan Sidorkin 2005-05-31 09:00:10 UTC
Please, check issues list before opening new issue
and please use latest version of plugin 

*** This issue has been marked as a duplicate of 59342 ***
Comment 3 Petr Blaha 2005-05-31 09:06:43 UTC
I'm sorry for the new issue. I'm going to build new plugins.