Jenkins build is still unstable: TomEE » Pull Requests » TomEE :: Server :: EJBd #7

2021-03-09 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/Tomee/job/Pull%20Requests/org.apache.tomee$openejb-ejbd/7/display/redirect>

Jenkins build is still unstable: TomEE » Pull Requests » TomEE :: Server :: EJBd #6

2021-03-09 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/Tomee/job/Pull%20Requests/org.apache.tomee$openejb-ejbd/6/display/redirect>

Jenkins build is unstable: TomEE » Pull Requests » TomEE :: Server :: EJBd #5

2021-03-09 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/Tomee/job/Pull%20Requests/org.apache.tomee$openejb-ejbd/5/display/redirect>

Jenkins build is unstable: TomEE » Pull Requests » TomEE :: Server :: EJBd #1

2021-03-08 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/Tomee/job/Pull%20Requests/org.apache.tomee$openejb-ejbd/1/display/redirect>

Jenkins build is still unstable: TomEE » Pull Requests » TomEE :: Server :: EJBd #50

2021-01-16 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/Tomee/job/Pull%20Requests/org.apache.tomee$openejb-ejbd/50/display/redirect>

Jenkins build is still unstable: TomEE » Pull Requests » TomEE :: Server :: EJBd #49

2021-01-14 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/Tomee/job/Pull%20Requests/org.apache.tomee$openejb-ejbd/49/display/redirect>

Re: authorization for ejbd/http client

2016-12-11 Thread David Blevins
ogin via the RemoteInitialContext parameters and have their >>> identity propagate with their remote calls. >>> >>> The only change is that the user/pass could get applied at the http layer >>> as well. >>> >>> >>> This is unrelated to my comment. Point was we can use it with multicast - >>> which is the only issue - cause outside of the multicasted info - the >> url. >>> >>> >>> Nothing we couldnt enhance but as explained this is also not needed and >>> your example doesnt show this is wrong. >> >> I’m quite lost. Can you post a code snippet on how someone uses basic >> auth from the client side with httpd+ejbd? >> >> -David >> >>

Re: authorization for ejbd/http client

2016-12-09 Thread Romain Manni-Bucau
use it with multicast - > > which is the only issue - cause outside of the multicasted info - the > url. > > > > > > Nothing we couldnt enhance but as explained this is also not needed and > > your example doesnt show this is wrong. > > I’m quite lost. Can you post a code snippet on how someone uses basic > auth from the client side with httpd+ejbd? > > -David > >

Re: authorization for ejbd/http client

2016-12-09 Thread David Blevins
t enhance but as explained this is also not needed and > your example doesnt show this is wrong. I’m quite lost. Can you post a code snippet on how someone uses basic auth from the client side with httpd+ejbd? -David

Re: authorization for ejbd/http client

2016-12-06 Thread Romain Manni-Bucau
Le 6 déc. 2016 23:15, "David Blevins" a écrit : > On Dec 5, 2016, at 2:54 PM, Romain Manni-Bucau wrote: > >> You may have a desktop app or some other scenario where on your trusted >> network, users can log in and you don’t want identity statically configured >> on the server side. >> >> > This

Re: authorization for ejbd/http client

2016-12-06 Thread David Blevins
> On Dec 5, 2016, at 2:54 PM, Romain Manni-Bucau wrote: > >> You may have a desktop app or some other scenario where on your trusted >> network, users can log in and you don’t want identity statically configured >> on the server side. >> >> > This is a feature we don't have today at all so qui

Re: authorization for ejbd/http client

2016-12-05 Thread Romain Manni-Bucau
gt;> together and broadcasts them to all the clients. Putting the login > >> credentials in the URL the server broadcasts effectively broadcasts > client > >> information to all the clients, which would mean: > >> > >> - client identity and credentials woul

Re: authorization for ejbd/http client

2016-12-05 Thread Jonathan Gallimore
On Mon, Dec 5, 2016 at 6:24 PM, David Blevins wrote: > > > On Dec 5, 2016, at 4:21 AM, Romain Manni-Bucau > wrote: > > > > Concretely the proposal can be: > > > > p.setProperty(Context.INITIAL_CONTEXT_FACTORY, > RemoteInitialContextFactory. > > class.getName()); > > p.setProperty(Context.PROVIDE

Re: authorization for ejbd/http client

2016-12-05 Thread David Blevins
information to all the clients, which would mean: >> >> - client identity and credentials would be configured on the server >> - all clients would share the same identity and credentials >> - credentials would be freely given to anyone who connects to >> multicast/multipoin

Re: authorization for ejbd/http client

2016-12-05 Thread Romain Manni-Bucau
> multicast/multipoint > > The above `authype=basic` compromise does allow the credentials to be part > of the client configuration, which is great. It allows the same > credentials the client sends over the ejbd protocol to also be sent over > the HTTP layer. The client would si

Re: authorization for ejbd/http client

2016-12-05 Thread David Blevins
ls to be part of the client configuration, which is great. It allows the same credentials the client sends over the ejbd protocol to also be sent over the HTTP layer. The client would simply be logging in twice, once at the http level and once at the ejbd level. -David

Re: authorization for ejbd/http client

2016-12-05 Thread Romain Manni-Bucau
2016-12-05 12:56 GMT+01:00 Jonathan Gallimore : > On Mon, Dec 5, 2016 at 11:17 AM, Romain Manni-Bucau > > wrote: > > > Hi guys, > > > > Just a quite summary of last fixes we worked on with Jonathan regarding > the > > security for ejbd/http client:

Re: authorization for ejbd/http client

2016-12-05 Thread Jonathan Gallimore
On Mon, Dec 5, 2016 at 11:17 AM, Romain Manni-Bucau wrote: > Hi guys, > > Just a quite summary of last fixes we worked on with Jonathan regarding the > security for ejbd/http client: > > - we already have authorization parameter in the provider url for months > (years now?).

authorization for ejbd/http client

2016-12-05 Thread Romain Manni-Bucau
Hi guys, Just a quite summary of last fixes we worked on with Jonathan regarding the security for ejbd/http client: - we already have authorization parameter in the provider url for months (years now?). This was not removed from the url so the user needed to exclude some url from the access log

Re: EJBD

2013-08-08 Thread Romain Manni-Bucau
13/8/8 AndyG > Added initial LegacyClientTest (which is currently a ripped > RandomConnectionStrategyTest), but does the job. We can always add more to > the test as new features are added. > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/EJBD

Re: EJBD

2013-08-08 Thread AndyG
Added initial LegacyClientTest (which is currently a ripped RandomConnectionStrategyTest), but does the job. We can always add more to the test as new features are added. -- View this message in context: http://openejb.979440.n4.nabble.com/EJBD-tp4664447p4664574.html Sent from the OpenEJB Dev

Re: EJBD

2013-08-07 Thread Romain Manni-Bucau
. > }else{ > ...legacy > } > > I have tested this extensively on my boxes, but not sure how to write a > 'simple' test? - Can you point me in the right direction for an existing > test that I can hack? > > > > > > -- > View this message i

Re: EJBD

2013-08-07 Thread AndyG
, but not sure how to write a 'simple' test? - Can you point me in the right direction for an existing test that I can hack? -- View this message in context: http://openejb.979440.n4.nabble.com/EJBD-tp4664447p4664567.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Re: EJBD

2013-08-06 Thread Romain Manni-Bucau
nything before I commit. I have a real world > scenario to work on here and when I have it working I will commit. > > I may not be ready till tomorrow, so please hang on. > > Andy. > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/EJBD

Re: EJBD

2013-08-06 Thread AndyG
ssage in context: http://openejb.979440.n4.nabble.com/EJBD-tp4664447p4664543.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Re: EJBD

2013-08-06 Thread Romain Manni-Bucau
This would give us the 'minor' >> version to query early in the request? >> >> >> >> -- >> View this message in context: >> http://openejb.979440.n4.nabble.com/EJBD-tp4664447p4664536.html >> Sent from the OpenEJB Dev mailing list archive at Nabble.com. >> > >

Re: EJBD

2013-08-06 Thread Romain Manni-Bucau
a server option, something like - > AllowOldClients = false. > > Another option that I was looking at was the impact of changing the > ProtocolMetaData OEJB version to 3.2 - This would give us the 'minor' > version to query early in the request? > > > > -- >

Re: EJBD

2013-08-06 Thread AndyG
ng at was the impact of changing the ProtocolMetaData OEJB version to 3.2 - This would give us the 'minor' version to query early in the request? -- View this message in context: http://openejb.979440.n4.nabble.com/EJBD-tp4664447p4664536.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Re: EJBD

2013-08-05 Thread Romain Manni-Bucau
current version (3), but older servers still have code that basically >> does 'if version == 2 do something', but should really have been 'if >> version >> >= 2 do something'. >> >> I still think it is a real requirement for older clients to be able to >> talk >> to a newer server though. >> >> >> >> -- >> View this message in context: >> http://openejb.979440.n4.nabble.com/EJBD-tp4664447p4664458.html >> Sent from the OpenEJB Dev mailing list archive at Nabble.com. >> > >

Re: EJBD

2013-08-01 Thread Romain Manni-Bucau
code that basically > does 'if version == 2 do something', but should really have been 'if > version > >= 2 do something'. > > I still think it is a real requirement for older clients to be able to talk > to a newer server though. > > > > -- >

Re: EJBD

2013-08-01 Thread AndyG
27;if version == 2 do something', but should really have been 'if version >= 2 do something'. I still think it is a real requirement for older clients to be able to talk to a newer server though. -- View this message in context: http://openejb.979440.n4.nabble.com/EJBD-tp4664447

Re: EJBD

2013-08-01 Thread Romain Manni-Bucau
t; 2013/8/1 AndyG > >> Older means ...possibly only as little as 4 weeks old snapshot. But I >> guess >> that 4.5.2 clients should still be able to look up ejbs on a 4.6 server >> right? >> >> >> >> -- >> View this message in context: >> http://openejb.979440.n4.nabble.com/EJBD-tp4664447p4664455.html >> Sent from the OpenEJB Dev mailing list archive at Nabble.com. >> > >

Re: EJBD

2013-08-01 Thread Romain Manni-Bucau
2013/8/1 AndyG > Older means ...possibly only as little as 4 weeks old snapshot. But I guess > that 4.5.2 clients should still be able to look up ejbs on a 4.6 server > right? > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/EJBD-tp4664447p4664

Re: EJBD

2013-08-01 Thread AndyG
Older means ...possibly only as little as 4 weeks old snapshot. But I guess that 4.5.2 clients should still be able to look up ejbs on a 4.6 server right? -- View this message in context: http://openejb.979440.n4.nabble.com/EJBD-tp4664447p4664455.html Sent from the OpenEJB Dev mailing list

Re: EJBD

2013-08-01 Thread AndyG
A bit of a pain to debug hopping from client to remote server. -- View this message in context: http://openejb.979440.n4.nabble.com/EJBD-tp4664447p4664453.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Re: EJBD

2013-08-01 Thread Romain Manni-Bucau
; in Client.java:251 > > Wrap stream with new BufferedReader(new InputStreamReader(in)).readLine() > > Which results in (less symbols): > > 3.1??org.apache.openejb.client.EJBMetaDataImpl? > > Looks like a serialized object. > > > > -- > View this messa

Re: EJBD

2013-08-01 Thread AndyG
h new BufferedReader(new InputStreamReader(in)).readLine() Which results in (less symbols): 3.1??org.apache.openejb.client.EJBMetaDataImpl? Looks like a serialized object. -- View this message in context: http://openejb.979440.n4.nabble.com/EJBD-tp4664447p4664451.html Sent from the OpenEJB Dev ma

Re: EJBD

2013-08-01 Thread Romain Manni-Bucau
edIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/8/1 AndyG > Still have not got EJBD working for older clients. ProtocolMetaData gets a > useless spec string back from the newer server. > > The order of write has changed on the server. > > Olde

EJBD

2013-08-01 Thread AndyG
Still have not got EJBD working for older clients. ProtocolMetaData gets a useless spec string back from the newer server. The order of write has changed on the server. Older clients seem to be getting a serialized EJBMetaDataImpl rather than the spec string. Any ideas? Andy. -- View this