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 109936 - include mail.jar on jmeter's classpath
Summary: include mail.jar on jmeter's classpath
Status: RESOLVED WONTFIX
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-17 00:46 UTC by Lukas Jungmann
Modified: 2007-08-07 13:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2007-07-17 00:46:41 UTC
-have a full IDE with JMeter, Load generator and Profiler bridge plugins
-have a web project with some web service
-create new jmeter test plan
-create new Sampler -> WebService(SOAP) Request

=> fails with "Cannot find class: javax.mail.MessagingException" message and one is not able to use JMeter for web
services from the IDE

Workaround: copy mail.jar (eg. from $NB_HOME/java1/modules/ext/jaxrpc16) to $NB_USERDIR/modules/jmeter/lib/ext

since mail.jar is included in the Standard and Full IDE distros, JMeter should be able to find it and include it on the
classpath
Comment 1 J Bachorik 2007-08-07 13:42:16 UTC
according to the JMeter documentation those JARs are optional ones. for this reason they will not be included in the
plugin distribution. however, you can easily add them by copying to the ${nbuserdir}/modules/jmeter/lib folder. jmeter
will automatically pick them from that location