[jboss-user] [JBossWS] - Re: publish https endpoints for non-secure service behind ss

2009-06-07 Thread richard.opa...@jboss.com
JBoss EAP is not supported via user forums. Consider using our professional 
services.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235885#4235885

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235885
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Installing and Configuing jbossws for JBOSS App server -

2009-06-07 Thread richard.opa...@jboss.com
Hi,

   how did you install JBossWS? Using our provided deploy-jbossXYZ ant targets?
What JBossWS version did you use?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235884#4235884

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235884
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBossWS 3.1.2 (Native) released

2009-06-07 Thread richard.opa...@jboss.com
No, see Supported Target Containers Matrix

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235883#4235883

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235883
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: 5.1.0.GA and Messaging 1.4.4 samples doesn't works

2009-06-07 Thread kpupkov
Thanks a lot! 
Queue sample works for me, except discrepancy in build.xml.
Please rewrite all build.xml in sample to match with JBOSS 5 file structure. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235882#4235882

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235882
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: 5.1.0.GA and Messaging 1.4.4 samples doesn't works

2009-06-07 Thread gaohoward
http://anonsvn.jboss.org/repos/messaging/tags/JBossMessaging_1_4_3_GA/

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235879#4235879

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235879
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Jboss web service client issue on Netbeans 6.5

2009-06-07 Thread eng_shaheen
i am developing web app that works as web service client , both of web service 
and the client are hosted on the same instance of JBoss 4.2
but i keep receive error javax.xml.ws.WebServiceException: Cannot dispatch 
message
i am using : j2ee version 1.4, netbeans 6.5
p.s : the web service requires basic authentication , the same code works fine 
on glass fish 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235878#4235878

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235878
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: 5.1.0.GA and Messaging 1.4.4 samples doesn't works

2009-06-07 Thread kpupkov
Where to get src for messaging 1.4.3? I tested 1.4.2 src approach it doesn't 
work.
I've got error:

java.lang.RuntimeException: Failed to download and/or install client side AOP 
stack
at 
org.jboss.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:199)
at 
org.jboss.jms.client.JBossConnectionFactory.createQueueConnection(JBossConnectionFactory.java:101)
at 
ru.goodidea.client.jms.ConnectionFactory.connect(ConnectionFactory.java:140)
at ru.goodidea.client.jms.Main.process(Main.java:39)
at ru.goodidea.client.jms.Main.main(Main.java:29)
Caused by: org.jboss.jms.exception.MessagingNetworkFailureException: Failed to 
connect client
at 
org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.createClient(ClientConnectionFactoryDelegate.java:313)
at 
org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.org$jboss$jms$client$delegate$ClientConnectionFactoryDelegate$getClientAOPStack$aop(ClientConnectionFactoryDelegate.java:232)
at 
org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.getClientAOPStack(ClientConnectionFactoryDelegate.java)
at 
org.jboss.jms.client.ClientAOPStackLoader.load(ClientAOPStackLoader.java:75)
at 
org.jboss.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:192)
... 4 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.jboss.remoting.InvokerRegistry.loadClientInvoker(InvokerRegistry.java:453)
at 
org.jboss.remoting.InvokerRegistry.createClientInvoker(InvokerRegistry.java:352)
at org.jboss.remoting.Client.connect(Client.java:512)
at 
org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.createClient(ClientConnectionFactoryDelegate.java:309)
... 8 more
Caused by: java.lang.NoSuchMethodError: 
org.jboss.util.propertyeditor.PropertyEditors.mapJavaBeanProperties(Ljava/lang/Object;Ljava/util/Properties;Z)V
at 
org.jboss.remoting.transport.socket.MicroSocketClientInvoker.mapJavaBeanProperties(MicroSocketClientInvoker.java:1280)
at 
org.jboss.remoting.transport.socket.MicroSocketClientInvoker.setup(MicroSocketClientInvoker.java:496)
at 
org.jboss.remoting.transport.socket.MicroSocketClientInvoker.(MicroSocketClientInvoker.java:275)
at 
org.jboss.remoting.transport.socket.SocketClientInvoker.(SocketClientInvoker.java:78)
at 
org.jboss.remoting.transport.bisocket.BisocketClientInvoker.(BisocketClientInvoker.java:164)
at 
org.jboss.remoting.transport.bisocket.TransportClientFactory.createClientInvoker(TransportClientFactory.java:44)
... 16 more
END!!!


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235877#4235877

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235877
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools (users)] - Re: how to assign seam project from SVN

2009-06-07 Thread lili001
it shouldn't be port question.my server'port is 8080.i tried 
http://localhost:8080/earfilename.it still failed.
in my project directory.there are four build- .properties files which contain 
jboss.home =  and deploy.dir = .and in some files 
deploy.dir=D:/jboss-4.3.GA/server/default/deploy.i think it is why there is 
jboss-eap-4.3 directory.then  i changed the jboss.home to my jboss directory. 
but it seems that deploy directory can't associate with jboss home.so when 
sever startup.it can't relate the project deployed.how should i do ?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235875#4235875

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235875
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: how generate image for a process definitions file in jpd

2009-06-07 Thread maruthi.sura
thanks for help and support.

Thanks & Regards
Maruthi

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235874#4235874

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235874
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: java.lang.NullPointerException at org.jboss.jms.client.c

2009-06-07 Thread dejanb
Thanks for your reply.

Yes,

This is exactly what happens. A standalone client connects OK both to the 
messaging server and to the second JBoss server accessing EJBs and MBeans.

Reading a previous JIRA issue 
(https://jira.jboss.org/jira/browse/JBMESSAGING-990) I think that some of the 
JBM aspects don't get deployed on the second server but I'm not sure how to 
test or force their deployment.

Regards,
Deyan

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235872#4235872

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235872
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: 5.1.0.GA and Messaging 1.4.4 samples doesn't works

2009-06-07 Thread gaohoward
5.1.0.GA has 1.4.3.GA pre-installed. 1.4.4.GA is release for JBoss AS 4.x.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235871#4235871

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235871
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: java.lang.NullPointerException at org.jboss.jms.client.c

2009-06-07 Thread gaohoward
Hi, 

Thanks. So the condition is:

1. starting a standalone JBM server node.
2. starting second node with messaging directory removed.
3. try connecting to the JBM server from the second node will cause NPE.

If my understand is correct, I think there is some thing you forget to remove 
in the second node. Do you have a test client for it?



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235870#4235870

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235870
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Performance Tuning] - Re: Server very slow

2009-06-07 Thread ozguy
HI,

Have a look at the memory settings in the run.conf file and also monitor the 
Garbage collections. This will give you some starting point as to what needs to 
be tuned.

Search the forum for Performance tunning or heap settings and you will find 
some  tips on how to tune the server properly.

I am currently also in a process of tunning a  Jboss server running in a 
clustered mode with 24G RAM. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235868#4235868

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235868
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-07 Thread kukeltje
if you have the unittest, please post it. Then I can see what you do instead of 
guessing or reading text ;-)


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235864#4235864

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235864
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Topic hierarchy support in JBM 2.0 ?

2009-06-07 Thread clebert.suco...@jboss.com
It' s technically possible.. however we haven' t provided a solution, because 
we considered people using JBM 2 would be probably on JBoss 5.


You could do something based on the Embedded JBoss Messaging, maybe embedding 
it easily on an MBean.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235859#4235859

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235859
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Desperately seeking 3.1.4 -> 3.2.3 migration notes

2009-06-07 Thread tmu...@firstbest.com
Jobs that already ran do not run again.

Here's the link to the jira...

https://jira.jboss.org/jira/browse/JBPM-2308

Thanks for your help,

Tom

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235858#4235858

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235858
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: debian package?

2009-06-07 Thread PeterJ
Why not just download and unpack the Portal zip file? That's what I do.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235856#4235856

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235856
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss on ubuntu

2009-06-07 Thread PeterJ
[url]https://www.jboss.org/community/wiki/JBoss42FAQ[/url[

This is also covered in the readme.html file.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235855#4235855

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235855
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-07 Thread philsegal
Im not sure whether the signalling of tasks ie task.signal has the save 
behaviour as the direct signalling on the token object. Also, is the token 
object uniquely identified by something other than its name? ie its path 
parent/child? I am trying to work out thru junits what the constraints are, but 
it doesnt seem to be limited to fully nested f/j's.

It is all rather bizarre. Since, I have managed to see that all child tokens of 
a parent token are at the join, yet the parent is still at the fork. I didnt 
think that this should happed.

Finally, I have seen instances where the child tokens go past the join, yet the 
parent token is still at the fork...



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235854#4235854

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235854
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-07 Thread kukeltje
If you manually signal tokens, a non fully nested fork/join might work, but 
that behaviour is not guaranteed to stay/be the same over versions. 

What do you mean by 'how task signalling works'? You end a task and the token 
continues if the other attributes on the task node allow it to. By default, 
ending the task makes it take the specified transition. So nothing special to 
it.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235853#4235853

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235853
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossMQ] - JBossConnectionFactory

2009-06-07 Thread Tar_Szator
Hallo

I try to request a ESB Service via JMS from a JBossWS. The Queue is created.
The Line which caused the error is
ConnectionFactory qcf = (ConnectionFactory) ctx.lookup( "ConnectionFactory" );
After looking in JNDIView I got to know that lookup gives a 
JBossConnectionFactory.
Unfortunately the JBossConnectionFactory doesn't implement the 
ConnectionFactory Interface.
I use jbossesb-server-4.5.GA but I also give jboss-5.0.0.GA a shut but it 
doesn't worked ether.
When I try to install messaging instead of mq, jbpm doesn't work anymore.

Can somebody help me please?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235851#4235851

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235851
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-07 Thread philsegal
It seems that within my Junit test i can have non-fully contained fork/joins, 
and that provided i get the correct child token (and childs-child etc) to 
signal, then it works succesfully.

Is there any documentation on how taskInstance signalling works? Since I think 
maybe the problem is more to do with the taskInstance signal, than the token 
signal.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235850#4235850

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235850
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-07 Thread kukeltje
yes, that is what fully contained/nested means 

Regarding do's/dont's, this is the most important one, together with 'do not 
loop for polling the existence of a file' kind of things.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235849#4235849

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235849
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss OSGi] - Unresolved constraint on bundle library

2009-06-07 Thread cuthbe
All 

I have a bundle with the following manifest and I am trying to deploy it into a 
runtime jbossosgi



But when I deploy it I get the following error. I have the library on the 
classpath in runtime/lib for log4j

org.apache.felix.log.LogException: org.osgi.framework.BundleException: 
Unresolved constraint in bundle 13: package; 
(&(package=org.apache.log4j)(version>=1.2.15))
at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3097)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1439)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:779)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:760)



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235848#4235848

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235848
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - How to evaluate the application?

2009-06-07 Thread quintenjiang
I just deplyed an application in the Jboss. May i know how to detect resource 
one user is using. Or this system can allow how many users login at the same 
time.


Thanks,


Quinten

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235843#4235843

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235843
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-07 Thread philsegal
Hi,

Thanks for the feedback, I will build the junit and get back to you, tho i may 
have spotted something. Do the internal fork/joins have to be totally self 
contained? At the moment I have transitions from within the internal f/j that 
goes to the outer one. Would this cause the issue? Is there anywhere to find a 
definitive do's/dont's list?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235840#4235840

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235840
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: how generate image for a process definitions file in jpd

2009-06-07 Thread kukeltje
The 4.0 CR1 designer is part of the normal release: jbpm-4.0.CR1.zip

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235839#4235839

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235839
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-07 Thread kukeltje
Should work. Can you make a unittest that demonstrates the problem? Please make 
the unittest like: 
http://fisheye.jboss.com/browse/~raw,r=4398/JbpmSvn/jbpm3/trunk/modules/core/src/test/java/org/jbpm/job/executor/JobExecutorDbTest.java

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235838#4235838

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235838
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: JB Security + JB Identity

2009-06-07 Thread mad_rug
Those topics are issues I'd face very soon... I'll make good use of them. Got 
your book from a friend. It looks very well explained... the portal 
customization seems worth the time, so I think I should try it. If I manage to 
do it easily, some extra xml config and my custom portlet development should be 
way better for a simpler and more customizable project.

Many thanks for all your time, Peter!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235837#4235837

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235837
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Desperately seeking 3.1.4 -> 3.2.3 migration notes

2009-06-07 Thread kukeltje
well, since you are part of the jBPM 'community', and you confirmed it works 
when changing 0 to 1, you might file a Jira issue. That is the way the 'jBPM 
group' is notified and take action. When that is done, I'll be more than happy 
to update the release notes.

One question though. Jobs that already ran do not run again, right? Please 
mention that in the jira issue as well

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235836#4235836

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235836
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossMQ] - Re: org.jboss.mq.SpyJMSException: Cannot authenticate user

2009-06-07 Thread hettimora
I had the same problem but i was able to resolve it buy following the 
instruction in http://www.agapex.com/michaelquattlebaum/?p=41#comment-1037  In 
addition to that you need to add -Djava.rmi.server.hostname="ip of the external 
host" to user  jboss run.bat. Other things is port 1099 not enough. you need to 
open 1099, 1098 and 8093
hope this will help to resolve the issue

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235835#4235835

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235835
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss on ubuntu

2009-06-07 Thread shushu
hi and thanks for the quick reply.
i start the jboss AS (version 4.2.3) locally by the run.sh command.

when trying to access http://[ip-address]:8080 i get the error mentioned. when 
trying to access from the local machine it works fine.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235832#4235832

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235832
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - debian package?

2009-06-07 Thread PMN
I am looking for a reference to a debian package of jboss-portal, any clue?

Thanks 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235831#4235831

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235831
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss on ubuntu

2009-06-07 Thread sachin.parnami
Hi

Which version of JBoss AS you are using ?
How are you starting your JBoss, when you are trying to access it from outside?
It should be 

./run.sh -b xxx.xxx.xxx.xxx

Where xxx replaces your IP address on which you are trying to access it :)

What error you get on console when you get this page cannot be displayed?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235830#4235830

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235830
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Serious idle problem with Bridges on AS 5.1.0.Beta

2009-06-07 Thread rnicholson10
I had previously reported a problem with idle timeouts on bridges:

http://www.jboss.org/index.html?module=bb&op=viewtopic&t=154559

In my previous post I had stated that this problem only occurred with 
QOS_ONCE_AND_ONLY_ONCE bridges. However it would appear that this is not the 
case. After extensive testing it also occurs with QOS_DUPLICATES_OK. This issue 
is a show stopper for us as we cannot move our application to production if 
this issue still exists.

I have 3 questions related to this: 


  | 1) Has anyone else encountered this problem
  | 2) Are there any planned fixes for this issue
  | 3) When possibly could we expect to see this issue fixed in an AS5 release 
(as we cannot build messaging ourseleves to work with AS5, we've tried but it 
just doesn't work!).
  | 
  | 
  | Using QOS_DUPLICATES_OK in our test scenario we have a box (box1) that 
sends messages and another that hosts the bridge file and receives them (box2).
  | 
  | The bridge file on box2 looks like this:
  | 
  | 
  |   |  
  |   | 
  |   | jboss.messaging:service=JMSProviderLoader,name=RemoteJMSProvider
  |   | jboss.messaging:service=JMSProviderLoader,name=JMSProvider
  |   | 
  |   | /queue/phaseQueueToEngine
  |   | /queue/phaseQueueFromInput
  |   | 
  |   | 
  |   | 1
  |   | 
  |   | 1
  |   | -1
  |   | 5000
  |   | -1
  |   | false
  |   | 
  |   | 
  | 
  | After an idle period of 16 hours (jboss running but no messages are sent), 
box1 attempts to send 100 messages. The following error occurs on box1:
  | 
  | 
  |   | 2009-06-07 13:23:58,655 ERROR [org.jboss.messaging.util.ExceptionUtil] 
(http-0.0.0.0-8080-6) 
ConnectionFactoryEndpoint[jboss.messaging.connectionfactory:service=ConnectionFactory]
 createFailoverConnectionDelegate [8f41-nq47qnvf-1-yyggvmuf-g3h4ce-b53gs4]
  |   | javax.jms.JMSSecurityException: User null is NOT authenticated
  |   | at 
org.jboss.jms.server.jbosssx.JBossASSecurityMetadataStore.authenticate(JBossASSecurityMetadataStore.java:223)
  |   | at sun.reflect.GeneratedMethodAccessor926.invoke(Unknown Source)
  |   | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown 
Source)
  |   | at java.lang.reflect.Method.invoke(Unknown Source)
  |   | at 
com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
  |   | at 
com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
  |   | at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown 
Source)
  |   | at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
  |   | at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
  |   | at javax.management.StandardMBean.invoke(Unknown Source)
  |   | at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
  |   | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
  |   | at 
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  |   | at $Proxy108.authenticate(Unknown Source)
  |   | at 
org.jboss.jms.server.endpoint.ServerConnectionFactoryEndpoint.createConnectionDelegateInternal(ServerConnectionFactoryEndpoint.java:233)
  |   | at 
org.jboss.jms.server.endpoint.ServerConnectionFactoryEndpoint.createConnectionDelegate(ServerConnectionFactoryEndpoint.java:171)
  |   | at 
org.jboss.jms.server.endpoint.advised.ConnectionFactoryAdvised.org$jboss$jms$server$endpoint$advised$ConnectionFactoryAdvised$createConnectionDelegate$aop(ConnectionFactoryAdvised.java:108)
  |   | at 
org.jboss.jms.server.endpoint.advised.ConnectionFactoryAdvised.createConnectionDelegate(ConnectionFactoryAdvised.java)
  |   | at 
org.jboss.jms.wireformat.ConnectionFactoryCreateConnectionDelegateRequest.serverInvoke(ConnectionFactoryCreateConnectionDelegateRequest.java:91)
  |   | at 
org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:143)
  |   | at 
org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:908)
  |   | at 
org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106)
  |   | at org.jboss.remoting.Client.invoke(Client.java:1708)
  |   | at org.jboss.remoting.Client.invoke(Client.java:612)
  |   | at 
org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.org$jboss$jms$client$delegate$ClientConnectionFactoryDelegate$createConnectionDelegate$aop(ClientConnectionFactoryDelegate.java:171)
  |   | at 
org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.invokeTarget(ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.java)
  |   | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111)
  |   | at 
org.jboss.jms.client.co

[jboss-user] [JBoss Messaging] - Re: 5.1.0.GA and Messaging 1.4.4 samples doesn't works

2009-06-07 Thread rnicholson10
5.1.0.GA comes with Messaging 1.3. It's probably why the 1.4 examples fail to 
work.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235826#4235826

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235826
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Setting up VirtualHosts

2009-06-07 Thread GermanDev
Hi!

I have a Debian Lenny root server running JBoss 4.2.3.GA default installation. 

I have a few Seam applications (currently only two) that I want to deploy to 
the server. Both applications should be deployed as http://app1.my-domain.com 
and http://app2.my-domain.com. I first thought about using a transparent Proxy 
but then heard about the VirtualHost feature of JBoss. I tried to figure it out 
on my own but currently am stuck and so hope you can help me:

I first want to deploy one Seam application. The application is deployed as an 
EAR and currently accessible using http://serverip:8080/myApp.

Before changing this application I changed the 
/../jboss/server/default/deploy/jboss-web.deployer/server.xml and added another 
 section just below the existing one (server localhost).

 
  | 
  |  app1.my-domain.com
  |   
  |  
  | 
  | 

Then I edited the jboss-web.xml file under myApp.ear/myApp.war/WEB-INF/ and 
changed it from 


  |   
  | 
  | 
  | seam.jboss.org:loader=myApp
  | 
java2ParentDelegation=false
  | 
  | 
  | 
  | 

to


  | 
  | /
  | app1.my-domain.com
  | 
  | 

The application is nevertheless deployed to http://app1.my-domain.com/myApp/ 
but doesn't work even there properly. When trying to access the application the 
following error is thrown and I am redirected to my applications error page:


  | 14:14:56,676 WARN  [SeamPhaseListener] uncaught exception, passing to 
exception handler
  | java.lang.IllegalStateException: No active application scope
  | 

Additionally the whole RichFaces theming  (on the error page) doesn't work. 

What was my mistake? What can I do to correctly deploy the application to the 
second host 'app1.my-domain.com'?

Thank you in advance!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235825#4235825

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235825
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - jboss on ubuntu

2009-06-07 Thread shushu
hi, 

unzipped my jboss on ubuntu and i cannot access it from outside the server 
(localhost working fine) at start i thought it a machine configuration issue, 
so i have installed tomcat also and this one i can access normally.

on jboss i get: page cannot be displayed.

am i missing something?

oded

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235824#4235824

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235824
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools (users)] - Re: Resource messages not displayed in JBoss Tools Visual Ed

2009-06-07 Thread max.ander...@jboss.com
Jira created: https://jira.jboss.org/jira/browse/JBIDE-4427

Any other difference we know between how VPE and code completion resolves the 
same things ?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235818#4235818

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235818
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools (users)] - Re: Resource messages not displayed in JBoss Tools Visual Ed

2009-06-07 Thread max.ander...@jboss.com
VPE definitly should be picking up these resources ... ill create the jira

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235816#4235816

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235816
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user