--
You received this message because you are subscribed to the "jPOS Users" group.
Please see http://jpos.org/wiki/JPOS_Mailing_List_Readme_first
To post to this group, send email to jpos-...@googlegroups.com
To unsubscribe, send email to jpos-users+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jpos-users
What sort of strategy are you using for Channel selection?
What are you going to do with the Channel once you have one?
--
Mark
> How do i check/wait for a client to connect?
Until a connection is made, the call to getISOChannelNames will return
an empty String and /or getISOChannel returns null. Either of these
events will allow you to wait for a connection.
>
> I have registered a listener with the server, however that does not
> get called.
Via ISOServer.addISORequestListener(ISORequestListener) or something else?
The Listener above would only be invoked on receipt of a request through
a connection?
>
> A client tries to connect, but since i have not yet set the packager,
> I get a null pointer here.
Please expand on what is happening here and can you include the
Exception too?
>
> All of this works fine if i specif the packager in the server xml and
> place it in a path where it can be loaded, however i want to create a
> packager myself.
Is there something dynamic in the packager content creation or selection
that drives this need?
Is the ability to specify the packager in the xml not flexible enough?
Perhaps you could separate out the types of connection to distinct
ports? What drives your packager selection/construction I wonder?
Perhaps describe what you want to achieve, there might be a better way?
--
Mark
Just as Alejandro suggested :-
http://groups.google.com/group/jpos-users/msg/9f2bdf68557a136c?hl=en_US
--
Mark
>
> Using the http path gave rise to some exception, however it was some
> days ago, need to try this again...
Ok, you are aiming to use a local copy?
--
Mark
>
> Is there any other alternative to creating the packager?
You don't have to use the Generic Packager and thus could avoid needing
the dtd completely by 'hardcoding' your packager. You would need to
balance the pros and cons.
May I also ask why placing the copy of the dtd in TOMCAT_HOME is
unacceptable to you?
--
Mark
--
Mark