History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XFIRE-638
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Arjen Poutsma
Reporter: Gaz Moorst
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XFire

CLONE -JDK 1,3 compatible

Created: 12/Sep/06 05:12 AM   Updated: 31/Oct/06 03:07 PM
Component/s: Core
Affects Version/s: 1.0-M4
Fix Version/s: 1.0-M5

Time Tracking:
Not Specified

Environment: JDK 1.3


 Description  « Hide
XFireFactory throws RuntimeException with additional second parameter containing the catched exception.
This leads to strong binding for runtime jre greater or equal 1.4. thats IMHO not necessarily needed.

sample from line 90:

catch (IllegalArgumentException e)

{ throw new RuntimeException("Factory doesn't implement newInstance(): " + clazz.getName(), e); }

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Gaz Moorst - 12/Sep/06 05:16 AM
Hmmm, it seems like cloning an issue doesn't do quite what I expected...

Apologies for the misleading bug descripotion and versions - it should be version 1.2.1.

The bug I'm trying to report is a regression of XFire-33- XFire 1.2.1 doesn't work in 1.3 - all the jars are compiled in 1.4.