Tagged Questions
The detach tag has no wiki summary.
22
votes
8answers
20k views
What is the proper way to re-attach detached objects in Hibernate?
I have a situation in which I need to re-attach detached objects to a hibernate session, although an object of the same identity MAY already exist in the session, which will cause errors.
Right now, ...
13
votes
11answers
16k views
Google Web Toolkit (GWT) + Google App Engine (GAE) + Detached Data Persistence
I would like to develop a web-app requiring data persistence using GWT and GAE. As I understand it, my only (or at least by far the most convenient) option for data persistence is GAE's Datastore, ...
4
votes
7answers
480 views
What is the easiest way to “detach/dæmonize” a Bash script?
What I am trying to do is write a Bash script that sleeps for a set amount of time before using the mac say command to speak some text.
I'd like to be able to run the command and then close the ...
4
votes
2answers
1k views
Writing a script to close screen session
I have a bunch of screen sessions running on my machine, but all of them are detached and unneeded. Is there a good way to just close all of them, so I have nothing when I type "screen -ls"?
3
votes
4answers
208 views
How I can tell NHibernate to save only changed properties
I have class Person mapped to database with NHibernate.
I load objects from DB and send it to different clients.
First client will modify Name and Country property.
Second client will modify only Name ...
2
votes
1answer
42 views
Cloning a Linq to Sql Entity - detaching data context
I have a requirement to clone a Linq to SQL entity. In overview:
Customer origCustomer = db.Customers.SingleOrDefault(c => c.CustomerId == 5);
Customer newCustomer = ...
2
votes
1answer
284 views
FragmentTransaction .attach and .detach for Actionbar tabs
I'm trying to get the code here to work. It compiles fine. It will run. And it will load tab 1 (of 3). However, when I click on the 2nd or 3rd tab, I get this:
java.lang.NoSuchMethodError: ...
2
votes
2answers
794 views
Stop debugging web application on IIS in VS2010 takes long
Whenever I stop debugging an ASP.NET IIS web application it seems to take very long before VS2010 becomes responsive again (2 or 3 minutes). This happens when I close Internet Explorer 9 (which stops ...
2
votes
1answer
371 views
Entity framework: detaching but keeping object graph
I'm working in a disconnected scenario, but I noticed that disposing an object context does not release attached entities. As a result, subsequent operations often fail because of this.
So to solve ...
2
votes
2answers
3k views
clone(true) + remove() vs. detach() in jQuery
Is the usage of
e = elem.clone(true);
elem.remove();
Identical to
e = elem.detach();
If later I append it with
e.appendTo($("#someDiv"));
In jQuery 1.4?
Will the clone(true) method preserve ...
2
votes
2answers
900 views
LINQ to SQL: Create a dettached entity object
I have generated few classes using to LINQ to SQL
one of them being "Customer"
Now I want to create a Customer object that is disconnected.
i.e. I can create the object keep it in session and then ...
2
votes
2answers
2k views
Detach a subprocess started using python multiprocessing module
I would like to create a process using the mutliprocessing module in python but ensure it continues running after the process that created the subprocess exits.
I can get the required functionality ...
1
vote
2answers
64 views
Entity Framework Detach an entity and the related entities gone
When I use Entity Framework, I want to query out a record in a context and add it to another context with the same schema, after query out the record, I detach it from the context, but the related ...
1
vote
2answers
34 views
detach first json element and append to a different div?
json:
{
"storeList":{
"state":[
{
"stateName":"Maine",
"store":[
{
"storeName":"Store 1",
...
1
vote
0answers
8 views
detaching editor view
I'm working with aptana for a couple of weeks now. I have multiple displays (4)
i like to edit in my mmiddle screen and have the views like projects outline, problems, etc on an other display. So far ...
1
vote
2answers
47 views
How to realise detachable control in XAML & WPF
I want to have detachable controls in my software where a user can drag out a view (control) into a seperate window. Like the TabItems in Visual Studio 2010.
At this time the specific views are ...
1
vote
1answer
72 views
jquery detach animate() function (not detach or die an event listener)
Hi I'm using a jQuery plugin called pulse (http://james.padolsey.com/javascript/simple-pulse-plugin-for-jquery/), which is working as advertised. It's essentially a short wrapper on animate to have a ...
1
vote
1answer
57 views
How to drag a view out of the workbench in RCP app?
I am trying to figure out how to detach a view from the main app. From what I can tell this is a supported feature in the RCP framework but I have not seen how to enable/disable the feature. Is there ...
1
vote
3answers
286 views
Move html elements from container to container
I've to divide a text into portions. Text contains only paragraphs ( p tags ) inside <div id="main">. I wanted to insert some divs with id page1...pagen, and distribute the paragraphs inside ...
1
vote
2answers
1k views
in Entity Framework 4 Code-first, how can i update an entity object (detach)?
I find out the solution:
MyEntity tmp = ctx.Entities.Where<MyEntity>(t => t.Id == objectWithNewValues.Id).SingleOrDefault();
if (tmp != null)
{
...
1
vote
0answers
147 views
Detachable thin client with OpenGL
I would like to make a thin client application with OpenGL display support, where the user is able to detach the view on a computer and attach to it from an other.
At first I thought about X Window ...
1
vote
2answers
541 views
Adding title to window border for Eclipse RCP detached view
I am working on an Eclipse RCP project which has detachable views. I would like to be able to put some text on the window border which surrounds the view once it is detached. Does anyone have any ...
1
vote
1answer
417 views
How do I change the “[remote detached]” message in GNU Screen
When I remote detach a screen session and connect to it myself (screen -r -d), I see the following on the detached session.
[remote detached]
Is it possible to change this message?
0
votes
2answers
36 views
When the EntityKey create and when it disposed
I create a new object and want to attach it to a context like this,
User user = new User();
user.userName=”Kobe”;
context.Attach(user);
An error message appears – “An object with a null EntityKey ...
0
votes
2answers
53 views
How to remove the first node from a range using detach?
How can I remove the window.getSelection().anchorNode from a range?
I have tried the following...
window.getSelection().getRangeAt(0).detach(window.getSelection().anchorNode);
...and since the ...
0
votes
2answers
29 views
how to get the information removed with detach?
I'm trying to remove an area of my website with detach because I have on mind to use it again, this is what I coding in the HTML
<div id="container">
<p>Hello</p>
</div>
...
0
votes
0answers
34 views
Scrollbar in an edittext in android application and detach method for a button
i want put a vertical scrollbar in an edittext in my android application. I wrote in the file Manifest.xml this:
android:scrollHorizontally="true"
but the edittext continue to increase its height.
...
0
votes
1answer
46 views
Entity Framework - Crash on Detaching list of objects
I am working on a winform application with EF 4.0.
Below code, crashes with issue 'The object cannot be detached because it is not attached to the ObjectStateManager.' when it tries to detach the ...
0
votes
1answer
31 views
Item's property inside a list changes value from EF source - is there a way to 'detach' it?
I have a list and this list is being populated thru loop. Each loop gets a collection directly from DB. The problem is that when it gets CaseNo(PK) that has the same CaseNo existing in the list and I ...
0
votes
2answers
40 views
Problem when put a element in array, using detach and append to another element using jquery click doesn't work
Having a problem , can't explain because not sure what is happening. Just can only simplify the problem in this example
What hapening
I'm putting the element in a array temporally, then when I put ...
0
votes
2answers
144 views
Eclipse RCP detached views: How to control the z-index?
Let's say I have 2 views(A,B) detached. View A on top of view B on top of workbench shell.
Question 1:
How to let user click at a view to make it on top?
Question 2:
Now I use a window of other ...
0
votes
1answer
42 views
jQuery: second detach ignored automatically?
Should i make such check, before detaching?
if(for_detach.parent().length) {for_detach.detach();}
or jquery automatically do it?
Thanks ;)
Update
Same with wr.find('iframe:hidden').show(); and ...
0
votes
2answers
31 views
create a next cycle
I am trying to create an infinite cycle of elements using the following code:
$('div').click(function(){
move = $(this).detach();
$(this).parent().append(move);
});
but it just seems to be ...
0
votes
2answers
236 views
PThread create as detached
I have a problem creating a thread as detached. Here's the code I wrote:
void* testFunction() {
pthread_attr_t attr;
int chk,rc;
pthread_attr_init(&attr);
printf("thread_attr_init: ...
0
votes
1answer
130 views
PLINQO and Transactions problem
I just started working with PLINQO to implement the repository layer and the data tier in my n-tier distributed system.
The data tier consists of the following layers: repository, data provider, data ...
0
votes
3answers
91 views
detach a debugger
How do you detach from a process in visual studio? I attach to the w3wp process and clicking on "stop debugging" kills the process :( . But I need to simply detach from it. How do I do that?
0
votes
2answers
108 views
sql server 2005 (for old systems) and many problems for attach and restore…(changing drive location)
why sql server 2005 so sucks?
i should work on an old system that using sql server 2005!
my problems are :
1-when i detach a database and move mdf / ldf files of that db to another drive , so i can ...
0
votes
1answer
182 views
what's the best practice to attach a entity object which is detached from anthoer ObjectContext?
As mentioned in the title, how many methods are available?
I just have this case: I get a entity object from one ObjectContext, and then I detach the entity obejct from OjbectContext object, and ...
0
votes
1answer
491 views
Error when detaching volume using hdiutil on OS X
Ive got a program that runs on Mac OS 10.5.8. The program runs a continuous cycle where it mounts an image, installs a browser plugin and unmounts the image again. If I leave this program running I ...
0
votes
2answers
351 views
What am I missing out? (An entity with the same identity already exists in this EntitySet.)
I am using DTOs and converters in an entity framwork scenario. I want to update an entity. So I put this statement:
databasecontext.Tablename(s).Attach(entityobj);
Whenever it gets here the program ...
0
votes
1answer
184 views
jquery how to re-detach a detach on option
I need help concerning following code: http://jsfiddle.net/8PsdE/
<SELECT ID="pizzasize" NAME="pizzasize">
<OPTION VALUE="s">small
<OPTION VALUE="m">medium
<OPTION ...
0
votes
2answers
503 views
JPA2 — Where is EntityManager.detach?
I read in several places that JPA2 will support a detach method call on Entity Manager. I am running with Hibernate 3.5.1-FINAL and Spring 3.0.2-RELEASE as Maven dependencies -- snagged from the ...
0
votes
1answer
973 views
Integration Widget (GWT) with DynamicForm (Smartgwt) - com.google.gwt.user.client.ui.AttachDetachException
I had this problem when I created a Window (Smartgwt) and put a DynamicForm (Smartgwt) in this Window, In this DynamicForm, I have a CanvasItem (Smartgwt) in which I put a RichTextArea (GWT). And when ...
0
votes
2answers
1k views
Dom4j detach node, Jython
I am using Dom4j to detach a node, like below:
<div name="divName">
Some Text Here
<span>Some Text Here</span>
</div>
I am selecting the div node by name and then ...
0
votes
1answer
209 views
oracle express detatach
Hi I am new and I am used to MS SQL Manager's Attach/Detatch functionality to drop a database into a single file so I can move it to other computers/SQL instances. In a nut shell, this is what I want ...