[GitHub] metamodel pull request #122: METAMODEL-1109: FixedWidthReader diacritics bug...

2016-08-09 Thread kaspersorensen
Github user kaspersorensen commented on a diff in the pull request:

https://github.com/apache/metamodel/pull/122#discussion_r74183535
  
--- Diff: 
fixedwidth/src/main/java/org/apache/metamodel/fixedwidth/EbcdicReader.java ---
@@ -26,13 +26,17 @@
  */
 class EbcdicReader extends FixedWidthReader {
 
+private final BufferedInputStream _stream;
+private final String _charsetName;
 private final boolean _skipEbcdicHeader;
 private final boolean _eolPresent;
 private boolean _headerSkipped;
 
 public EbcdicReader(BufferedInputStream stream, String charsetName, 
int[] valueWidths,
 boolean failOnInconsistentLineWidth, boolean skipEbcdicHeader, 
boolean eolPresent) {
 super(stream, charsetName, valueWidths, 
failOnInconsistentLineWidth);
+_stream = stream;
+_charsetName = charsetName;
--- End diff --

These two don't seem to ever be used?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: New confluence wiki for MetaModel

2016-08-09 Thread Tomasz Guziałek
Hello Kasper,

I have just registered as "tomaszguzialek". Thanks in advance!

Pozdrawiam / Regards / Med venlig hilsen
Tomasz Guziałek

2016-08-09 17:21 GMT+02:00 Kasper Sørensen :

> You've been added as an admin Alberto. Other PMCs: Just let me know your
> username then you of course also get admin rights :)
>
> 2016-08-08 23:44 GMT-07:00 Alberto Rodriguez :
>
>> I'm in! My username is ardlema
>>
>> Thank you!
>>
>> 2016-08-09 8:12 GMT+02:00 Kasper Sørensen > >:
>>
>> > Yes, but I think you need to have an account first, I couldn't find you.
>> >
>> > Confluence is not connected automagically to your Apache accounts. You
>> have
>> > to register manually first.
>> >
>> > 2016-08-08 22:59 GMT-07:00 Alberto Rodriguez :
>> >
>> > > Hi Kasper,
>> > >
>> > > Could you please grant me access? I'll help in any way I can.
>> > >
>> > > Kind regards,
>> > >
>> > > Alberto
>> > >
>> > > 2016-08-09 7:46 GMT+02:00 Kasper Sørensen > > com>
>> > > :
>> > >
>> > >> Hi all,
>> > >>
>> > >> We have a brand new wiki for Apache MetaModel, which I hope will be a
>> > >> worthy new home for our living documentation. As you may know, we
>> (and
>> > >> Apache Infra) where facing quite a lot of maintenance/performance
>> issues
>> > >> with the MoinMoin based wiki, so it's now time for us to embrace
>> > >> Confluence
>> > >> which also happens to be superior functionality-wise.
>> > >>
>> > >> I am looking for volunteers who would like to help migrating our
>> content
>> > >> from the existing wiki [1] to the new [2] confluence. And of course
>> also
>> > >> if
>> > >> anyone is interested in making new content (for instance fulfill
>> > >> documentation issue METAMODEL-1110 [3]) then it would be just as
>> > awesome.
>> > >>
>> > >> I am currently admin of the confluence space. Let me know who to
>> make my
>> > >> peers!
>> > >>
>> > >> Best regards,
>> > >> Kasper
>> > >>
>> > >> [1] http://wiki.apache.org/metamodel
>> > >> [2] https://cwiki.apache.org/confluence/display/METAMODEL
>> > >> [3] https://issues.apache.org/jira/browse/METAMODEL-1110
>> > >>
>> > >
>> > >
>> >
>>
>
>


[GitHub] metamodel pull request #123: METAMODEL-1111 Empty string treatment in Oracle

2016-08-09 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/metamodel/pull/123


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] metamodel issue #123: METAMODEL-1111 Empty string treatment in Oracle

2016-08-09 Thread kaspersorensen
Github user kaspersorensen commented on the issue:

https://github.com/apache/metamodel/pull/123
  
OK, let's merge this then.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Salesforce Data Context Authentication

2016-08-09 Thread Kasper Sørensen
Hi Vijay,

Yes today you need username, password and security token to use the
Salesforce connector. But it should be rather easy for us to add OAuth
access too, assuming that Salesforce's library supports it. I would suggest
that we simply add a constructor to SalesforceDataContext that takes a
PartnerConnection argument.

BR,
Kasper

2016-08-08 23:32 GMT-07:00 Vijay Kumar Jalagari :

> Hi,
>
> is username and password is mandatory to connect Salesforce data context ?
> Can we use the salesforce Oauth authentication ?
>
> Regards,
> Vijay Kumar J
>


Re: New confluence wiki for MetaModel

2016-08-09 Thread Kasper Sørensen
You've been added as an admin Alberto. Other PMCs: Just let me know your
username then you of course also get admin rights :)

2016-08-08 23:44 GMT-07:00 Alberto Rodriguez :

> I'm in! My username is ardlema
>
> Thank you!
>
> 2016-08-09 8:12 GMT+02:00 Kasper Sørensen  >:
>
> > Yes, but I think you need to have an account first, I couldn't find you.
> >
> > Confluence is not connected automagically to your Apache accounts. You
> have
> > to register manually first.
> >
> > 2016-08-08 22:59 GMT-07:00 Alberto Rodriguez :
> >
> > > Hi Kasper,
> > >
> > > Could you please grant me access? I'll help in any way I can.
> > >
> > > Kind regards,
> > >
> > > Alberto
> > >
> > > 2016-08-09 7:46 GMT+02:00 Kasper Sørensen  > com>
> > > :
> > >
> > >> Hi all,
> > >>
> > >> We have a brand new wiki for Apache MetaModel, which I hope will be a
> > >> worthy new home for our living documentation. As you may know, we (and
> > >> Apache Infra) where facing quite a lot of maintenance/performance
> issues
> > >> with the MoinMoin based wiki, so it's now time for us to embrace
> > >> Confluence
> > >> which also happens to be superior functionality-wise.
> > >>
> > >> I am looking for volunteers who would like to help migrating our
> content
> > >> from the existing wiki [1] to the new [2] confluence. And of course
> also
> > >> if
> > >> anyone is interested in making new content (for instance fulfill
> > >> documentation issue METAMODEL-1110 [3]) then it would be just as
> > awesome.
> > >>
> > >> I am currently admin of the confluence space. Let me know who to make
> my
> > >> peers!
> > >>
> > >> Best regards,
> > >> Kasper
> > >>
> > >> [1] http://wiki.apache.org/metamodel
> > >> [2] https://cwiki.apache.org/confluence/display/METAMODEL
> > >> [3] https://issues.apache.org/jira/browse/METAMODEL-1110
> > >>
> > >
> > >
> >
>