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

2009-03-30 Thread vinothkumar
Hi All,

I have a webservice hosted on my machine and I had deployed the xml 
file(Deployment Descriptor File) for logging monitor with the name 
XX-monitor-service.xml

The attributes defined are :

  |
  |   
  |  
  | RequestCount
  | ResponseCount
  | FaultCount
  |  
  |   
  |
  | 
  |   jboss.ws.XX
  |

I got the following exception :

anonymous wrote : Problem configuring service 
jboss.monitor:type=LoggingMonitor,name=XXXMonitor
  | org.jboss.deployment.DeploymentException: Exception setting attribute 
javax.management.attrib...@1eacdc4 on mbean 
jboss.monitor:type=LoggingMonitor,name=XXXMonitor; - nested throwable: 
(javax.management.MalformedObjectNameException: Key properties cannot be empty)
  | at 
org.jboss.system.ServiceConfigurator.setAttribute(ServiceConfigurator.java:707)
  | at 
org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:332)

and 
anonymous wrote : --- MBeans waiting for other MBeans ---
  | ObjectName: jboss.monitor:type=LoggingMonitor,name=XXXMonitor
  |   State: FAILED
  |   Reason: org.jboss.deployment.DeploymentException: Exception setting 
attribute javax.management.attrib...@1eacdc4 on mbean 
jboss.monitor:type=LoggingMonitor,name=XXXMonitor; - nested throwable: 
(javax.management.MalformedObjectNameException: Key properties cannot be empty)
  | 
  | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
  | ObjectName: jboss.monitor:type=LoggingMonitor,name=XXXMonitor
  |   State: FAILED
  |   Reason: org.jboss.deployment.DeploymentException: Exception setting 
attribute javax.management.attrib...@1eacdc4 on mbean 
jboss.monitor:type=LoggingMonitor,name=XXXMonitor; - nested throwable: 
(javax.management.MalformedObjectNameException: Key properties cannot be empty)
  | 


Pls help me to tackle the issue.


Regards,
Vinoth Kumar.


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

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


[jboss-user] [JNDI/Naming/Network] - sub-pool per user logged in

2009-03-30 Thread manojpardeshi
Hi 
We have an application which is deployed on jboss4 and maintaining  a pool of 
connection with Inconcert database. PFB the ds.xml file:-

IcJava
Inconcert System Connection
inconcert.rar

com.wcg.framework.ra.InconcertConnectionFactory
optxicp
icapp
61071
0

40
5000
10

   


I am not able to understand what is the meaning of sub pool per user. I think 
connection pool is maintained at application level and not at user level. Much 
appreciate if somebody clarify my doubt.
Thanks in advance,
Manoj

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

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


[jboss-user] [JBoss Portal] - org.apache.commons.discovery.DiscoveryException: Class org.a

2009-03-30 Thread GajananM
when i am running webservice through axis client in potlet 2.7.1. I am getting 
following error.


stacktrace:




exception 

javax.servlet.ServletException: Servlet execution threw an exception

org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)


root cause 

java.lang.ExceptionInInitializerError
org.apache.axis.handlers.BasicHandler.(BasicHandler.java:81)
org.apache.axis.client.Service.getAxisClient(Service.java:140)
org.apache.axis.client.Service.(Service.java:149)

com.sun.j2ee.blueprints.opc.powebservice.PoEndpointBeanServiceLocator.(PoEndpointBeanServiceLocator.java:12)

com.sun.j2ee.blueprints.opc.powebservice.PoEndpointBeanProxy._initPoEndpointBeanProxy(PoEndpointBeanProxy.java:18)

com.sun.j2ee.blueprints.opc.powebservice.PoEndpointBeanProxy.(PoEndpointBeanProxy.java:8)

org.jboss.portal.portlet.samples.SampleClient.service(SampleClient.java:62)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)


root cause 

org.apache.commons.discovery.DiscoveryException: Class 
org.apache.commons.logging.impl.SLF4FLogFactory does not implement 
org.apache.commons.logging.LogFactory

org.apache.commons.discovery.tools.ClassUtils.verifyAncestory(ClassUtils.java:180)

org.apache.commons.discovery.tools.SPInterface.verifyAncestory(SPInterface.java:202)

org.apache.commons.discovery.tools.SPInterface.newInstance(SPInterface.java:196)

org.apache.commons.discovery.tools.DiscoverClass.newInstance(DiscoverClass.java:579)

org.apache.commons.discovery.tools.DiscoverSingleton.find(DiscoverSingleton.java:418)

org.apache.commons.discovery.tools.DiscoverSingleton.find(DiscoverSingleton.java:378)
org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:84)
java.security.AccessController.doPrivileged(Native Method)

org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.java:80)
org.apache.axis.components.logger.LogFactory.(LogFactory.java:72)
org.apache.axis.handlers.BasicHandler.(BasicHandler.java:81)
org.apache.axis.client.Service.getAxisClient(Service.java:140)
org.apache.axis.client.Service.(Service.java:149)

com.sun.j2ee.blueprints.opc.powebservice.PoEndpointBeanServiceLocator.(PoEndpointBeanServiceLocator.java:12)

com.sun.j2ee.blueprints.opc.powebservice.PoEndpointBeanProxy._initPoEndpointBeanProxy(PoEndpointBeanProxy.java:18)

com.sun.j2ee.blueprints.opc.powebservice.PoEndpointBeanProxy.(PoEndpointBeanProxy.java:8)

org.jboss.portal.portlet.samples.SampleClient.service(SampleClient.java:62)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)



thanks in advance


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

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


[jboss-user] [JBoss Portal] - New Theme - From web 2.0 template -> How to??

2009-03-30 Thread soundspeace
i have a good question. I want to make a theme that look like web template that 
can download from example templateworld.com

this example web 2.0 template

http://www.templateworld.com/zero/in_action/jet_30/

to view look like these template in jboss portal. It easy for me. i just import 
css this template and part of css in portal_style.css i comment it.

because jboss portal have 3 layout -> i just take 1 column (index.jsp) for this 
template.

So i just copy paste some html content from this template put in to 1 column 
layout.

the problem is, when user change theme renewal use 1 column.. the theme will be 
look ugly, because have some content html that i put it for my new theme.

i need opinion, how i want to make new theme that look like i download from 

[/url]www.templateworld.com[url]

what i need to do? how to? Did i need make all div (header,left,right,bottom, 
footer) as portlet??? because i want the data will be call from database..
i dun want static html.. 

can u giv me a link example website use jboss portal look like templateworld???


p/s -> i m new comer in java , new in jbossportal... im very interesting to 
learn java .. im php background.

tq[/url]

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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: WARN [TxInterceptor] Commit failed. Clearing stale loc

2009-03-30 Thread krishnan366
Hi Manik,
 But eviction does not work , as commit fails , if I have the clustering 
section. That is when I have this thread posted.

Thanks !!

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

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


[jboss-user] [Security & JAAS/JBoss] - Re: SecurityAssociation and ClientLoginModule authentication

2009-03-30 Thread zithuba
Hi, I am having a problem with the same ejb security. I have read a lot of the 
articles and forums but I still have the problem. I use Anil`s setup for the 
Jaas security login modules and deploy it with my app. It gets deployed, and I 
used the JB AS5 way of propagating login credentials as you described above. 
The user get authenticated but authorization fails for my method with a 
rolesallowed entry. Do I have to do this (client.login()) everytime I am going 
to do a lookup on the context or call an ejb method?

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

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


[jboss-user] [JBoss Cache: Core Edition] - Hello World for Dummies

2009-03-30 Thread angusm
Having struggled for some time to get JBC 30 running in a cluster on JBossAS 
50, I have put together a small Hello World type program to show how it is 
done. It may be accessed here: http://www.opendoors.fr/dummies/dummies.zip. The 
UserGuide does a very good job of explaining the general principals  of the 
cache, but it does not give detailed code examples. The Unit Tests are just 
that: they exhaustively tests every imaginable feature, but in an isolated way, 
so they are not a basis to start developping on the server. So hopefully this 
program might fill a gap. (If anyone wants to put it somewhere else they are 
welcome, as the present site is not ideal). 

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

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


[jboss-user] [Beginners Corner] - Re:

2009-03-30 Thread jaikiran
"GermanDev" wrote : But when I try to reproduce this with the jmx-console where 
they don't do it didn't work. I am asked to enter a password but nothing is 
accepted..
  | 
  | 
  | 

The users/roles properties for the jmx-console application are in 
%JBOSS_HOME%/server/< serverName>/conf/props folder (named 
jmx-console-users.properties and jmx-console-roles.properties)

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

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


[jboss-user] [JBoss Messaging] - Re: JBM 2.0 BETA1 -- quque/topicExample failed in jndi looku

2009-03-30 Thread timfox
Probably you have localhost resolving to 127.0.1.1 in your hosts file

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

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


[jboss-user] [JBoss OSGi] - JBossOSGi-1.0.0.Alpha3 Released (27-Mar-2009)

2009-03-30 Thread thomas.dies...@jboss.com
I am happy to announce the release of JBossOSGi-1.0.0.Alpha3.

JBossOSGi-1.0.0.Alpha3 is our first functional release that comes with:

* Apache Felix integration
* A specialized JBossOSGi Runtime
* Integrated Hudson QA
* IzPack based Installer
* Bundle hot deployment
* Management Console
* Docbook Guides
* HttpService
* LogService

Task

* [JBOSGI-29] - Provide Initial Framework SPI
* [JBOSGI-30] - Integration layer for Apache Felix
* [JBOSGI-35] - Setup JBoss OSGi download area
* [JBOSGI-38] - Investigate bundle install/start behaviour with random 
deployment order
* [JBOSGI-41] - Verify persistent file storage
* [JBOSGI-42] - Provide IzPack based Installer
* [JBOSGI-43] - Hudson QA as integral part of each project release
* [JBOSGI-44] - Provide bundle hot-deployment on jboss
* [JBOSGI-45] - Provide minimal JBossOSGi Runtime
* [JBOSGI-46] - Integrate 3rd party HttpService
* [JBOSGI-47] - Delegate 3rd party framework logging to jboss logging
* [JBOSGI-48] - Integrate 3rd party LoggingService
* [JBOSGI-49] - Integrate 3rd party Management Console
* [JBOSGI-50] - Provide a docbook guides
* [JBOSGI-51] - Provide a management view (JMX) on framework and bundles

Enjoy
The JBossOSGi Team

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

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


[jboss-user] [JBoss Messaging] - Re: JBM 2.0 BETA1 -- quque/topicExample failed in jndi looku

2009-03-30 Thread gaohoward
gee! exactly my hosts has that entry:


  | 127.0.0.1   localhost
  | 127.0.1.1   howard-laptop
  | 

The example runs OK after removing it!

Thanks Tim!


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

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


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

2009-03-30 Thread dimit...@jboss.org
Post the whole -service.xml descriptor.

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

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


[jboss-user] [Management, JMX/JBoss] - How to access ServiceController MBean by an another mbean

2009-03-30 Thread SARA1232007
Hi,

I want to develop a mbean to stop, start web service in web container by access 
ServiceController mbean. Can anyone tell me what is the name and operations 
supported by the ServiceController mbean?

Thanks.

Sara

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

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


[jboss-user] [Management, JMX/JBoss] - How to get web service performance statistic information by

2009-03-30 Thread SARA1232007
Hi,

I want to use a mbean to get web service performance statistic information such 
as invocation count, max invocation time, etc. Is there a mbean provided by 
JBoss responsible for this? If so, can anyone tell how to access this mbean? If 
not, can anyone give me some advice to realize this?

Thanks a lot!

Sara

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

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


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

2009-03-30 Thread karink
Hi Anil 
I attached a request sample to the Jira Bug
Regards
Karin

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

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


[jboss-user] [Management, JMX/JBoss] - How to manage a web service by a management web servce

2009-03-30 Thread SARA1232007
Hi,

I need to manage the web service deployed on JBoss using some management web 
service providing functions such as start, stop web service, provide 
performance statistics of the managed web service. My plan is to realize the 
management function using a mbean to access to the standard mbeam provided by 
JBoss which can realize the management function. 

My question is: if this can be done, is there someway to encapsulate mbean to a 
web servce? How? or if this can not be done, can anyone give me some advice to 
develop the management web service?

Thanks a lot.

Sara

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

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


[jboss-user] [Security & JAAS/JBoss] - URL PATTERN

2009-03-30 Thread ankit2212
In the security constraint I put



 


  
  All resources
  Protects all resources
  /*
  
  IPTUser
  
   


For All folder I put "*" in URL pattern but if I want put one folder outside 
from this constraint How can I?

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

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


[jboss-user] [Performance Tuning] - Peak of CPU

2009-03-30 Thread picje
Hello,

We use the jboss 4.0.3SP1 version and sometimes we observe a high peak of CPU 
(more than 150%), and if I look to the number of activethread I see 217 
threads. However the maximum number of thread in the pool is configured to 25.


  JBoss System Threads
  System Threads
  
  6
  
  25
  
  1000
  
  run
   

As the maximum number of thread is lower than the number of Active thread, can 
it explain the peak of CPU consumption? Because we create and destroy a lot of 
thread which are not pooled? 

And of course do we have to increase the maximum number of thread in the pool 
and what is the limit?

by advance thanks a lot for your help.

Best Regards,
Jerome.

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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: Feature request for eviction policies

2009-03-30 Thread jorgemoralespou_2
>From what you say, I guess, that whenever I add a new Node, which is not in a 
>previously created Region, JBC dos not create any Region`s specific 
>infrastructure, so it is applying whatever configuration is configured for a 
>topper lever region.
Is this infrastructure so costly in means of memory?
If I do a remove on Cache.ROOT, is all this infrastructure removed and freed? 
Also for subregions?
I guess that it is not possible to create a RegionCreated event in cache 
listener, since creating a node with a new FQN (a region that was not 
explicitly created) is not creating any region infrastructure?

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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: WARN [TxInterceptor] Commit failed. Clearing stale loc

2009-03-30 Thread manik.surt...@jboss.com
You need to look into your logs and determine why a transaction failed.  It 
could be any number of reasons.

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

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


[jboss-user] [JBoss Messaging] - Re: JBM 2.0 BETA1 -- quque/topicExample failed in jndi looku

2009-03-30 Thread gaohoward
another problem found with topicExample when this issue removed, client side:


  | $ ant topicExample
  | Buildfile: build.xml
  | 
  | init:
  | 
  | compile:
  | 
  | topicExample:
  |  [java] javax.jms.JMSException
  |  [java] at 
org.jboss.messaging.core.remoting.impl.wireformat.MessagingExceptionMessage.decodeBody(MessagingExceptionMessage.java:88)
  |  [java] at 
org.jboss.messaging.core.remoting.impl.wireformat.PacketImpl.decode(PacketImpl.java:209)
  |  [java] at 
org.jboss.messaging.core.remoting.impl.RemotingConnectionImpl.decode(RemotingConnectionImpl.java:884)
  |  [java] at 
org.jboss.messaging.core.remoting.impl.RemotingConnectionImpl.bufferReceived(RemotingConnectionImpl.java:512)
  |  [java] at 
org.jboss.messaging.core.client.impl.ConnectionManagerImpl$DelegatingBufferHandler.bufferReceived(ConnectionManagerImpl.java:1066)
  |  [java] at 
org.jboss.messaging.integration.transports.netty.MessagingChannelHandler.messageReceived(MessagingChannelHandler.java:75)
  |  [java] at 
org.jboss.netty.channel.SimpleChannelHandler.handleUpstream(SimpleChannelHandler.java:105)
  |  [java] at 
org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:567)
  |  [java] at 
org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:802)
  |  [java] at 
org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:385)
  |  [java] at 
org.jboss.netty.handler.codec.frame.FrameDecoder.fireMessageReceived(FrameDecoder.java:310)
  |  [java] at 
org.jboss.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:287)
  |  [java] at 
org.jboss.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:210)
  |  [java] at 
org.jboss.netty.channel.SimpleChannelHandler.handleUpstream(SimpleChannelHandler.java:105)
  |  [java] at 
org.jboss.netty.handler.codec.frame.FrameDecoder.handleUpstream(FrameDecoder.java:170)
  |  [java] at 
org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:567)
  |  [java] at 
org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:562)
  |  [java] at 
org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:342)
  |  [java] at 
org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:329)
  |  [java] at 
org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:296)
  |  [java] at 
org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:251)
  |  [java] at 
org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:173)
  |  [java] at 
org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:72)
  |  [java] at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
  |  [java] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
  |  [java] at java.lang.Thread.run(Thread.java:595)
  |  [java] Caused by: MessagingException[errorCode=0 message=null]
  |  [java] ... 26 more
  | 
  | BUILD SUCCESSFUL
  | Total time: 1 second
  | 
  | 

Server Side


  | 16:52:42,380 ERROR @New I/O server worker #1-2 [ServerSessionImpl] Failed 
to create queue
  | java.lang.NullPointerException
  | at org.jboss.messaging.utils.SimpleString.(SimpleString.java:84)
  | at 
org.jboss.messaging.core.security.impl.SecurityStoreImpl.check(SecurityStoreImpl.java:175)
  | at 
org.jboss.messaging.core.server.impl.ServerSessionImpl.doHandleCreateQueue(ServerSessionImpl.java:1293)
  | at 
org.jboss.messaging.core.server.impl.ServerSessionImpl.handleCreateQueue(ServerSessionImpl.java:380)
  | at 
org.jboss.messaging.core.server.impl.ServerSessionPacketHandler.handlePacket(ServerSessionPacketHandler.java:126)
  | at 
org.jboss.messaging.core.remoting.impl.RemotingConnectionImpl$ChannelImpl.handlePacket(RemotingConnectionImpl.java:1535)
  | at 
org.jboss.messaging.core.remoting.impl.RemotingConnectionImpl$ChannelImpl.access$600(RemotingConnectionImpl.java:893)
  | at 
org.jboss.messaging.core.remoting.impl.RemotingConnectionImpl.bufferReceived(RemotingConnectionImpl.java:522)
  | at 
org.jboss.messaging.core.remoting.server.impl.RemotingServiceImpl$DelegatingBufferHandler.bufferReceived(RemotingServiceImpl.java:360)
  | at 
org.jboss.messaging.integration.transports.netty.MessagingChannelHandler.messageReceived(MessagingChannelHandler.java:75)
  | at 
org.jboss.netty.channel.SimpleChannelHandler.handleUpstream(SimpleChannelHandler.java:105)
  | at 
org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:567)

[jboss-user] [JBossWS] - How to get rid of namespace information ?

2009-03-30 Thread dimar1975
Hi all,
I have a Webservice which returns an ArrayList of Objects to the client. Since 
the methods takes quite a bit to return I have taken a dump of the SOAP packet 
which is returned:
The method is getAllViews and this is a small piece of it:

http://oneoffice/tasklist"; 
xmlns:ns1="http://oneoffice/filter";>http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; xsi:type="xs:string">view2
  | http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; xsi:type="xs:string">view1
  | http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; xsi:type="xs:string">item18
  | http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; xsi:type="xs:string">item1
  | http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; xsi:type="xs:string">item7
  | http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; xsi:type="xs:string">item3
  | http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; xsi:type="xs:string">ff
  | http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xsi:type="xs:string">item3

As you can see there's a lot of information in the xmlns and xsi elements which 
bloat the SOAP package. How can I get rid of it so that I slim the SOAP packet ?

I've tried with both @SOAPBinding(style = SOAPBinding.Style.RPC)
and @SOAPBinding(style = SOAPBinding.Style.DOCUMENT) but the SOAP packet stays 
the same.
any idea ?
thanks
Marco

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

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


[jboss-user] [JBoss Messaging] - Re: JBM 2.0 BETA1 -- quque/topicExample failed in jndi looku

2009-03-30 Thread gaohoward
Thanks Jeff! you are fast. :)

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

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


[jboss-user] [JBoss Portal] - Re: Change the portlet title programmatically

2009-03-30 Thread jssteux



response.setTitle(java.lang.String title) 

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

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


[jboss-user] [JBoss Messaging] - Re: JBM 2.0 BETA1 -- quque/topicExample failed in jndi looku

2009-03-30 Thread gaohoward
Thanks Andy. You are fast too. :)

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

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


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

2009-03-30 Thread vinothkumar
Hi Dimitris,

   Thanks for your reply. Here is the descriptor.



  | http://www.jboss.org/j2ee/dtd/jboss-service_4_0.dtd";>
  | 
  | 
  | 
  |
  | 
  | 
  |   ${jboss.server.log.dir}/SampleWS.log
  |   false
  |   DAY
  |   5000
  |   
  |
  |   
  |  
  | RequestCount
  | ResponseCount
  | FaultCount
  |  
  |   
  |
  | 
  |   jboss.ws.SampleWS
  |
  |
  | 
  | 



Thanks,
Vinoth Kumar.

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
sorry i am using jboss 5.0.1 GA 

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

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


[jboss-user] [JBoss Messaging] - Re: NullPointer Exception at server side - JBM 1.4.0.SP3

2009-03-30 Thread sentcs
HI,

In my production environment also getting same network issue, so that we are 
restarting(Closing all the obecjts) the receiver for every 30 minutes. In this 
case we are facing problem as Receiver getting strucks either create the 
connection or creating the session by using connection object or closing the 
connection.

Please some one help me to close this issue.

Thanks in advance.

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Memory Utilization in JBoss5.0.1

2009-03-30 Thread sahuly
"sahuly" wrote : While starting jboss5.0.1, it takes too much of memory nearly 
around 400MB. After some times it drop down...Again while deploying our 
application it takes around 1GB. This was not the case with JBoss4.0.4..Any 
idea about how to reduce the memory..Whether need to remove any servic???

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

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


[jboss-user] [Beginners Corner] - Re:

2009-03-30 Thread GermanDev
This works, thank you! 

It all seems very confusing to me. Where do I set the location of the user and 
role files for the Root.WAR application? Where do I set that location in common?

Is there an (easy or not that complicated) way to create one general user 
account and set for each web application that the access is either always 
granted or requires a valid login of that user?

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Memory Utilization in JBoss5.0.1

2009-03-30 Thread jaikiran
Please see this thread in the AS5 forum 
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=151293. If you have 
any findings (through profilers) please attach it to the JIRA referenced in 
that thread.


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

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


[jboss-user] [EJB 3.0] - Re: Deploying an EJB3 MDB as stopped?

2009-03-30 Thread chtimi2
I mean using the standard start/stop methods on the MDB works, but the 
DeliveryActive attribute doesn't.

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Error Instantiating ExpressionFactory

2009-03-30 Thread Shadee
I'm using richfaces and spring on jboss. I wanted to switch to jboss-EL, so I 
added:


  |   
  | com.sun.faces.expressionFactory
  | org.jboss.el.ExpressionFactoryImpl
  |   
  | 

to web.xml Howerver when I start server now I got:


  | 12:25:50,046 FATAL [config] Error Instantiating ExpressionFactory
  | java.lang.ClassNotFoundException: No ClassLoaders found for: 
org.jboss.el.ExpressionFactoryImpl
  | at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212)
  | at 
org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:514)
  | at 
org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:408)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
  | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
  | at java.lang.Class.forName0(Native Method)
  | at java.lang.Class.forName(Class.java:169)
  | at 
com.sun.faces.config.ConfigureListener.installExpressionFactory(ConfigureListener.java:1521)
  | at 
com.sun.faces.config.ConfigureListener.registerELResolverAndListenerWithJsp(ConfigureListener.java:1540)
  | at 
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:403)
  | at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854)
  | at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4359)
  | at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761)
  | at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741)
  | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
  | 

I even added jar with jboss-el to lib folder and I can call it in Java code. 
I've tried to search about this problem and I found similar problem, but 
solution is for GlasFish: 
http://forums.java.net/jive/thread.jspa?messageID=297909
Anyone could help me with this one please?

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

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


[jboss-user] [JBoss jBPM] - Re: Missing Swimlane Tab in JBPM Designer

2009-03-30 Thread Setya
Hi,

Thank you for your clarification.

BTW, the latest version I found to download is 3.2.6.SP1, but the other day 
I've also found 3.3.1.GA, which one is the latest ?

Regards,

Setya

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

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


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

2009-03-30 Thread dimit...@jboss.org
"jboss.ws.SampleWS" is *not* a valid JMX ObjectName.

http://java.sun.com/j2se/1.5.0/docs/api/javax/management/ObjectName.html

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
in my project there is some classes wich uses the org.apache.axis.* classes, 
should i change that to org.jboss.axis.* ?? if it's the case , wich jars should 
i add??? thanks in advance

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Dev and Prod deployment

2009-03-30 Thread jaikiran
Going by what you mentioned, i guess you need multiple instances of the server 
on a single machine. See this http://www.jboss.org/community/docs/DOC-9384. One 
instance will be for dev and one for prod. Each of these instances can have its 
own set of applications/configurations and can be accessed through different 
URLs.


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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread jaikiran
User applications are not restricted to use org.jboss.axis.*. If the user 
application needs to use axis.jar or any other third party jar, it can do so. 
The only thing that you need to configure is the classloader for your 
application so that the jars in your application are picked up. Have you done 
that? And how is your application packaged?


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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error Instantiating ExpressionFactory

2009-03-30 Thread jaikiran
anonymous wrote : I even added jar with jboss-el to lib folder

Which lib folder did you add it to? And how your application packaged? And 
which version of JBoss AS and Java do you use?

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

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


[jboss-user] [Security & JAAS/JBoss] - Re: URL PATTERN

2009-03-30 Thread Wolfgang Knauf
Hi,

exclusion of directories is unfortunately not possible.

The only thing you can do: move all protected content to subdirectories, and 
leave the root directory and the excluded subdirectory unsecured.

Hope this helps

Wolfgang

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
m my aplication is packaged as a WAR and i include the axis.jar in my 
web-inf/lib.so i dont think i need to change my classloader or classpath cause 
i include the jar in the web-inf/lib.

get me out of the darkeness ;)

thank you.

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread jaikiran
"BjPenn" wrote : m my aplication is packaged as a WAR and i include the 
axis.jar in my web-inf/lib.so i dont think i need to change my classloader or 
classpath cause i include the jar in the web-inf/lib.
  | 
Good point :) The WARs have isolated classloaders by default.

"BjPenn" wrote : 
  | get me out of the darkeness ;)
  | 
  | 

Looking at the exception:

anonymous wrote : Caused by: java.lang.LinkageError: loader constraint 
violation: when resolving method 
"org.apache.commons.collections.map.LazyMap.decorate

I think you don't have a complete set of required jar files in your application 
package. I think you might be missing the jar file containing the 
org.apache.commons.* and other related packages. Can you post the output of

jar -tf myapp.war

I'm mainly interested in the contents of the lib folder of the war

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

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


[jboss-user] [Security & JAAS/JBoss] - Re: SecurityAssociation and ClientLoginModule authentication

2009-03-30 Thread Wolfgang Knauf
Hi,

"client.login" must be called only once. 

Please start a new thread, and provide us with more details on your login 
module and security configuration and on your client code. 

Did you check that your user is authenticated by the login module? Maybe the 
login fails and the login module falls back e.g. to the unauthenticatedIdentity 
(take a look at question 4 of the FAQ to see how to activate security layer 
logging).

Best regards

Wolfgang

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

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


[jboss-user] [JBossWS] - Call.setReturnType gives NPE

2009-03-30 Thread p_repetti
Hello

I am using JBossWS inside JBoss AS 4.2.2GA. I guess the WS version is 2.0.1GA.

I get a NullPointer calling setReturnType(null) on an instance of Call.

The Java EE doc for setReturnType javax.xml.rpc.Call says that
"Invoking setReturnType(null) removes the return type for this Call object."
and so does the JBoss implementation, org.jboss.ws.core.jaxrpc.client.CallImpl.

The jboss stack trace is 

Caused by: java.lang.NullPointerException
at 
org.jboss.ws.core.binding.TypeMappingImpl$IQName.(TypeMappingImpl.java:702)
at org.jboss.ws.core.binding.TypeMappingImpl.getJavaType(TypeMappingImpl
.java:214)
at org.jboss.ws.core.jaxrpc.client.CallImpl.setReturnType(CallImpl.java:
239)

I downloaded the sources and followed the stack trace. It looks to me that the 
NPE is justified, since the IQName constructor does not check the passed qname 
against null:

public IQName(QName name)
  {
 namespace = name.getNamespaceURI() != null ? 
name.getNamespaceURI().intern() : "".intern();
 localPart = name.getLocalPart() != null ? name.getLocalPart().intern() 
: "".intern();
 prefix = name.getPrefix() != null ? name.getPrefix().intern() : 
"".intern();
 hash = name.hashCode();
  }

Has anyone had the same problem ? Is it necessary to open a bug ?

-- Pierangelo

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error Instantiating ExpressionFactory

2009-03-30 Thread Shadee
It's lib folder in my projects WEB-INF, it's just simple web application. I'm 
using JBoss AS version 4.2 and Java 5.

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

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


[jboss-user] [JBoss Messaging] - JBM Client behind NAT

2009-03-30 Thread lanceliao1
Hi
I know JBM server can work correct behind NAT/Firewall by setting 
secondaryBindPort and secondaryConnectPort.
How about client behind NAT connect JBM Server? I tried.It seem works but 
failed by connectionValidator?
Any Suggestion,or JBM does not allow the usage?


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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Memory Utilization in JBoss5.0.1

2009-03-30 Thread sahuly
While starting jboss5.0.1, it takes too much of memory nearly around 400MB. 
After some times it drop down...Again while deploying our application it takes 
around 1GB. This was not the case with JBoss4.0.4..Any idea about to reduce the 
memory..Whether need to remove any servic???

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

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


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

2009-03-30 Thread vinothkumar
Hi Dimitris,

Thanks for your reply. I am having a webservice deployed  in my 
Jboss Server.(jboss-4.2.3.GA). I am trying to use the logging monitor to get 
the values such as Request Count, Response Count,etc. I would like to know how 
to configure the descriptor file and any other changes required to monitor the 
webservice. Any suggestions/links will be helpful.



 Thanks and Regards,
Vinoth Kumar.

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

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


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

2009-03-30 Thread anil.saldh...@jboss.com
Karin,  thanks for the sample request.  I have the fix - want to verify your 
sample request.  CR5 is tomorrow.

2.0.3 will be around middle of April.

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

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


[jboss-user] [JBoss jBPM] - Re: Don't see running process in JBPM

2009-03-30 Thread Toriton
hi Dejan,

i'm not an expert of JBPM, but i think you don't deployed the ".par" archive 
for the process.
And to deploy the process you have to use the servlet uploader (never used ) or 
the link inside the jbpm console to deploy it.
I always used the console to deploy a new process.
So, if i'm not wrong , you deployed only the webapp at this moment and not the 
process.



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

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


[jboss-user] [JBoss Messaging] - Re: JBM Client behind NAT

2009-03-30 Thread timfox
Yes this should work, but you should try asking in the JBoss Remoting forum - 
this is really a JBoss remoting question.

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

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


[jboss-user] [JNDI/Naming/Network] - Re: sub-pool per user logged in

2009-03-30 Thread PeterJ
You are correct in assuming that a database connection pool is maintained at 
the application server level, not at the user level. However, it would appear 
that the Inconcert database maintains its own connection pool.  You should ask 
your question to the makers of the database.

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

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


[jboss-user] [JBoss jBPM] - Re: custom events / executionContext

2009-03-30 Thread gchanteb
Question 2 - It's ok it works now... :-P... but is there a 
"getExecutionContext" somewhere ? I don't find it. Here i do a "new 
ExecutionContext(..)".

Thx

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

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


[jboss-user] [JBoss Messaging] - Re: JBM 2.0 BETA1 -- quque/topicExample failed in jndi looku

2009-03-30 Thread ataylor
Howard, I wouldn't spend too much time trying to get the examples to work. 
We're in the process of re-writing them.

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

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


[jboss-user] [JBoss jBPM] - Re: custom events / executionContext

2009-03-30 Thread gchanteb
Oups, erratum:

Question 1- Why ? My System.out.println("node-enter!"); "worked" into 
node-enter! 

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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: FD Issue

2009-03-30 Thread karnivas
We tested the same with JBoss Cache 1.4.1 SP8 with JGroups 2.4.1.SP8 but the 
problem still exists

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

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


[jboss-user] [JBoss Cache: Core Edition] - JPA/Hibernate JBC usage

2009-03-30 Thread zeravlai
Hi all,

please help me in understanding how Hibernate uses the second level cache 
through this test case I'm running:
- 2 threads start at the same time.
- Both threads are reading for three consecutive times an overlapping subset of 
Entity Beans by means of an element manager named query.
- I see how the 2nd level cache is updated as soon as the first query is 
executed.

But, checking the cache statistics I don't see any reads on the cache 
(read/writes ratio is 0.0). Why is this happening this way?
Are there any traces I can enable to be sure JBC is being read by the queries I 
execute?.

Thanks a lot! 



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

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


[jboss-user] [JBoss Messaging] - Re: Could not find new XAResource to use for recovering non-

2009-03-30 Thread chtimi2
No ideas?

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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: FD Issue

2009-03-30 Thread karnivas
"karnivas" wrote : We tested the same with JBoss Cache 1.4.1 SP8 with JGroups 
2.4.1.SP8 but the problem still exists

We tested the same with JBoss Cache 1.4.1 SP8 with JGroups 2.4.1.SP4 but the 
problem still exists

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

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


[jboss-user] [Performance Tuning] - Re: Peak of CPU

2009-03-30 Thread PeterJ
There are also the HTTP threads which are defined in 
server/xxx/deploy/jbossweb-tomcat55.sar/server.xml.  A Thread dump should 
indicate what threads are running and what they are doing.

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

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


[jboss-user] [JBoss Messaging] - Re: JBM 2.0 BETA1 -- quque/topicExample failed in jndi looku

2009-03-30 Thread jmesnil
oops... I submitted too fast...

I've fixed the issue in r6210. SimpleString ctor does not accept null strings.

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

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


[jboss-user] [JBoss Messaging] - Re: JBM 2.0 BETA1 -- quque/topicExample failed in jndi looku

2009-03-30 Thread jmesnil
"gaohoward" wrote : another problem found with topicExample when this issue 
removed, client side:
  | 

I've fixed the issue.


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

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


[jboss-user] [JBoss jBPM] - Don't see running process in JBPM

2009-03-30 Thread DeanDeen
Hi,

I am working on test project with JBoss jBPM, SEAM on JBoss 4.2.3 Server using 
ORACLE DB.
Everything is working just fine, except this...

I deploy my application (which include jBPM preces definition) on server and 
run it via Firefox. My application works just fine as well as process in it. 
BUT
When I go to check it in jbpm-console, I don't see nothing until I restart 
server. After restart I can see process.

What I am searching for is how to see (in jbpm-console) what is happening in my 
application (with my process) in real-time. 
Assume that I am running my application and at some point in process execution 
I open jbpm-console. I would like so see process image and where exactly my 
process is at.

Thanks for any suggestion...
Dejan

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - axis.jar incompatibility

2009-03-30 Thread BjPenn
does anyone knows if it's ok to add axis.jar and axis-antl.jar to my 
application?? does it create any conflicts, cause since i added them i am 
having problems on deploying my app.this is the log:


  | 11:22:07,406 INFO  [NamingHelper] JNDI InitialContext 
properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory,
 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
  | 11:22:07,453 INFO  [SessionFactoryObjectFactory] Bound factory to JNDI 
name: persistence.unit:unitName=#jtoolkitfwPU
  | 11:22:07,453 WARN  [SessionFactoryObjectFactory] InitialContext did not 
implement EventContext
  | 11:22:07,453 INFO  [NamingHelper] JNDI InitialContext 
properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory,
 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
  | 11:22:18,718 INFO  [TomcatDeployment] deploy, ctxPath=/SENICJB
  | 11:22:20,156 ERROR [[/SENICJB]] Excepci??n enviando evento inicializado de 
contexto a instancia de escuchador de clase 
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
  | com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! loader 
constraint violation: when resolving method 
"org.apache.commons.collections.map.LazyMap.decorate(Ljava/util/Map;Lorg/apache/commons/collections/Transformer;)Ljava/util/Map;"
 the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) 
of the current class, org/ajax4jsf/application/ComponentsLoaderImpl, and the 
class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) for 
resolved class, org/apache/commons/collections/map/LazyMap, have different 
Class objects for the type org/apache/commons/collections/Transformer used in 
the signature
  | at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:213)
  | at 
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:196)
  | at 
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:75)
  | at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
  | at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
  | at 
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:312)
  | at 
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:144)
  | at 
org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
  | at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
  | at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:597)
  | at 
org.jboss.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:51)
  | at 
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
  | at 
org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
  | at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
  | at 
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
  | at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
  | at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
  | at 
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
  | at 
org.jboss.dependency.plugins.AbstractController.change(AbstractController.

[jboss-user] [JBoss jBPM] - Re: Missing Swimlane Tab in JBPM Designer

2009-03-30 Thread kukeltje
in the 3.1.x releases, there is no swimlane tab in editor, at least not in the 
design pane. The swimlanes are configured in the properties pane

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Dev and Prod deployment

2009-03-30 Thread DoubleDenim
"jaikiran" wrote : 
  | 
  | 1) Do you want both the dev and the prod application on the same server? If 
not, then you can host it on a separate dev system (which is the most common 
way for such things).
  | 2) Do you want them to be running simultaneously?
  | 
  | 

I guess I want them on the same server for financial reasons more than 
anything. Being a start up i don't really want to incur the cost of another 
server. I have a cheap server i could put it on but its almost unusable it is 
so poor.

I will need them to be able to run simultaneously as it is a work in progress 
and I really need a staging server. 
In my method above i was actually going to create a seperate datasource and 
seperate db as well.

Another thing I need to consider, which is probably the most important as I 
will have to find a solution regardless. Is the fact that my production build 
will have to be slightly different from my dev. You see the application talks 
to 3rd party webservices. In dev these will be testing versions of the 
webservices and live versions for production, so I need some sophisticated way 
of switching between the two.



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

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


[jboss-user] [JBoss Portal] - Re: Change the portlet title programmatically

2009-03-30 Thread PeterJ
jssteux is correct. I didn't dig through my code far enough to find the line 
that actually changes the title. Sorry about that.

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

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


[jboss-user] [JBoss AOP] - Re: Pointcut intercepting methods with annotated arguments

2009-03-30 Thread kabir.k...@jboss.com
I've reopened the issue

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

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


[jboss-user] [EJB 3.0] - Re: Deploying an EJB3 MDB as stopped?

2009-03-30 Thread chtimi2
Any idea? I have the exact same problem.

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

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


[jboss-user] [JBoss AOP] - Re: Problem intercepting DataSource method calls in JBoss 4

2009-03-30 Thread kabir.k...@jboss.com
This is not really supported 
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=150460

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Memory Utilization in JBoss5.0.1

2009-03-30 Thread sahuly
"sahuly" wrote : "sahuly" wrote : While starting jboss5.0.1, it takes too much 
of memory nearly around 400MB. After some times it drop down...Again while 
deploying our application it takes around 1GB. This was not the case with 
JBoss4.0.4..Any idea about how to reduce the memory..Whether need to remove any 
servic???

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

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


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

2009-03-30 Thread vinothkumar
Hi Dimitris,

   Thanks for your reply. Here is the descriptor.

anonymous wrote : 
  | 
  | http://www.jboss.org/j2ee/dtd/jboss-service_4_0.dtd";>
  | 
  | 
  | 
  |
  | 
  | 
  |   ${jboss.server.log.dir}/SampleWS.log
  |   false
  |   DAY
  |   5000
  |   
  |
  |   
  |  
  | RequestCount
  | ResponseCount
  | FaultCount
  |  
  |   
  |
  | 
  |   jboss.ws.SampleWS
  |
  |
  | 




Thanks,
Vinoth Kumar.

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

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


[jboss-user] [JBoss jBPM] - custom events / executionContext

2009-03-30 Thread gchanteb
Hi all,

I'm trying to implement custom events. It works, but i have some questions:

I made a test with this process definition:


  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | System.out.println("node-enter!");
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 

With Action1:

public void execute(ExecutionContext executionContext) throws Exception 
  | {
  | executionContext.getToken().getNode().fireEvent("custom-event", 
executionContext);
  | }

And Action2:

public void execute(ExecutionContext executionContext) throws Exception 
  | {
  | System.out.println("custom-event!");
  | }

I start and signal the process with jbpm-console, it's ok.

But, first question:

If i change in my processdefinition.xml


  | 
  | 

to


  | 
  | System.out.println("custom-event!");
  | 
  | 

I have an exception... :

anonymous wrote : Error signalling token: An exception of type 
"org.jbpm.JbpmException" was thrown. The message is: couldn't get value for 
file 'classes/java/lang/bsh.class'

Question 1- Why ? My System.out.println("node-enter!"); into node-enter!

My second question is:

Question 2 - I would like to start my custom-event into an EJB. I would like to 
know how to recover the "executionContext" in my code?

I made this test which doesn't work:

public void launchCustomEvent(String processName, long idProcess)
  | {
  | System.out.println("Launch custom event for "+processName+" / 
"+idProcess);
  | 
  | jbpmContext = 
JbpmConfiguration.getInstance().createJbpmContext();
  | ProcessInstance processInstance = 
jbpmContext.getProcessInstance(idProcess);
  | ExecutionContext executionContext = new 
ExecutionContext(processInstance.getRootToken());
  | 
processInstance.getRootToken().getNode().fireEvent("custom-event", 
executionContext);
  | }

Thx.

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

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


[jboss-user] [JBoss Portal] - Re: Getting java.lang.NoSuchMethodError: org.apache.axis.des

2009-03-30 Thread piergiorgiolucidi
Have you tried your web service in a test class without using it in a portlet?
It seems a problem focused on Axis.



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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: IllegalStateException(s) on logout

2009-03-30 Thread Wolfgang Knauf
Hi,

it seems that JBoss plugs in it's own Valve 
"org.jboss.web.tomcat.security.SecurityAssociationValve", which requires the 
Security Context. It seems this Valve is called after your own logout.

So maybe it helps to move your logout code after this valve (e.g. in a custom 
Valve)?

Hope this is no total nonsense, but this is far beyond my own security 
experiences, so I just can do some guessing ;-)

Maybe you should ask this question in the Security forum 
http://www.jboss.com/index.html?module=bb&op=viewforum&f=49

Wolfgang

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

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


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

2009-03-30 Thread dimit...@jboss.org
There is no magic here. You need to specify in the 'depends' and 
'monitoredmbean name=" clauses the ObjectName of the mbean you want to monitor.

If you don't know the full mbean name you want to monitor, you need to find it. 
Logging to the jmx-console and look for it.

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't attatch the core file while dump

2009-03-30 Thread glenti

JMAP doesn't recognize the option file=/tmp/heap.bin so it thinks it is the PID.
Try

jmap -heap:format=b PID

you should find the output file heap.bin in your working directory.

Hope it helps

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
anonymous wrote : I think you don't have a complete set of required jar files 
in your application package. I think you might be missing the jar file 
containing the org.apache.commons.* and other related packages. Can you post 
the output of
  | 
  | Code:
  | 
  | jar -tf myapp.war   

ok here is the contents of the web_inf/lib :

commons-beanutils.jar
commons-collections.jar
commons-digester.jar
commons-logging.jar
jasperreports-2.0.4.jar
Esendex.jar
richfaces-ui-3.2.2.GA.jar
richfaces-impl-3.2.2.GA.jar
richfaces-api-3.2.2.GA.jar
axis.jar
axis-antl.jar


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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
the thing is the same application when i remove the axis.jar or the 
axius-ant.jar the application is deployed with no problem.so wich other jars i 
could be missing??you mean jars that the axis library need??

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

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


[jboss-user] [Security & JAAS/JBoss] - Basic app client to app server authentication in J2EE

2009-03-30 Thread bugoff
I have DB with users. I also have a basic swing app with username/password 
fields. I want client to be able connect and authorize itself with those 
credentials.

Currently I have:

Client:




  | //global
  | @EJB(name="DemoServer/MyBean/remote") private MyBeanRemote ejb;
  | 
  | //login
  | Properties p = new Properties();
  | p.put(Context.INITIAL_CONTEXT_FACTORY, 
"org.jboss.security.jndi.LoginInitialContextFactory");
  | p.put(Context.URL_PKG_PREFIXES, "org.jboss.naming:org.jnp.interfaces");
  | p.put(Context.PROVIDER_URL, "localhost");
  | p.put(Context.SECURITY_PRINCIPAL, tName.getText());
  | p.put(Context.SECURITY_CREDENTIALS, tPass.getText());
  | p.put(Context.SECURITY_PROTOCOL, "MyLogin");
  | 
  | 
  | InitialContext ctx;
  | ctx = new InitialContext(p);
  | ejb = (MyBeanRemote) ctx.lookup("DemoServer/MyBean/remote");
  | 

Server is local Jboss5 and EJB3. I have jaas.conf on server and I want to 
authenticate through it. Am I on the right path and what do I do? Thank you 
very much.


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

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


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

2009-03-30 Thread anil.saldh...@jboss.com
Uploading: 
https://snapshots.jboss.org/maven2/org/jboss/security/jbossxacml/2.0.3.CR4-SNAPSHOT/jbossxacml-2.0.3.CR4-20090330.131322-1.jar

If in a hurry, pick the snapshot. 

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread Wolfgang Knauf
Hi,

what is your version of "commons-collections.jar"?

The reason why I ask is this snippet of the error message: 
when resolving method 
"org.apache.commons.collections.map.LazyMap.decorate(Ljava/util/Map;Lorg/apache/commons/collections/Transformer;)Ljava/util/Map;"
 the class loader ... of the current class, 
org/ajax4jsf/application/ComponentsLoaderImpl, and the class loader .. for 
resolved class, org/apache/commons/collections/map/LazyMap, have different 
Class objects for the type org/apache/commons/collections/Transformer used in 
the signature

So it seems that "org.apache.commons.collections.Transformer" is referenced in 
two different versions. Probably this is a requirement of RichFaces. Take a 
look at their website and find which commons-collections.jar version is 
required.

Hope this helps

Wolfgang

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

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


[jboss-user] [JBoss Tools (users)] - hibernate hbm.xml editor wierd error

2009-03-30 Thread mdiskin
I get this error:
ERROR 41:29 Attribute "order-by" must be declared for element type 
"many-to-many"

but only on the visual/tree view. The source view is fine and says the xml is 
valid.

Here's the config that's causing the error (which came from jboss support, but 
only the dev studio is supported, not the hibernate tools version and dev 
studio cannot be installed into my STS ide).


  | 
  | 
  | 
  |  

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

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


[jboss-user] [JBoss Portal] - Re: Change the portlet title programmatically

2009-03-30 Thread bensonfungjava
OK, Thanks for you guys' help.

Benson

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

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


[jboss-user] [Security & JAAS/JBoss] - Re: Caller Principal Set Once And Forever

2009-03-30 Thread ralfsteppacher
OK, I found https://jira.jboss.org/jira/browse/JBAS-6424 in the meantime. 
Upgrading to JBoss 5.0.1 solves the problem.

ralf

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

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


[jboss-user] [Clustering/JBoss] - Re: JBoss cluster: session stickiness

2009-03-30 Thread sureshrk19
This made some changes... now, the  setup is working fine.

There were duplicate 'jvmRoute' entries... I fixed them as per Brian's 
comments. now, it works fine.

Thanks,
Suresh

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

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


[jboss-user] [JBoss Tools (users)] - Re: hibernate hbm.xml editor wierd error

2009-03-30 Thread akazakov
Which version of JBoss Tools do you use? Hibernate?
I can't reproduce it for JBoss Tools 3.0.0GA/Hibernate 3 
(http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd)

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
i just added the common-collections-3.2.jar and it seems to work, thank you 
mates.

cheers,
Youssef

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

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


[jboss-user] [Security & JAAS/JBoss] - Re: Basic app client to app server authentication in J2EE

2009-03-30 Thread Wolfgang Knauf
Hi,

as far as I know, "LoginInitialContextFactory" is no longer working in JBoss 5.

Take a look at this thread (post 2) to see how to perform a JAAS login:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=144865

Another tip: you use an @EJB annotation in your code, and later perform a JNDI 
lookup. Here http://www.jboss.org/community/docs/DOC-12835 is a tutorial on how 
to use injection in appliaction clients.

Best regards

Wolfgang

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

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


[jboss-user] [JBoss jBPM] - jBPM - Weblogic

2009-03-30 Thread maframan
Is it possible to deploy jBPM 3.2.6 sp1 into weblogic 10.1?

I try to deploy but there are some errors. 

Please help me!



PS: In the documentation is written: Weblogic and standalone Tomcat, it is not 
portable without some code changes. What should change?

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

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


[jboss-user] [Security & JAAS/JBoss] - Re: Basic app client to app server authentication in J2EE

2009-03-30 Thread bugoff
Should LoginContext be on the same side as InitialContext (ie client), or not? 
If first, then why does the client need to know what LoginModule the server is 
using?

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

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


[jboss-user] [Javassist user questions] - attempted duplicate class definition for name:

2009-03-30 Thread Michenux
Hi,

I would like to know it is possible to modify
a class that has been already loaded.

My test case :
MyClass myClass = new MyClass();
  | ClassPool pool = ClassPool.getDefault();
  | CtClass cc = pool.get("MyClass");
  | //make some changes
  | cc.toClass();

It faults with :
Caused by: java.lang.LinkageError: loader (instance of  
sun/misc/Launcher$AppClassLoader): attempted  duplicate class definition for 
name: "MyClass"



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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: READ THIS FIRST

2009-03-30 Thread amyannettehahn
Having a problem starting Jboss.  It's been working fine for months.  All of a 
sudden last Thursday it stopped working.  I have made some changes in my java 
project and went to redeploy and it fail.  I can attach the log in an email if 
you want.  Using Jboss 4.3.2, java 1.6.0_11.  Here is a partial stack trace.

s.mq:service=SecurityManager

ObjectName: jboss.mq.destination:service=Queue,name=testQueue
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager
jboss.mq:service=SecurityManager

ObjectName: jboss.mq.destination:service=Queue,name=A
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager

ObjectName: jboss.mq.destination:service=Queue,name=B
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager

ObjectName: jboss.mq.destination:service=Queue,name=C
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager

ObjectName: jboss.mq.destination:service=Queue,name=D
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager

ObjectName: jboss.mq.destination:service=Queue,name=ex
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager

ObjectName: jboss.mq:service=Invoker
  State: CONFIGURED
  I Depend On:
jboss.mq:service=TracingInterceptor
jboss:service=Naming
  Depends On Me:
jboss.mq:service=InvocationLayer,type=HTTP
jboss.mq:service=InvocationLayer,type=JVM
jboss.mq:service=InvocationLayer,type=UIL2

ObjectName: jboss.mq:service=TracingInterceptor
  State: CONFIGURED
  I Depend On:
jboss.mq:service=SecurityManager
  Depends On Me:
jboss.mq:service=Invoker

ObjectName: jboss.mq:service=SecurityManager
  State: CONFIGURED
  I Depend On:
jboss.security:service=JaasSecurityManager
jboss.mq:service=DestinationManager
  Depends On Me:
jboss.mq.destination:service=Topic,name=testTopic
jboss.mq.destination:service=Topic,name=securedTopic
jboss.mq.destination:service=Topic,name=testDurableTopic
jboss.mq.destination:service=Queue,name=testQueue
jboss.mq:service=TracingInterceptor
jboss.mq.destination:service=Queue,name=DLQ

ObjectName: jboss.mq.destination:service=Queue,name=DLQ
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager
jboss.mq:service=SecurityManager

ObjectName: jboss.mq:service=InvocationLayer,type=JVM
  State: CONFIGURED
  I Depend On:
jboss.mq:service=Invoker

ObjectName: jboss.mq:service=InvocationLayer,type=UIL2
  State: CONFIGURED
  I Depend On:
jboss.mq:service=Invoker

ObjectName: jboss.jca:service=LocalTxCM,name=DefaultDS
  State: CONFIGURED
  I Depend On:
jboss.jca:service=ManagedConnectionPool,name=DefaultDS
jboss.jca:service=CachedConnectionManager
jboss.security:service=JaasSecurityManager
jboss:service=TransactionManager
  Depends On Me:
jboss.jca:service=DataSourceBinding,name=DefaultDS

ObjectName: jboss.jca:service=ManagedConnectionPool,name=DefaultDS
  State: CONFIGURED
  I Depend On:
jboss.jca:service=ManagedConnectionFactory,name=DefaultDS
  Depends On Me:
jboss.jca:service=LocalTxCM,name=DefaultDS

ObjectName: jboss.jca:service=ManagedConnectionFactory,name=DefaultDS
  State: CONFIGURED
  I Depend On:
jboss:service=Hypersonic,database=localDB
jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
  Depends On Me:
jboss.jca:service=ManagedConnectionPool,name=DefaultDS

ObjectName: jboss.jca:service=DataSourceBinding,name=DefaultDS
  State: CONFIGURED
  I Depend On:
jboss.jca:service=LocalTxCM,name=DefaultDS
  Depends On Me:
jboss.ejb:service=EJBTimerService,persistencePolicy=database
jboss:service=KeyGeneratorFactory,type=HiLo
jboss.mq:service=StateManager
jboss.mq:service=PersistenceManager

ObjectName: jboss.jca:service=TxCM,name=JmsXA
  State: CONFIGURED
  I Depend On:
jboss.jca:service=ManagedConnectionPool,name=JmsXA
jboss.jca:service=CachedConnectionManager
jboss.security:service=JaasSecurityManager
jboss:service=TransactionManager
  Depends On Me:
jboss.jca:service=ConnectionFactoryBinding,name=JmsXA

ObjectName: jboss.jca:service=ManagedConnectionPool,name=JmsXA
  State: CONFIGURED
  I Depend On:
jboss.jca:service=ManagedConnectionFactory,name=JmsXA
  Depends On Me:
jboss.jca:service=TxCM,name=JmsXA

ObjectName: jboss.jca:service=ManagedConnectionFactory,name=JmsXA
  State: CONFIGURED
  I Depend On:
jboss.jca:service=RARDeployment,name='jms-ra.rar'
  Depends On Me:
jboss.jca:service=ManagedConnectionPool,name=JmsXA

ObjectName: jboss.jca:service=ConnectionFactoryBinding,name=JmsXA
  State: CONFIGURED
  I Depend On:
jboss.jca:service=TxCM,name=JmsXA

ObjectName: jboss.jca:service=LocalTxCM,name=CDS
  State: CONFIGURED
  I Depend On:
jboss.jca:service=ManagedConnectionPool,name=CDS
jboss.jca:service=CachedConnectionManager
jboss:service=TransactionManager
  Depends On Me:
jboss.jca:service=DataSourceBinding,name=CDS

ObjectName: jboss.jca:ser

[jboss-user] [JBoss AOP] - Re: java.lang.RuntimeException: java.lang.NoSuchFieldExcepti

2009-03-30 Thread flavia.rain...@jboss.com
Are you performing the compile time weaving with the same version of JBoss AOP 
you use at runtime?

Check if there is no older JBoss AOP jar file in the classpath during execution.

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

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


[jboss-user] [Clustering/JBoss] - Re: MDB and HAJNDI

2009-03-30 Thread FrankTheTank
Don't know if it changed in 5.0 but I had noticed that I needed to set the 
cluster name using -Djboss.partition.name=[partition name] as just setting it 
in the cluster-service.xml, while it would name the cluster ok and they 
clusters would find themselves, would cause the farming to not work.

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

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


[jboss-user] [Clustering/JBoss] - Re: Clustering for a non-http based application on JBoss

2009-03-30 Thread FrankTheTank
Define the name of your cluster with -Djboss.partition.name=[my cluster name] 
as this variable is used by other services (such as farm).

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

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


[jboss-user] [Clustering/JBoss] - Re: Problem with farm deployment

2009-03-30 Thread FrankTheTank
1. war files must really be archives, not just dirs called blah.war
2. use -Djboss.partition.name=[my partition name]

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

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


[jboss-user] [Clustering/JBoss] - Re: Problem with farm deployment

2009-03-30 Thread FrankTheTank
uhm, and when doing 2) also revert your changes from cluster-services.xml where 
you changed the partition name.

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

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


[jboss-user] [JBoss jBPM] - Re: jBPM - Weblogic

2009-03-30 Thread bradsdavis
Yes.  You will need to provide more information on your errors.

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

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


[jboss-user] [JBoss Portal] - Good framework to use in JBoss Portal?

2009-03-30 Thread amairahmed
Hi !
 
   Greetings!
 
I have looking into JBoss Portals and availbale frameworks and their 
integrations in portlet development. I had a small doubt regarding the 
framework support in portlet development. I need to use either one among 
struts/JSF/Spring Portlet MVC framework in one of my projects. My question is 
which one will be better suitable for portlet development and why?
 
Does using bridges in the development of portlets will leverage and support the 
same features and functionallities of JSR-168 portlet development features like 
Portlet Preferences, Request Types, Portlet Modes and various states? Is Spring 
Portlet MVC a good framework to go with portlet development?
 
I will really appreaciate, if I could able to find the feasible solutions.
 
Thanks and Regards,
Amair 

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

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


  1   2   >