Hi, Thank you. I read [1] http://www.vogella.com/tutorials/EclipsePlugIn/article.html for get some knowledge about create new eclipse plugin. I trying to develop new plugin using this steps. It progress not completed yet. Is this proper guide for this.
Thanks and Regards. Nuwan Sameera. On Sat, Mar 5, 2016 at 12:26 PM, Francesco Chicchiriccò <ilgro...@apache.org > wrote: > On 04/03/2016 10:01, Nuwan Sameera wrote: > >> Hi, >> I deploy console application. I cannot identify functionalities yet. >> There is any resource to it. Also can I know what are the another things >> I >> need to do. >> > > As reported in > > http://syncope.apache.org/docs/getting-started.html#introduction > > Apache Syncope is an Identity Manager, e.g. synchronizes account data > across identity stores and a broad range of data formats, models, meanings > and purposes. > > If you want to experiment with it, try connecting one or more external > identity stores (relational databases, LDAP server, Active Directory > instances) and then to push / pull identities back and forth. > > About SYNCOPE-770, the idea is to write down an IDE plugin allowing to > manage some entities (specifically mail templates and report XSL > stylesheets) via REST from a running Syncope core instance. > > HTH > Regards. > > > On Tue, Mar 1, 2016 at 7:31 PM, Nuwan Sameera <nuwansameer...@gmail.com> >> wrote: >> >> Hi, >>> Thank you. Both problems solved. I will study about this. >>> >>> Thanks and Regards. >>> Nuwan Sameera. >>> >>> On Tue, Mar 1, 2016 at 4:27 PM, Francesco Chicchiriccò < >>> ilgro...@apache.org> wrote: >>> >>> On 2016-02-29 14:51 Nuwan Sameera wrote: >>>> >>>> Hi, >>>>> Thank you. Problem solved. I can access >>>>> [1]http://localhost:9080/syncope/index.html >>>>> [2]http://localhost:9080/syncope-console/ >>>>> >>>>> I will study about jax-rs. But [2] have username password credentials. >>>>> How >>>>> I set username and password. >>>>> >>>>> You can find all components available in embedded mode (including >>>> access >>>> credentials) in the table at >>>> >>>> http://syncope.apache.org/docs/getting-started.html#embedded-mode >>>> >>>> see the "Administration console" entry. >>>> >>>> Also I cannot access http://localhost:9080/syncope/swagger/ >>>> This is not enabled by default - it might be the case to remove it from >>>> the table above, then; you'll need to add >>>> >>>> <dependency> >>>> <groupId>org.apache.syncope.ext</groupId> >>>> <artifactId>syncope-ext-swagger-ui</artifactId> >>>> <version>${syncope.version}</version> >>>> </dependency> >>>> >>>> to core/pom.xml >>>> >>>> Regards. >>>> >>>> >>>> On Mon, Feb 29, 2016 at 2:36 PM, Francesco Chicchiriccò < >>>> >>>>> ilgro...@apache.org >>>>> >>>>> wrote: >>>>>> >>>>>> On 27/02/2016 15:25, Nuwan Sameera wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>>> I read Apache Syncope - Getting Started >>>>>>> < >>>>>>> >>>>>>> >>>>>>> https://www.google.lk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwjh0pSghpjLAhWEGo4KHfgCCP0QFgggMAE&url=https%3A%2F%2Fsyncope.apache.org%2Fdocs%2Fgetting-started.html&usg=AFQjCNGk3Q_LLA1WQgYIJr_1Zt_NxvUIEg >>>>>>> and follow step 3.4 maven project. Step 3.4.1 and 3.4.2 success. But >>>>>>> problem in 3..4.3 when executing *"mvn -P embedded" . * >>>>>>> >>>>>>> Error log : >>>>>>> >>>>>>> [WARNING] The POM for com.mycompany:common:jar:1.0-SNAPSHOT is >>>>>>> missing, no >>>>>>> dependency information available >>>>>>> [INFO] >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------ >>>>>>> [INFO] BUILD FAILURE >>>>>>> [INFO] >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------ >>>>>>> [INFO] Total time: 1.800s >>>>>>> [INFO] Finished at: Sat Feb 27 19:46:57 IST 2016 >>>>>>> [INFO] Final Memory: 12M/208M >>>>>>> [INFO] >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------ >>>>>>> [ERROR] Failed to execute goal on project console: Could not resolve >>>>>>> dependencies for project com.mycompany:console:war:1.0-SNAPSHOT: >>>>>>> Failure >>>>>>> to >>>>>>> find com.mycompany:common:jar:1.0-SNAPSHOT in >>>>>>> https://repository.apache.org/content/repositories/snapshots/ >>>>>>> was >>>>>>> cached >>>>>>> in the local repository, resolution will not be reattempted until the >>>>>>> update interval of ASF has elapsed or updates are forced -> [Help 1] >>>>>>> >>>>>>> But all the .jar files and .war files are created properly. >>>>>>> com.mycompany:common:jar:1.0-SNAPSHOT contain in /common/target >>>>>>> folder >>>>>>> but >>>>>>> it request from . >>>>>>> https://repository.apache.org/content/repositories/snapshots/ >>>>>>> repository. How I resolve this. >>>>>>> >>>>>>> >>>>>>> Hi, >>>>>> the second step should have been >>>>>> >>>>>> mvn clean install >>>>>> >>>>>> rather than >>>>>> >>>>>> mvn clean verify >>>>>> >>>>>> I have updated the documentation accordingly; not it should work. >>>>>> >>>>>> Thanks for reporting. >>>>>> Regards. >>>>>> >>>>>> >>>>>> On Sat, Feb 27, 2016 at 11:43 AM, Nuwan Sameera < >>>>>> nuwansameer...@gmail.com> >>>>>> >>>>>> wrote: >>>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> Thanks. I will read this. >>>>>>>> >>>>>>>> Regards, >>>>>>>> Nuwan Sameera. >>>>>>>> >>>>>>>> On Fri, Feb 26, 2016 at 3:59 PM, Francesco Chicchiriccò < >>>>>>>> ilgro...@apache.org> wrote: >>>>>>>> >>>>>>>> You can get started with Syncope by taking a look at >>>>>>>> >>>>>>>>> http://syncope.apache.org/docs/getting-started.html >>>>>>>>> >>>>>>>>> Please consider that at the moment we are supporting two distinct >>>>>>>>> versions, which are quite different: >>>>>>>>> >>>>>>>>> 1. 1.2 (latest available 1.2.7), the stable branch >>>>>>>>> 2. 2.0 (latest available 2.0.0-M1) the developing branch, for which >>>>>>>>> SYNCOPE-770 is meant >>>>>>>>> >>>>>>>>> For other questions, just ask here. >>>>>>>>> Regards. >>>>>>>>> >>>>>>>>> >>>>>>>>> On 26/02/2016 10:30, Nuwan Sameera wrote: >>>>>>>>> >>>>>>>>> Hi, >>>>>>>>> >>>>>>>>> Thank you. I will keep in touch. >>>>>>>>>> >>>>>>>>>> Regards. >>>>>>>>>> >>>>>>>>>> On Fri, Feb 26, 2016 at 2:29 PM, Francesco Chicchiriccò < >>>>>>>>>> ilgro...@apache.org> wrote: >>>>>>>>>> >>>>>>>>>> On 25/02/2016 18:44, Nuwan Sameera wrote: >>>>>>>>>> >>>>>>>>>> Hello, >>>>>>>>>>> >>>>>>>>>>> I am Y.G.Nuwan Sameera third year student of >>>>>>>>>>> University >>>>>>>>>>> >>>>>>>>>>>> of >>>>>>>>>>>> Moratuwa >>>>>>>>>>>> , Sri Lanks. I am interested with this project. I have hand on >>>>>>>>>>>> experience >>>>>>>>>>>> in Java EE and open source developing. I would like to know more >>>>>>>>>>>> about >>>>>>>>>>>> this >>>>>>>>>>>> project. Please give me some tips to getting started. >>>>>>>>>>>> >>>>>>>>>>>> Hi Nuwan, >>>>>>>>>>>> >>>>>>>>>>>> happy to see your interest in SYNCOPE-770! >>>>>>>>>>>> >>>>>>>>>>> The GSoC application process for students doesn't start until 14 >>>>>>>>>>> March. >>>>>>>>>>> While mentoring organizations haven't formally been announced, we >>>>>>>>>>> expect >>>>>>>>>>> the ASF and Syncope to be participating - however we don't have >>>>>>>>>>> that >>>>>>>>>>> list >>>>>>>>>>> ready yet. >>>>>>>>>>> >>>>>>>>>>> The best thing to do now is review the GSoC site for the process: >>>>>>>>>>> >>>>>>>>>>> https://developers.google.com/open-source/gsoc/ >>>>>>>>>>> >>>>>>>>>>> I will update this thread once we got any news about this, stay >>>>>>>>>>> tuned. >>>>>>>>>>> >>>>>>>>>>> Regards. >>>>>>>>>>> >>>>>>>>>> > -- > Francesco Chicchiriccò > > Tirasa - Open Source Excellence > http://www.tirasa.net/ > > Involved at The Apache Software Foundation: > member, Syncope PMC chair, Cocoon PMC, Olingo PMC, CXF committer > http://home.apache.org/~ilgrosso/ > >