From: wobbet <nu...@jb...> - 2005-05-12 21:47:52
|
Annoyance #1 - toString() does NOT return a MIME string, it returns the simple object classname and instance id. What I really wanted is getRawStream() which appears to be working... Status update 1 - Created the mail listener as a POJO and created an xbean descriptor for it (can I assume that the xbean/POJO combo is invoking AOP to make it behave as a real MBean?). 2 - Added the listener to the chain using the entries in jboss-service.xml 3 - launch debug within jboss ide and use telnet to invoke the mail 4 - hit the breakpoint in the listener 5 - run out of memory when initializing the jasen confg :( The exception says I'm out of Java heap space. Is this an issue w/ my debug config not allocating enough RAM to the JVM or is this an issue with not having enough allocated to Eclipse or is this an issue w/ jASEN just eating too much and needing to be put on a diet? Yeah, yeah, yeah - you probably don't have enough info to tell me but I know that you've used the JBoss/Eclipse IDE and debugged within it so if there is some magic there then I know that you can help me with that. Thanks! rjsjr View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877547#3877547 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877547 |