Dear Maxim,
Thank you for pointing to the JIRA comments/ links for file changed.
Below I am sharing what I did as per your guidelines, to fix the
one-time invitation error that shows
"Already used"
The Comments TAB in JIRA pointed to two branch/ trunk paths:
---------
1.
openmeetings/branches/3.0.x/src/main/java/org/apache/openmeetings/remote/InvitationService.java
2.
openmeetings/trunk/singlewebapp/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/InvitationService.java
The same change in the "InvitationService.java" source file is recorded
in both branches.
-------
I took from the above description of code changes, the following lines
(shown below), and rebuilt the OM. It is still not working in our
current stable release instance of OM-3.0.4. Is there any other code
bit needed anywhere else in this instance of OM-3.0.4, for this to work?
In OM-3.0.4 source tree with us, we have applied that change as follows:
Path:
<prefix>/src/main/java/org/apache/openmeetings/remote/InvitationService.java
CHANGE:
// Modification to fix the bug of one-time invitation giving
// "Already used" if "GenerateURL" was clicked before "Send"
// Invitation inv = (Invitation)invitationManager.
// getInvitationByHashCode( invitationHash, true);
Invitation inv = (Invitation)invitationManager. getInvitationByHashCode(
invitationHash,false);
--
Regards,
Susheel Jalali
Customer Operations Leader,
Coscend Communications Solutions
[email protected]_
Web site:www.CoscendCommunications.com
<http://www.coscendcommunications.com/>
------------------------------------------------------------------
*Coscend’s**Software Service Factory*
"*Coscend Communications* is ... *pioneering a new approach*to ...
software applications development, and systems integration."
*Light Reading Network, *December, 2007
"*Coscend*is at the*vanguard of a new evolution*in telco OSS/BSS systems
integration."
*Caroline Chappell*
A leading authority in the communications services software industry
"There are *innovative*…*tools*from ... *Coscend *bubbling up, which
will help accelerate the data consolidation process and reduce its cost."
*Dennis Mendyk, */Editor,/Building a *Telco Service Factory*
------------------------------------------------------------------
CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
Messages from Coscend Communications Solutions' posted at:
http://www.CoscendCommunications.com/Terms_and_Conditions.html
<http://www.coscendcommunications.com/Terms_and_Conditions.html>
===###########===
Subject:
Re: Thank you for enhancing One-Time Invitation JIRA feature.
From:
Maxim Solodovnik <[email protected]>
Date:
03/14/15 18:27
To:
Openmeetings user-list <[email protected]>
CC:
dev <[email protected]>, "[email protected]"
<[email protected]>
You can check the file changed in the comments to JIRA issue
in this particular case you can change only one jar file
On Sat, Mar 14, 2015 at 12:48 PM, Susheel Jalali
<[email protected]
<mailto:[email protected]>> wrote:
Dear Maxim,
Thank you for promptly enhancing the one-time invitation JIRA feature.
We just installed OM-3.0.4 last week. If you let us know what code
changes you did and the file, we would like to include it in our
existing installation, and if required we can recompile during night hours.
We understand OM-3.0.4, being a stable release, comes with a trusted
certificate for Tomcat.
Can we use the trusted certificate of OM-3.0.4 for OM-3.0.5. development
build as well?
--