-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are currently merging. #104
Comments
No.1Issue descriptionXML comment of CustomMarshaler.PrimitivetypeFromString method has not been filled. It is not possible to use methods for the description of the parameters is not sufficient. CorrespondenceStatusCompleted. |
No.2Issue descriptionXML comment of DTTable.SavejqGridJson method has not been filled. It is not possible to use methods for the description of the parameters is not sufficient. CorrespondenceStatusCompleted. |
No.3Issue descriptionFixes for the following point is leaking.
CorrespondencePlease refer to the following. (((DamSqlSvr)this.GetDam()).DamIDbCommand).CommandTimeout = this._commandTimeout; ↓ ↓ ↓ (((IDbCommand)this.GetDam()).DamSqlCommand).CommandTimeout = this._commandTimeout; or this.GetDam().DamSqlCommand.CommandTimeout = this._commandTimeout; StatusCompleted. |
No.4Issue description
However, the requested processing of jQGrid + JSON.NET seems to be the need .NET v4.0. There was a contradiction in my request. Correspondence
StatusCompleted. |
No.5Commit unnecessary files. Issue descriptionDelete from git repository.
CorrespondenceIt has been deleted. StatusCompleted. |
No.6There is a possibility of bugs. Issue descriptionDTTablesTo the next line in the following lines Do not need the following Step ? row[colIndex] = primitiveData; StatusCompleted. |
Please support by quickly verification. The contents of the verification and test are carried out as follows.
|
No.7There is a possibility of issue. Issue descriptionDTTables(1)Commented out has been left for testing. //[System.Diagnostics.DebuggerStepThrough] (2)Save and Load method of DTTables in the PortableClassLibrary project has not been applied refactoring measures.
Business.csproj (AsyncProcessingService)\root\programs\C#\Frameworks\Infrastructure\Business\Business.csproj SQL to be used by Infrastructure.Business.AsyncProcessingService are specified in both the EmbeddedResource and CopyToOutputDirectory. In the current setting, SQL will be output to the build output. If not needed, I want to cancel the CopyToOutputDirectory setting. <ItemGroup>
<EmbeddedResource Include="..\..\..\..\..\files\resource\Sql\sqlserver\AsyncProcessingService\AsyncProcessingServiceInsert.sql">
<Link>AsyncProcessingService\AsyncProcessingServiceInsert.sql</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="..\..\..\..\..\files\resource\Sql\sqlserver\AsyncProcessingService\SelectCommand.sql">
<Link>AsyncProcessingService\SelectCommand.sql</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="..\..\..\..\..\files\resource\Sql\sqlserver\AsyncProcessingService\SelectTask.sql">
<Link>AsyncProcessingService\SelectTask.sql</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="..\..\..\..\..\files\resource\Sql\sqlserver\AsyncProcessingService\UpdateTaskCommand.sql">
<Link>AsyncProcessingService\UpdateTaskCommand.sql</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="..\..\..\..\..\files\resource\Sql\sqlserver\AsyncProcessingService\UpdateTaskFail.sql">
<Link>AsyncProcessingService\UpdateTaskFail.sql</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="..\..\..\..\..\files\resource\Sql\sqlserver\AsyncProcessingService\UpdateTaskProgress.sql">
<Link>AsyncProcessingService\UpdateTaskProgress.sql</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="..\..\..\..\..\files\resource\Sql\sqlserver\AsyncProcessingService\UpdateTaskRetry.sql">
<Link>AsyncProcessingService\UpdateTaskRetry.sql</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="..\..\..\..\..\files\resource\Sql\sqlserver\AsyncProcessingService\UpdateTaskStart.sql">
<Link>AsyncProcessingService\UpdateTaskStart.sql</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="..\..\..\..\..\files\resource\Sql\sqlserver\AsyncProcessingService\UpdateTaskSuccess.sql">
<Link>AsyncProcessingService\UpdateTaskSuccess.sql</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup> AsyncSvc_sampleAsyncSvc_sample solution could not be build. AsyncSvc_sample.csproj
contains a reference of AsyncProcessingService.dll
How do you generated the AsyncProcessingService.dll ? In addition, AssemblyInfo.cs of TestAsyncSvc_Sample project has not been committed. StatusDTTablesCompleted.
Business.csproj (AsyncProcessingService)Completed. AsyncSvc_sampleCompleted. |
#104 (comment) Also, reflected the modification of the issue to the portal class library. #104 (comment)
OpenTouryoProject/OpenTouryo#104 (comment) Also, reflected the modification of the issue to the portal class library. OpenTouryoProject/OpenTouryo#104 (comment)
@daisukenishino
but after tested we confirmed Targetframework of ASP.NET needs v4.0 for jQGrid + JSON.NET
Shall we change version 3.5 to 4.0 and commit or do we need to commit in OpenTouryoProject/OpenTouryoTemplates. Please confirm |
Thank you for research. "/OpenTouryoProject/OpenTouryo/" is already reverted. According to the following Issue of No.3, |
We have folked from OpenTouryoProject/OpenTouryoTemplate to SymphonyTeleca/OpenTouryoTemplate. Please create nishino branch in SymphonyTeleca/OpenTouryoTemplate to create pull request for JQGrid+JSON in vb.net Regards, |
Yes, AsyncSvc_Sample contains AsyncProcessingService.dll earlier.
We have created AsyncProcessingParameterValue.cs and AsyncProcessingServiceReturnValue.cs, LayerB, LayerD in Infrastructure/Framework/AsyncProcessingService as per your instruction. Then to test this we have created sample class library, build and used this dll in AsyncSvc_Sample project. We have not committed AsyncProcessingService.dll because user can customize in user program. Shall we commit AsyncProcessingService.dll ?
Yes,It has described in Procedure document. Is this ok or do we need to change anything. Please confirm. |
Do not commit the DLL. We will check the specifications of AsyncSvc_sample again.
Please make sure to @SandeepNayak077 if there is a point of uncertainty. |
Yes in /Samples/AsyncSvc_sample/TestAsyncSvc_Sample/
In [/Samples/AsyncSvc_sample/AsyncSvc_sample project/](https://github.com/OpenTouryoProject/OpenTouryo/tree/develop/root/programs/C%23/Samples/AsyncSvc_sample/AsyncSvc_sample project), it contains
As per earlier specification,
Do we need to implement Update task in AsyncSvc_Sample project? Please confirm ? |
OK.
OK.
Please implement the process of updating the progress rate. // (1) First, check the progress rate, if progress rate is greater than or equal to 0%, and resume the process from there.
・・・
// (2) You will update the progress rate.
・・・
// (3) If the retry possible exception occurs, please throw the BusinessapplicationException.
・・・ |
(1)
We must use layerB and layerD components from Infrastructure/Busines/AsyncProcessingService. (2)
We must remove LayerD from AsyncSvc_Sample. (3)LayerB in AsyncSvc_Sample must perform following functionalties:
Shall we include Serialization and Deserialization functionalities in LayerB of AsyncSvc_Sample? Please confirm our understanding. |
It has error about my description. However, In the first place, I think the "Infrastructure/Framework/AsyncProcessingService" should be deleted.
Of course. The implementation standards of asynchronous task must be implemented in the sample. |
Merged the missing code to resolve url issue from root_2013 to root
Requirement
Because it is in the merge work,
Please send as text without committing the modification for the following issues.
Procedure of merging
root [new] -> root_easysetup -> root_VS2010 -> root_VS2012 -> root_VS2013.
( The difference between the edition, please note to the file other than the source file. )
Other than the source file
Check point.
Memo
Insert file
Update file
Delete file
The text was updated successfully, but these errors were encountered: