You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2009/05/08 01:56:19 UTC

DO NOT REPLY [Bug 47166] New: Add render Flex AMF 3 (Action Message Format) to Listener View Results Tree

https://issues.apache.org/bugzilla/show_bug.cgi?id=47166

           Summary: Add render Flex AMF 3 (Action Message Format) to
                    Listener View Results Tree
           Product: JMeter
           Version: Nightly (Please specify date)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: milamberspace@gmail.com


In listener, View Results Tree, add a render to view a Flex AMF 3 message
(Action Message Format) in a tree (like XML render)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 47166] Add render Flex AMF 3 (Action Message Format) to Listener View Results Tree

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47166


Milamber <mi...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |milamberspace@gmail.com




--- Comment #4 from Milamber <mi...@gmail.com>  2009-05-07 17:07:55 PST ---
The flex jar require a JDK 5 or +
But ANT compile show this error

compile-rmi:
     [rmic] RMI Compiling 1 class to
/Workspaces-JMeter/JMeter-Integration/build/core
     [rmic] error: Invalid class file format in
/Workspaces-JMeter/JMeter-Integration/build/core/org/apache/jmeter/engine/RemoteJMeterEngineImpl.class.
 The major.minor version '50.0' is too recent for this tool to understand.
     [rmic] error: Class org.apache.jmeter.engine.RemoteJMeterEngineImpl not
found.
     [rmic] 2 errors

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 47166] Add render Flex AMF 3 (Action Message Format) to Listener View Results Tree

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47166





--- Comment #2 from Milamber <mi...@gmail.com>  2009-05-07 16:58:22 PST ---
Created an attachment (id=23627)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23627)
Render AMF in view results tree (capture 2)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 47166] Add render Flex AMF 3 (Action Message Format) to Listener View Results Tree

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47166





--- Comment #6 from Sebb <se...@apache.org>  2009-05-07 17:42:31 PST ---
Sorry but the enhancement cannot be implemented as it stands.

ASF code can have at most an optional dependency on code released under the
LGPL v2.1 license; the status of LGPL v3 code has not yet been determined.

It may therefore be necessary to provide the formatting as an optional plugin,
with at least some parts of the code hosted elsewhere.

Perhaps it makes sense to consider enhancing the Tree View Listener to allow
arbitrary external plugin renderers?

Once implemented, this would allow users to add their own renderers more easily
- but I'm not sure how much work such changes would involve.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 47166] Add render Flex AMF 3 (Action Message Format) to Listener View Results Tree

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47166





--- Comment #1 from Milamber <mi...@gmail.com>  2009-05-07 16:57:46 PST ---
Created an attachment (id=23626)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23626)
Render AMF in view results tree (capture 1)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 47166] Add render Flex AMF 3 (Action Message Format) to Listener View Results Tree

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47166





--- Comment #3 from Milamber <mi...@gmail.com>  2009-05-07 17:05:59 PST ---
Created an attachment (id=23628)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23628)
Proposal (experimental) patch to render as flex amf message in View Results
Tree

Tested on (Linux X64) JDK 6

Need two additional JAR from open source projet Adobe BlazeDS
http://opensource.adobe.com/wiki/display/blazeds/Downloads
(GPL V3 licence)

In blazeds.war/lib:
flex-messaging-common.jar 
flex-messaging-core.jar   

The flex Jar must be added in JMETER_HOME/lib

ANT build doesn't work (some update to add jar needed)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 47166] Add render Flex AMF 3 (Action Message Format) to Listener View Results Tree

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47166





--- Comment #7 from Milamber <mi...@gmail.com>  2009-05-08 15:57:16 PST ---
Bad news...
I will try to make an external plugin, perhaps a new listener or modify the
view tree listener to a base for external render. Lot of works certainly.
I can host the plugin or external amf render from my website.
Thanks.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 47166] Add render Flex AMF 3 (Action Message Format) to Listener View Results Tree

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47166





--- Comment #5 from Milamber <mi...@gmail.com>  2009-05-07 17:12:05 PST ---
==Use case==

With JMeter HTTP Proxy elements (or a test plan with AMF binary message)

Websites to test this patch :

http://www.jamesward.com/census/ 
Test: Flex AMF 5000 rows
Flex AMF 20000 rows

http://examples.adobe.com/flex3/labs/networkmonitor/main.html

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org