So I get everything set up.
Using the following sequence of commands on the es console gives me a
session and everything:
createreader LLRP
createcommand LLRPGetTagList-Configuration-Factory
createcommand LLRPROSpecCommand-Configuration-Factory
createsession LLRP_1
executecommand LLRP_1 1 LLRPROSpecCommand_Configuration_Factory_1 0
executecommand LLRP_1 1 LLRPGetTagList_Configuration_Factory_1 100
startsession LLRP_1 1
It took me a while to figure out what is happening.
The LLRPSession uses an executor that has one thread.
Normally commands get submitted, execute and then the next command is
taken to be executed.
The problem in LLRP is in the LLRPROSpecCommand in the run() method:
try {
response = (GET_ROSPECS_RESPONSE) session.transact(rospecs);
} catch (Exception ex) {
ex.printStackTrace();
}
As I don't really know how the LTK works I need one of you guys to take
a look at it.
CU
Jochen
--
Jochen Mader - Technical Lead
Pramari Europe GmbH
Bruderwöhrdstrasse 15b
93055 Regensburg
p: +49 941 604889 - 701
f: +49 941 604889 - 700
[email protected]
http://www.pramari.com
Amtsgericht Regensburg
HRB 11343
Geschäftsführer Andreas Hübner
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Rifidi-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rifidi-developers