[JBoss Messaging] - Topic Browser
by qtm
qtm [http://community.jboss.org/people/qtm] created the discussion
"Topic Browser"
To view the discussion, visit: http://community.jboss.org/message/642716#642716
--------------------------------------------------------------
Hi,
I'm trying to browse a topic without removing any message, like QueueBrowser does. Adding a durable subscriber(I need to get all the messages that have been published whenever I connect) in a CLIENT_ACKNOWLEDGE session is the closest I've got to. I never acknowledge any message, so they are not removed from the topic. Unfortunately, I don't see the messages that had been published to the topic before I've added my subscriber. Also, in the db all the new messages are duplicated for my subscriber too(I guess there is no way I can avoid this).
Which way is the best to see all the messages that have been published on that topic since the begining without removing them?
Thank you
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/642716#642716]
Start a new discussion in JBoss Messaging at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 3 months
Re: [jboss-user] [JBoss Web Services] - JBossWS - AS 7 FAQ
by Akhil Syal
Akhil Syal [http://community.jboss.org/people/akhil.syal] commented on the document
"JBossWS - AS 7 FAQ"
To view all comments on this document, visit: http://community.jboss.org/docs/DOC-16722#comment-8624
--------------------------------------------------
Hi ,
I am fairly new to JBOSS WS. I downloaded the JBOSS WS Native suite and ran the installation instructions provided. I am using JBOSS AS 7 (web version) as the target container. The deployment happens successfully and I can see the output folder created. Now when I start the JBOSS server using the below command
standalone.bat -server-config standalone-xts.xml i get an error.
10:58:38,457 ERROR [stderr] Exception in thread "Controller Boot Thread" org.jboss.modules.ModuleLoadError: Module org.jboss.ws
.cxf.jbossws-cxf-client:main is not found
Please help me out here .
Thanks
Akhil
--------------------------------------------------
14 years, 3 months
[jBPM] - a question on jBPM 5.1 Guvnor Oracle Repository configuration
by byungwoojun
byungwoojun [http://community.jboss.org/people/byungwoojun] created the discussion
"a question on jBPM 5.1 Guvnor Oracle Repository configuration"
To view the discussion, visit: http://community.jboss.org/message/642286#642286
--------------------------------------------------------------
I am trying to use Oracle as the Guvnor repository, instead of using DERBY or a local file system, on Unix, and have the following error:
*<Nov 1, 2011 10:11:27 PM EDT> <Warning> <HTTP> <BEA-101162> <User defined listener org.jboss.seam.servlet.SeamListener failed:*
*org.jboss.seam.InstantiationException: Could not instantiate Seam component: repositoryConfiguration.*
org.jboss.seam.InstantiationException: Could not instantiate Seam component: repositoryConfiguration.
org.jboss.seam.InstantiationException: Could not instantiate Seam component: repositoryConfiguration
at org.jboss.seam.Component.newInstance(Component.java:2066)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:304)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:278)
at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:112)
at org.jboss.seam.init.Initialization.init(Initialization.java:727)
Truncated. see log file for complete stacktrace
Caused By: java.lang.NullPointerException: dispatcher
at org.apache.jackrabbit.core.observation.ObservationManagerImpl.<init>(ObservationManagerImpl.java:97)
at org.apache.jackrabbit.core.WorkspaceImpl.getObservationManager(WorkspaceImpl.java:748)
at org.apache.jackrabbit.core.SessionImpl.removeRegisteredEventListeners(SessionImpl.java:1193)
at org.apache.jackrabbit.core.SessionImpl.logout(SessionImpl.java:1222)
at org.apache.jackrabbit.core.RepositoryImpl$WorkspaceInfo.doDispose(RepositoryImpl.java:2194)
Truncated. see log file for complete stacktrace
>
I put the repository.xml on the JEE application server (WebLogic) root directory. The same configuration worked on Windows, but it does not work on Unix. Has anyone had experience with a similar configuration (jBPM 5.1 Guvnor on Unix using Oracle) and had any success with making it work?
Thanks,
bwj
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/642286#642286]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 3 months
[JBoss Web Services] - JBossWS
by Alessio Soldano
Alessio Soldano [http://community.jboss.org/people/asoldano] modified the document:
"JBossWS"
To view the document, visit: http://community.jboss.org/docs/DOC-13504
--------------------------------------------------------------
*JBossWS* is a web service framework developed as part of the http://labs.jboss.com/jbossas JBoss Application Server.
It implements the JAX-WS specification that defines a programming model and run-time architecture for implementing web services in Java, targeted at the http://java.sun.com/javaee/technologies/javaee5.jsp Java Platform, Enterprise Edition 6 (Java EE 6).
Starting with JBossWS-3.0, JBossWS provides a *general web service integration layer*. For the first time, JBoss users have the choice to deploy one of three possible certified JAXWS stacks in the latest released JBoss Application Server versions. The supported stacks are +JBossWS Native+, +Apache CXF+ and +GlassFish Metro+. Since each stack comes with its own specific functional feature set and performance characteristics users are able to deploy the stack that best suits their needs. There is a common deployment model and management interface to all deployable stacks.
As of JBossWS-4.0, finally, the focus has moved mainly to +*Apache CXF* integration+ into +JBoss Application Server+. As a consequence, most of the development is in the are of +JBossWS-CXF+ stack, while the former +JBossWS Native+ stack is still supported for JAXRPC functionalities. The +Glassfish Metro+ integration has been dropped.
h2. JBossWS 4.x series
The JBossWS-4.x documentation is available on the https://docs.jboss.org/ docs.jboss.org area. Here is a list of the sensible documentation pages for the 4.x series:
* https://docs.jboss.org/author/display/JBWS JBoss Web Services Documentation
* http://community.jboss.org/docs/DOC-13546 Download**
* http://community.jboss.org/docs/DOC-13545 Installation
* http://community.jboss.org/docs/DOC-13550 Samples testsuite
* http://community.jboss.org/docs/DOC-13552 Setup_your_IDE
* http://community.jboss.org/docs/DOC-13646 FAQ
* http://community.jboss.org/docs/DOC-16722 AS7 WS FAQ
* http://community.jboss.org/docs/DOC-13534 Secure transport
h2. JBossWS 3.x series
To get started, please have a look at the http://community.jboss.org/docs/DOC-13530 Quick Start, the http://community.jboss.org/docs/DOC-13531 Guided Tour or the http://community.jboss.org/docs/DOC-13532 User Guide.
The user documentation is organized into categories related to the real world lifecycle of a webservice application. This way it should cope with most of the issues ws users have to deal with, from the technology choices before the implementation, to testing and all issues concerning the productization of a service / service client. Please refer to the categories linked below or pick from the most important pages listed.
A http://community.jboss.org/docs/DOC-13530 Quick Start documentation for the native stack is also available for skilled users.
If you don't know where to start from, please consider taking a http://community.jboss.org/docs/DOC-13531 Guided Tour along the JBossWS documentation.
| *What are web services all about?* (http://community.jboss.org/docs/DOC-13556) * Web Services concepts (http://community.jboss.org/docs/DOC-13555)
* From concepts to technology (http://community.jboss.org/docs/DOC-13554)
* Articles and specifications links (http://community.jboss.org/docs/DOC-13505) | *Setup your development environment* (http://community.jboss.org/docs/DOC-13557) * Download (http://community.jboss.org/docs/DOC-13546)**
* Installation (http://community.jboss.org/docs/DOC-13545)
* Samples testsuite (http://community.jboss.org/docs/DOC-13550)
* JAX-WS Tools (http://community.jboss.org/docs/DOC-13544)
* Setup_your_IDE (http://community.jboss.org/docs/DOC-13552) |
| *Developing web services* (http://community.jboss.org/docs/DOC-13570) * Common User Guide (http://community.jboss.org/docs/DOC-13972)
* Stack Native User Guide (http://community.jboss.org/docs/DOC-13532)
* Stack Metro User Guide (http://community.jboss.org/docs/DOC-13561)
* Stack CXF User Guide (http://community.jboss.org/docs/DOC-13562)
* Tutorials (http://community.jboss.org/docs/DOC-13563)
* Advanced samples (http://community.jboss.org/docs/DOC-13567)
* FAQ (http://community.jboss.org/docs/DOC-13646) | *Moving your services to a staging system* (http://community.jboss.org/docs/DOC-13559) * Staging tests (http://community.jboss.org/docs/DOC-13525)
* Authentication (http://community.jboss.org/docs/DOC-13533)
* Secure transport (http://community.jboss.org/docs/DOC-13534)
* Capturing messages (http://community.jboss.org/docs/DOC-13558) |
| *Taking your services into production* (http://community.jboss.org/docs/DOC-13560) * Endpoint management (http://community.jboss.org/docs/DOC-13535)
* WS-Security options (http://community.jboss.org/docs/DOC-13538) |
|
h2. Contributing to JBossWS
| * JBossWS development introduction (http://community.jboss.org/docs/DOC-13571)
* Development forum (http://www.jboss.org/index.html?module=bb&op=viewforum&f=174)
* Building from source (http://community.jboss.org/docs/DOC-13547)
* Working with the test suites (http://community.jboss.org/docs/DOC-13523) | * Issue Tracking (http://community.jboss.org/docs/DOC-13573)
* WS Reliable Messaging (http://community.jboss.org/docs/DOC-13528)
* Maven setup (http://community.jboss.org/docs/DOC-13514) |
| h3. Community
* Project Homepage (http://labs.jboss.com/jbossws/)
* Bug Tracking (http://jira.jboss.org/jira/browse/JBWS)
* Native user forum (/index.html?module=bb&op=viewforum&f=200)
* CXF user forum (http://www.jboss.org/index.html?module=bb&op=viewforum&f=276)
* Metro user forum (http://www.jboss.org/index.html?module=bb&op=viewforum&f=275)
* JBoss community (http://labs.jboss.com/community/)
* Roadmap (http://community.jboss.org/docs/DOC-13870) | h3. Related Topics
* Ohloh ratings (http://www.ohloh.net/projects/6706)
* IRC Basics (http://www.irchelp.org/irchelp/irctutorial.html) |
h2.
h2. Legacy documentation
* http://community.jboss.org/docs/DOC-13575 JAX-RPC style web services
--------------------------------------------------------------
Comment by going to Community
[http://community.jboss.org/docs/DOC-13504]
Create a new document in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=102&co...]
14 years, 3 months
[JBoss Web Services] - JBossWS
by Alessio Soldano
Alessio Soldano [http://community.jboss.org/people/asoldano] modified the document:
"JBossWS"
To view the document, visit: http://community.jboss.org/docs/DOC-13504
--------------------------------------------------------------
*JBossWS* is a web service framework developed as part of the http://labs.jboss.com/jbossas JBoss Application Server.
It implements the JAX-WS specification that defines a programming model and run-time architecture for implementing web services in Java, targeted at the http://java.sun.com/javaee/technologies/javaee5.jsp Java Platform, Enterprise Edition 6 (Java EE 6).
Starting with JBossWS-3.0, JBossWS provides a *general web service integration layer*. For the first time, JBoss users have the choice to deploy one of three possible certified JAXWS stacks in the latest released JBoss Application Server versions. The supported stacks are +JBossWS Native+, +Apache CXF+ and +GlassFish Metro+. Since each stack comes with its own specific functional feature set and performance characteristics users are able to deploy the stack that best suits their needs. There is a common deployment model and management interface to all deployable stacks.
As of JBossWS-4.0, finally, the focus has moved mainly to +*Apache CXF* integration+ into +JBoss Application Server+. As a consequence, most of the development is in the are of +JBossWS-CXF+ stack, while the former +JBossWS Native+ stack is still supported for JAXRPC functionalities. The +Glassfish Metro+ integration has been dropped.
h2. JBossWS 4.x series
The JBossWS-4.x documentation is available on the https://docs.jboss.org/ docs.jboss.org area. Here is a list of the sensible documentation pages for the 4.x series:
* https://docs.jboss.org/author/display/JBWS JBoss Web Services Documentation
* Download
* Installation
* Samples testsuite
* Setup your IDE
* FAQ
* AS7 WS FAQ
* Secure transport
h2. JBossWS 3.x series
To get started, please have a look at the http://community.jboss.org/docs/DOC-13530 Quick Start, the http://community.jboss.org/docs/DOC-13531 Guided Tour or the http://community.jboss.org/docs/DOC-13532 User Guide.
h3. User documentation
The user documentation is organized into categories related to the real world lifecycle of a webservice application. This way it should cope with most of the issues ws users have to deal with, from the technology choices before the implementation, to testing and all issues concerning the productization of a service / service client. Please refer to the categories linked below or pick from the most important pages listed.
A http://community.jboss.org/docs/DOC-13530 Quick Start documentation for the native stack is also available for skilled users.
If you don't know where to start from, please consider taking a http://community.jboss.org/docs/DOC-13531 Guided Tour along the JBossWS documentation.
| *What are web services all about?* (http://community.jboss.org/docs/DOC-13556) * Web Services concepts (http://community.jboss.org/docs/DOC-13555)
* From concepts to technology (http://community.jboss.org/docs/DOC-13554)
* Articles and specifications links (http://community.jboss.org/docs/DOC-13505) | *Setup your development environment* (http://community.jboss.org/docs/DOC-13557) * Download (http://community.jboss.org/docs/DOC-13546)**
* Installation (http://community.jboss.org/docs/DOC-13545)
* Samples testsuite (http://community.jboss.org/docs/DOC-13550)
* JAX-WS Tools (http://community.jboss.org/docs/DOC-13544)
* Setup_your_IDE (http://community.jboss.org/docs/DOC-13552) |
| *Developing web services* (http://community.jboss.org/docs/DOC-13570) * Common User Guide (http://community.jboss.org/docs/DOC-13972)
* Stack Native User Guide (http://community.jboss.org/docs/DOC-13532)
* Stack Metro User Guide (http://community.jboss.org/docs/DOC-13561)
* Stack CXF User Guide (http://community.jboss.org/docs/DOC-13562)
* Tutorials (http://community.jboss.org/docs/DOC-13563)
* Advanced samples (http://community.jboss.org/docs/DOC-13567)
* FAQ (http://community.jboss.org/docs/DOC-13646) | *Moving your services to a staging system* (http://community.jboss.org/docs/DOC-13559) * Staging tests (http://community.jboss.org/docs/DOC-13525)
* Authentication (http://community.jboss.org/docs/DOC-13533)
* Secure transport (http://community.jboss.org/docs/DOC-13534)
* Capturing messages (http://community.jboss.org/docs/DOC-13558) |
| *Taking your services into production* (http://community.jboss.org/docs/DOC-13560) * Endpoint management (http://community.jboss.org/docs/DOC-13535)
* WS-Security options (http://community.jboss.org/docs/DOC-13538) |
|
h2. Contributing to JBossWS
| * JBossWS development introduction (http://community.jboss.org/docs/DOC-13571)
* Development forum (http://www.jboss.org/index.html?module=bb&op=viewforum&f=174)
* Building from source (http://community.jboss.org/docs/DOC-13547)
* Working with the test suites (http://community.jboss.org/docs/DOC-13523) | * Issue Tracking (http://community.jboss.org/docs/DOC-13573)
* WS Reliable Messaging (http://community.jboss.org/docs/DOC-13528)
* Maven setup (http://community.jboss.org/docs/DOC-13514) |
|
h3. Community
* Project Homepage (http://labs.jboss.com/jbossws/)
* Bug Tracking (http://jira.jboss.org/jira/browse/JBWS)
* Native user forum (/index.html?module=bb&op=viewforum&f=200)
* CXF user forum (http://www.jboss.org/index.html?module=bb&op=viewforum&f=276)
* Metro user forum (http://www.jboss.org/index.html?module=bb&op=viewforum&f=275)
* JBoss community (http://labs.jboss.com/community/)
* Roadmap (http://community.jboss.org/docs/DOC-13870) |
h3. Related Topics
* Ohloh ratings (http://www.ohloh.net/projects/6706)
* IRC Basics (http://www.irchelp.org/irchelp/irctutorial.html) |
|
h3. Legacy documentation
* JAX-RPC style web services (http://community.jboss.org/docs/DOC-13575) |
|
--------------------------------------------------------------
Comment by going to Community
[http://community.jboss.org/docs/DOC-13504]
Create a new document in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=102&co...]
14 years, 3 months