You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2005/05/10 10:54:06 UTC

[jira] Created: (DIRMINA-34) New transport type: Java Communications API

New transport type: Java Communications API
-------------------------------------------

         Key: DIRMINA-34
         URL: http://issues.apache.org/jira/browse/DIRMINA-34
     Project: Directory MINA
        Type: New Feature
    Versions: 0.7    
    Reporter: Trustin Lee
 Assigned to: Trustin Lee 


Java Communications API provides ways to access serial and parallel ports available.  We could implement transport type implementation of Java Communications to provides users access to serial and parallel ports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DIRMINA-34) New transport type: Java Communications API

Posted by "Julien Vermillard (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-34?page=comments#action_64826 ]
     
Julien Vermillard commented on DIRMINA-34:
------------------------------------------

As seen on the download page there is a download per platform. It contain native code and I think it's not really easy to bundle it with the pure java MINA
http://java.sun.com/products/javacomm/downloads/index.html

The Licence is as usual a weirdo Sun one :

[SNIP]
1.  LICENSE TO USE.  Sun grants you a non-exclusive and non-transferable 
license for the internal use only of the accompanying software and 
documentation and any error corrections provided by Sun (collectively 
"Software"), by the number of users and the class of computer hardware for 
which the corresponding fee has been paid.



2.  RESTRICTIONS  Software is confidential and copyrighted. Title to Software 
and all associated intellectual property rights is retained by Sun and/or its 
licensors.  Except as specifically authorized in any Supplemental License 
Terms, you may not make copies of Software, other than a single copy of  
Software for archival purposes.  Unless enforcement is prohibited by 
applicable law, you may not modify, decompile, reverse engineer Software.  
Software is not designed or licensed for use in on-line control of aircraft, 
air traffic, aircraft  navigation or aircraft communications; or in the design,
construction, operation or maintenance of any nuclear facility.  You warrant 
that you will not use Software for these purposes.  You may not publish or 
provide the results of any benchmark or comparison tests run on Software to 
any third party without the prior written consent of Sun.  No right, title or 
interest in or to any trademark, service mark, logo or trade name of Sun or its
licensors is granted under this Agreement. 
[/SNIP]

so I think it should be optional

> New transport type: Java Communications API
> -------------------------------------------
>
>          Key: DIRMINA-34
>          URL: http://issues.apache.org/jira/browse/DIRMINA-34
>      Project: Directory MINA
>         Type: New Feature
>     Versions: 0.7
>     Reporter: Trustin Lee
>     Assignee: Trustin Lee

>
> Java Communications API provides ways to access serial and parallel ports available.  We could implement transport type implementation of Java Communications to provides users access to serial and parallel ports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DIRMINA-34) New transport type: Java Communications API

Posted by "Julien Vermillard (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/DIRMINA-34?page=comments#action_12361835 ] 

Julien Vermillard commented on DIRMINA-34:
------------------------------------------

There is some issues with Sun's JCA 3.0. It broken compatibility with external implementation, using weirdo hacks in the common code.

Extract of http://www.rxtx.org 

# Sun Dec 18 2005 After Sun Javax.comm broke their flexible 2.0 API, removed it and replaced it with an API version 3.0 rxtx can not support for almost all platforms rxtx supports, the rxtx 2.0 release has been hidden and rxtx 2.1 which replaces the API in package gnu.io is being offered to avoid confusion. The rxtx 2.0 support will resume if the design issues are resolved by Sun.

http://mailman.qbang.org/pipermail/rxtx/20051216/001960.html

So I wait and see for see if an implementation on Sun's Java Communication API V3 is possibe or I need to switch on the LGPLed rxtx.org API

> New transport type: Java Communications API
> -------------------------------------------
>
>          Key: DIRMINA-34
>          URL: http://issues.apache.org/jira/browse/DIRMINA-34
>      Project: Directory MINA
>         Type: New Feature
>     Versions: 0.7
>     Reporter: Trustin Lee
>      Fix For: 0.9.1

>
> Java Communications API provides ways to access serial and parallel ports available.  We could implement transport type implementation of Java Communications to provides users access to serial and parallel ports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DIRMINA-34) New transport type: Java Communications API

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-34?page=all ]

Trustin Lee updated DIRMINA-34:
-------------------------------

    Assign To:     (was: Trustin Lee)

> New transport type: Java Communications API
> -------------------------------------------
>
>          Key: DIRMINA-34
>          URL: http://issues.apache.org/jira/browse/DIRMINA-34
>      Project: Directory MINA
>         Type: New Feature
>     Versions: 0.7
>     Reporter: Trustin Lee
>      Fix For: 0.9.1

>
> Java Communications API provides ways to access serial and parallel ports available.  We could implement transport type implementation of Java Communications to provides users access to serial and parallel ports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DIRMINA-34) New transport type: Java Communications API

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-34?page=all ]

Trustin Lee updated DIRMINA-34:
-------------------------------

    Fix Version: 0.9
    Environment: 

> New transport type: Java Communications API
> -------------------------------------------
>
>          Key: DIRMINA-34
>          URL: http://issues.apache.org/jira/browse/DIRMINA-34
>      Project: Directory MINA
>         Type: New Feature
>     Versions: 0.7
>     Reporter: Trustin Lee
>     Assignee: Trustin Lee
>      Fix For: 0.9

>
> Java Communications API provides ways to access serial and parallel ports available.  We could implement transport type implementation of Java Communications to provides users access to serial and parallel ports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DIRMINA-34) New transport type: Java Communications API

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/DIRMINA-34?page=comments#action_12363066 ] 

Trustin Lee commented on DIRMINA-34:
------------------------------------

RXTX is LGPL'd with an exception of linking.  I guess RXTX team is using the same license policy with what Hibernate team is using.  I think this is gray area yet according to legal-dicuss@apache.org.  Let's wait for the ASF board to resolve this issue, and focus on other issues such as JMX integration.

> New transport type: Java Communications API
> -------------------------------------------
>
>          Key: DIRMINA-34
>          URL: http://issues.apache.org/jira/browse/DIRMINA-34
>      Project: Directory MINA
>         Type: New Feature
>     Versions: 0.7
>     Reporter: Trustin Lee
>      Fix For: 0.9.1

>
> Java Communications API provides ways to access serial and parallel ports available.  We could implement transport type implementation of Java Communications to provides users access to serial and parallel ports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DIRMINA-34) New transport type: Java Communications API

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-34?page=all ]

Trustin Lee updated DIRMINA-34:
-------------------------------

    Fix Version:     (was: 0.9.1)

Rescheduling to release 0.9.1 sooner.

> New transport type: Java Communications API
> -------------------------------------------
>
>          Key: DIRMINA-34
>          URL: http://issues.apache.org/jira/browse/DIRMINA-34
>      Project: Directory MINA
>         Type: New Feature
>     Versions: 0.7
>     Reporter: Trustin Lee

>
> Java Communications API provides ways to access serial and parallel ports available.  We could implement transport type implementation of Java Communications to provides users access to serial and parallel ports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DIRMINA-34) New transport type: Java Communications API

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-34?page=all ]

Trustin Lee updated DIRMINA-34:
-------------------------------

    Fix Version: 0.9.1
                     (was: 0.9)

> New transport type: Java Communications API
> -------------------------------------------
>
>          Key: DIRMINA-34
>          URL: http://issues.apache.org/jira/browse/DIRMINA-34
>      Project: Directory MINA
>         Type: New Feature
>     Versions: 0.7
>     Reporter: Trustin Lee
>     Assignee: Trustin Lee
>      Fix For: 0.9.1

>
> Java Communications API provides ways to access serial and parallel ports available.  We could implement transport type implementation of Java Communications to provides users access to serial and parallel ports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DIRMINA-34) New transport type: Java Communications API

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-34?page=comments#action_64825 ]
     
Trustin Lee commented on DIRMINA-34:
------------------------------------

Can we distribute Java communications API jar files in our distribution?  Anyone who knows about Sun licenses?

> New transport type: Java Communications API
> -------------------------------------------
>
>          Key: DIRMINA-34
>          URL: http://issues.apache.org/jira/browse/DIRMINA-34
>      Project: Directory MINA
>         Type: New Feature
>     Versions: 0.7
>     Reporter: Trustin Lee
>     Assignee: Trustin Lee

>
> Java Communications API provides ways to access serial and parallel ports available.  We could implement transport type implementation of Java Communications to provides users access to serial and parallel ports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DIRMINA-34) New transport type: Java Communications API

Posted by "Willian Mitsuda (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/DIRMINA-34?page=comments#action_12362448 ] 

Willian Mitsuda commented on DIRMINA-34:
----------------------------------------

Note that there is no javacomm 3.0 for windows in download page (don't ask me why! I'd like to know too...), so I believe Windows users will be stuck at 2.0 version.

> New transport type: Java Communications API
> -------------------------------------------
>
>          Key: DIRMINA-34
>          URL: http://issues.apache.org/jira/browse/DIRMINA-34
>      Project: Directory MINA
>         Type: New Feature
>     Versions: 0.7
>     Reporter: Trustin Lee
>      Fix For: 0.9.1

>
> Java Communications API provides ways to access serial and parallel ports available.  We could implement transport type implementation of Java Communications to provides users access to serial and parallel ports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira