-
zduniak registered the RobotME project.
2008-06-19 15:21:56 UTC in RobotME
-
In some circumstances it is advisable to only send messages (eg faxes) without receiving them. For example when you would like to send faxes from SAP, but every fax received by modem from outside should be send to appropriate mailing list.
To fulfil this requirements we must change implementation of class:
trunk\code\CSMiddleware\src\org\commsuite\devices\fax\polling\FaxDevicePolling.java...
2006-11-17 00:47:26 UTC in Communications Suite
-
Such not extracted properties are for example in file: trunk\code\CSMiddleware\src\org\commsuite\sap\SAPComm.java and possibly in many other places.
2006-11-14 18:32:25 UTC in Communications Suite
-
zduniak committed revision 215 to the Communications Suite SVN repository, changing 1 files.
2006-10-18 16:27:11 UTC in Communications Suite
-
zduniak committed revision 214 to the Communications Suite SVN repository, changing 1 files.
2006-10-17 16:34:37 UTC in Communications Suite
-
zduniak committed revision 213 to the Communications Suite SVN repository, changing 1 files.
2006-10-17 16:30:37 UTC in Communications Suite
-
It is valuable to upgrade Spring Framework from 1.2.8
to 2.0 and to change our own implementation of JMS
receivers into SF 2.0 standard implementation
(http://static.springframework.org/spring/docs/2.0.x/reference/jms.html)
2006-10-17 11:50:25 UTC in Communications Suite
-
We are currently supporting sending and receiving SMSes
and FAXes by SAP servers only via RFC channel. I think
it might be valuable in some cases to implement also
SMTP channels as is described in SAP Note 455140 -
"Configuration E-mail, fax, paging/SMS via SMTP"
and also here:
http://help.sap.com/saphelp_nw04/helpdata/en/c7/92e93ac678601be10000000a11402f/frameset.htm
I suppose it...
2006-10-16 22:29:31 UTC in Communications Suite
-
We are using JMS and JDBC resources in one business
operation. It is possible that one or the other
technology fail due to some reasons (network error,
resource manager error, etc). We must wrap operation on
these two resources by one global transaction.
Web sites to review:
http://activemq.org/site/should-i-use-xa.html
http://java.sun.com/blueprints/qanda/transaction_management/...
2006-10-16 22:07:46 UTC in Communications Suite
-
zduniak committed revision 212 to the Communications Suite SVN repository, changing 2 files.
2006-10-13 19:40:28 UTC in Communications Suite