[JBoss-user] [HTTPD, Servlets & JSP] - Re: WEB-tier is broken with:

2005-05-03 Thread shel
hmm, the message was cut by jboss forum (may be i should have used some special tags to add xml-fragment) in fact i meant add com.plesk.ka.model as a "FilteredPackages". View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876381#3876381 Reply to the post : http

[JBoss-user] [HTTPD, Servlets & JSP] - Re: WEB-tier is broken with:

2005-05-03 Thread shel
yeah gotcha, i should either get back Java2ClassLoadingCompliance and UseJBossWebLoader to "true" or add com.plesk.ka.model i have just checked and it works both ways, thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876380#3876380 Reply to the post :

[JBoss-user] [HTTPD, Servlets & JSP] - WEB-tier is broken with: "java.lang.LinkageError: loader con

2005-05-03 Thread shel
I have just installed new JBoss-4.0.2 final (date=200505022023) and my web tier is suddenly broken. I didn't change anything and it was ok on all previous JBoss versions: 4.0.0, 4.0.2-RC1 and even recently taken from cvs 4.0.2 (date=200504260956) Branch_4_0. For the moment i rolled back to JBoss

[JBoss-user] [JBossWS] - Re: WebService ain't called on jdk5

2005-04-25 Thread shel
i got the same results on latest Branch_4_0 Release ID: JBoss [Zion] 4.0.2RC1 (build: CVSTag=JBoss_4_0_2_RC1 date=200504260956) so as i was told i created a jira issue http://jira.jboss.com/jira/browse/JBWS-187 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [JBossWS] - Re: WebService ain't called on jdk5

2005-04-25 Thread shel
well all the day i've been trying to reach jboss cvs as follows: cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss login cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co -r Branch_4_0 jboss-4.0 and every time it was rejecting me like: connect to cvs.jboss.sourceforge.net(66.35.250.209):240

[JBoss-user] [JBossWS] - WebService ain't called on jdk5

2005-04-20 Thread shel
i have a web service that is called on client as: ServiceFactory serviceFactory = ServiceFactory.newInstance(); Service service = serviceFactory.createService( new URL( "http://localhost:2000/ka-ls/LSService?WSDL"; ), new QName( "http://webservice.ejb.ka.plesk.com";, "LSEndpointService" ) ); L

[JBoss-user] [JBossWS] - Re: war deploying affects WS

2005-03-29 Thread shel
ok, it seems that if both web and ws are accessed thru the http://localhost:2000/ka there is no way to keep them together, so i'll have to separate it by making another context for ws (e.g. /ka-ws). but this way i will also have to make another jaas domain configuration additionaly to existing /

[JBoss-user] [JBossWS] - Re: war deploying affects WS

2005-03-28 Thread shel
am i to separate somehow these contexts? i'd like to have a single one as i always had (before i started WS-stuff), may be just /ka/services like a sub path for all my services (but inside /ka). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871756#3871756

[JBoss-user] [JBossWS] - Re: war deploying affects WS

2005-03-28 Thread shel
another thing, i've redesigned access to the WS and made it from another SLSB. again, when only my jar with that WS is deployed (and also with the client SLSB which calls the WS) it works fine... just an empty war deploying causes to: 17:16:20,042 ERROR [PortProxy] Port error AxisFault faultCode

[JBoss-user] [JBossWS] - war deploying affects WS

2005-03-28 Thread shel
I have a JAX-RPC WebService based on a SLSB, it's accessed thru the code: ServiceFactory serviceFactory = ServiceFactory.newInstance(); Service service = serviceFactory.createService( new URL( "http://localhost:2000/ka/LSService?WSDL"; ), new QName( "http://webservice.ejb.ka.plesk.com";, "LSEnd

[JBoss-user] [JBossWS] - workbook web services example doesn't work

2005-03-07 Thread shel
as far as my question in section "O'Reilly JBoss 3.0/4.0 Workbook" is still unanswered (http://www.jboss.org/index.html?module=bb&op=viewtopic&t=54938) i dare ask here also. jboss workbook 15_1 example for web services works fine under jboss-4.0.0, but under the latest one 4.0.1 it throws: Axis

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Problem with workbook example ex15_1

2005-03-04 Thread shel
i also figured out that this is a jboss-4.0.1 related problem, jboss-4.0.0 works fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868897#3868897 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868897 -

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: rmh - enterprise javabeans, 4th ed. exercise 15.1 doesn'

2005-03-04 Thread shel
well well well, i got the patch (http://www.manica.org/workbook.patch became accessible again), applied it and got the same exception. i looked over the patch and in fact its corrections exactly as mine i was trying before, so there is no wonder it's not working. but... i returned to jboss-4.0.0

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Problem with workbook example ex15_1

2005-03-03 Thread shel
hello, after corrections concerning "jboss-ws4ee.sar" and "/wsdl" (which in fact are obvious) i got in server.log: [AxisServlet] Exception: java.lang.IllegalAccessException: /ws4ee/services/TravelAgentService does anybody know the reason? thanks. View the original post : http://www.jboss.org

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: rmh - enterprise javabeans, 4th ed. exercise 15.1 doesn'

2005-03-03 Thread shel
hi there, i understand that i'm late but anyway... is there a chance to get the patch? http://www.manica.org/workbook.patch ain't working. or may be somebody is able to say me the reason of [AxisServlet] Exception: java.lang.IllegalAccessException: /ws4ee/services/TravelAgentService i got it in

[JBoss-user] [Security & JAAS/JBoss] - Re: principal=null for JMS invoked call, have a valid princi

2005-02-08 Thread shel
yeah, i got the idea, it's like a 2-phase authentication where ClientLoginModule "does not perform client-side authentication, but simply binds the username and password to the JBoss EJB invocation layer for later authentication on the server". 2 johnv: skipping the details the only thing i did

[JBoss-user] [Security & JAAS/JBoss] - Re: principal=null for JMS invoked call, have a valid princi

2005-02-07 Thread shel
i got the same thing when trying to init my TimedObjects: CallbackHandler handler = new UsernamePasswordHandler( "admin", "password".toCharArray() ); LoginContext lc = new LoginContext( "my_domain", handler ); lc.login(); Subject subject = lc.getSubject(); String resu