[jboss-user] [JBossWS] - Re: WSSE UsernameToken without HTTP basic auth?

2009-01-13 Thread alessio.sold...@jboss.com
Yes, that has just been implemented on trunk and we'll included in the next 
release. Getting the sources from svn, giving it a try and providing feedback 
now could be usefu if you have some spare time. Thanks!

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

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


[jboss-user] [Management, JMX/JBoss] - Re: jboss monitoring

2009-01-13 Thread mlange
Simply collect all mbeans and the corresponding JMX object names and read the 
JMX docs how get the attributes.

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

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


[jboss-user] [JBoss Portal] - Portlet Instance ID error

2009-01-13 Thread hreintke
LS,

I am running Portal 2.7.0GA and defining new portlets/pages for the portal.

Created a new Portlet Instance of the RSS News portlet, named NU news.

Now when accessing the "Portlet Instances" tab of the "admin portal" I get the 
error :

ERROR
Cause: javax.portlet.PortletException: Error process faces request
Message: Error process faces request
StackTrace:

javax.portlet.PortletException: Error process faces request
at 
javax.portlet.faces.GenericFacesPortlet.doFacesDispatch(GenericFacesPortlet.java:346)
at 
javax.portlet.faces.GenericFacesPortlet.doView(GenericFacesPortlet.java:306)
at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:328)
at 
javax.portlet.faces.GenericFacesPortlet.doDispatch(GenericFacesPortlet.java:287)
at javax.portlet.GenericPortlet.render(GenericPortlet.java:233)

Using a fresh/new portal installation I managed to find that this is caused by 
the space in the name that I used when creating the portlet instance. When 
using no spaces in the portlet I can configure with no problems. 

But now I have a partly configured portal which I cannot administer due to the 
error and I would like to prevent that I have to start all over again.  

I expected that the configuration I did using the admin interface would be 
visible in the jboss configuration files but I was not able to find any of my 
specific configurations in there.

Questions :

- Should it be possible to use spaces in Portlet Instance ID's ?
- Where is the configuration saved that I do using the admin interface ?
- Could I manually change that configuration to remove the space from the name ?

Kind regards,

Herman

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

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


[jboss-user] [JBossWS] - Re: WSSE UsernameToken without HTTP basic auth?

2009-01-13 Thread mikaeljl
For anyone watching/tracking this thread:

Looks like JBWS-1999 has been implemented and is now scheduled for the 3.0.6 
release.
Docs updated at:
http://jbossws.jboss.org/mediawiki/index.php?title=WS-Security_options
look for POJO endpoint.

This seems to be exactly what I was looking for when I initially started this 
thread, looking forward to try this out!

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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: JBoss Cache 3.x is not present in maven repo

2009-01-13 Thread tkim...@redhat.com
Hi Amit,

>From JBoss Cache 2.1.0 we use org.jboss.cache for groupId and the groupId 
>"jboss" is no longer in use.

http://repository.jboss.com/maven2/org/jboss/cache/jbosscache-core/



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

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


[jboss-user] [JBoss Cache: Core Edition] - JBoss Cache 3.x is not present in maven repo

2009-01-13 Thread amit.bhay...@jboss.com
Hi Guys,

I don't find the JBC 3.x in maven repo 
http://repository.jboss.com/maven2/jboss/jboss-cache/

Am I looking at right repo?

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

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


[jboss-user] [EJB 3.0] - Re: JBoss 5 deployment error

2009-01-13 Thread jaikiran
So that has solved your EJB3 problem. The other exception:

anonymous wrote : Caused by: java.lang.ClassCastException: 
org.apache.xerces.parsers.XIncludeAwareParserConfiguration
  | 

looks like a classloader issue. Remove the xml and xerces related jar files 
from your application package and deploy it. Those jars are already available 
in JBoss.

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

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


[jboss-user] [Remoting] - Re: Socket Read Timeout on stressing calls for validating pr

2009-01-13 Thread ron.si...@jboss.com
"ImmortAlex" wrote : 
  |  invokerDestructionTimer in org.jboss.remoting.Client, which is created and 
started in disconnect()
  | 

Good catch, Alexey.  EJB3 creates a new Client with each invocation, so there 
you are.  I've created JIRA issue JBREM-1083 "Each Client creates a new 
invokerDestructionTimer", and I'll fix it in the next release.

"ron.si...@jboss.com" wrote : 
  | Well, I don't think this is a Remoting problem, because the socket 
transport doesn't create new threads on the client side.
  | 

Ah, my mistake.  org.jboss.remoting.Client does.  Thanks, Alexey.


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

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


[jboss-user] [Remoting] - Re: Socket Read Timeout on stressing calls for validating pr

2009-01-13 Thread ImmortAlex
"vink" wrote : 
  | Issue 1:
  | On providing invokerDestructionDelay=1, my system run out of threads. I 
mean my client side. Every call results in the creation of new thread, it seems 
old invoker thread is not getting reused.
  | 
I have the same issue. I think reason is invokerDestructionTimer in 
org.jboss.remoting.Client, which is created and started in disconnect() but 
isn't stopped in connect().
My situation is not artifically created stress test (but, of course, not every 
day working scheme). Worst thing is that I can't remove invokerDestructionDelay 
from Connector configuration. I'm using SSL, and without destruction delay 
every remote call works so slow...

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

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


[jboss-user] [JBoss jBPM] - Re: JBPM 3 or 4

2009-01-13 Thread tbeernot
"kukeltje" wrote : Weeks? No... hahaha... there are fixed releasecycles of 8 
weeks, so expect alpha2 in 8, maybe a beta1 in 16, then another beta, a cr or 2 
and final. So don't expect a GA release before summerhollidays... 
  | 

Thanks for the clear answers. 

Not that I am happy with them, but still. :-) I will examine if 3.2.3 and 4.0 
can be used along side each other, or if the packages overlap.

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

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


[jboss-user] [JBossWS] - Re: XML signatures as WS payload?

2009-01-13 Thread richard.opa...@jboss.com
"sstaible" wrote : Hi,
  | Any help or explanation of this behaviour is highly appreciated.
  | 
I suggest you to call Node.normalize() method before calling XML digital 
signature API.
You can't rely on the precondition SOAP message will be unmodified (regarding 
the whitespaces) on other side.

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

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


[jboss-user] [Remoting] - Re: Why so many retries?

2009-01-13 Thread ron.si...@jboss.com
"mohitanchlia" wrote : 
  | Is there a way to change the timeout and make it applicable only for 
certain EJBs. The change timeout= is a global change but what I really want 
is to apply it to only certain EJB invocations.
  | 

Well, one thing you could try would be to create multiple EJB3 Connectors in 
$JBOSS_HOME/server/$CONFIG/deploy/ejb3.deployer/META-INF/jboss-service.xml, 
each with a different "timeout" value, and associate different JNDI bindings 
with the different Connectors.  For example, something like this in jboss.xml:


  | 
  |   SampleEjb3Bean
  |   
  | SampleEjb3Bean/fasttimeout
  | 
  |   socket://${jboss.bind.address}:3873/?timeout=1000
  | 
  |   
  |   
  | SampleEjb3Bean/slowtimeout
  | 
  |   socket://${jboss.bind.address}:3873/?timeout=360
  | 
  |   
  | 
  | 

where the InvokerLocators for the two Connectors would be 
"socket://${jboss.bind.address}:3873/?timeout=1000" and 
"socket://${jboss.bind.address}:3873/?timeout=360".  Then, you could get 
two proxies for the same EJB3, and use each as appropriate.

Note: I haven't tried it.  If it works for you, let us know.

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

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


[jboss-user] [Remoting] - Re: Socket Read Timeout on stressing calls for validating pr

2009-01-13 Thread ron.si...@jboss.com
Hi Vinay,

"vink" wrote : 
  | Issue 1:
  | On providing invokerDestructionDelay=1, my system run out of threads. I 
mean my client side. Every call results in the creation of new thread, it seems 
old invoker thread is not getting reused. 
  | 

Well, I don't think this is a Remoting problem, because the socket transport 
doesn't create new threads on the client side.  My conjecture is that there is 
some other problem, and setting "invokerDestructionDelay=1" is just 
reducing the consumption of Remoting resources enough to allow this other 
problem to show up.  What kind of threads are you seeing on the client side?

"vink" wrote : 
  | The best use case for SLSB is to open a socket for a request & close it 
after finish.
  | 

Actually, that is the default behavior, but it's expensive to recreate sockets. 
 The "invokerDestructionDelay" parameter is meant to prevent the closing of 
existing sockets when they are likely to be reused in the near future.  By the 
way, if a socket is in the TIME_WAIT state, then it *has* been closed.

"vink" wrote : 
  | n the meanwhile, I tried overnight tests on my system with 
invokerDestructionDelay=1, & I face this exception on server. I cannot 
understand what it means, but it is linked with socket; so I thought it may be 
worth to share;
  | 
  | Caused by: javax.persistence.PersistenceException: 
org.hibernate.exception.JDBCConnectionException: could not execute query 
  | 

This problem is somewhere between hibernate and your database.  Definitely not 
a Remoting issue.

-Ron

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

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


[jboss-user] [Remoting] - Re: JAAS authentication with EJB over HTTP

2009-01-13 Thread ron.si...@jboss.com
Hi Robert,

Although the log message comes from Remoting's ServletServerInvoker, the 
problem arises after Remoting passes the call off to the EJB3 code, so I'm 
going to suggest posing the question on the "EJB 3.0" forum: 
http://www.jboss.com/index.html?module=bb&op=viewforum&f=221.  If you come back 
and post a reference to your new thread, I'll try to keep an eye on it in case 
there are any Remoting issues.

Thanks,
Ron

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

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


[jboss-user] [Management, JMX/JBoss] - jboss monitoring

2009-01-13 Thread priyapg
how jboss details can be retreived from mbeans?the parameters are Monitor 
information (JVM usage,Listen port,activation time etc),Web Application 
Details(Web Application name,context root,reponse type etc),JDBC Connection 
Pool details(JDBC pool,pool size,connections currently in use,connections 
destroyed etc),EJB Details (EJB Name,Module,Type etc).Please help it's 
urgent

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

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


[jboss-user] [Remoting] - Re: Socket keep alive with client EJB

2009-01-13 Thread ron.si...@jboss.com
Thanks for that reference to the Administration_And_Configuration_Guide.  Yes, 
that should be fixed.

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

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


[jboss-user] [Remoting] - Re: With SSLBisocket is there is java.rmi.server.hostname or

2009-01-13 Thread ron.si...@jboss.com
Hi Ian,

Haven't heard from you for a while.  Hope that's a good sign. :)


  | 
sslbisocket://multihome:/foobar/services?datatype=serializablehomes=10.12.2.50:!10.12.2.8:&serializationtype=jboss
 
  | 

If that's an exact copy, then you're just missing a '&' between "serializable" 
and "homes".

-Ron

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

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


[jboss-user] [JBossWS] - Re: How do I determine which version of JBossWS is being use

2009-01-13 Thread nogamejoe
I found the answer. I missed the reference several times. Found it in console 
and then the server.log. I missed original references before posting. 
Damn...always seems to be the way, now if I can only find my glasses...oh there 
they are...right on top of my head ;-)

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

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


[jboss-user] [JBoss Portal] - loglevel tuning

2009-01-13 Thread nayabinghi
Hi, 

I just install JBoss Portal 2.7 and I am looking for some documentation for 
tuning the log level. My log file is growing very big from hibernate and jBPM 
DEBUG messages. Any help with this will be appreciated. 

Thank you, 



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

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


[jboss-user] [Beginners Corner] - Re: Question regarding using shutdown with -e

2009-01-13 Thread matthewtap
Thanks!

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

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


[jboss-user] [JBossWS] - How do I determine which version of JBossWS is being used?

2009-01-13 Thread nogamejoe
Hi, 

I am reviewing JBoss Portal and JBossWS support. I currently installed JBossWS 
3.05 into JBoss Portal 2.6.7 which is using JBoss AS 4.2.3. I am testing 
portlets. So far my portlet examples work. However they had also worked prior 
to installing JBossWS 3.0.5. 

How do I find out what version of the WS Stack my JBoss Portal environment is 
executing with, upon startup. I checked the boot.log, and found no mention of 
JBossWS 3.0.5. I tried following the install instructions (JBossWS 3.0.5 native 
GA) which instructed that I navigate to http://localhost:8080/jbossws. The page 
is displayed, however, if I do the same within the old environment, the same 
page is displayed - without any version specification made regarding JBossWS. 

So after all the above, the basic question at hand is:

 How do I determine which specific version my JBoss Portal environment is 
executing with?

If you need any more information to help with this request, please let me know. 

Thank you

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

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


[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Cannot find source code for JBOSS at work: a practical g

2009-01-13 Thread AlyssaK
Success! Thanks for your help.

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

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


[jboss-user] [JBoss jBPM] - Re: JBPM 3 or 4

2009-01-13 Thread kukeltje
anonymous wrote : I know jBPM 4 will have a new API, so I isolated all API code 
and I should be able to migrate fairly easy. 

Always a good choice


anonymous wrote : My questions:
  | - Will jBPM 4.0 still be able to interprete the 3.2.3 XML process 
definitions?
No, but a conversion that will yield between 80-100% (depending on what you 
use) will be provided.

anonymous wrote : - How stable is the 4.0 alpha? Can I migrate and demo?
  | 

Depends on what you want to demo...lots of things do not work yet, so I 
personally would not. What you can do is mention that jBPM is moving in the 
direction of taking the best of BPMN (e.g. graphical notation, terminology) and 
combine that with what jBPM is good at (flexible language under the hood in 
xml) 
[anonymous wrote : 
  | - Is jBPM 4.0 getting along quickly enough to left me hold off on this 
until it is stable? (Are we talking weeks or months?) 
  | 
Weeks? No... hahaha... there are fixed releasecycles of 8 weeks, so expect 
alpha2 in 8, maybe a beta1 in 16, then another beta, a cr or 2 and final. So 
don't expect a GA release before summerhollidays... 


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

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


[jboss-user] [JBoss jBPM] - Re: Can't get Generate Form to work at all?

2009-01-13 Thread kukeltje
might be, or someone in the forum that is willing to try to reproduce one 
question... isn't the form by generated and this page just empty?

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

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


[jboss-user] [JBoss jBPM] - Re: jBPM ESB integration

2009-01-13 Thread kukeltje
uhhhmmm.. several do use jbpm.

http://www.jboss.org/jbossesb/

or maybe

http://www.mulesource.org/display/MULE2INTRO/Home

very  easy to find with any searchengine

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

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


[jboss-user] [JBoss jBPM] - Re: TaskNode override

2009-01-13 Thread kukeltje
Are there not by accident duplicate files on the classpath with different 
content?

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

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


[jboss-user] [JBoss jBPM] - Re: ProcessInstance ending changed

2009-01-13 Thread kukeltje
I tried this and was able to run it inspite of a small error in your 
processdefinition (task2 is in the processstate ;-) )

You signal the 'child-token' which is in the proces-state node, not in the 
subprocess itself. So to me ending that does not signal any parent node. It 
does transition this specific token to the next one. I think that should maybe 
not happen but still...

If you want the subprocess to end and not signal the parent token, then end the 
rootToken of the subprocess  with end(false) like

processInstance.getRootToken().getChild("transition1").getSubProcessInstance().getRootToken().end(false);

If I adapt the unittest this does exactely what you want
  ProcessInstance processInstance = 
jbpmContext.newProcessInstance("MainProcess");
  |   processInstance.signal();
  |   
  |   assertNull(processInstance.getTaskMgmtInstance().getTaskInstances());
  | 
  |   assertEquals("subProcess1", 
processInstance.getRootToken().getChild("transition1").getNode().getName());
  |   
  |   // Abort one of the subprocesses
  |   
processInstance.getRootToken().getChild("transition1").getSubProcessInstance().getRootToken().end(false);
  | 
  |   assertNull(processInstance.getTaskMgmtInstance().getTaskInstances());
  |   
assertTrue(processInstance.getRootToken().getChild("transition1").getSubProcessInstance().getRootToken().hasEnded());
  |   
assertFalse(processInstance.getRootToken().getChild("transition1").hasEnded());
  |   assertEquals("subProcess1", 
processInstance.getRootToken().getChild("transition1").getNode().getName());
  | 

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

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


[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Cannot find source code for JBOSS at work: a practical g

2009-01-13 Thread PeterJ
Looks like the forum mangled the URL, even after I first did a preview to 
verify that it was correct. Let me try again:

http://digitalvault.cox.net/invite/login?c=32393837353430312d333662382d313164642d623732372d303030303766303030303031&i=44250-11d912ee5ea-coxprod_gemini1&t=b929b6bfd447483e&r=mg&lang=en

And here it is as plain text:

http://digitalvault.cox.net/invite/login?c=32393837353430312d333662382d313164642d623732372d303030303766303030303031&i=44250-11d912ee5ea-coxprod_gemini1&t=b929b6bfd447483e&r=mg&lang=en

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

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


[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Cannot find source code for JBOSS at work: a practical g

2009-01-13 Thread AlyssaK
I really appreciate your reply. Thanks.

Although the link doesn't work- page requested could not be found.

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

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


[jboss-user] [Remoting] - Re: With SSLBisocket is there is java.rmi.server.hostname or

2009-01-13 Thread TheNelson

Now I have a legitimate question:

I have a dual homed server with 10.12.2.8 and 10.12.2.50 as it's IP addresses.  
 I create a bisocket connector with the following URI:

sslbisocket://multihome:/foobar/services?datatype=serializablehomes=10.12.2.50:!10.12.2.8:&serializationtype=jboss


and I get an Index exception: 
java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
at java.util.ArrayList.RangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at 
org.jboss.remoting.transport.bisocket.BisocketServerInvoker.start(BisocketServerInvoker.java:285)
at org.jboss.remoting.transport.Connector.start(Connector.java:340)
at 
com.rovingplanet.npe.server.NPEManager.remoteConnectorSetup(NPEManager.java:851)
at 
com.rovingplanet.npe.server.NPEManager.startService(NPEManager.java:929)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)



It's looking through the secondary port list.   If I add a connect_home then it 
works but I can only connect to the connect_home.  If I add both IPs to the 
connect_home then I get the same exception.   How can I make it able to connect 
to both IPs?   What's with the secondary port list?

thanks,
Ian





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

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


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Provided InputStream cannot be parsed: org.xml.sax.SAXPa

2009-01-13 Thread TheFabulousLB
Interesting...I was just reading on "The Google" about a known issue with the 
XML parser crashing on trailing whitespace with requests from Konqueror/KHTML 
browsers...what I am using.  So I went to one of my Windows servers and sure 
enough, was able to pull up my GUI on the Linux box with no problems.  This is 
where I found the information on the internet:
https://svn.gridsphere.org/vineportlets/echo2sourceoriginal/src/webrender/java/nextapp/echo2/webrender/service/SynchronizeService.java
 
Has anyone else had this problem with Konqueror?  Not sure how to get around 
this so I can still use the GUI on my Linux box instead of having to go to a 
Windows server to view it.


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

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


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Provided InputStream cannot be parsed: org.xml.sax.SAXParseE

2009-01-13 Thread TheFabulousLB
I have JBoss-4.0.5.GA up and running, however when I try to render a GUI in my 
webbrowser (using the Echo2 framework) I'm getting these errors:

ERROR [STDERR] [Fatal Error] :-1:-1: Premature end of file.
WARN [] Servlet.service() for servlet FeedMonitor threw exception
java.io.IOException: Provided InputStream cannot be parsed: 
org.xml.sax.SAXParseException: Premature end of file
   at 
nextapp.echo2.webrender.service.SynchronizeService.parseRequestDocument(SynchronizeService.java:197)
   at 
nextapp.echo2.webrender.service.SynchronizeService.service(SynchronizeService.java:217)

I don't know what to check to determine the cause.  I looked for invalid xml, 
but everything seems ok.

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

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


[jboss-user] [JBoss Messaging] - Re: Memory leak in JBoss Messaging 1.4.0SP3-CP02

2009-01-13 Thread J.Hedin
Initial test indicates the leak is not present in JBoss 4.2.3. I will post more 
long term test soon.


The reason for JBoss remoting 2.5.0SP1 is that we need servlet invoker for both 
EJB3 SLSB and JMS, since we can not open more ports in the firewalls. As I 
understood it, this is not supported in JBoss remoting 2.4.

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

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


[jboss-user] [EJB 3.0] - Re: JBoss 5 deployment error

2009-01-13 Thread jhsingle
Thanks for creating the JIRA issue, I'll watch for that resolution.  In the 
meantime...

anonymous wrote : 
  | Possible workarounds:
  | 
  | 1) Probably the easiest - Remove all @Resource injection of application 
specific classes 
  | 

I have done this.  My only remaining @Resource injection is

  | @javax.annotation.Resource EJBContext ctx;
  | 
which I hope is OK.  But now the problem has migrated to the WAR file.

  | 2009-01-13 14:20:40,358 DEBUG [org.jboss.system.ServiceCreator] About to 
create bean: jboss.web.deployment:war=/usermgmt with code: 
org.jboss.web.deployers.WebModule
  | 2009-01-13 14:20:40,360 DEBUG [org.jboss.system.ServiceCreator] Created 
mbean: jboss.web.deployment:war=/usermgmt
  | 2009-01-13 14:20:40,360 DEBUG [org.jboss.system.ServiceConfigurator] 
SecurityManagement set to 
org.jboss.security.integration.jndibasedsecuritymanagem...@bd2c1e in 
jboss.web.deployment:war=/usermgmt
  | 2009-01-13 14:20:40,360 DEBUG [org.jboss.system.ServiceConfigurator] 
PolicyRegistration set to 
org.jboss.security.plugins.jbosspolicyregistrat...@1bbc2b0 in 
jboss.web.deployment:war=/usermgmt
  | 2009-01-13 14:20:40,361 DEBUG [org.jboss.system.ServiceConfigurator] Kernel 
set to org.jboss.kernel.ker...@832226 in jboss.web.deployment:war=/usermgmt
  | 2009-01-13 14:20:40,361 DEBUG [org.jboss.system.ServiceController] Creating 
service jboss.web.deployment:war=/usermgmt
  | 2009-01-13 14:20:40,362 DEBUG [org.jboss.system.ServiceController] starting 
service jboss.web.deployment:war=/usermgmt
  | 2009-01-13 14:20:40,362 DEBUG 
[org.jboss.web.tomcat.service.deployers.TomcatDeployment] webContext: /usermgmt
  | 2009-01-13 14:20:40,362 DEBUG 
[org.jboss.web.tomcat.service.deployers.TomcatDeployment] warURL: 
file:/home/jhsingl/pkg/jboss-5.0.0.GA/server/default/tmp/deploy/usermgmt-war-2.7.014863-exp.war/
  | 2009-01-13 14:20:40,363 INFO  
[org.jboss.web.tomcat.service.deployers.TomcatDeployment] deploy, 
ctxPath=/usermgmt, vfsUrl=workflow.ear/usermgmt-war-2.7.0.war
  | 2009-01-13 14:20:40,363 DEBUG 
[org.jboss.web.tomcat.service.deployers.TomcatDeployment] Using session cookies 
default setting
  | 2009-01-13 14:20:40,533 ERROR 
[org.jboss.web.tomcat.service.deployers.JBossContextConfig] XML error parsing: 
context.xml
  | org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a new SAX 
parser
  | at 
org.jboss.xb.binding.UnmarshallerFactory$UnmarshallerFactoryImpl.newUnmarshaller(UnmarshallerFactory.java:100)
  | at 
org.jboss.web.tomcat.service.deployers.JBossContextConfig.processContextConfig(JBossContextConfig.java:552)
  | at 
org.jboss.web.tomcat.service.deployers.JBossContextConfig.init(JBossContextConfig.java:538)
  | at 
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:279)
  | at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  | at 
org.apache.catalina.core.StandardContext.init(StandardContext.java:5436)
  | at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4148)
  | at 
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:367)
  | at 
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:146)
  | at 
org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:460)
  | at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
  | at org.jboss.web.deployers.WebModule.start(WebModule.java:96)
  | 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:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
  | at 
org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
  | at $Proxy36.start(Unknown Source)
  | at 
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
  | at 
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
  | at 
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
  | at 
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
  | at 
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:5

[jboss-user] [Beginners Corner] - Re: jboss-dukes-bank app

2009-01-13 Thread pepelara
Going on with the Duke’s Bank, I have made some changes in then code. I am 
trying it because learning. But now appears an exception that is,

Unable find setter method for paramName attribute

Then code is as follow,


  | public class Definition {
  | private HashMap params = new HashMap();
  | 
  | public void setParam(Parameter p) {
  | params.put(p.getParamName(), p);
  | }
  | 
  | public Parameter getParam(String name) {
  | return (Parameter) params.get(name);
  | }
  | }
  | 


  | public class Parameter {
  | private String paramName;
  | private boolean direct;
  | private String paramValue;
  | 
  | public Parameter(String name, String value, boolean isDirect) {
  | this.paramName = name;
  | this.direct = isDirect;
  | this.paramValue = value;
  | }
  | 
  | public String getParamName() {
  | return paramName;
  | }
  | 
  | public boolean getIsDirect() {
  | return direct;
  | }
  | 
  | public String getParamValue() {
  | return paramValue;
  | }
  | }
  | 


  | public class DefinitionTag extends SimpleTagSupport {
  | private String name = null;
  | private String screen = null;
  | private HashMap screens = null;
  | 
  | public DefinitionTag() {
  | super();
  | }
  | 
  | public HashMap getScreens() {
  | return screens;
  | }
  | 
  | public void setName(String name) {
  | this.name = name;
  | }
  | 
  | public void setScreen(String screenId) {
  | this.screen = screenId;
  | }
  | 
  | public void doTag() {
  | try {
  | screens = new HashMap();
  | 
  | getJspBody()
  | .invoke(null);
  | 
  | Definition myDefinition = new Definition();
  | PageContext context = (PageContext) getJspContext();
  | ArrayList params = (ArrayList) screens.get(screen);
  | Iterator ir = null;
  | 
  | if (params != null) {
  | ir = params.iterator();
  | 
  | while (ir.hasNext())
  | myDefinition.setParam((Parameter) ir.next());
  | 
  | // put the definition in the page context
  | context.setAttribute(name, myDefinition,
  | context.APPLICATION_SCOPE);
  | } else {
  | Debug.println("DefinitionTag: params are not defined.");
  | }
  | } catch (Exception ex) {
  | ex.printStackTrace();
  | }
  | }
  | }
  | 


  | public class ParameterTag extends SimpleTagSupport {
  | private String paramName = null;
  | private String paramValue = null;
  | private String direct = null;
  | 
  | public ParameterTag() {
  | super();
  | }
  | 
  | public void setParamName(String paramName) {
  | this.paramName = paramName;
  | }
  | 
  | public void setParamValue(String paramValue) {
  | this.paramValue = paramValue;
  | }
  | 
  | public void setDirect(String isDirectString) {
  | this.direct = isDirectString;
  | }
  | 
  | public void doTag() {
  | boolean isDirect = false;
  | 
  | if ((direct != null) &&
  | direct.toLowerCase()
  |   .equals("true")) {
  | isDirect = true;
  | }
  | 
  | try {
  | // retrieve the parameters list
  | if (paramName != null) {
  | ArrayList parameters =
  | ((ScreenTag) getParent()).getParameters();
  | 
  | if (parameters != null) {
  | Parameter param =
  | new Parameter(paramName, paramValue, isDirect);
  | parameters.add(param);
  | } else {
  | Debug.println("ParameterTag: parameters do not exist.");
  | }
  | 
  | }
  | } catch (Exception e) {
  | Debug.println("ParameterTag: error in doTag: " + e);
  | }
  | }
  | }
  | 


  | public class ScreenTag extends SimpleTagSupport {
  | private String screenId;
  | private ArrayList parameters = null;
  | 
  | public ScreenTag() {
  | super();
  | }
  | 
  | public ArrayList getParameters() {
  | return parameters;
  | }
  | 
  | public void setScreenId(String screenId) {
  | this.screenId = screenId;
  | }
  | 
  | public void doTag() {
  | parameters = new ArrayList();
  | 
  | HashMap screens = (HashMap) ((DefinitionTag) 
getParent()).getScreens();
  | 
  | if (screens != null) {
  | try {
  | if (!screens.containsKey(screenId)) {
  | screens.put(screenId, parameters);
  | }
  | 

[jboss-user] [Clustering/JBoss] - Re: Session Replication and Sticky Session

2009-01-13 Thread oosie
Oops, I guess I should watch out with the XML:

"I added the distributable tag to my application's web.xml and created the 
additional jboss-web.xml as follows:"

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

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


[jboss-user] [Clustering/JBoss] - Re: Session Replication and Sticky Session

2009-01-13 Thread oosie
I see I made one "typo":

"I added to my application's web.xml and created the additional jboss-web.xml 
as follows:"

should have been:

"I added  to my application's web.xml and created the additional jboss-web.xml 
as follows:"

However, can anyone help me with this?

Regards,
Jack...

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

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


[jboss-user] [JBoss Portal] - Per window customization even when it is not dashboard

2009-01-13 Thread vivek_saini07
Posted: Tue Jan 13, 2009 14:48 PMPost subject: Per window customization 
even when it is not dashboard   
I have enabled drag-and-drop property for portal. Now I want to persist the 
portlet-window location in database when window is dragged from one region and 
dropped in another region/order. So that when page gets refreshed (or user log 
in again) he finds the portlet-window at the location it was dragged by him(or 
by any other user) last time. 

Overall I want same functionality as it is provided in dashboard. The reason I 
can not use dashboard here is dashboard is user specific. In my scenario it 
should be portalID (even when portalID is not in dashboard context) specific, 
means any user can change the location of portlet-window,and other users should 
see this. 

till now i have reached to following lines in CustomizationManagerService


  | 
  | if (user != null)
  |  {
  | String userId = getUserId(user);
  | 
  | // And if it is in a dashboard context we get the per window 
customization
  | if (isDashboard(window, user))
  | {
  |// That's how we manufacture dash board keys
  |String dashboardId = window.getId().toString();
  | 
  |//
  |instance = instance.getCustomization(dashboardId);
  | }
  | else
  | {
  |instance = instance.getCustomization(userId);
  | }
  | 
  | 
what i want is per window customization even when it is not dashboard. Is there 
any way?


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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 4.2.2 Switching name cases from proper case to camel cas

2009-01-13 Thread mstraub
The entity names in the WSDL are also being camel cased.  Which really makes it 
look like the issue is in JBoss.  If I add tags, I can force most of the names 
in the WSDL and DB to match the code case, but that requires touching a lot of 
code. The 4.0.5 version of JBoss did not require these tags to maintain the 
case on the names.  In most of the languages we use to talk to JBoss, case is 
important.  

Where are the names read out of the jar/ear when a bean is deployed? Could 
something have been added there to camel case the names?

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

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


[jboss-user] [JBoss Portal] - JBoss Portal WSRP <-> Sharepoint interoperability

2009-01-13 Thread uiterlix
Hi,

Currently I'm trying to expose a JSR-168 portlet hosted in JBoss Portal 2.6.7 
to a Sharepoint 2007 portal. I've made the portlet remotable and configured a 
WSRP web part in sharepoint. I also disabled the strict mode on the JBoss WSRP 
producer mbean. Everything seems fine when opening the sharepoint page since it 
correctly displays my portlet. But, things go wrong when I try to perform an 
action on the portlet. Sharepoint gives a "Page not found".
The strange thing is when looking at the page source, the form post url does 
not seem to have been rewritten, and points to wsrp_rewriteetc. This makes 
it quite understandable why sharepoint returns a 404 on a portlet action.

I also configured the portlet as a remote portlet in another JBoss portal 
server instance, and enverything works fine there. JBoss portal server 
correctly rewrites the form post url, so I assume something is wrong on the 
sharepoint side.

Does anyone know what I'm doing wrong ? Has anyone created a similar setup and 
encountered this problem as well ?




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

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


[jboss-user] [JBossWS] - XML signatures as WS payload?

2009-01-13 Thread sstaible
Hi,

we've implemented a web service that receives a xml structure as input, signs 
it (with XML-D-Sig) and returns it to the client.

We found out however that during transport of the xml structure from the client 
to server (and also back), the whitespaces in the XML data partially stripped 
from the XML data. This of course makes the XML signature completely unusable.

To embed the unsigned and signed XML structures into the SOAP-request/response 
we use the XmlAnyElement annotation (auto-generated JAX-WS2.0 class from the 
WSDL). So the XML structures are embedded directly as a sub node into the SOAP 
structure.

We use JBoss 4.2.3.GA on the server and the respective JBoss client libraries 
on the client-side.

Is this behaviour of JBoss normal? I'm quite new to web services, JAXB, JAX-WS 
and the like but I would expect embedded xml to be transported unmodified over 
the SOAP channel.

Any help or explanation of this behaviour is highly appreciated.

Regards,
Sven

www.keyon.ch

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Installation of JBoss on Windows 2008, 64

2009-01-13 Thread PeterJ
As long as you have a certified JVM you should have no problem. I have been 
running JBoss AS 5 for the past several months on a 64-bit Vista system running 
both 32-bit and 64-bit JVM without issue. I have also run on  32-bit Windows 
2008 without issue.

But make sure you use the latest JVM - when Vista came out the current versions 
of the JVM at that time were not very well behaved. But you should have no 
issues with 6u7, 6u11 or 1.5.0_16.

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

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


[jboss-user] [JBoss Messaging] - Connection Factory Configuration problem in JBoss Messaging

2009-01-13 Thread siddharth_2279
Hi All, 
I have my own connection factory entry in 
(jboss-5.0.0.GA\server\default\deploy\messaging\connection-factories-service.xml)
 


  |   
  |   
  |   
  |   
  |  
  |  
  |  
  |   
  |   
  |   jboss.messaging:service=ServerPeer
  |   
  |   
  |   
  |   jboss.messaging:service=Connector,transport=bisocket
  |   
  |   jboss.messaging:service=PostOffice
  |  
  |   
  | 
  |   
  |   
  |  
  |  
  | /QueueConnectionFactory
  | 
  |  
  |  
  |  
  |
  |
  | 

When I run the Java code I get the following exception : 

JNDI lookup failed: javax.naming.CommunicationException [Root exception is 
java.lang.ClassNotFoundException: org.jboss.jms.client.JBossConnectionFactory 
(no security manager: RMI class loader disabled)]

I even saw the solution to this as per given in the site : 

https://jira.jboss.org/jira/browse/JBMESSAGING-339

But even the solution 1 given here in the site namely :

1) Enable JNDI call by reference semantics.

To do that, modify the Naming (JNDI) service configuration and set its 
"CallByValue" attribute to "false".

The Naming configuration file is 
$JBOSS_HOME/server/default/deploy/naming-service.xml for an installer-generated 
JBoss configuration and the $JBOSS_HOME/server/conf/jboss-service.xml (the JNDI 
section, search for "jboss:service=Naming") for a raw installation.


is not working. 

Even this is giving a exception in the java program. 

Please Help me in solving this problem. 

I am using JBoss-5.0.0.GA app server. 

Thanks in advance. 

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

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


[jboss-user] [Management, JMX/JBoss] - Re: jmx console 500 error

2009-01-13 Thread jbabad
Hi,

I'm seeing the same behaviour as well.
I've been able to get one of my own MBeans exposed, access it via jconsole and 
set a value - so the problem appears to be within JBoss. 
When I tried the same thing from the jmx-console I was getting the same error 
about Key properties.

Any suggestions?

Cheers,
Joseph.

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Installation of JBoss on Windows 2008, 64

2009-01-13 Thread ranjan_benz
Hello
Windows 2008 (64bit) is not one of the certified configuration to install JBoss 
4.2.x on. I wonder if this combination is safe to be used in productive 
environment. 
Has anybody made any experience yet with this?
Thanks
Ranjan

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

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


[jboss-user] [Microcontainer] - Classloading question

2009-01-13 Thread david.ll...@jboss.com
This is probably a dumb question.  In a jboss-classloading.xml file, the root 
"classloading" element has a name and version attribute.  Is doing this:



the same as doing this:


  | 
  | 
  | 
  | 

??

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: encountring problems while deploying vectrics-flashrecru

2009-01-13 Thread bolboln01
thanx jaikiran
but i'm still experiencing the same problem

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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: Jarjared version of JBC3 for using in JBossAS 4.2

2009-01-13 Thread manik.surt...@jboss.com
we have some known issues with JDK 6 at the moment (mainly due to the test 
harness, introduced when we tried t parallelize the test suite) and there were 
2 or 3 intermittent failures when using JDK 5.  Do any of these apply to you?  

We plan to close these up this week in time for a GA.

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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: Jarjared version of JBC3 for using in JBossAS 4.2

2009-01-13 Thread bortx
Hi,

I'm trying to run the tests on 3.0.2.CR2 distro. It compiles successfully, but 
I'm getting lot of failures as test result. I would paste some surefire 
reports, but there are a lot of them. Maybe they are all about cache 
initialization. I don't know if I have to configure any resource to make them 
run. 

I'm using maven 2.0.9, the only thing I have configured is what is specified on 
README-Maven file:

  
  | 
  |   jboss
  |   
  | 
/Users/manik/Code/maven2
  |   
  | 
  |   
  | 
  |   
  | jboss
  |   

I would give you any important information I have omitted inmediately

Thanks a lot

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

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


[jboss-user] [Beginners Corner] - JBoss & Maven2

2009-01-13 Thread Alesque
Hi,

I read this post 
http://www.javaworld.com/javaworld/jw-01-2008/jw-01-tomcat6.html exposing 
several configurations of j2ee projects.

To speed up the adoption of JBoss, do you know if there is an initiative 
creating maven2 archetypes related to such configurations  (see figure 1, 
figure 2, etc).

Regards,
Alexandre

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss in Action book: does it talk about configuring SSL

2009-01-13 Thread Marcos_APS
"PeterJ" wrote : I assume your are asking about SSL over HTTP. The answer is 
yes, chapter 6, section 6.4, Encrypting Web Communication.

Yes, that's what I was asking about. Good to know this. This is one more reason 
for me to get the book. Thank you, Peter.

Marcos

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

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


[jboss-user] [JBoss Messaging] - java.lang.IllegalStateException: Cannot find object in dispa

2009-01-13 Thread schustes
Hello there,

after a couple of days up and running without any problems, JBoss 
messaging/remoting fails with the errors below.

Any ideas what the cause could be, and what I could do about it? Is it likely 
to be due to a network problem that troubled the remoting connection or 
something like that (The JMS objects sending the messages have been created 
once at startup time, i.e. they are quite 'old') ?

Thanks!

2009-01-13 00:00:00,149 ERROR [STDERR]:152 
org.jboss.jms.exception.MessagingJMSException: Failed to invoke
2009-01-13 00:00:00,150 ERROR [STDERR]:152  at 
org.jboss.jms.client.delegate.DelegateSupport.handleThrowable(DelegateSupport.java:271)
2009-01-13 00:00:00,150 ERROR [STDERR]:152  at 
org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:205)
2009-01-13 00:00:00,150 ERROR [STDERR]:152  at 
org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:160)
2009-01-13 00:00:00,151 ERROR [STDERR]:152  at 
org.jboss.jms.client.delegate.ClientConnectionDelegate.org$jboss$jms$client$delegate$ClientConnectionDelegate$getIdBlock$aop(ClientConnectionDelegate.java:288)
2009-01-13 00:00:00,151 ERROR [STDERR]:152  at 
org.jboss.jms.client.delegate.ClientConnectionDelegate$getIdBlock_7224852188662164551.invokeNext(ClientConnectionDelegate$getIdBlock_7224852188662164551.java)
2009-01-13 00:00:00,151 ERROR [STDERR]:152  at 
org.jboss.jms.client.container.FailoverValveInterceptor.invoke(FailoverValveInterceptor.java:92)
2009-01-13 00:00:00,151 ERROR [STDERR]:152  at 
org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105)
2009-01-13 00:00:00,151 ERROR [STDERR]:152  at 
org.jboss.jms.client.delegate.ClientConnectionDelegate$getIdBlock_7224852188662164551.invokeNext(ClientConnectionDelegate$getIdBlock_7224852188662164551.java)
2009-01-13 00:00:00,152 ERROR [STDERR]:152  at 
org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170)
2009-01-13 00:00:00,152 ERROR [STDERR]:152  at 
org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105)
2009-01-13 00:00:00,152 ERROR [STDERR]:152  at 
org.jboss.jms.client.delegate.ClientConnectionDelegate$getIdBlock_7224852188662164551.invokeNext(ClientConnectionDelegate$getIdBlock_7224852188662164551.java)
2009-01-13 00:00:00,152 ERROR [STDERR]:152  at 
org.jboss.jms.client.delegate.ClientConnectionDelegate.getIdBlock(ClientConnectionDelegate.java)
2009-01-13 00:00:00,153 ERROR [STDERR]:152  at 
org.jboss.jms.message.MessageIdGenerator.getNextBlock(MessageIdGenerator.java:67)
2009-01-13 00:00:00,153 ERROR [STDERR]:152  at 
org.jboss.jms.message.MessageIdGenerator.getId(MessageIdGenerator.java:79)
2009-01-13 00:00:00,153 ERROR [STDERR]:152  at 
org.jboss.jms.client.container.ProducerAspect.handleSend(ProducerAspect.java:262)
2009-01-13 00:00:00,153 ERROR [STDERR]:152  at 
org.jboss.aop.advice.org.jboss.jms.client.container.ProducerAspect39.invoke(ProducerAspect39.java)
2009-01-13 00:00:00,154 ERROR [STDERR]:152  at 
org.jboss.jms.client.delegate.ClientProducerDelegate$send_396159801771796.invokeNext(ClientProducerDelegate$send_396159801771796.java)
2009-01-13 00:00:00,154 ERROR [STDERR]:152  at 
org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170)
2009-01-13 00:00:00,154 ERROR [STDERR]:152  at 
org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105)
2009-01-13 00:00:00,154 ERROR [STDERR]:152  at 
org.jboss.jms.client.delegate.ClientProducerDelegate$send_396159801771796.invokeNext(ClientProducerDelegate$send_396159801771796.java)
2009-01-13 00:00:00,155 ERROR [STDERR]:152  at 
org.jboss.jms.client.delegate.ClientProducerDelegate.send(ClientProducerDelegate.java)
2009-01-13 00:00:00,155 ERROR [STDERR]:152  at 
org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:164)
2009-01-13 00:00:00,155 ERROR [STDERR]:152  at 
org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:207)
2009-01-13 00:00:00,155 ERROR [STDERR]:152  at 
org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:145)
2009-01-13 00:00:00,155 ERROR [STDERR]:152  at 
org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:136)
2009-01-13 00:00:00,156 ERROR [STDERR]:152  at 
org.jboss.jms.client.JBossMessageProducer.publish(JBossMessageProducer.java:177)
2009-01-13 00:00:00,156 ERROR [STDERR]:152  at 
gsim.sim.engine.remote.messaging.ControllerSchedulableSupport.sendJMSMessage(ControllerSchedulableSupport.java:113)
2009-01-13 00:00:00,156 ERROR [STDERR]:152  at 
gsim.sim.engine.remote.messaging.ControllerSchedulableSupport.sendDoStepMessage(ControllerSchedulableSupport.java:104)
2009-01-13 00:00:00,156 ERROR [STDERR]:152  at 
gsim.sim.engine.remote.Clock.perform(Clock.java:30)
2009-01-13 00:00:00,157 ERROR [STDERR]:152  at 
org.jboss.varia.sch

[jboss-user] [Management, JMX/JBoss] - Re: problems with twiddle.sh under linux (syntax)

2009-01-13 Thread PeterJ
Sometimes it helps to enclose the mbean name within quotes:

 ./twiddle.sh -s localhost get "jboss.system:type=ServerInfo"

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

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


[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Cannot find source code for JBOSS at work: a practical g

2009-01-13 Thread PeterJ
I found my copy of the source ZIP file. I was going to upload it as an 
attachement to this wiki page: http://www.jboss.org/community/docs/DOC-9187, 
but there is a 15MB upload limit and the ZIP file is 39MB. So I uploaded it to 
my internet account:

http://digitalvault.cox.net/invite/login?c=32393837353430312d333662382d313164642d623732372d303030303766303030303031&i=44250-11d912ee5ea-coxprod_gemini1&t=b929b6bfd447483e&r=mg〈=en

P.S. I hope that Tom and Scott don't mind my doing this...

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201453

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss in Action book: does it talk about configuring SSL

2009-01-13 Thread PeterJ
I assume your are asking about SSL over HTTP. The answer is yes, chapter 6, 
section 6.4, Encrypting Web Communication.

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

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


[jboss-user] [JBoss jBPM] - Re: Can't get Generate Form to work at all?

2009-01-13 Thread jbwiv
Is this something a Redhat support contract would get an answer on?

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

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


[jboss-user] [Security & JAAS/JBoss] - Get role name from LDAP user attribute

2009-01-13 Thread weberjava
With Tomcat's JNDI realm you can define an userRoleName attribute so that user 
attributes can be taken as role definitions, e.g. with

myrole: tomcat
myrole: role2 

and userRoleName="myrole" a user is in roles tomcat and role2.
(http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#JNDIRealm)

Can this be done with JBoss realms, too?

Thanks,
Juergen

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

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


[jboss-user] [EJB 3.0] - Does embedded ejb3.1 bind java:comp/UserTransaction?

2009-01-13 Thread pete.m...@jboss.org
It's my understanding from the spec that it should, however the JNDI lookup 
fails. A lookup for java:/TransactionManager succeeds, so I suspect it's not a 
problem with my environment.

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

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


[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: org.postgresql.util.PSQLException: FATAL: sorry, too man

2009-01-13 Thread PeterJ
In your *-ds.xml file, what is the maximum number of allowed connections? In 
the postgresql.conf file, what is the setting of max_connections? Most likely, 
you have exceeded the number of connections allowed in postgresql.conf.

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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: Shunning

2009-01-13 Thread lovelyliatroim
Hi Guys,

Im having a problem with my node rejoining the group. I have 2 nodes on the 
same machine, one node runs into GC problems but after a few minutes recovers. 
When it recovers the other node seems to shun it. It wont let it back into the 
group.

Im seeing messages like so

anonymous wrote : 
  | 16:59:41,523 [OOB-1,10.251.145.84:48336] WARN  
jgroups.protocols.pbcast.NAKACK  - 10.251.145.84:48336] discarded message from 
non-member 10.251.145.84:48337, my view is [10.251.145.84:48336|26] 
[10.251.145.84:48336]
  | 

I have set the shun to be false both in "FD" protocol and the "pbcast.GMS", 
auto_reconnect has also been set to true but i still cant get a member to 
rejoin a group after it runs into GC problems and recovers.

Any ideas as to what i must do??

Thanks,
LL


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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: how to avoid database query on cache miss

2009-01-13 Thread manik.surt...@jboss.com
That's a pretty specialized case.  You could write your own cache loader which 
extends the JDBCCacheLoader, and does nothing for the get() operations.  

As for loading data on startup, you could use the preload configuration element 
for this.

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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: Migration from 1.4.x to 2.x

2009-01-13 Thread manik.surt...@jboss.com
Feel free to create a JIRA to ask for those two methods in the Cache interface.

For now, you can use Cache.getRoot().hasChild() instead of exists(), and you 
can check whether you are the coordinator by doing Cache.getMembers() and 
checking if your address is the first one in the list.

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

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


[jboss-user] [JBoss jBPM] - Re: Obtain ProcessDefinition/JbpmContext from remote system

2009-01-13 Thread kukeltje
"dthi...@opencs.net" wrote : Is there anay samples which use CommandService 
remotely ?

The unittests for the enterprise module do, so look in the jbpm source.

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

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


[jboss-user] [JBoss jBPM] - jBPM ESB integration

2009-01-13 Thread Dj borgs
Hi!
I got a problem, a serious problem: I have to integrate a private ESB platform 
with jBPM. My intention is to make jBPM manage some particular workflows that 
my ESB doesn't support. Is it possible to connect jBPM with an ESB platform or 
is it utopy?

Thank you for collaboration
DJ

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

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


[jboss-user] [JBoss Messaging] - Max. Pool size for JmsXA

2009-01-13 Thread rana24
Hi,
We are running our application with JBoss 4.2.3 GA with JBM 1.4.0SP3.
I have just changed my anti pattern ,connection creation code to JmsXA lookup. 
I could see a great performance improvment.

With default setting i am getting below error. I guess it has something do with 
default max pool size, which is 20. in hajndi-jms-ds.xml
i.e. 20


  |  Could not create a session: javax.resource.ResourceException: No 
ManagedConnections available within configured blocking timeout ( 3 [ms] )
  | javax.jms.JMSException: Could not create a session: 
javax.resource.ResourceException: No ManagedConnections available within 
configured blocking timeout ( 3 [ms] )
  | at 
org.jboss.resource.adapter.jms.JmsSessionFactoryImpl.allocateConnection(JmsSessionFactoryImpl.java:421)
  | at 
org.jboss.resource.adapter.jms.JmsSessionFactoryImpl.createQueueSession(JmsSessionFactoryImpl.java:145)
  | at 
com.alservices.imaging.export.process.util.AuditUtil.setjobDocResource(AuditUtil.java:281)
  |  

I have increased it max-pool-size and i could reduce frequency of above error. 
Our application does a heavy usage of messaging.
I have  two basic question
1) Above error is because of  low pool size ?  
if Yes , what is the max. limit for   max.pool.size
2) If above error is not because of pool size , what could be other reason ?

Thanks in advance.
Hoping for right direction.
Rana






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

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


[jboss-user] [JBoss jBPM] - Re: Obtain ProcessDefinition/JbpmContext from remote system

2009-01-13 Thread dthi...@opencs.net
Is there anay samples which use CommandService remotely ?

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

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


[jboss-user] [Security & JAAS/JBoss] - Re: Problem with css files in login.jsp page

2009-01-13 Thread misqu23
When I turn on TCP/IP monitor I can see that the browser want to get 
/myapp/restricted/login.css not /myapp/login.css. 

And of course instead of content of css file I get login.jsp. 

Please help. I don't know  what am I doing wrong. 

I guess there is something wrong with redirect to login.jsp. I think that after 
successful redirect the url in the browser should point to the login.jsp, but 
in my case it is still pointing to the restricted resource.

I have tested this in FF, Chrome and IE and result is the same in every 
browser. 
I'm using jboss 5.0 GA.

Thanks in advance
Martin

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

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


[jboss-user] [EJB 3.0] - Re: java.lang.NoClassDefFoundError: org/jaxen/VariableContex

2009-01-13 Thread camunda
Did you solve this problem? I have more or less the same exception in a 
different problem space (executing Groovy script in a SLSB and providing an 
invalid Script which causes a groovy exception)...

Any hint would be helpful, thanks!

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

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


[jboss-user] [JBoss jBPM] - Re: TaskNode override

2009-01-13 Thread Kooper
Hi, Can anyone give me any link where I can find solution to the chalenge 
above? As all that I found is how to override TaskInstanse and not Task Node 
and I need Task Node override due to system archetecture.
Thank you. 

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

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


[jboss-user] [Security & JAAS/JBoss] - Re: When will

2009-01-13 Thread tulldrift
We are also interested if JBoss Negotiation will be compatible with Red Hat SOA 
Platform 4.3? We are currently running Beta 2 of JBoss Negoiation and it works 
fine.  

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

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


[jboss-user] [JBossWS] - JBoss 5.0.0.GA: WebCtxLoader - RuntimeException: mapped-name

2009-01-13 Thread rijkr
I am using jboss-5.0.0.GA to deploy a web service. This service uses a 
WebService Context. In jboss-web.xml the following tags are present:

  
MyWebService/wsc
javax.xml.ws.WebServiceContext
Container
Shareable

  MyWebService
  wsc

  

When starting jboss (run.sh) MyWebService fails to start, due to this error 
(server.log):

2009-01-13 11:39:37,772 DEBUG [org.jboss.web.tomcat.service.WebCtxLoader] 
(main) injectionContainer enabled and processing beginning with JBoss 
WebCtxLoader
2009-01-13 11:39:37,857 ERROR [org.apache.catalina.core.StandardContext] (main) 
Context [/MyWebApplication] startup failed due to previous errors
java.lang.RuntimeException: mapped-name is required for MyWebService/wsc of 
deployment MyWebApplication.war

I saw some posts regarding this issue but am not sure if this is a known issue 
for the 5.0.0.GA release, or that there is a solution available? 

Can anyone help me with a solution?

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

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


[jboss-user] [Microcontainer] - Re: Problem parsing jboss-beans.xml

2009-01-13 Thread ahalley
Hi

Thanks for the help.

Alan

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

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


[jboss-user] [JBoss Portal] - Admin role ignored when fetched from LDAP

2009-01-13 Thread olivsch7
Hello together,

I have configured JBoss Portal to use our LDAP's groups as portal roles. As 
groups don't differ from roles in our LDAP, this works very well except one 
issue: I created the group "Admin" in the directory and assigned it to the user 
"olivsch7". When I log in with this user, JBoss Portal doesn't grant him the 
rights of the "Admin" group although it recognizes that he is its member. In 
other words, I can see in the portal user management that he is user of the 
Admin/Administrators group but "olivsch7" cannot access the admin portal. Users 
in the portal database (who are also member of "Admin") can access the admin 
portal. Unfortunately, the log files don't give any information about this to 
me. This is an excerpt:
2009-01-13 13:35:26,890 DEBUG 
[org.jboss.portal.identity.auth.SynchronizingLDAPExtLoginModule] 
$$Synchronizing user: olivsch7
  | 2009-01-13 13:35:26,890 DEBUG 
[org.jboss.portal.identity.auth.SynchronizingLDAPExtLoginModule] $$Role Group: 
Roles
  | 2009-01-13 13:35:26,890 DEBUG 
[org.jboss.portal.identity.auth.SynchronizingLDAPExtLoginModule] $$Principal in 
group: admin; admin
  | 2009-01-13 13:35:26,890 DEBUG [org.hibernate.jdbc.JDBCContext] successfully 
registered Synchronization
  | 2009-01-13 13:35:26,890 DEBUG [org.hibernate.impl.SessionImpl] opened 
session at timestamp: 5045658119741440
  | 2009-01-13 13:35:26,890 DEBUG [org.hibernate.engine.query.QueryPlanCache] 
unable to locate HQL query plan in cache; generating (from HibernateUserImpl 
where userName=:userName)
  | 2009-01-13 13:35:26,890 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] 
parse() - HQL: from org.jboss.portal.identity.db.HibernateUserImpl where 
userName=:userName
  | 2009-01-13 13:35:26,890 DEBUG [org.hibernate.hql.ast.AST] --- HQL AST ---
  |  \-[QUERY] 'query'
  | +-[SELECT_FROM] 'SELECT_FROM'
  | |  \-[FROM] 'from'
  | | \-[RANGE] 'RANGE'
  | |\-[DOT] '.'
  | |   +-[DOT] '.'
  | |   |  +-[DOT] '.'
  | |   |  |  +-[DOT] '.'
  | |   |  |  |  +-[DOT] '.'
  | |   |  |  |  |  +-[IDENT] 'org'
  | |   |  |  |  |  \-[IDENT] 'jboss'
  | |   |  |  |  \-[IDENT] 'portal'
  | |   |  |  \-[IDENT] 'identity'
  | |   |  \-[IDENT] 'db'
  | |   \-[IDENT] 'HibernateUserImpl'
  | \-[WHERE] 'where'
  |\-[EQ] '='
  |   +-[IDENT] 'userName'
  |   \-[COLON] ':'
  |  \-[IDENT] 'userName'
  | 
  | 2009-01-13 13:35:26,890 DEBUG [org.hibernate.hql.ast.ErrorCounter] 
throwQueryException() : no errors

I'm really clueless about this because when I configure the portal to use our 
LDAP's roles (instead of groups), it works. Do you have a clue?

Thank you very much in advance!

Kind regards
Oliver

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

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


[jboss-user] [Management, JMX/JBoss] - Re: problems with twiddle.sh under linux (syntax)

2009-01-13 Thread BiLL_TuEr
its strange. i copied a twiddle.sh from another server and now its working.

BiLL

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

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


[jboss-user] [JBossWS] - Re: SLSB exposed as WS security issue

2009-01-13 Thread okiSM
Why no one told that it has to be deployed on 'all' configuration (4.2.3)?

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss 5 SSL

2009-01-13 Thread venuwin
Hi,

We have a simple war file deployed on Jboss 5.
It runs on default configuration.

The issue is that when i switch from HTTP page to HTTPS page, it is not able to 
connect and throws "Data transfer interrupted". From the failed URL, i can see 
that it tries to connect to 8443 when i had configured for 443.

Server.xml code block:


  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  |   

When i alter the URL in the browser to point to 443 for the same HTTPs url, it 
works.

Please help

Thanks
Venu



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

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


[jboss-user] [JBoss jBPM] - JBPM 3 or 4

2009-01-13 Thread tbeernot
Ok. JBPM 4 alpha is out. Compliments to the team!

But as a newcomer, I'm facing a decision now. I've just finished embedding jBMP 
3.2.3 into our internal framework. I've solved all the issues and am ready to 
present it internally. Nothing has been done with it, apart from me writing 
unit tests.

I know jBPM 4 will have a new API, so I isolated all API code and I should be 
able to migrate fairly easy. 

So just now I took a peek at jBPM 4 and noticed that the XML has changed 
seriously. And with that I'm less pleased, because the XML I cannot isolate! My 
user are supposed to write XML, using the designer or not. 

My questions:
- Will jBPM 4.0 still be able to interprete the 3.2.3 XML process definitions?
- How stable is the 4.0 alpha? Can I migrate and demo?
- Is jBPM 4.0 getting along quickly enough to left me hold off on this until it 
is stable? (Are we talking weeks or months?)


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

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


[jboss-user] [Management, JMX/JBoss] - Re: problems with twiddle.sh under linux (syntax)

2009-01-13 Thread BiLL_TuEr
jap, on all my other servers it is working too like this.

but not on this server:

/opt/server/jboss-4.0.5.GA/bin # ./twiddle.sh -s localhost get 
jboss.system:type=ServerInfo
A JMX client to 'twiddle' with a remote JBoss server.

usage: twiddle.sh [options]  [command_arguments]

options:
-h, --helpShow this help message
--help-commands   Show a list of commands
-H=  Show command specific help
-c=command.properties Specify the command.properties file to use
-D[=]Set a system property
--Stop processing options
-s, --server=The JNDI URL of the remote server
-a, --adapter=  The JNDI name of the RMI adapter to use
-u, --user= Specify the username for authentication
-p, --password= Specify the password for authentication
-q, --quiet   Be somewhat more quiet


BiLL

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

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


[jboss-user] [Management, JMX/JBoss] - Re: problems with twiddle.sh under linux (syntax)

2009-01-13 Thread jaikiran
Is that the exact command you are using? Works fine for me on RHEL5 operating 
system (for JBoss-5.0 GA)

twiddle.sh -s localhost get jboss.system:type=ServerInfo

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

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


[jboss-user] [Security & JAAS/JBoss] - Problem with css files in login.jsp page

2009-01-13 Thread misqu23
Hi 

In my webapp I have configured form-based authentication. Here is my the code 
snippet of my web.xml file :


  | 
  | 
  | Protected 
resources
  | /restricted/*
  | 
  | 
  | user
  | 
  | 
  | NONE
  | 
  | 
  | 
  | 
  | FORM
  | 
  | /login.jsp
  | /error.html
  | 
  | 
  | 
  | 
  | The role required to login to 
application
  | user
  | 
  | 

Authentication works ok. 
But when I wan't to customize look of the login.jsp page with css and use 
javascript, insted of css file or js file I get always login.jsp file. It looks 
like all the resources are protected event outside of the restricted area when 
I get redirected to the login.jsp. 
When I hit css or js file in the browser I get the correct value. Also when I 
hit login.jsp directly not through redirect. 

Here is the login.jsp :

 
  | <%@ page language="java" contentType="text/html; charset=UTF-8"
  | pageEncoding="UTF-8"%>
  | http://www.w3.org/TR/html4/loose.dtd";>
  | 
  | 
  | 
  | Insert title here
  | 
  | 
  | 
  |   
  |   User:  
  |   Password:  
  |
  |
  | 
  | 
  | 

Does anybody had similar problem. What am I doing wrong ?

Thanks
Martin

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

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


[jboss-user] [JBoss jBPM] - Re: ProcessInstance ending changed

2009-01-13 Thread Olivier_Debels
Here is a unit test.

When aborting a child token, the child token is triggered to go to the next 
node (task node).

So we create an additional task instance.  Something we certainly don't want 
when aborting the token.

public class AbortTokenTest {
  | 
  | public static final String MAIN_PROCESS =
  | "" +
  | "  " +
  | "" +
  | "  " +
  | "  "  +
  | "" +
  | "" +
  | "  " +
  | "  " +
  | "" +
  | "" +
  | "  " +
  | "  " +
  | "" +
  | "" +
  | "  " +
  | "  " +
  | "" +
  | "" +
  | "  " +
  | "" +
  | "" +
  | "  " +
  | "  " +
  | "  " +
  | "" +
  | "  " +
  | "  " +
  | "";
  | 
  | /**
  |  * Process definition with single root token and task node.
  |  */
  | public static final String SUB_PROCESS = 
  | "" +
  | "  " +
  | "" +
  | "  " +
  | "  " +
  | "" +
  | "" +
  | "  " +
  | "  " +
  | "";
  | 
  | private JbpmContext jbpmContext;
  | 
  | @Before
  | public void initialize() {
  | jbpmContext = 
JbpmConfiguration.getInstance().createJbpmContext(); 
  | 
  | // Deploy sub process and main process
  | 
jbpmContext.deployProcessDefinition(ProcessDefinition.parseXmlString(SUB_PROCESS));
  | 
jbpmContext.deployProcessDefinition(ProcessDefinition.parseXmlString(MAIN_PROCESS));
  | }
  | 
  | @After
  | public void uninitialize() {
  | jbpmContext.close();
  | }
  | 
  | @Test
  | public void cancelToken() {
  | ProcessInstance processInstance = 
jbpmContext.newProcessInstance("MainProcess");
  | processInstance.signal();
  | 
assertNull(processInstance.getTaskMgmtInstance().getTaskInstances());
  | 
  | // Abort one of the child token's
  | 
processInstance.getRootToken().getChild("transition1").end(false);
  | 
  | // Unit test fails -> a task instance is created in the main 
process
  | // This because the child token is signalled and is in 
taskNode1 now...
  | 
assertNull(processInstance.getTaskMgmtInstance().getTaskInstances());
  | }
  | }

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS log files

2009-01-13 Thread ran_sushmi
hi,

thanks, for your answer. The log4j.xml file does not seem to be changed under 
$JBOSS_HOME/server/default/conf. So, the log files should get generated on 
using the system. Anything else, you would like to say on this. Any document 
explaing all these scenarios should be of great help.

regards


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

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


[jboss-user] [Management, JMX/JBoss] - problems with twiddle.sh under linux (syntax)

2009-01-13 Thread BiLL_TuEr
hi,

when i type this in my konsole:

/opt/server/jboss-4.0.5.GA/bin # ./twiddle.sh -s xxx.xxx.xxx.xxx get 
jboss.system:type=ServerInfo

i get the following:

/opt/server/jboss-4.0.5.GA/bin # ./twiddle.sh -s xxx.xxx.xxx.xxx get 
"jboss.system:type=ServerInfo"
A JMX client to 'twiddle' with a remote JBoss server.

usage: twiddle.sh [options]  [command_arguments]

options:
-h, --helpShow this help message
--help-commands   Show a list of commands
-H=  Show command specific help
-c=command.properties Specify the command.properties file to use
-D[=]Set a system property
--Stop processing options
-s, --server=The JNDI URL of the remote server
-a, --adapter=  The JNDI name of the RMI adapter to use
-u, --user= Specify the username for authentication
-p, --password= Specify the password for authentication
-q, --quiet   Be somewhat more quiet



any idea why?

BiLL

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

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


[jboss-user] [JBoss Cache: Core Edition] - Migration from 1.4.x to 2.x

2009-01-13 Thread karnivas
I've been using JBossCache 1.4.x and wanted to migrate to 2.x. After going 
through the docs and guides I see there are many changes in the API. I've been 
using TreeCache.isCoordinator() and TreeCache.exists() consistently. I used the 
DefaultCacheFactory to create and start my cache. Based on these APIs many 
functionalities change in my application. 2.x is missing those APIs. 

1. How can I identify whether a cache is a coordinator in 2.x ?
2. Which API should be used for cache.exists() ?

Please advice what changes needs to be done for the same. If there is any guide 
which helps to use the new APIs replacing the deleted APIs please give the link.



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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: encountring problems while deploying vectrics-flashrecru

2009-01-13 Thread jaikiran
Based on the list, most the jar files are already provided by JBoss, so copying 
should not be necessary. However, if you need your own version of those jar 
files, then you need to go for classloader scoping of your application.

anonymous wrote : copy the libs from vectrics/vectrics-lib/runtime into the 
directory server/default/lib 

Copying these jar files isn't a good step. They overwrite the ones provided by 
the server and can end up in messing up the system. If at all you need all 
these jars to be included in your application, then follow this wiki (i know, 
for JBoss-5.x its recommended to use jboss-classloading.xml, but the 
documentation is not yet available and since you are new to JBoss, its better 
to have a look at the earlier classloading wiki):

https://www.jboss.org/community/docs/DOC-9288

http://www.jboss.org/community/docs/DOC-10290




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

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


[jboss-user] [JBoss Messaging] - Re: Configuring administered objects(queue/topics) in JBoss-

2009-01-13 Thread siddharth_2279
Thanks Peter that really helped. Thanks a lot for your response. 

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss in Action book: does it talk about configuring SSL on

2009-01-13 Thread Marcos_APS
Does the new book JBoss in Action talk about how to configure SSL on JBoss?

Marcos

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Find class from amother EAR

2009-01-13 Thread adr...@jboss.org
If you can't show the configuration files then we can determine the 
configuration
if you show the relevent log snippets, e.g.

The following shows the config from the console-mgr.sar deployment


  | $ grep -ri "Created BaseClassLoader" server.log | grep console-mgr.sar
  | 2009-01-12 13:11:48,358 DEBUG 
[org.jboss.classloader.spi.base.BaseClassLoader] (main) Created 
baseclassloa...@11ad78c{vfsfile:/home/ejort/jboss-head/build/output/jboss-6.0.0.Alpha1/server/all/deploy/management/console-mgr.sar/}
 with policy 
vfsclassloaderpol...@13d4497{name=vfsfile:/home/ejort/jboss-head/build/output/jboss-6.0.0.Alpha1/server/all/deploy/management/console-mgr.sar/
 domain=null roots=[memorycontexthand...@23214077[path= 
context=vfsmemory://ax406o-wxl0vu-fpv3gism-1-fpv3h3ts-s 
real=vfsmemory://ax406o-wxl0vu-fpv3gism-1-fpv3h3ts-s], 
filehand...@21625374[path=management/console-mgr.sar 
context=file:/home/ejort/jboss-head/build/output/jboss-6.0.0.Alpha1/server/all/deploy/
 
real=file:/home/ejort/jboss-head/build/output/jboss-6.0.0.Alpha1/server/all/deploy/management/console-mgr.sar/],
 
delegatinghand...@29624277[path=management/console-mgr.sar/console-mgr-classes.jar
 
context=file:/home/ejort/jboss-head/build/output/jboss-6.0.0.Alpha1/server/all/deploy/
 real=file:/ho!
 
me/ejort/jboss-head/build/output/jboss-6.0.0.Alpha1/server/all/deploy/management/console-mgr.sar/console-mgr-classes.jar],
 delegatinghand...@14562017[path=management/console-mgr.sar/jcommon.jar 
context=file:/home/ejort/jboss-head/build/output/jboss-6.0.0.Alpha1/server/all/deploy/
 
real=file:/home/ejort/jboss-head/build/output/jboss-6.0.0.Alpha1/server/all/deploy/management/console-mgr.sar/jcommon.jar],
 delegatinghand...@31354872[path=management/console-mgr.sar/jfreechart.jar 
context=file:/home/ejort/jboss-head/build/output/jboss-6.0.0.Alpha1/server/all/deploy/
 
real=file:/home/ejort/jboss-head/build/output/jboss-6.0.0.Alpha1/server/all/deploy/management/console-mgr.sar/jfreechart.jar]]
  delegates=null exported=[org.jfree.data.time, 
org.jboss.console.manager.interfaces, META-INF.maven.jfree.jcommon, 
org.jfree.chart.plot, org.jfree.chart.needle, org.jfree.data.xy, 
org.jfree.text, org.jfree.data.contour, org.jfree.chart.annotations, 
org.jfree.ui.about.resources, org.jfree.chart.!
 urls, org.jfree.chart.demo, org.jfree.ui.about, org.jboss.console.navt
ree, META-INF, org.jboss.console.plugins.helpers.jmx, 
META-INF.maven.jfree.jfreechart, org.jfree.ui.action, org.jfree.chart.entity, 
org.jfree.chart.editor, org.jfree, org.jfree.layout, org.jfree.ui.tabbedui, 
org.jfree.base, org.jfree.ui, org.jfree.chart.axis, org.jfree.chart.resources, 
org.jfree.util, org.jboss.console.plugins.monitor, org.jboss.console.remote, 
com.keypoint, org.jboss.console.plugins.helpers.servlet, org.jfree.chart, 
org.jfree.data.io, org.jfree.chart.renderer, org.jfree.chart.renderer.xy, 
org.jfree.chart.servlet, org.jfree.data.resources, org.jfree.threads, 
org.jfree.chart.event, org.jfree.data.jdbc, org.jfree.data.function, 
org.jfree.date, org.jfree.chart.labels, org.jfree.data.category, 
org.jfree.base.config, org.jfree.resources, org.jfree.chart.renderer.category, 
org.jfree.io, org.jboss.console.plugins, org.jboss.console.plugins.helpers, 
org.jboss.console.util, org.jfree.data.xml, org.jfree.data.general, 
org.jfree.data.statistics, org.jboss.console.manag!
 er.interfaces.impl, org.jfree.base.log, org.jfree.chart.block, 
org.jfree.chart.imagemap, org.jfree.base.modules, org.jfree.data.gantt, 
org.jfree.chart.title, org.jboss.console.manager, org.jfree.chart.encoders, 
org.jfree.data] NON_EMPTY}
  | 2009-01-12 13:11:48,385 DEBUG 
[org.jboss.classloader.spi.base.BaseClassLoader] (main) Created 
baseclassloa...@ebd7c4{vfsfile:/home/ejort/jboss-head/build/output/jboss-6.0.0.Alpha1/server/all/deploy/management/console-mgr.sar/web-console.war/}
 with policy 
vfsclassloaderpol...@1a295be{name=vfsfile:/home/ejort/jboss-head/build/output/jboss-6.0.0.Alpha1/server/all/deploy/management/console-mgr.sar/web-console.war/
 domain=null 
roots=[filehand...@18160626[path=management/console-mgr.sar/web-console.war/WEB-INF/classes
 
context=file:/home/ejort/jboss-head/build/output/jboss-6.0.0.Alpha1/server/all/deploy/
 
real=file:/home/ejort/jboss-head/build/output/jboss-6.0.0.Alpha1/server/all/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/],
 filehand...@14529690[path=management/console-mgr.sar/web-console.war/WEB-INF 
context=file:/home/ejort/jboss-head/build/output/jboss-6.0.0.Alpha1/server/all/deploy/
 real=file:/home/ejort/jboss-head/build/output/jboss-6.0.0.Alpha1/server!
 /all/deploy/management/console-mgr.sar/web-console.war/WEB-INF/]]  
delegates=null exported=[tlds, ] NON_EMPTY}
  | 

Failing that enable TRACE logging for org.jboss.classloader in 
conf/jboss-log4j.xml
which will show exacly what it is doing when it is trying to load the class.

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

Reply to th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: missing files after system restart

2009-01-13 Thread DeMarco2
no ideas?

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS log files

2009-01-13 Thread jaikiran
"ran_sushmi" wrote :  do they get generated on using the system? Please, help 
me 

Assuming you have not changed the jboss-log4.xml (or log4j.xml) under the 
%JBOSS_HOME%/server< serverName>/conf folder, then those files (and even the 
log folder) will be created (if they do not exist) when the server is started.


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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBOSS log files

2009-01-13 Thread ran_sushmi
I have a query with the generation of log files of JBOSS. We want to shift 
servers to new servers, so we had copied JBOSS on the source server to the 
destination server. We did not copy the log files from the source to the 
destination server. I see, only the file 'boot.log' in the 
$JBOSS_HOME/server/default/log folder. But, the log files like jboss.log & 
server.log are not seen, do they get generated on using the system? Please, 
help me understand the concept.

I hope, my question is clear. 

Please, help in solving the doubt. 

regards 

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

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


[jboss-user] [Management, JMX/JBoss] - Re: Error on setting the max. Number of JMS Messages via JMX

2009-01-13 Thread ti
I'm using JBoss 5.0.0.GA

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Find class from amother EAR

2009-01-13 Thread jaikiran
"alesj" wrote : 
  | It's jboss-classloading.xml not jboss-structure.xml. ;-)
  | 
  | Read more about it here:
  |  - https://www.jboss.org/community/docs/DOC-13178

My bad :-) 

I was thinking more on the lines of adding a "classpath" through 
jboss-structure.xml 
http://www.jboss.org/file-access/default/members/jbossmc/freezone/docs/2.0.x/userGuide/ch21s04.html,
 but i now realize that the classpath "path" is relative to (and nested within) 
the EAR.

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

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


[jboss-user] [Microcontainer] - Re: Documentation on implementing Microcontainer services?

2009-01-13 Thread alesj
"stuart_wildcat" wrote : 
  | A "Implementing Microcontainer services for dummies" version would be 
appreciated.
Read my articles on DZone:
 - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=143433

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

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


[jboss-user] [Microcontainer] - Re: Documentation on implementing Microcontainer services?

2009-01-13 Thread alesj
"stuart_wildcat" wrote : Is there any page in the wiki that describes how to 
implement a microcontainer service?
  | 
New MC is all about POJOs.
So, make your service a plain POJO and you're ready to go. ;-)

"stuart_wildcat" wrote : 
  | Information on how to turn a MBean service into a POJO microcontainer 
service might be helpful also.
  | 
By stripping it of MBean notion, making it a plain POJO?

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Find class from amother EAR

2009-01-13 Thread alesj
"jaikiran" wrote : 
  | In JBoss-5.0, i do know that there have been classloader related 
configuration changes and the recommended way to modify it is through 
jboss-structure.xml (if i am not wrong). But since, i haven't yet used the 
jboss-structure.xml for trying out any application, i am not much aware about 
how you can get this scenario working.
  | 
It's jboss-classloading.xml not jboss-structure.xml. ;-)

Read more about it here:
 - https://www.jboss.org/community/docs/DOC-13178

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

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


[jboss-user] [Microcontainer] - Re: Problem parsing jboss-beans.xml

2009-01-13 Thread alesj
"ahalley" wrote : Do I just have to the MC2 jars to the apps own classpath?
  | 
No.
The changes are not that minor, unfortunately.
But if you use JBoss5, it's all already there. ;-)

As I see you're doing some embedded version of it,
perhaps have a look at my MC demos project:
 - http://anonsvn.jboss.org/repos/jbossas/projects/demos/microcontainer/trunk/

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

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


[jboss-user] [Microcontainer] - Re: Problem parsing jboss-beans.xml

2009-01-13 Thread ahalley
Hi

This makes sense as the application is running in a JBoss 4.0.5GA environment. 
Do I just have to the MC2 jars to the apps own classpath?

Alan

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

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


[jboss-user] [Microcontainer] - Re: How to add Annotation Plugin?

2009-01-13 Thread alesj
"trustin" wrote : 
  | If it modifies MC's global behavior, then I think it should be part of MC.  
Otherwise each 3rd party integration module will end up with trying to add the 
same annotation plugin.  Or... I might be missing something.  ;-)
I don't think this should be made directly into MC code.
Since you can easily do it via API or xml (as shown).

What I meant was to put his xml code in some high (early) deployment.
e.g. in JBossAS we should put it next to beans deployers

And I'll probably do this asap - in JBossAS and in MC demos.

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: encountring problems while deploying vectrics-flashrecru

2009-01-13 Thread bolboln01
yes indeed i used xercesImpl.jar and here is the complete list of the *.jars 
that i used in the project

activation.jar
c3p0-0.9.0.3.jar
commons-beanutils.jar
commons-collections-2.1.1.jar
commons-dbcp-1.2.1.jar
commons-discovery.jar
commons-fileupload-1.0.jar
commons-hhtpclient-2.0.jar
commons-lang-1.0.1.jar
commons-logging-1.0.4.jar
commons-net-1.1.0.jar
commons-pool-1.2.jar
commons-validator-1.1.3.jar
ecs-1.4.2.jar
ehcahce-1.1.jar
freemaker.jar
hibernate3.jar
hibernate-annotations.jar
hibernate-entitymanager.jar
itext-1.3.jar
luence-1.4.3.jar
mail.jar
mysql-connector-java-3.0.14-production-bin.jar
poi-2.2.1-final-20010804.jar
quartz.jar
spring-2.0.jar
spring-core-2.0.jar
struts.jar
xercesImpl.jar

and thankx for your help


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

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


  1   2   >