[jboss-user] [JBoss Tools] - Use Log4j logging instead of apache commons logging

2013-07-18 Thread Michael Sacauskis
Michael Sacauskis [https://community.jboss.org/people/msacauskis] created the discussion "Use Log4j logging instead of apache commons logging" To view the discussion, visit: https://community.jboss.org/message/828716#828716

[jboss-user] [JBoss Tools] New message: "Re: The JBossWS Web service runtime in JBoss AS 4.2 does not support the client project"

2010-02-22 Thread Mike Sacauskis
User development, A new message was posted in the thread "The JBossWS Web service runtime in JBoss AS 4.2 does not support the client project": http://community.jboss.org/message/527643#527643 Author : Mike Sacauskis Profile : http://community.jboss.org/people/sacauski

[jboss-user] [JBoss Tools] New message: "The JBossWS Web service runtime in JBoss AS 4.2 does not support the client project"

2010-02-19 Thread Mike Sacauskis
User development, A new message was posted in the thread "The JBossWS Web service runtime in JBoss AS 4.2 does not support the client project": http://community.jboss.org/message/527398#527398 Author : Mike Sacauskis Profile : http://community.jboss.org/people/sacauski

[jboss-user] [JBoss Messaging Users] - Creating persisten queues

2009-12-04 Thread sacauskis
I was able to create a queue programmaticly, is there a way to make the queue/topic persistent? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269073#4269073 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269073 _

[jboss-user] [JBoss Messaging Users] - Re: source for org.jboss.test.messaging.tools.container.Loca

2009-12-04 Thread sacauskis
Guess not. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269061#4269061 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269061 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Messaging Users] - Re: Creating Queues Programaticly

2009-12-04 Thread sacauskis
Thanks I'll give that a shot. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269060#4269060 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269060 ___ jboss-user mailing list j

[jboss-user] [JBoss Messaging Users] - Re: Creating Queues Programaticly

2009-12-03 Thread sacauskis
It blows up on my when I try to run it: java.lang.Exception: Failed to start ServiceContainer at org.jboss.test.messaging.tools.container.ServiceContainer.start(ServiceContainer.java:490) at org.jboss.test.messaging.tools.container.LocalTestServer.start(LocalTestServer.java:125)

[jboss-user] [JBoss Messaging Users] - Re: source for org.jboss.test.messaging.tools.container.Loca

2009-12-03 Thread sacauskis
Where is the repository for 1.4.5? I tried http://anonsvn.jboss.org/repos/messaging/ but don't see anything for 1.4.5 only 1.4. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268899#4268899 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[jboss-user] [JBoss Messaging Users] - Re: source for org.jboss.test.messaging.tools.container.Loca

2009-12-03 Thread sacauskis
If it's not in the source than how come the test library builds and there is a class for it in the jar file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268897#4268897 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Messaging Users] - source for org.jboss.test.messaging.tools.container.LocalTes

2009-12-03 Thread sacauskis
I'm trying to debug a problem I'm having with running some junit tests that come with jboss messaging 1.4.5. I'm tracing the problem through org.jboss.test.messaging.tools.container.LocalTestServer, however there is no source for it in either the src distribution or in the zip file that comes w

[jboss-user] [JBoss Messaging Users] - Creating Queues Programaticly

2009-11-24 Thread sacauskis
I've seen the messages that are referenced from the jboss messaging home page at http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3973130#3973130 It says anonymous wrote : To see an example of how this works, take a look at DestinationManagerTest.testCreateQueueProgramatically() Where

[jboss-user] [JBoss Messaging Users] - JMS with JBOSS AS versus JBOSS messaging

2009-11-24 Thread sacauskis
I'm a newbie and confused. I've been playing around with JBOSS 4.2.3ga and it is bundled with JMS. Then there is JBOSS messaging 1.4.n that I've installed. What's the difference between the two and is one better than the other? It seems programmaticly there are difference but are there perfo

[jboss-user] [JBoss Messaging Users] - Re: Doc for adding queues and topics

2009-11-24 Thread sacauskis
thanks, I'll take a look. I have the docs for 1.4.2 and it looks like it's in the same place. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267357#4267357 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267357

[jboss-user] [JBoss Messaging Users] - Doc for adding queues and topics

2009-11-23 Thread sacauskis
Is there do for adding my own queues and topics to JMS. I've looked at the documentation for jboss-messaging 1.4.2.GA, which I'm using and it wasn't obvious in that doc. Is there somewhere else I should look. Thanks Mike View the original post : http://www.jboss.org/index.html?module=bb&op=

[jboss-user] [JBoss Messaging Users] - Re: Another Exception

2009-11-23 Thread sacauskis
This problem apparently is caused by the use of the jar files from jboss-messaging 1.45. I went back to 1.42 and I no longer get the error and my program run farther. Though another exception occurs: javax.jms.JMSException: The consumer has a MessageListener set, cannot call receive(..)

[jboss-user] [JBoss Messaging Users] - Re: Exception running queue example

2009-11-23 Thread sacauskis
This problem apparently is caused by the use of the jar files from jboss-messaging 1.45. I went back to 1.42 and I no longer get the error and my program run farther. Though another exception occurs: javax.jms.JMSException: The consumer has a MessageListener set, cannot call receive(..)

[jboss-user] [JBoss Messaging Users] - Another Exception

2009-11-23 Thread sacauskis
I'm getting the following exception when running a simple queue example. The problem is that the code is trying to invoke a constructor in org.jboss.remoting.Client that does not exist. I'm running jboss messaging 1.4.5.GA and jboss 4.2.3GA. org.jboss.jms.exception.MessagingJMSException: Fa

[jboss-user] [Javassist Users] - Stack trace

2009-11-23 Thread sacauskis
I'm using javassist 3.3 with jms 1.4.5GA and jboos4.2.3ga. I'm running a simple example program to use queues in JMS and I get the following stack trace: It that it's missing a constructor. Exception in thread "main" java.lang.NoSuchMethodError: javassist.scopedpool.ScopedClassPool.(Ljava/l

[jboss-user] [JBoss Messaging Users] - Exception running queue example

2009-11-23 Thread sacauskis
When I try running the queue example I get the following exception F:\jboss-messaging-1.4.5.GA\examples\queue>ant Buildfile: build.xml identify: [echo] ### [echo] # Running the QUEUE example

[jboss-user] [JBoss Messaging Users] - Exception DynamicAOPStrateg

2009-11-23 Thread sacauskis
I get the following exception when I try to run a simple JMS client example. I've googled various phrases in attempt to find required jar files to no avail. I currently have the following in my environment: F:\jboss-messaging-1.4.5.GA\jboss-messaging.jar F:\jboss-4.2.3.GA\client\jboss-j2ee.jar

[jboss-user] [JBoss Messaging Users] - Re: Exception when trying to get ConnectionFactory

2009-11-23 Thread sacauskis
Thanks, where is the documentation at? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267081#4267081 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267081 ___ jboss-user maili

[jboss-user] [JBoss Messaging Users] - Exception when trying to get ConnectionFactory

2009-11-20 Thread sacauskis
I have this simple program to use JMS. When it runs: TopicConnectionFactory tcf = (TopicConnectionFactory) context.lookup("ConnectionFactory"); I get an exception: Exception in thread "main" java.lang.NoClassDefFoundError: javassist/NotFoundException at org.jboss.jms.client.delegate.

[jboss-user] [JBoss Messaging Users] - Problems with examples.

2009-11-20 Thread sacauskis
I'm running jboss 4.2.3GA on windows XP I'm running java jdk1.6.0_11 and I've installed jboss-messaging-1.4.5.GA and followed install instructions here:http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.5.GA/html/installation.html#install.extra-steps.

[jboss-user] [JBoss Messaging Users] - Examples Using Topic

2009-11-19 Thread sacauskis
Are there any recent tutorial/examples on using JMS queues and topics with in JBOSS? I've found serveral but all seem to have issues finding NamingContextFactory. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266675#4266675 Reply to the post : http://www.j

[jboss-user] [JBoss Tools Users] - Re: Web server configuration will not start...

2009-11-19 Thread sacauskis
I'm having the same problem with 4.2.3GA when I try to start it in eclipse. I can see in the console that the server has started. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266670#4266670 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[jboss-user] [JBoss Tools (users)] - Re: Documents doesn't match actual software

2009-08-12 Thread sacauskis
Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249266#4249266 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249266 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss Tools (users)] - Documents doesn't match actual software

2009-08-11 Thread sacauskis
I'm trying to do the SMOOKS quickstart at http://docs.jboss.org/tools/3.1.0.M2/en/jboss_smooks_plugin_ref_guide/html/quick_start.html, I'm finding that the example does not follow that actual software for example when you go to create the binding, right clicking on resource list your supposed

[jboss-user] [JBoss Tools (users)] - SMOOKS quick start

2009-08-05 Thread sacauskis
I'm trying to do the SMOOKS quickstart at http://docs.jboss.org/tools/3.1.0.M2/en/jboss_smooks_plugin_ref_guide/html/quick_start.html but it seems out of data. Is there a newer one? I'm using jboss tools 3.0.1. Thanks Mike View the original post : http://www.jboss.org/index.html?module=bb&o

[jboss-user] [Security & JAAS/JBoss] - JBOSS statck trace

2009-03-25 Thread sacauskis
Any Idea why I'm getting this? I'm running jboss portal with openSSO. I've create a user called admin in the opensso data store. Cause: java.lang.RuntimeException: org.jboss.portal.identity.NoSuchUserException: No such user No user found with name: admin Message: org.jboss.portal.identity.NoSu

[jboss-user] [Security & JAAS/JBoss] - more on jboss sso

2009-03-23 Thread sacauskis
I also get the following crash. Any Ideas? Cause: java.lang.RuntimeException: org.jboss.portal.identity.IdentityException: userSearchFilter missing in configuration Message: org.jboss.portal.identity.IdentityException: userSearchFilter missing in configuration StackTrace: java.lang.RuntimeExce

[jboss-user] [Security & JAAS/JBoss] - JBoss and OpenSSO

2009-03-23 Thread sacauskis
I followed the instructions per the following link: http://blog.jboss-portal.org/2007/10/jboss-portal-with-opensso-and-opends.html I'm running opensso 8.0. I get into an infinite loop between the portal and open sso and the following stack trace. Anybody have any ideas? 2009-03-23 10:40:58,75

[jboss-user] [Security & JAAS/JBoss] - JSR-196

2009-03-21 Thread sacauskis
Does JBOSS support JSR-196? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220047#4220047 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220047 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Tools (users)] - JSR-196

2009-03-20 Thread sacauskis
Does Jboss 4.2.2-GA contain JSR-196 support? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219991#4219991 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219991 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Exception when running JBOSS Tools CR3

2009-03-02 Thread sacauskis
I'm back to where I started about a week ago. I'm getting the following stack trace: Exception in thread "main" java.lang.NoClassDefFoundError: gnu/getopt/LongOpt at org.jboss.wsf.spi.tools.cmd.WSConsume.parseArguments(WSConsume.java:85) at org.jboss.wsf.spi.tools.cmd.W

[jboss-user] [JBoss Tools (users)] - Re: Unsatisfied dependencies

2009-03-02 Thread sacauskis
Seems to be working, thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214247#4214247 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214247 ___ jboss-user mailing list jb

[jboss-user] [JBoss Tools (users)] - Re: Unsatisfied dependencies

2009-02-27 Thread sacauskis
Guess it's actually a little different error. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213903#4213903 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213903 ___ jboss-use

[jboss-user] [JBoss Tools (users)] - Re: Unsatisfied dependencies

2009-02-27 Thread sacauskis
I added this: http://www.eclipse.org/tptp/updates/ but still get the same error. Cannot complete the request. See the details. Cannot find a solution satisfying the following requirements org.eclipse.tptp.platform.runtime.feature.jar [4.5.1.v200807310709-8F82EhK9ToWvz0z0g3z0OLTM8F8K]. View t

[jboss-user] [JBoss Tools (users)] - Re: Unsatisfied dependencies

2009-02-27 Thread sacauskis
Are you saying I don't need the birt features? I added the sites you suggested. I'm now down to two issues: Cannot complete the request. See the details. Cannot find a solution where both "org.eclipse.birt.integration.wtp.ui [2.3.2.r232_20090122]" and "org.eclipse.birt.integration.wtp.ui [2.

[jboss-user] [JBoss Tools (users)] - Re: Unsatisfied dependencies

2009-02-27 Thread sacauskis
What do I need to install from that site? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213895#4213895 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213895 ___ jboss-user ma

[jboss-user] [JBoss Tools (users)] - Unsatisfied dependencies

2009-02-27 Thread sacauskis
I get the following unsatisfied dependencies when I try to install the 3.0 developement verions on windows using eclipse 3.4 and the eclipse update manager to http://download.jboss.org/jbosstools/updates/development/ Cannot complete the request. See the details. Unsatisfied dependency: [org.jb

[jboss-user] [JBoss Tools (users)] - Re: JBOSS Tools and eclipse versions

2009-02-27 Thread sacauskis
Thanks, I was using jboss tools 2 with eclipse 3.4. I was having issues and now I probably know why. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213831#4213831 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213831

[jboss-user] [JBoss Tools (users)] - JBOSS Tools and eclipse versions

2009-02-27 Thread sacauskis
I was wondering if JBossTools 2.1.2.GA will work will Eclipse 3.4? or do I need to use the development release? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213825#4213825 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Tools (users)] - Re: No Jboss servers

2009-02-27 Thread sacauskis
JBOSS tool, I've decided to go back and install from scratch, I was wondering if JBossTools 2.1.2.GA will work will Eclipse 3.4? or do I need to use the developement release? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213811#4213811 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: No Jboss servers

2009-02-26 Thread sacauskis
U, I don' t know. I installed the jboss separately. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213549#4213549 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213549 __

[jboss-user] [JBoss Tools (users)] - Re: No Jboss servers

2009-02-26 Thread sacauskis
I'm seeing this repeatedly !ENTRY org.eclipse.wst.server.core 4 0 2009-02-26 14:35:04.834 !MESSAGE Could not create delegate Runtime[JBoss v4.2 2, JBoss v4.2 2, F:/jbossesb-server-4.4.GA/bin, null] !STACK 0 java.lang.NullPointerException at org.eclipse.wst.server.core.internal.Runtime.ge

[jboss-user] [JBoss Tools (users)] - No Jboss servers

2009-02-26 Thread sacauskis
When I try to configure a new server run time environment there are no jboss servers. Is there a way to get them? There are environments for Apache, Basic, Caucho, IBM, Marcormedia, Mort Bay, ObjectWeb and Oracle but no JBoss. I downloaded the software from here via the update manager in eclip

[jboss-user] [JBoss Tools (users)] - Re: Crash When Trying to do example

2009-02-25 Thread sacauskis
I followed your example and no joy, I get the same stack trace. There must be something wrong with my environment. I'm going to try and reinstall JTools. A side question. In the example in http://docs.jboss.org/tools/3.0.0.CR1/en/ws_ref_guide/html/topdown.html it talks about creating a face

[jboss-user] [JBoss Tools (users)] - Re: Crash When Trying to do example

2009-02-24 Thread sacauskis
I followed your video, when I get to the part about creating the WSDL, I don't get the deploying to server. All that happens is that I get an empty wsdl file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212797#4212797 Reply to the post : http://www.jboss

[jboss-user] [JBoss Tools (users)] - Re: Crash When Trying to do example

2009-02-24 Thread sacauskis
Thanks for trying. I'll try your example. Wonder what it could be. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212791#4212791 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4212791 ___

[jboss-user] [JBoss Tools (users)] - Re: Crash When Trying to do example

2009-02-24 Thread sacauskis
4.2.2ga View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212774#4212774 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4212774 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss Tools (users)] - Re: Crash When Trying to do example

2009-02-24 Thread sacauskis
I'm running in eclipse on windows. I'm definitely using the sun java. I also have jdk_1.6.0_06 installed I switch to that one and get the same crash. The crash is occuring in jboss code which seems to indicate that jboss is dependent on the gnu jar. View the original post : http://www.jboss.

[jboss-user] [JBoss Tools (users)] - Re: Crash When Trying to do example

2009-02-24 Thread sacauskis
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_17-b04) Java HotSpot(TM) Client VM (build 1.5.0_17-b04, mixed mode, sharing) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212763#4212763 Reply to the post : http://www.jboss.org/index.html?module

[jboss-user] [JBoss Tools (users)] - Re: Crash When Trying to do example

2009-02-24 Thread sacauskis
No, I'm using the sun jdk 1.5.017 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212755#4212755 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4212755 ___ jboss-user mailing li

[jboss-user] [JBoss Tools (users)] - Crash When Trying to do example

2009-02-24 Thread sacauskis
I'm trying to do the example at http://docs.jboss.org/tools/3.0.0.CR1/en/ws_ref_guide/html/topdown.html. When I get to the "JBoss Web Service Code Generation Configuration" and select next I get a stack trace: Exception in thread "main" java.lang.NoClassDefFoundError: gnu/getopt/LongOpt

[jboss-user] [JBoss Tools (users)] - Re: Eclipse Install

2009-02-24 Thread sacauskis
Where can I find that? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212740#4212740 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4212740 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss Tools (users)] - Re: Eclipse Install

2009-02-24 Thread sacauskis
Thanks I'll do that. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212735#4212735 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4212735 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Tools (users)] - Eclipse Install

2009-02-24 Thread sacauskis
I installed the JBOSS tools in my eclipse ganymede however the there is no entry in the new->project to create a jboss AS project. I downloaded and installed both the all plugins for window tools and the JBOSS AS tool. What did I do wrong? View the original post : http://www.jboss.org/index.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss and OpenSSO

2009-02-05 Thread sacauskis
Does anyone here have any experience with JBoss 4.2 and opensso? I'm trying to get my webservices to authenticate through opensso. I'm running into an issues where I get an infinite loop after authenticating with openSSO. There are suggested fixes at the opensso sites but they have not worked