CVCA Key Management Protocol for SPOC

View: New views
10 Messages — Rating Filter:   Alert me  

CVCA Key Management Protocol for SPOC

by stupidtss :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Is there any one working on the CVCA Key Management Protocol for Single Point of Contact (SPOC) (about extended access control on machine readable travel document)?  Entrust will set up a SPOC for testing on October.  I am a new trainee programmer (without Java knowledge and experience) and I am assigned to set up own SPOC for communicating with Entrust's, but I have absolutely no idea on how to proceed ...

Up to now, I have set up EJBCA in JBOSS 5.1.0 successful, and that's all.  Can any one offer a helping hand to me?  Thanks in advance.

Stupidtss

Re: CVCA Key Management Protocol for SPOC

by Tomas Gustavsson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

Currently we are not working on the SPOC protocol. Weäll be glad to help
you out anyway we can.
I would create a separate SPOC Webservice war (code can be generated
from the wsdl), and then make ejb calls from that (or any other CA for
that matter) from insode this WS impolementation.

Regards,
Tomas


stupidtss wrote:

> Hi,
>
> Is there any one working on the CVCA Key Management Protocol for Single
> Point of Contact (SPOC) (about extended access control on machine readable
> travel document)?  Entrust will set up a SPOC for testing on October.  I am
> a new trainee programmer (without Java knowledge and experience) and I am
> assigned to set up own SPOC for communicating with Entrust's, but I have
> absolutely no idea on how to proceed ...
>
> Up to now, I have set up EJBCA in JBOSS 5.1.0 successful, and that's all.
> Can any one offer a helping hand to me?  Thanks in advance.
>
> Stupidtss

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ejbca-develop mailing list
Ejbca-develop@...
https://lists.sourceforge.net/lists/listinfo/ejbca-develop

Re: CVCA Key Management Protocol for SPOC

by stupidtss :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for your reply.

Sorry for one more stupid question. You mean creating/adding a separate SPOC Webservice war in the EJBCA?

Tomas Gustavsson wrote:
Hi,

Currently we are not working on the SPOC protocol. Weäll be glad to help
you out anyway we can.
I would create a separate SPOC Webservice war (code can be generated
from the wsdl), and then make ejb calls from that (or any other CA for
that matter) from insode this WS impolementation.

Regards,
Tomas


stupidtss wrote:
> Hi,
>
> Is there any one working on the CVCA Key Management Protocol for Single
> Point of Contact (SPOC) (about extended access control on machine readable
> travel document)?  Entrust will set up a SPOC for testing on October.  I am
> a new trainee programmer (without Java knowledge and experience) and I am
> assigned to set up own SPOC for communicating with Entrust's, but I have
> absolutely no idea on how to proceed ...
>
> Up to now, I have set up EJBCA in JBOSS 5.1.0 successful, and that's all.
> Can any one offer a helping hand to me?  Thanks in advance.
>
> Stupidtss

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ejbca-develop mailing list
Ejbca-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ejbca-develop

Re: CVCA Key Management Protocol for SPOC

by Tomas Gustavsson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Or even better a separate SPOC webservice war, with pluggable back-ends
so it can work against EJBCA or another CA :-)

Cheers,
Tomas

On Wed, 2009-08-12 at 00:42 -0700, stupidtss wrote:

> Thanks for your reply.
>
> Sorry for one more stupid question. You mean creating/adding a separate SPOC
> Webservice war in the EJBCA?
>
>
> Tomas Gustavsson wrote:
> >
> >
> > Hi,
> >
> > Currently we are not working on the SPOC protocol. Weäll be glad to help
> > you out anyway we can.
> > I would create a separate SPOC Webservice war (code can be generated
> > from the wsdl), and then make ejb calls from that (or any other CA for
> > that matter) from insode this WS impolementation.
> >
> > Regards,
> > Tomas
> >
> >
> > stupidtss wrote:
> >> Hi,
> >>
> >> Is there any one working on the CVCA Key Management Protocol for Single
> >> Point of Contact (SPOC) (about extended access control on machine
> >> readable
> >> travel document)?  Entrust will set up a SPOC for testing on October.  I
> >> am
> >> a new trainee programmer (without Java knowledge and experience) and I am
> >> assigned to set up own SPOC for communicating with Entrust's, but I have
> >> absolutely no idea on how to proceed ...
> >>
> >> Up to now, I have set up EJBCA in JBOSS 5.1.0 successful, and that's all.
> >> Can any one offer a helping hand to me?  Thanks in advance.
> >>
> >> Stupidtss
> >
> > ------------------------------------------------------------------------------
> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> > 30-Day
> > trial. Simplify your report design, integration and deployment - and focus
> > on
> > what you do best, core application coding. Discover what's new with
> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> > _______________________________________________
> > Ejbca-develop mailing list
> > Ejbca-develop@...
> > https://lists.sourceforge.net/lists/listinfo/ejbca-develop
> >
> >
>


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ejbca-develop mailing list
Ejbca-develop@...
https://lists.sourceforge.net/lists/listinfo/ejbca-develop

Re: CVCA Key Management Protocol for SPOC

by stupidtss :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

How can the separate SPOC webservice war's back-ends communicate with EJBCA?  Besides web service and command line interface, does EJBCA implements other interfaces also (e.g. EJB remote interface)?

Tomas Gustavsson wrote:
Or even better a separate SPOC webservice war, with pluggable back-ends
so it can work against EJBCA or another CA :-)

Cheers,
Tomas

On Wed, 2009-08-12 at 00:42 -0700, stupidtss wrote:
> Thanks for your reply.
>
> Sorry for one more stupid question. You mean creating/adding a separate SPOC
> Webservice war in the EJBCA?
>
>
> Tomas Gustavsson wrote:
> >
> >
> > Hi,
> >
> > Currently we are not working on the SPOC protocol. Weäll be glad to help
> > you out anyway we can.
> > I would create a separate SPOC Webservice war (code can be generated
> > from the wsdl), and then make ejb calls from that (or any other CA for
> > that matter) from insode this WS impolementation.
> >
> > Regards,
> > Tomas
> >
> >
> > stupidtss wrote:
> >> Hi,
> >>
> >> Is there any one working on the CVCA Key Management Protocol for Single
> >> Point of Contact (SPOC) (about extended access control on machine
> >> readable
> >> travel document)?  Entrust will set up a SPOC for testing on October.  I
> >> am
> >> a new trainee programmer (without Java knowledge and experience) and I am
> >> assigned to set up own SPOC for communicating with Entrust's, but I have
> >> absolutely no idea on how to proceed ...
> >>
> >> Up to now, I have set up EJBCA in JBOSS 5.1.0 successful, and that's all.
> >> Can any one offer a helping hand to me?  Thanks in advance.
> >>
> >> Stupidtss
> >
> > ------------------------------------------------------------------------------
> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> > 30-Day
> > trial. Simplify your report design, integration and deployment - and focus
> > on
> > what you do best, core application coding. Discover what's new with
> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> > _______________________________________________
> > Ejbca-develop mailing list
> > Ejbca-develop@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/ejbca-develop
> >
> >
>


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ejbca-develop mailing list
Ejbca-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ejbca-develop

Re: CVCA Key Management Protocol for SPOC

by Tomas Gustavsson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Yes there is an EJB remote interface as well. The command line interface
uses it, and so does the wjbca WS implementation.

Regards,
Tomas

On Wed, 2009-08-12 at 02:18 -0700, stupidtss wrote:

> How can the separate SPOC webservice war's back-ends communicate with EJBCA?
> Besides web service and command line interface, does EJBCA implements other
> interfaces also (e.g. EJB remote interface)?
>
>
> Tomas Gustavsson wrote:
> >
> >
> > Or even better a separate SPOC webservice war, with pluggable back-ends
> > so it can work against EJBCA or another CA :-)
> >
> > Cheers,
> > Tomas
> >
> > On Wed, 2009-08-12 at 00:42 -0700, stupidtss wrote:
> >> Thanks for your reply.
> >>
> >> Sorry for one more stupid question. You mean creating/adding a separate
> >> SPOC
> >> Webservice war in the EJBCA?
> >>
> >>
> >> Tomas Gustavsson wrote:
> >> >
> >> >
> >> > Hi,
> >> >
> >> > Currently we are not working on the SPOC protocol. Weäll be glad to
> >> help
> >> > you out anyway we can.
> >> > I would create a separate SPOC Webservice war (code can be generated
> >> > from the wsdl), and then make ejb calls from that (or any other CA for
> >> > that matter) from insode this WS impolementation.
> >> >
> >> > Regards,
> >> > Tomas
> >> >
> >> >
> >> > stupidtss wrote:
> >> >> Hi,
> >> >>
> >> >> Is there any one working on the CVCA Key Management Protocol for
> >> Single
> >> >> Point of Contact (SPOC) (about extended access control on machine
> >> >> readable
> >> >> travel document)?  Entrust will set up a SPOC for testing on October.
> >> I
> >> >> am
> >> >> a new trainee programmer (without Java knowledge and experience) and I
> >> am
> >> >> assigned to set up own SPOC for communicating with Entrust's, but I
> >> have
> >> >> absolutely no idea on how to proceed ...
> >> >>
> >> >> Up to now, I have set up EJBCA in JBOSS 5.1.0 successful, and that's
> >> all.
> >> >> Can any one offer a helping hand to me?  Thanks in advance.
> >> >>
> >> >> Stupidtss
> >> >
> >> >
> >> ------------------------------------------------------------------------------
> >> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> >> > 30-Day
> >> > trial. Simplify your report design, integration and deployment - and
> >> focus
> >> > on
> >> > what you do best, core application coding. Discover what's new with
> >> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> >> > _______________________________________________
> >> > Ejbca-develop mailing list
> >> > Ejbca-develop@...
> >> > https://lists.sourceforge.net/lists/listinfo/ejbca-develop
> >> >
> >> >
> >>
> >
> >
> > ------------------------------------------------------------------------------
> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> > 30-Day
> > trial. Simplify your report design, integration and deployment - and focus
> > on
> > what you do best, core application coding. Discover what's new with
> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> > _______________________________________________
> > Ejbca-develop mailing list
> > Ejbca-develop@...
> > https://lists.sourceforge.net/lists/listinfo/ejbca-develop
> >
> >
>


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ejbca-develop mailing list
Ejbca-develop@...
https://lists.sourceforge.net/lists/listinfo/ejbca-develop

Re: CVCA Key Management Protocol for SPOC

by stupidtss :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Tomas.

I have searched through those .java files but cannot find any annotation like "@remote".  And since I have no previous java knowledge and experiences (I am still learning java language using the book: Java for Dummies :-), can you please kindly point out from which file(s) should I start on studying the EJB remote interface of EJBCA?  Please help.

Sorry for my stupid question.

Tomas Gustavsson wrote:
Yes there is an EJB remote interface as well. The command line interface
uses it, and so does the wjbca WS implementation.

Regards,
Tomas

On Wed, 2009-08-12 at 02:18 -0700, stupidtss wrote:
> How can the separate SPOC webservice war's back-ends communicate with EJBCA?
> Besides web service and command line interface, does EJBCA implements other
> interfaces also (e.g. EJB remote interface)?
>
>
> Tomas Gustavsson wrote:
> >
> >
> > Or even better a separate SPOC webservice war, with pluggable back-ends
> > so it can work against EJBCA or another CA :-)
> >
> > Cheers,
> > Tomas
> >
> > On Wed, 2009-08-12 at 00:42 -0700, stupidtss wrote:
> >> Thanks for your reply.
> >>
> >> Sorry for one more stupid question. You mean creating/adding a separate
> >> SPOC
> >> Webservice war in the EJBCA?
> >>
> >>
> >> Tomas Gustavsson wrote:
> >> >
> >> >
> >> > Hi,
> >> >
> >> > Currently we are not working on the SPOC protocol. Weäll be glad to
> >> help
> >> > you out anyway we can.
> >> > I would create a separate SPOC Webservice war (code can be generated
> >> > from the wsdl), and then make ejb calls from that (or any other CA for
> >> > that matter) from insode this WS impolementation.
> >> >
> >> > Regards,
> >> > Tomas
> >> >
> >> >
> >> > stupidtss wrote:
> >> >> Hi,
> >> >>
> >> >> Is there any one working on the CVCA Key Management Protocol for
> >> Single
> >> >> Point of Contact (SPOC) (about extended access control on machine
> >> >> readable
> >> >> travel document)?  Entrust will set up a SPOC for testing on October.
> >> I
> >> >> am
> >> >> a new trainee programmer (without Java knowledge and experience) and I
> >> am
> >> >> assigned to set up own SPOC for communicating with Entrust's, but I
> >> have
> >> >> absolutely no idea on how to proceed ...
> >> >>
> >> >> Up to now, I have set up EJBCA in JBOSS 5.1.0 successful, and that's
> >> all.
> >> >> Can any one offer a helping hand to me?  Thanks in advance.
> >> >>
> >> >> Stupidtss
> >> >
> >> >
> >> ------------------------------------------------------------------------------
> >> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> >> > 30-Day
> >> > trial. Simplify your report design, integration and deployment - and
> >> focus
> >> > on
> >> > what you do best, core application coding. Discover what's new with
> >> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> >> > _______________________________________________
> >> > Ejbca-develop mailing list
> >> > Ejbca-develop@lists.sourceforge.net
> >> > https://lists.sourceforge.net/lists/listinfo/ejbca-develop
> >> >
> >> >
> >>
> >
> >
> > ------------------------------------------------------------------------------
> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> > 30-Day
> > trial. Simplify your report design, integration and deployment - and focus
> > on
> > what you do best, core application coding. Discover what's new with
> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> > _______________________________________________
> > Ejbca-develop mailing list
> > Ejbca-develop@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/ejbca-develop
> >
> >
>


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ejbca-develop mailing list
Ejbca-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ejbca-develop

Re: CVCA Key Management Protocol for SPOC

by Tomas Gustavsson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi, start by looking at the source code for the ejbca command line
interface, it uses the ejbs. EJBCA is not using ejb3 (yet), hence there
are no remote annotations.
The source for the cli is in src/java/org/ejbca/ui/cli.

Regards,
Tomas


On Wed, 12 Aug 2009, stupidtss wrote:

>
Thanks Tomas.

I have searched through those .java files but cannot find any annotation
like "@remote".  And since I have no previous java knowledge and experiences
(I am still learning java language using the book: Java for Dummies :-), can
you please kindly point out from which file(s) should I start on studying
the EJB remote interface of EJBCA?  Please help.

Sorry for my stupid question.


Tomas Gustavsson wrote:

>
>
> Yes there is an EJB remote interface as well. The command line interface
> uses it, and so does the wjbca WS implementation.
>
> Regards,
> Tomas
>
> On Wed, 2009-08-12 at 02:18 -0700, stupidtss wrote:
>> How can the separate SPOC webservice war's back-ends communicate with
>> EJBCA?
>> Besides web service and command line interface, does EJBCA implements
>> other
>> interfaces also (e.g. EJB remote interface)?
>>
>>
>> Tomas Gustavsson wrote:
>> >
>> >
>> > Or even better a separate SPOC webservice war, with pluggable back-ends
>> > so it can work against EJBCA or another CA :-)
>> >
>> > Cheers,
>> > Tomas
>> >
>> > On Wed, 2009-08-12 at 00:42 -0700, stupidtss wrote:
>> >> Thanks for your reply.
>> >>
>> >> Sorry for one more stupid question. You mean creating/adding a
>> separate
>> >> SPOC
>> >> Webservice war in the EJBCA?
>> >>
>> >>
>> >> Tomas Gustavsson wrote:
>> >> >
>> >> >
>> >> > Hi,
>> >> >
>> >> > Currently we are not working on the SPOC protocol. Weäll be glad to
>> >> help
>> >> > you out anyway we can.
>> >> > I would create a separate SPOC Webservice war (code can be generated
>> >> > from the wsdl), and then make ejb calls from that (or any other CA
>> for
>> >> > that matter) from insode this WS impolementation.
>> >> >
>> >> > Regards,
>> >> > Tomas
>> >> >
>> >> >
>> >> > stupidtss wrote:
>> >> >> Hi,
>> >> >>
>> >> >> Is there any one working on the CVCA Key Management Protocol for
>> >> Single
>> >> >> Point of Contact (SPOC) (about extended access control on machine
>> >> >> readable
>> >> >> travel document)?  Entrust will set up a SPOC for testing on
>> October.
>> >> I
>> >> >> am
>> >> >> a new trainee programmer (without Java knowledge and experience)
>> and I
>> >> am
>> >> >> assigned to set up own SPOC for communicating with Entrust's, but I
>> >> have
>> >> >> absolutely no idea on how to proceed ...
>> >> >>
>> >> >> Up to now, I have set up EJBCA in JBOSS 5.1.0 successful, and
>> that's
>> >> all.
>> >> >> Can any one offer a helping hand to me?  Thanks in advance.
>> >> >>
>> >> >> Stupidtss
>> >> >
>> >> >
>> >>
>> ------------------------------------------------------------------------------
>> >> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> >> > 30-Day
>> >> > trial. Simplify your report design, integration and deployment - and
>> >> focus
>> >> > on
>> >> > what you do best, core application coding. Discover what's new with
>> >> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> >> > _______________________________________________
>> >> > Ejbca-develop mailing list
>> >> > Ejbca-develop@...
>> >> > https://lists.sourceforge.net/lists/listinfo/ejbca-develop
>> >> >
>> >> >
>> >>
>> >
>> >
>> >
>> ------------------------------------------------------------------------------
>> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> > 30-Day
>> > trial. Simplify your report design, integration and deployment - and
>> focus
>> > on
>> > what you do best, core application coding. Discover what's new with
>> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> > _______________________________________________
>> > Ejbca-develop mailing list
>> > Ejbca-develop@...
>> > https://lists.sourceforge.net/lists/listinfo/ejbca-develop
>> >
>> >
>>
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Ejbca-develop mailing list
> Ejbca-develop@...
> https://lists.sourceforge.net/lists/listinfo/ejbca-develop
>
>
--
View this message in context: http://www.nabble.com/CVCA-Key-Management-Protocol-for-SPOC-tp24750705p24945281.html
Sent from the EjbCA - Dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ejbca-develop mailing list
Ejbca-develop@...
https://lists.sourceforge.net/lists/listinfo/ejbca-develop
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ejbca-develop mailing list
Ejbca-develop@...
https://lists.sourceforge.net/lists/listinfo/ejbca-develop

Re: CVCA Key Management Protocol for SPOC

by stupidtss :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Tomas again.  One J2EE question.  Hoped you won't mind.

Can EJB3 application works with remote interface of EJB2 application like EJBCA?
Tomas Gustavsson wrote:
Hi, start by looking at the source code for the ejbca command line
interface, it uses the ejbs. EJBCA is not using ejb3 (yet), hence there
are no remote annotations.
The source for the cli is in src/java/org/ejbca/ui/cli.

Regards,
Tomas


On Wed, 12 Aug 2009, stupidtss wrote:

>
Thanks Tomas.

I have searched through those .java files but cannot find any annotation
like "@remote".  And since I have no previous java knowledge and experiences
(I am still learning java language using the book: Java for Dummies :-), can
you please kindly point out from which file(s) should I start on studying
the EJB remote interface of EJBCA?  Please help.

Sorry for my stupid question.


Tomas Gustavsson wrote:
>
>
> Yes there is an EJB remote interface as well. The command line interface
> uses it, and so does the wjbca WS implementation.
>
> Regards,
> Tomas
>
> On Wed, 2009-08-12 at 02:18 -0700, stupidtss wrote:
>> How can the separate SPOC webservice war's back-ends communicate with
>> EJBCA?
>> Besides web service and command line interface, does EJBCA implements
>> other
>> interfaces also (e.g. EJB remote interface)?
>>
>>
>> Tomas Gustavsson wrote:
>> >
>> >
>> > Or even better a separate SPOC webservice war, with pluggable back-ends
>> > so it can work against EJBCA or another CA :-)
>> >
>> > Cheers,
>> > Tomas
>> >
>> > On Wed, 2009-08-12 at 00:42 -0700, stupidtss wrote:
>> >> Thanks for your reply.
>> >>
>> >> Sorry for one more stupid question. You mean creating/adding a
>> separate
>> >> SPOC
>> >> Webservice war in the EJBCA?
>> >>
>> >>
>> >> Tomas Gustavsson wrote:
>> >> >
>> >> >
>> >> > Hi,
>> >> >
>> >> > Currently we are not working on the SPOC protocol. Weäll be glad to
>> >> help
>> >> > you out anyway we can.
>> >> > I would create a separate SPOC Webservice war (code can be generated
>> >> > from the wsdl), and then make ejb calls from that (or any other CA
>> for
>> >> > that matter) from insode this WS impolementation.
>> >> >
>> >> > Regards,
>> >> > Tomas
>> >> >
>> >> >
>> >> > stupidtss wrote:
>> >> >> Hi,
>> >> >>
>> >> >> Is there any one working on the CVCA Key Management Protocol for
>> >> Single
>> >> >> Point of Contact (SPOC) (about extended access control on machine
>> >> >> readable
>> >> >> travel document)?  Entrust will set up a SPOC for testing on
>> October.
>> >> I
>> >> >> am
>> >> >> a new trainee programmer (without Java knowledge and experience)
>> and I
>> >> am
>> >> >> assigned to set up own SPOC for communicating with Entrust's, but I
>> >> have
>> >> >> absolutely no idea on how to proceed ...
>> >> >>
>> >> >> Up to now, I have set up EJBCA in JBOSS 5.1.0 successful, and
>> that's
>> >> all.
>> >> >> Can any one offer a helping hand to me?  Thanks in advance.
>> >> >>
>> >> >> Stupidtss
>> >> >
>> >> >
>> >>
>> ------------------------------------------------------------------------------
>> >> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> >> > 30-Day
>> >> > trial. Simplify your report design, integration and deployment - and
>> >> focus
>> >> > on
>> >> > what you do best, core application coding. Discover what's new with
>> >> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> >> > _______________________________________________
>> >> > Ejbca-develop mailing list
>> >> > Ejbca-develop@lists.sourceforge.net
>> >> > https://lists.sourceforge.net/lists/listinfo/ejbca-develop
>> >> >
>> >> >
>> >>
>> >
>> >
>> >
>> ------------------------------------------------------------------------------
>> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> > 30-Day
>> > trial. Simplify your report design, integration and deployment - and
>> focus
>> > on
>> > what you do best, core application coding. Discover what's new with
>> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> > _______________________________________________
>> > Ejbca-develop mailing list
>> > Ejbca-develop@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/ejbca-develop
>> >
>> >
>>
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Ejbca-develop mailing list
> Ejbca-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ejbca-develop
>
>

--
View this message in context: http://www.nabble.com/CVCA-Key-Management-Protocol-for-SPOC-tp24750705p24945281.html
Sent from the EjbCA - Dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ejbca-develop mailing list
Ejbca-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ejbca-develop
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ejbca-develop mailing list
Ejbca-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ejbca-develop

Re: CVCA Key Management Protocol for SPOC

by Tomas Gustavsson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


ejb3 and ejb2 is supposed to be possible to use together...i think. I'm
not completely knowledgable in ejb3 yet unfortunately.

it should be possible to find good information online though.

cheers,
tomas

On Thu, 13 Aug 2009, stupidtss wrote:

>
Thanks Tomas again.  One J2EE question.  Hoped you won't mind.

Can EJB3 application works with remote interface of EJB2 application like
EJBCA?

Tomas Gustavsson wrote:

>
>
> Hi, start by looking at the source code for the ejbca command line
> interface, it uses the ejbs. EJBCA is not using ejb3 (yet), hence there
> are no remote annotations.
> The source for the cli is in src/java/org/ejbca/ui/cli.
>
> Regards,
> Tomas
>
>
> On Wed, 12 Aug 2009, stupidtss wrote:
>
>>
> Thanks Tomas.
>
> I have searched through those .java files but cannot find any annotation
> like "@remote".  And since I have no previous java knowledge and
> experiences
> (I am still learning java language using the book: Java for Dummies :-),
> can
> you please kindly point out from which file(s) should I start on studying
> the EJB remote interface of EJBCA?  Please help.
>
> Sorry for my stupid question.
>
>
> Tomas Gustavsson wrote:
>>
>>
>> Yes there is an EJB remote interface as well. The command line interface
>> uses it, and so does the wjbca WS implementation.
>>
>> Regards,
>> Tomas
>>
>> On Wed, 2009-08-12 at 02:18 -0700, stupidtss wrote:
>>> How can the separate SPOC webservice war's back-ends communicate with
>>> EJBCA?
>>> Besides web service and command line interface, does EJBCA implements
>>> other
>>> interfaces also (e.g. EJB remote interface)?
>>>
>>>
>>> Tomas Gustavsson wrote:
>>> >
>>> >
>>> > Or even better a separate SPOC webservice war, with pluggable
>>> back-ends
>>> > so it can work against EJBCA or another CA :-)
>>> >
>>> > Cheers,
>>> > Tomas
>>> >
>>> > On Wed, 2009-08-12 at 00:42 -0700, stupidtss wrote:
>>> >> Thanks for your reply.
>>> >>
>>> >> Sorry for one more stupid question. You mean creating/adding a
>>> separate
>>> >> SPOC
>>> >> Webservice war in the EJBCA?
>>> >>
>>> >>
>>> >> Tomas Gustavsson wrote:
>>> >> >
>>> >> >
>>> >> > Hi,
>>> >> >
>>> >> > Currently we are not working on the SPOC protocol. Weäll be glad to
>>> >> help
>>> >> > you out anyway we can.
>>> >> > I would create a separate SPOC Webservice war (code can be
>>> generated
>>> >> > from the wsdl), and then make ejb calls from that (or any other CA
>>> for
>>> >> > that matter) from insode this WS impolementation.
>>> >> >
>>> >> > Regards,
>>> >> > Tomas
>>> >> >
>>> >> >
>>> >> > stupidtss wrote:
>>> >> >> Hi,
>>> >> >>
>>> >> >> Is there any one working on the CVCA Key Management Protocol for
>>> >> Single
>>> >> >> Point of Contact (SPOC) (about extended access control on machine
>>> >> >> readable
>>> >> >> travel document)?  Entrust will set up a SPOC for testing on
>>> October.
>>> >> I
>>> >> >> am
>>> >> >> a new trainee programmer (without Java knowledge and experience)
>>> and I
>>> >> am
>>> >> >> assigned to set up own SPOC for communicating with Entrust's, but
>>> I
>>> >> have
>>> >> >> absolutely no idea on how to proceed ...
>>> >> >>
>>> >> >> Up to now, I have set up EJBCA in JBOSS 5.1.0 successful, and
>>> that's
>>> >> all.
>>> >> >> Can any one offer a helping hand to me?  Thanks in advance.
>>> >> >>
>>> >> >> Stupidtss
>>> >> >
>>> >> >
>>> >>
>>> ------------------------------------------------------------------------------
>>> >> > Let Crystal Reports handle the reporting - Free Crystal Reports
>>> 2008
>>> >> > 30-Day
>>> >> > trial. Simplify your report design, integration and deployment -
>>> and
>>> >> focus
>>> >> > on
>>> >> > what you do best, core application coding. Discover what's new with
>>> >> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>>> >> > _______________________________________________
>>> >> > Ejbca-develop mailing list
>>> >> > Ejbca-develop@...
>>> >> > https://lists.sourceforge.net/lists/listinfo/ejbca-develop
>>> >> >
>>> >> >
>>> >>
>>> >
>>> >
>>> >
>>> ------------------------------------------------------------------------------
>>> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>>> > 30-Day
>>> > trial. Simplify your report design, integration and deployment - and
>>> focus
>>> > on
>>> > what you do best, core application coding. Discover what's new with
>>> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>>> > _______________________________________________
>>> > Ejbca-develop mailing list
>>> > Ejbca-develop@...
>>> > https://lists.sourceforge.net/lists/listinfo/ejbca-develop
>>> >
>>> >
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day
>> trial. Simplify your report design, integration and deployment - and
>> focus
>> on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Ejbca-develop mailing list
>> Ejbca-develop@...
>> https://lists.sourceforge.net/lists/listinfo/ejbca-develop
>>
>>
>
> --
> View this message in context:
> http://www.nabble.com/CVCA-Key-Management-Protocol-for-SPOC-tp24750705p24945281.html
> Sent from the EjbCA - Dev mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Ejbca-develop mailing list
> Ejbca-develop@...
> https://lists.sourceforge.net/lists/listinfo/ejbca-develop
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Ejbca-develop mailing list
> Ejbca-develop@...
> https://lists.sourceforge.net/lists/listinfo/ejbca-develop
>
>
--
View this message in context: http://www.nabble.com/CVCA-Key-Management-Protocol-for-SPOC-tp24750705p24963679.html
Sent from the EjbCA - Dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ejbca-develop mailing list
Ejbca-develop@...
https://lists.sourceforge.net/lists/listinfo/ejbca-develop
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ejbca-develop mailing list
Ejbca-develop@...
https://lists.sourceforge.net/lists/listinfo/ejbca-develop