7
votes
1answer
119 views
id attribute of subview tag
I am learning jsf. I get class cast exception in java.lang.String when I use the following code:
<f:facet name="header">
<f:subview id="header">
<tiles:insert …
6
votes
1answer
87 views
Why doesn’t StackOverflow.com let me login with an OpenID delegate with a defined XRDS location?
My personal site defines my OpenID delegate in the HEAD like so:
<meta content="http://claimid.com/nicksergeant/xrds" http-equiv="x-xrds-location" />
<link rel="openid.se …
5
votes
1answer
40 views
Lost decimal precision and scale using LINQ and stored procedure with output parameters
I have a stored procedure that uses output parameters like this:
ALTER PROCEDURE [GetAmount]
(
@orderID [int],
@totalcost decimal(18,2) OUTPUT
)
SELECT @totalcost = cost
FRO …
5
votes
3answers
161 views
Hudson, C++ and UnitTest++
Has anyone used Hudson as a Continuous-Integration server for a C++ project using UnitTest++ as a testing library?
How exactly did you set it up?
I know there have been several q …
4
votes
2answers
74 views
Which simple future-proof Delphi serial comms code to use?
I've been a fan of Turbopower Async Pro for years, now taken up on SourceForge and it works very well. However, it's complex and I've never really made use of its features other th …
4
votes
4answers
229 views
Animate ListBoxItem from one ListBox to another ListBox
I would like to create a visual effect when an item in a listbox is double clicked. So far I have drag and drop functionality where the item is visually attached to the mouse and c …
4
votes
0answers
104 views
WPF designer won’t load when binding datasource from entity framework
EDIT: I have submitted a bug report and Microsoft have acknowledge that it is a bug. There is currently no ETA on when it will be fixed.
Bug Report: https://connect.microsoft.com …
3
votes
3answers
54 views
How to do text full history in Django?
I'd like to have the full history of a large text field edited by users, stored using Django.
I've seen the projects:
Django Full History (Google Code)
Django ModelHistory, and
…
3
votes
3answers
95 views
VS2005 “Add New Item…” dialog - default item
After installing a third-party SDK, it very discourteously makes one if its templates the default item in "Add New Item..." dialog in Visual Studio 2005. This is also the case for …
3
votes
0answers
14 views
Project architecture/organization on Java EE application with EJB 3.0, JPA, Dynamic web projects on JBoss
I have a webapp with different Dynamic Web Projects, each of them generally containing an EJB Project. We want to keep them interacting, as in using beans and classes from each oth …
3
votes
4answers
189 views
BizTalk Simultaneous Receive Problem
I have a receive port with two FILE receive locations polling the same network share. The only difference between the receive locations is that they use a different file mask. They …
3
votes
1answer
53 views
Serializing JENA OntModel Changes
I need to keep a couple of [Jena] Models (OntModels, specifically) synchronized across a socket, and I'd like to do this one change at a time (for various reasons -- one being that …
3
votes
2answers
125 views
Where does Thunderbird store the UID of the last message downloaded via POP?
I use Thunderbird to receive email using POP3. I have Thurnderbird configured to leave email on the server. Lets say one day I uses POP3 to retreive (RETR) 10 email messages, the …
3
votes
1answer
70 views
Versioned RDF store
Let me try rephrasing this:
I am looking for a robust RDF store or library with the following features:
Named graphs, or some other form of reification.
Version tracking (probab …
3
votes
5answers
131 views
DI- Dynamic parameter of type Type where type is the parent objects type
Hi guys
I have a dependency that I need to inject into one of my classes. This dependency will be lifestyle of Transient. It inturn has a dependency of type Type. This type should …


