Re: PAX-WEB: how to pass object to Web application.

2016-08-14 Thread iJava
. web bundles it's not possible here. > > > regards, Achim > > [1] - > https://github.com/ops4j/org.ops4j.pax.web/blob/master/pax-web-spi/src/main/java/org/ops4j/pax/web/service/spi/WarManager.java > > 2016-08-14 9:04 GMT+02:00 iJava <pavelka...@gmail.com >: > >> He

Re: PAX-WEB: how to pass object to Web application.

2016-08-14 Thread iJava
possible with std. web bundles it's not possible here. > > > regards, Achim > > [1] - > https://github.com/ops4j/org.ops4j.pax.web/blob/master/pax-web-spi/src/main/java/org/ops4j/pax/web/service/spi/WarManager.java > > 2016-08-14 9:04 GMT+02:00 iJava <pavelka...@gmail

Re: PAX-WEB: How to disable tld paser information?

2016-08-13 Thread iJava
; >: > >> which version of Pax-Web are you using? >> >> >> regards, Achim >> >> 2016-08-13 15:47 GMT+02:00 iJava <pavelka...@gmail.com >: >> >>> Hi, Achim >>> >>> It is very strange. Because I only start server no

Re: PAX-WEB: How to disable tld paser information?

2016-08-13 Thread iJava
tings via config admin service? > > 2016-08-13 16:47 GMT+02:00 iJava <pavelka...@gmail.com >: > >> I set the log level at java parameters: >> java -Djava.net.preferIPv4Stack=true \ >>-Dorg.osgi.service.http.port=8080 \ >>-Do

Re: PAX-WEB: How to disable tld paser information?

2016-08-13 Thread iJava
This is the final list, however, no result. I still have 56000 lines in log. -Djava.net.preferIPv4Stack=true \ -Dorg.osgi.service.http.port=8080 \ -Dorg.ops4j.pax.web.jsp.log.verbosity.level=SEVERE \ -Djava.util.logging.ConsoleHandler.level=SEVERE \

Re: PAX-WEB: How to disable tld paser information?

2016-08-13 Thread iJava
rough Configuation > Admin Service with Apache Karaf. Might want to take a look a that > container, as it brings a lot of infrastructural prerequisites, like > Pax-Loggin, Pax-Url and Pax-Web. > > regards, Achim > > > 2016-08-13 17:04 GMT+02:00

PAX-CDI: how to get reference to BeanManager in bundle without using CDI

2016-08-10 Thread iJava
There is a bundle A and threre is class MyClass in bundle A. We suppose that pax-cdi+weld is on. Can can I get reference to BeanManager of the bundle A inside MyClass without using @Inject and other CDI annotations? Via osgi service? Or how? -- -- -- OPS4J -

Pax exam - how does it create bundle with integration tests?

2016-07-21 Thread iJava
Hello all As I understand pax exam takes integration tests and puts them in separate bundle. So , as I understand, pax exam can create osgi bundles on the fly. Can anyone say what code does it (library, project, packages etc). Just a place I could take look at. Best regards -- --

Jetty: JSP page is recompiled with every request

2016-08-09 Thread iJava
I use jetty 9.3.9 with pax-web 4.2.7 and I have the following problem: jsp pages are compiled with every request to jsp page. This is terrible situation from side of performance because they must be compiled only once. How to fix it? This is the output for every request to page newjsp.jsp:

Re: PAX-WEB: how to pass object to Web application.

2016-08-15 Thread iJava
jira.com/browse/PAXWEB-1006 > > 2016-08-14 23:49 GMT+02:00 Achim Nierbeck <bcan...@googlemail.com > >: > >> hmm ... I digged through the sources ... somewhere around 3.5 years ago >> it did get lost :o >> >> I'm gonna create an issue for that. >

Re: How can I register on pax-cdi jira?

2016-08-19 Thread iJava
r SPAM, self registration of users has > been disabled. Please contact us on > https://groups.google.com/forum/#!forum/ops4j > > > I am not sure who is supposed to handle this, but if no one yells within > an hour, I think I can add you... > > Cheers > > On Fr

Re: PAX-WEB 6.0 - what version if pax cdi can it work with?

2016-08-22 Thread iJava
don't think we have a version at hand that could be called > out-of-the-box tested and verified. > My best bet right now is to go with the next 0.13-SNAPSHOT version and > test the both together. > > regards, Achim > > > 2016-08-22 16:05 GMT+02:00 iJava <pavelka...

PAX-CDI+PAX-WEB: org.jboss.weld.exceptions.UnsatisfiedResolutionException: WELD-001308: Unable to resolve any beans for Type

2016-09-02 Thread iJava
Hi all, I have a very very bad problem with pax-cdi and pax-web. My configuration: jetty 9.3.11.v20160721, weld 2.2.12.Final, pax-cdi 0.13.0-SNAPSHOT, pax-swissbox 1.8.0 , pax-web 6.0.0-SNAPSHOT. The problem is that the SAME war bundle sometimes works fine, sometimes I get the exception:

Re: PAX-CDI+PAX-WEB: org.jboss.weld.exceptions.UnsatisfiedResolutionException: WELD-001308: Unable to resolve any beans for Type

2016-09-03 Thread iJava
Please, any hint. The problem still not solved... On Friday, 2 September 2016 15:27:05 UTC+3, iJava wrote: > > Hi all, > > I have a very very bad problem with pax-cdi and pax-web. My configuration: > jetty 9.3.11.v20160721, weld 2.2.12.Final, pax-cdi 0.13.0-SNAPSHOT, > pax-sw

Re: PAX-WEB IllegalStateException with scavenging sessions

2016-09-09 Thread iJava
requires some time to think this through ... > > regards, Achim > > > 2016-08-28 15:49 GMT+02:00 iJava <pavelka...@gmail.com >: > >> Hi Achim, >> >> I didn't answer because I didn't get this exception and I thought that >> the problem was in my

PAX-WEB: two sites, two war bundles, one authentication point

2016-09-12 Thread iJava
Hi all, I have two war bundles. In every war bundle there is a site. In bundle A - example.com, in bundle B - foo.example.com. Are there any ways to make one authentication point - if user logged in example.com he could also use foo.example.com? Best regards. -- -- -- OPS4J

Re: [DISCUSS] Pax-Web 6.0.RC1 release

2016-09-24 Thread iJava
Hi all, I am also user of this list and let me add my two cents. To tell the truth, I don't understand how the developers of pax-web set priorities for the issues. I did report about the problem https://ops4j1.jira.com/browse/PAXWEB-760 How important is this problem - this problem doesn't let

Re: PAX-WEB: ServerEnpointConfig -> RuntimeException: Cannot load platform configurator

2016-09-30 Thread iJava
The problem with runtime exception was solved by adding Require-Capability:

Re: PAX:WEB How many war bundles do pax-web support?

2016-10-04 Thread iJava
think that there are much cheaper alternatives: >>> everything today moves away from heavy-installations (AppServers) in >>> favor >>> of dedicated containers. With OSGi and Pax-Web you can easily spawn >>> multiple VMs, and have some proxy/webserver in front whi

Re: PAX:WEB How many war bundles do pax-web support?

2016-10-09 Thread iJava
at is IMNSHO at odds with the normal flexibility > available. I think that one way of doing it is through configuration of Pax > Web, such as an optional map of "Bundle-SymbolicName" to "Virtual Host > Name". There might be other... > > Niclas > > On Sun,

Re: PAX:WEB How many war bundles do pax-web support?

2016-10-09 Thread iJava
as an optional map of "Bundle-SymbolicName" to "Virtual Host > Name". There might be other... > > Niclas > > On Sun, Oct 9, 2016 at 11:03 AM, iJava <pavelka...@gmail.com > > wrote: > >> Hi Achim, >> >> I had some free time (it is

PAX-LOGGING: log4j.properties is ignored

2016-08-24 Thread iJava
Hi all, I use pax-loggin 1.8.5. I installed and added two bundles - pax-loggin-api and pax-logging-service. When I write something to log it seems to work and the message goes to console. Now, I created log4j.properties file with the following contents: log4j.rootLogger=ALL, NotConsole

PAX-WEB: ServerEnpointConfig -> RuntimeException: Cannot load platform configurator

2016-09-28 Thread iJava
Hi all I use osgi, jetty 9.3.11 and pax-web 6.0.0. I try to get http session in Endpoint. I followed this recomendations http://stackoverflow.com/a/17994303 . Thats why I did: public class MyConfigurator extends ServerEndpointConfig.Configurator{ @Override public void

Re: PAX:WEB How many war bundles do pax-web support?

2016-09-30 Thread iJava
out. > > regards, Achim > > > 2016-09-30 17:04 GMT+02:00 Achim Nierbeck <bcan...@googlemail.com > >: > >> Well, in that case try to use GlassFish again. >> GlassFish uses a complete different strategy. >> >> Regards, Achim >> >>

Re: PAX:WEB How many war bundles do pax-web support?

2016-10-19 Thread iJava
for anyone and the developers will include it in master branch although it must be tested, but unfortunately I really have no time. Best regards, среда, 12 октября 2016 г., 14:41:47 UTC+3 пользователь iJava написал: > > Ok. Thank you making the situation clear. > > Best regards, &

Re: PAX:WEB How many war bundles do pax-web support?

2016-10-10 Thread iJava
plemented. >>> BUT I've never been able to verify it fully as I never tried with >>> different >>> dns names. Only with different ports >>> on different connectors. >>> That's the part I documented and blogged about. >>> Have you tried to veri

Re: PAX:WEB How many war bundles do pax-web support?

2016-10-09 Thread iJava
2016 г., 12:31:22 UTC+3 пользователь Niclas Hedhman написал: > > > Hold on a sec... Looking at JIRAs and I see; > > https://ops4j1.jira.com/browse/PAXWEB-396 > https://ops4j1.jira.com/browse/PAXWEB-490 > > Isn't that exactly the same thing? > > Niclas > > >

Re: PAX-CDI 1.0.0.RC2 - where is pax-cdi-web-weld

2016-12-22 Thread iJava
heers, > Guillaume Nodet > > 2016-12-22 10:29 GMT+01:00 iJava <pavelka...@gmail.com >: > >> Hi all >> >> I try to migrate from pax-cdi 0.13 to 1.0.0.RC2 and now I found out that >> there is no >> pax-cdi-web-weld in central repo >> http://c

PAX-CDI 1.0.0.RC2 - where is pax-cdi-web-weld

2016-12-22 Thread iJava
Hi all I try to migrate from pax-cdi 0.13 to 1.0.0.RC2 and now I found out that there is no pax-cdi-web-weld in central repo http://central.maven.org/maven2/org/ops4j/pax/cdi/pax-cdi-web-weld/ Could anyone explain why? I use weld so it is important for me. Best regards, Pavel -- --

PAX-CDI: pax-cdi version and cdi specification version

2016-12-22 Thread iJava
Hi all Could anyone say what cdi spec pax-cdi 0.13 and pax-cdi 1.0.0.RC2 support? I took a look here https://github.com/ops4j/org.ops4j.pax.cdi and here https://ops4j1.jira.com/wiki/display/paxcdi/Documentation and still have no answer. Best regards, Pavel -- -- -- OPS4J -