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 83019

Summary: Run appclient in ear
Product: javaee Reporter: Lukas Jungmann <jungi>
Component: App ClientAssignee: Lukas Jungmann <jungi>
Status: RESOLVED WONTFIX    
Severity: blocker CC: mkrauskopf, pjiricka
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Lukas Jungmann 2006-08-18 19:26:50 UTC
does not work in case of using JBoss as target server
Comment 1 Lukas Jungmann 2006-08-18 19:30:30 UTC
Seems to caused by recent changes in ear's build script (clean-up) and by
renaming properties (issue 81262). Working on the fix...
Comment 2 Lukas Jungmann 2006-08-18 23:32:02 UTC
Build script fixed. There are still 2 issues here:
-if there are ejb/websvc/resource references in application-client.xml then user
have to manually add references also to jboss-client.xml (this is covered by
issue 76598)
-in this case user has to manually set appclient's main class in ear project
properties UI (=> P3)

Martine, is there some way how to get value of "main.class" property defined in
known appclient project from earproject? I guess new RFE will be needed for it.
If so, then I'd close this as fixed with reference to new issue.

IDE:-------------------------------------------------
IDE: [8/19/06 12:16 AM] Committing Files started
Checking in resources/build-impl.xsl;
/cvs/j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/resources/build-impl.xsl,v
 <--  build-impl.xsl
new revision: 1.19.36.19; previous revision: 1.19.36.18
done
Checking in ui/customizer/EarProjectProperties.java;
/cvs/j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/ui/customizer/EarProjectProperties.java,v
 <--  EarProjectProperties.java
new revision: 1.20.2.2.2.32; previous revision: 1.20.2.2.2.31
done
IDE: [8/19/06 12:17 AM] Committing Files finished
Comment 3 Martin Krauskopf 2006-08-21 10:45:06 UTC
> Martine, is there some way how to get value of "main.class" property defined in
> known appclient project from earproject? I guess new RFE will be needed for it.

I do not know about any (API way). (Friend?) API between EAR and CAR will be
needed I think.
Comment 4 Lukas Jungmann 2006-08-21 11:06:28 UTC
then switching to enhancement as we're after feature freeze...
Comment 5 Martin Balin 2016-07-07 08:56:42 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss