[JBossWS] - Re: WS-Security Newbie Question...
by PeterJ
anonymous wrote : I purchased the book. I see this is a JAX-RPC kind of implementation. Mine is a JAX-WS style of web service and also I didnt get much information on how to configure a standalone client.
The book's web site doesn't have the source code available yet, but I will package it up and give you a link to download it. (Might not be until tomorrow, I have to check out of my hotel room in less than 1 hour and I'm not sure when I will have internet access again.)
I do not understand why you think the implementation is JAX-RPC. The clients in the book exhibit both doc and rpc style soap bindings, but are JAX-WS. Also, the client configuration for WSSecurity is complete (what do you think is missing?), you should be able to construct a working example application from the source provided in the book.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128791#4128791
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128791
18 years, 2 months
[JBoss Seam] - Re: I can't run a simple stateless bean with my Jboss and Se
by wluque
Thanks for help me ...
you say :
jboss tools web / JSF / JSF Project ?
I created my project from /seam/Seam Web Project , called "registrationExample"
in src/action
... Register (local interface)
... RegisterAction ( EJB )
in WebContent
... register.xhtml
... regisdtered.xhtml
Project Archives ( JAR / WAR / EAR )
registrationExample.jar
All .class
META-INF
persistence.xml
ejb-jar.xml
registrationExample.war ( generated automatic definition )
WEB-INF
webcontent
registrationExample.ear
META-INF
application.xml
*.jar
*.lib
*.war
when i deployment the EAR to server ... NO ERRORS !
12:33:42,680 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=registrationExample.ear,jar=registrationExample.jar,name=RegisterAction,service=EJB3 with dependencies:
12:33:42,680 INFO [JmxKernelAbstraction] persistence.units:ear=registrationExample.ear,jar=registrationExample.jar,unitName=registrationExample
12:33:42,680 INFO [EJBContainer] STARTED EJB: RegisterAction ejbName: RegisterAction
............
i test with :
<core:init jndi-pattern="registrationExample/#{ejbName}/local" debug="true" />
or
<core:init jndi-pattern="#{ejbName}/local" debug="true" />
andthe same error ...
Could not instantiate Seam component: register
RegisterAction not bound
thank for you help !
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128786#4128786
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128786
18 years, 2 months