[JBoss JIRA] Assigned: (EJBTHREE-485) Better toString method on the EJB proxy
by Carlo de Wolf (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-485?page=all ]
Carlo de Wolf reassigned EJBTHREE-485:
--------------------------------------
Assignee: Carlo de Wolf
> Better toString method on the EJB proxy
> ---------------------------------------
>
> Key: EJBTHREE-485
> URL: http://jira.jboss.com/jira/browse/EJBTHREE-485
> Project: EJB 3.0
> Issue Type: Feature Request
> Environment: n/a
> Reporter: Andrew
> Assigned To: Carlo de Wolf
> Priority: Minor
> Fix For: EJB 3.0 RC11 - FD
>
> Time Spent: 2 hours
>
> The EJB instance toString method returns "$Proxy###" instead of a class name. It would be nice to know what interface the proxy implements. So if I have a "MySessionBean" with interface "MySession", it would be nice to know when printing the object that the object implements MySession.
> This is especially relavent when using JBoss Seam. When there are annotation problems and the EJB interface, it prints out the cryptic proxy name that does not let the developer determine which been has the problem.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 10 months
[JBoss JIRA] Updated: (EJBTHREE-485) Better toString method on the EJB proxy
by Carlo de Wolf (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-485?page=all ]
Carlo de Wolf updated EJBTHREE-485:
-----------------------------------
Fix Version/s: EJB 3.0 RC11 - FD
> Better toString method on the EJB proxy
> ---------------------------------------
>
> Key: EJBTHREE-485
> URL: http://jira.jboss.com/jira/browse/EJBTHREE-485
> Project: EJB 3.0
> Issue Type: Feature Request
> Environment: n/a
> Reporter: Andrew
> Priority: Minor
> Fix For: EJB 3.0 RC11 - FD
>
> Time Spent: 2 hours
>
> The EJB instance toString method returns "$Proxy###" instead of a class name. It would be nice to know what interface the proxy implements. So if I have a "MySessionBean" with interface "MySession", it would be nice to know when printing the object that the object implements MySession.
> This is especially relavent when using JBoss Seam. When there are annotation problems and the EJB interface, it prints out the cryptic proxy name that does not let the developer determine which been has the problem.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 10 months
[JBoss JIRA] Created: (EJBTHREE-864) Patch for EJBTHREE-719, but not all required extensions, only, jar, zip, jar:file, zip:file
by Norbert Kenderesi (JIRA)
Patch for EJBTHREE-719, but not all required extensions, only, jar, zip, jar:file, zip:file
-------------------------------------------------------------------------------------------
Key: EJBTHREE-864
URL: http://jira.jboss.com/jira/browse/EJBTHREE-864
Project: EJB 3.0
Issue Type: Patch
Affects Versions: EJB 3.0 RC9 - Patch 1
Reporter: Norbert Kenderesi
With this patch the following exception won't come in case of protocols: jar, zip, jar:file, zip:file and file of course. This is tested on weblogic 9.2 where the workaround doesn't work
Caused by: java.lang.RuntimeException: NOT IMPLEMENTED
at org.jboss.util.file.ArchiveBrowser.getBrowser(ArchiveBrowser.java:42)
at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:541)
... 148 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 10 months