Re: [OpenJDK 2D-Dev] JDK-7107175 - Paper tray handling

2013-11-25 Thread Patrick Reinhart
On 22.11.2013 00:15, Phil Race wrote: The other problem you mention is largely if not entirely because IPP lumped trays along with papers as being Media. See http://tools.ietf.org/html/rfc2566#section-4.2.11 If a Printer object supports a medium name as a value of this attribute, such a

Re: [OpenJDK 2D-Dev] JDK-7107175 - Paper tray handling

2013-11-25 Thread Phil Race
On 11/25/2013 6:48 AM, Patrick Reinhart wrote: If I understand this correct, that means it should be possible to just define a MediaTray without a MediaSizeName then right? But in my environment the default MediaSizeName is set to Letter even though the current PrintService would define A4 as

Re: [OpenJDK 2D-Dev] JDK-7107175 - Paper tray handling

2013-11-25 Thread Patrick Reinhart
Am 25.11.2013 um 18:16 schrieb Phil Race philip.r...@oracle.com: On 11/25/2013 6:48 AM, Patrick Reinhart wrote: If I understand this correct, that means it should be possible to just define a MediaTray without a MediaSizeName then right? But in my environment the default MediaSizeName is

Re: [OpenJDK 2D-Dev] JDK-7107175 - Paper tray handling

2013-11-21 Thread Phil Race
What would be the correct solution for this problem? Which problem ? 7107175 sounds like a bug in the parameters we pass to lpr The other problem you mention is largely if not entirely because IPP lumped trays along with papers as being Media. See

Re: [OpenJDK 2D-Dev] JDK-7107175 - Paper tray handling

2013-11-21 Thread Patrick Reinhart
Hi Phil, Am 21.11.2013 um 23:08 schrieb Phil Race philip.r...@oracle.com: What would be the correct solution for this problem? Which problem ? 7107175 sounds like a bug in the parameters we pass to lpr The other problem you mention is largely if not entirely because IPP lumped trays

Re: [OpenJDK 2D-Dev] JDK-7107175 - Paper tray handling

2013-11-21 Thread Phil Race
On 11/21/2013 2:52 PM, Patrick Reinhart wrote: Hi Phil, Am 21.11.2013 um 23:08 schrieb Phil Race philip.r...@oracle.com: What would be the correct solution for this problem? Which problem ? 7107175 sounds like a bug in the parameters we pass to lpr The other problem you mention is largely

[OpenJDK 2D-Dev] JDK-7107175 - Paper tray handling

2013-11-21 Thread Patrick Reinhart
Hi everybody, I would like to look into this defect as one of our customer has reported the same problem. I also have seen that there is no way to specify a media size name and a output tray neither thru the PrintRequestAttributeSet nor the DocAttributeSet even-though it's possible to do so