Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Application server based on Eclipse OSGI implementation
Application server based on Eclipse OSGI implementation [message #317044] Sun, 24 June 2007 05:52 Go to next message
Hasan Ceylan is currently offline Hasan CeylanFriend
Messages: 198
Registered: July 2009
Senior Member
Hello everyone,

I have long been longing for a good application server with a good osgi
implementation.

So far, jboss AFAIK has no intension of migrating to osgi based kernel
and geronimo does not look to me like has good osgi feature that we are
all used to from eclipse osgi implementation.

Eclipse platform has taken steps that allows this easily. It has many
features already in place. It should not be hard to integrate with
projects like apache and openejb etc.

Maybe it is the time for eclipse to make its second boom in the
community by addressing the need.

What do you say? If people are interested in, we should form a group and
discuss how this could be achieved and them sit at our laptops and start
coding?

Waiting for answers,
Hasan Ceylan
Re: Application server based on Eclipse OSGI implementation [message #317047 is a reply to message #317044] Sun, 24 June 2007 07:59 Go to previous messageGo to next message
Eric Wuillai is currently offline Eric WuillaiFriend
Messages: 27
Registered: July 2009
Junior Member
JOnAS 5.0 is the next major release of JOnAS and is re-engineered on
OSGi. It will be available soon (announced for June 2007)

Look at the roadmap for more informations:
http://wiki.jonas.objectweb.org/xwiki/bin/view/Main/Roadmap

Regards
Eric

Hasan Ceylan a écrit :
> Hello everyone,
>
> I have long been longing for a good application server with a good osgi
> implementation.
>
> So far, jboss AFAIK has no intension of migrating to osgi based kernel
> and geronimo does not look to me like has good osgi feature that we are
> all used to from eclipse osgi implementation.
>
> Eclipse platform has taken steps that allows this easily. It has many
> features already in place. It should not be hard to integrate with
> projects like apache and openejb etc.
>
> Maybe it is the time for eclipse to make its second boom in the
> community by addressing the need.
>
> What do you say? If people are interested in, we should form a group and
> discuss how this could be achieved and them sit at our laptops and start
> coding?
>
> Waiting for answers,
> Hasan Ceylan
Re: Application server based on Eclipse OSGI implementation [message #317048 is a reply to message #317044] Sun, 24 June 2007 08:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: automatic.javalobby.org

You can already run Jetty with servlet support inside Equinox. What do you mean by 'application server'?

Alex.
Re: Application server based on Eclipse OSGI implementation [message #317065 is a reply to message #317048] Mon, 25 June 2007 09:39 Go to previous messageGo to next message
Hasan Ceylan is currently offline Hasan CeylanFriend
Messages: 198
Registered: July 2009
Senior Member
Alex Blewitt wrote:
> You can already run Jetty with servlet support inside Equinox. What do you mean by 'application server'?
>
> Alex.

Hi Alex,

I am aware of that. I am thinking about full J2EE compliant application
server with things like jca, ejb, jsp, servlet, jmx, hot deployment etc.

Hasan Ceylan
Re: Application server based on Eclipse OSGI implementation [message #317067 is a reply to message #317047] Mon, 25 June 2007 09:51 Go to previous messageGo to next message
Hasan Ceylan is currently offline Hasan CeylanFriend
Messages: 198
Registered: July 2009
Senior Member
Eric Wuillai wrote:
> JOnAS 5.0 is the next major release of JOnAS and is re-engineered on
> OSGi. It will be available soon (announced for June 2007)
>
> Look at the roadmap for more informations:
> http://wiki.jonas.objectweb.org/xwiki/bin/view/Main/Roadmap
>
I checked out the page you suggested. Geronimo 2.0 is also based on OSGI
but it is important that the implementation must be as good as eclipse osgi.

the page you refer sad this:
HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented
it from fulfilling this request.

exception

javax.servlet.ServletException: Error number 3202 in 3: Exception while
reading document XWiki.XWikiServerJonas
Wrapped Exception: Cannot open connection
org.apache.struts.action.RequestProcessor.processException(R equestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerfo rm(RequestProcessor.java:433)
org.apache.struts.action.RequestProcessor.process(RequestPro cessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet .java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.j ava:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCha racterEncodingFilter.java:127)

root cause

com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while
reading document XWiki.XWikiServerJonas
Wrapped Exception: Cannot open connection
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHi bernateStore.java:441)
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheS tore.java:157)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:769)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:800)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:332)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:98)
org.apache.struts.action.RequestProcessor.processActionPerfo rm(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestPro cessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet .java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.j ava:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCha racterEncodingFilter.java:127)

note The full stack trace of the root cause is available in the Apache
Tomcat/5.5.17 logs.

I am somehow reluctant to go down that path... :)

Hasan Ceylan
Re: Application server based on Eclipse OSGI implementation [message #317144 is a reply to message #317044] Wed, 27 June 2007 06:56 Go to previous message
Hasan Ceylan is currently offline Hasan CeylanFriend
Messages: 198
Registered: July 2009
Senior Member
Hasan Ceylan wrote:
> Hello everyone,
>
> I have long been longing for a good application server with a good osgi
> implementation.
>
> So far, jboss AFAIK has no intension of migrating to osgi based kernel
> and geronimo does not look to me like has good osgi feature that we are
> all used to from eclipse osgi implementation.
>
> Eclipse platform has taken steps that allows this easily. It has many
> features already in place. It should not be hard to integrate with
> projects like apache and openejb etc.
>
> Maybe it is the time for eclipse to make its second boom in the
> community by addressing the need.
>
> What do you say? If people are interested in, we should form a group and
> discuss how this could be achieved and them sit at our laptops and start
> coding?
>
> Waiting for answers,
> Hasan Ceylan
Bump, no interest at all, or did people go to summer vacations?
Previous Topic:Exception when Importing Breakpoints
Next Topic:context help for editors
Goto Forum:
  


Current Time: Fri Apr 26 11:06:01 GMT 2024

Powered by FUDForum. Page generated in 0.04216 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top