[jboss-user] [Remoting] - Setting service sequence / dependency Jboss 4.2.2

2008-08-11 Thread dorbd
Hi All,

I have on my server an EAR that must be loaded at first and bound all its Jndi 
elements. 

Afterward i want my SAR to be loaded.

How do i set this in the jboss-service.xml ?


Thanks in advance,
Dor

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169783#4169783

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169783
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2008-08-11 Thread OChikvina
All our docs are available here  
http://download.jboss.org/jbosstools/nightly-docs/

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169785#4169785

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169785
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - JBoss Negotiation on other app servers?

2008-08-11 Thread chausberger
Hello

does JBoss Negotiation also work on other app servers like WebLogic or 
Glassfish?

One of our customers wants us to make our app available on Glassfish and maybe 
WebLogic beside JBoss.

Claus

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169787#4169787

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169787
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: JBossPortal and JBossWS Metro Stack

2008-08-11 Thread gressho
Hi,

I just had a quick test (Java 6 (OpenJDK), JBoss 4.2.3, JBossWS Metro 3.0.2, 
JBossPortal 2.6.6) and these are the results of just starting up the AS:


  | [EMAIL PROTECTED] { 
url=file:/home/gressho/Programs/jboss-4.2.3.GA/server/default/deploy/jboss-portal.sar/portal-wsrp.sar/portal-wsrp-client.jar
 }
  |   deployer: [EMAIL PROTECTED]
  |   status: Deployment FAILED reason: Failed to setup client ENC; - nested 
throwable: (java.lang.IllegalArgumentException: Deployed stack doesnt support 
JAX-RPC service-ref deployments)
  |   state: FAILED
  |   watch: 
file:/home/gressho/Programs/jboss-4.2.3.GA/server/default/deploy/jboss-portal.sar/portal-wsrp.sar/portal-wsrp-client.jar
  |   altDD: null
  |   lastDeployed: 1218439644172
  |   lastModified: 1218439634000
  |   mbeans:
  | 
  | [EMAIL PROTECTED] { 
url=file:/home/gressho/Programs/jboss-4.2.3.GA/server/default/deploy/jboss-portal.sar/portal-wsrp.sar/portal-wsrp.war/
 }
  |   deployer: MBeanProxyExt[jboss.web:service=WebServer]
  |   status: Deployment FAILED reason: java.lang.ClassNotFoundException: 
org.jboss.wsf.stack.jbws.EndpointServlet
  |   state: FAILED
  |   watch: 
file:/home/gressho/Programs/jboss-4.2.3.GA/server/default/deploy/jboss-portal.sar/portal-wsrp.sar/portal-wsrp.war/WEB-INF/web.xml
  |   altDD: null
  |   lastDeployed: 1218439649455
  |   lastModified: 1217082006000
  |   mbeans:
  | 

I think these are real blockers...

Best wishes

Werner

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169788#4169788

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169788
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: JBossPortal and JBossWS Metro Stack

2008-08-11 Thread [EMAIL PROTECTED]
Indeed. I wasn't sure if Metro was JAX-WS only or also supported JAX-RPC... So 
I guess this won't happen until we migrate to JAX-WS.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169790#4169790

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169790
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Ajax / Dojo based application hangs on Apache / JBoss

2008-08-11 Thread rajeshchande
I have deployed a Struts Ajax dojo based web application. Its using Dojo 1.1 (v 
1.1 2008/07/23). 

Scenario 1: I have deployed this application on JBoss 4.2.2GA application 
server and works perfectly fine. The JBoss is in standalone mode and the 
response time is perfectly fine and great. 

Scenario 2: I deployed the same application on a clustered environment with 
following architecture: F5 --- Apache -- JBoss --- Database.

Apache: 2.0.55
Mod_jk: 1.2.20
JBoss: 4.2.2GA

In this scenario, the dojo requests tend to Hang at the Apache level. The 
number of request processed keeps on increasing in W state (Sending Reply) on 
Apache, Finally the Apache hangs and has to be restarted. The column Req 
(Milliseconds required to process most recent request) takes of the order of 
193633 milli seconds to process a dojo requests and HANGS the Apache 
server. 

In both the scenarios, the WAR is deployed on JBoss. There is no code deployed 
on Apache Http server related to application.

The workers.properties is configured as per following link: 
http://wiki.jboss.org/wiki/UsingMod_jk1.2WithAFirewall

1) Is there any known issue between Apache, JBoss  Dojo/Ajax?
2) Any specific configuration required at Apache  jBoss level ?
3) Whats exactly going wrong with Apache / JBoss?

Regards,
Rajesh.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169791#4169791

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169791
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Mysql jbpm conf.

2008-08-11 Thread btl_ayd
Hi I use jbpm3.2.1 mysql 5.0.1 I configurated mysql jbpm successfuly.I can 
deploy process but when I try to start process on jbos server I have this error
anonymous wrote : 
  | 2008-08-11 10:51:52,353 ERROR [org.hibernate.util.JDBCExceptionReporter] 
You have an error in your SQL syntax; check the manual that corresponds to your 
MySQL server version for the right syntax to use near '?ns0_.ID_ as ID1_20_, 
process?ns0_.VERSION_ as VERSION2_20_, process?ns0_.KEY_ a' at line 1
  | 2008-08-11 10:51:52,368 ERROR [STDERR] 
org.hibernate.exception.SQLGrammarException: could not execute query
  | at 
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67)
  | at 
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
  | at org.hibernate.loader.Loader.doList(Loader.java:2148)
  | at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2029)
  | at org.hibernate.loader.Loader.list(Loader.java:2024)
  | at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:392)
  | at 
org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:333)
  | at 
org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172)
  | at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1114)
  | at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
  | at org.jbpm.db.GraphSession.findProcessInstances(GraphSession.java:360)
  | at 
org.jbpm.jsf.core.action.ListProcessInstancesActionListener.handleAction(ListProcessInstancesActionListener.java:48)
  | at 
org.jbpm.jsf.core.impl.JbpmActionListenerWrapper.processAction(JbpmActionListenerWrapper.java:82)
  | at javax.faces.event.ActionEvent.processListener(ActionEvent.java:77)
  | at 
javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:758)
  | at javax.faces.component.UICommand.broadcast(UICommand.java:368)
  | at 
org.jboss.gravel.action.handler.ResponseActionsHandler.onComponentPopulated(ResponseActionsHandler.java:24)
  | at 
com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:180)
  | at 
com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
  | at com.sun.facelets.tag.ui.DefineHandler.apply(DefineHandler.java:58)
  | at 
com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:128)
  | at 
com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:306)
  | at 
com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:279)
  | at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68)
  | at 
com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
  | at 
com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
  | at 
com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
  | at 
com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
  | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248)
  | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294)
  | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273)
  | at 
com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:143)
  | at 
com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:113)
  | at 
com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
  | at 
com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
  | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248)
  | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294)
  | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273)
  | at 
com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:143)
  | at 
com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:113)
  | at 
com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
  | at 
com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
  | at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
  | at 
com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:503)
  | at 
com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:546)
  | at 
javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:178)
  | at 
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
  | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:248)
  | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
  | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
  | at 

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-11 Thread karypid
Ok, I've got WS-ReliableMessaging to work. The problem was that the WS-Policy 
information had to be removed from the WSDL and put into a separate file, using 
the @PolicyAttachment annotation to refer to it.

The tutorial at 
http://jbws.dyndns.org/mediawiki/index.php?title=Native_WS-ReliableMessaging_Tutorial
 imports the WS-Policy namespace in the WSDL file and embeds the policy there. 
But JBoss generates and publishes its own WSDL for the web service, using the 
information from the annotations.

The solution can be found at: 
http://jbws.dyndns.org/mediawiki/index.php?title=WS_Reliable_Messaging

You need to create a separate XML file (e.g. 
wsrm-exactly-once-in-order-policy.xml) containing the policy: ?xml 
version=1.0 encoding=UTF-8?
  | wsp:Policy
  |wsu:Id=exactly_one_in_order_rm_delivery
  |xmlns:wsp=http://schemas.xmlsoap.org/ws/2004/09/policy;
  |xmlns:wsrmp=http://docs.oasis-open.org/ws-rx/wsrmp/200702;
  |
xmlns:wsu=http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd;
  |wsrmp:DeliveryAssurance
  |   wsp:Policy
  |  wsrmp:ExactlyOnce/
  |  wsrmp:InOrder/
  |   /wsp:Policy
  |/wsrmp:DeliveryAssurance
  | /wsp:Policy
  | 
Then, in the web service implementation, use annotations to link that policy to 
the web service:
@WebService
  | @EndpointConfig(
  | configFile = META-INF/wsrm-jaxws-endpoint-config.xml,
  | configName = Standard WSRM Endpoint
  | )
  | @PolicyAttachment(@Policy(
  | policyFileLocation = 
META-INF/wsrm-exactly-once-in-order-policy.xml,
  | scope = PolicyScopeLevel.WSDL_BINDING)
  | )
  | public class MyRMService { ...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169799#4169799

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169799
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - jbpm console in same EAR as another web app

2008-08-11 Thread [EMAIL PROTECTED]
Hello,

I'm trying to deploy the jbpm console in the same EAR as another web 
application (seam)

The reason is to share the  ActionHandler jar.

My jbpm-console.war deploys fine when alone in the deploy directory of Jboss 
4.2.2 (I tweaked the archive acording to the wiki)

Now when I bundle the console in the EAR, it deploys but when I login I get an 
error about seam phase listener.

I think the problem is that the other web app has declared the facelet servlet 
listener and the console declares one as well.

How can I resolve this problem ? Is it even possible to have 2 wars in an EAR ?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169802#4169802

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169802
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-11 Thread [EMAIL PROTECTED]
karypid wrote : Ok, I've got WS-ReliableMessaging to work. The problem was 
that the WS-Policy information had to be removed from the WSDL and put into a 
separate file, using the @PolicyAttachment annotation to refer to it.
  | 
  | The tutorial at 
http://jbws.dyndns.org/mediawiki/index.php?title=Native_WS-ReliableMessaging_Tutorial
 imports the WS-Policy namespace in the WSDL file and embeds the policy there. 
But JBoss generates and publishes its own WSDL for the web service, using the 
information from the annotations.
  | 
This is the reason why tutorial specifies 
wsdlLocation = WEB-INF/wsdl/SimpleService.wsdl
in service endpoint (it forces JBossWS to don't generate the WSDL at runtime 
but use provided one instead).

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169805#4169805

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169805
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-11 Thread karypid
Understood. However, I can't get it to work. When I add the WSDL file to the 
META-INF/wsdl folder of my EJB jar (I use a stateless session bean to implement 
the web service and the start from WSDL approach via wsconsume), JBoss 
publishes the web service using a file:// URL. For instance, the following SLSB 
(notice that the PolicyFile annotation is commented out):

@Stateless
  | @WebService(serviceName = StationsService, wsdlLocation = 
META-INF/wsdl/StationsService.wsdl,
  | targetNamespace = http://www.armoniq.com/StationsService/;,
  | endpointInterface = 
com.armoniq.stationsservice.StationsServicePortType
  | )
  | @EndpointConfig(configFile = META-INF/wsrm-jaxws-endpoint-config.xml, 
configName = Standard WSRM Endpoint)
  | //@PolicyAttachment(@Policy(policyFileLocation = 
META-INF/wsrm-exactly-once-in-order-policy.xml, scope = 
PolicyScopeLevel.WSDL_BINDING))
  | public class StationsService implements StationsServicePortType {
  | // Logger logger = Logger
  | // .getLogger(StationsService.class.getClass().getName());
  | 
  | public void ping(String in) {
  | System.out.println(Ping received with text:  + in);
  | // logger.log(Level.INFO, Ping received with text:  + in);
  | }
  | }

Causes JBoss to publish this WSDL:

wsdl:definitions name=StationsService
  | targetNamespace=http://www.armoniq.com/StationsService/;
  | xmlns:echoes=http:/www.armoniq.com/echoes/2008/core
  | xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/; 
  | xmlns:tns=http://www.armoniq.com/StationsService/; 
  | xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/; 
  | xmlns:wsp=http://schemas.xmlsoap.org/ws/2004/09/policy; 
  | xmlns:xsd=http://www.w3.org/2001/XMLSchema;
  |  wsdl:types
  |   xsd:schema targetNamespace=http://www.armoniq.com/StationsService/;
  |xsd:import namespace=http:/www.armoniq.com/echoes/2008/core
  |
schemaLocation=http://localhost:8080/myrm.ear-myrm.ws.impl/StationsService?wsdlresource=myrm.base.xsd/
  |xsd:element name=ping
  | xsd:complexType
  |  xsd:sequence
  |   xsd:element name=in type=xsd:string/
  |  /xsd:sequence
  | /xsd:complexType
  |/xsd:element
  |   /xsd:schema
  |  /wsdl:types
  |  wsdl:message name=pingRequest
  |   wsdl:part element=tns:ping name=parameters/
  |  /wsdl:message
  |  wsdl:portType name=StationsServicePortType
  |   wsdl:operation name=ping
  |wsdl:input message=tns:pingRequest/
  |   /wsdl:operation
  |  /wsdl:portType
  |  wsdl:binding name=StationsServiceSOAP 
type=tns:StationsServicePortType
  |   wsp:PolicyReference URI=#wsrm11policy/
  |   soap:binding style=document 
transport=http://schemas.xmlsoap.org/soap/http/
  |   wsdl:operation name=ping
  |soap:operation 
soapAction=http://www.armoniq.com/StationsService/fetchSchedule/
  |wsdl:input
  | soap:body use=literal/
  |/wsdl:input
  |   /wsdl:operation
  |  /wsdl:binding
  |  wsdl:service name=StationsService
  |   wsdl:port binding=tns:StationsServiceSOAP name=StationsServicePort
  |soap:address 
location=file://localhost:8080/myrm.ear-myrm.ws.impl/StationsService/
  |   /wsdl:port
  |  /wsdl:service
  |  wsp:UsingPolicy/
  |  wsp:Policy wsu:Id=wsrm11policy 
xmlns:wsu=http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd;
  |   wsp:All
  |wsp:ExactlyOne
  | wsp:All
  |  ns1:RMAssertion 
xmlns:ns1=http://docs.oasis-open.org/ws-rx/wsrmp/200702/
  |  ns2:UsingAddressing 
xmlns:ns2=http://www.w3.org/2006/05/addressing/wsdl/
  | /wsp:All
  |/wsp:ExactlyOne
  |   /wsp:All
  |  /wsp:Policy
  | /wsdl:definitions

Notice the soap:address tag that uses file:// as a protocol.

Even in the jbossws management console (http://localhost:8080/jbossws/services) 
the link uses this address and clicking on it does not work. You have to copy 
the link from the web page, paste it to the address bar of the browser and 
replace file: with http: to get to the (incorrect) WSDL.

I am using JBoss 4.2.3 and JBossWS 3.0.2.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169812#4169812

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169812
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: renderURL problem for Logout Page

2008-08-11 Thread ruchika
Hello,

I am using JBoss Portal 2.6.4.
I have done the below steps but I am getting the below error on clicking logout 
link:

ERROR 
Cause: java.lang.IllegalStateException: Cannot perform programmatic signout 
Message: Cannot perform programmatic signout 
StackTrace: 
java.lang.IllegalStateException: Cannot perform programmatic signout
at 
org.jboss.portlet.JBossActionResponse.signOut(JBossActionResponse.java:141)
at 
com.wipro.portal.portlets.SubNavPortlet.processAction(SubNavPortlet.java:50)
at org.jboss.portlet.JBossPortlet.processAction(JBossPortlet.java:385)
at 
org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.invokeAction(PortletContainerImpl.java:458)
at 
org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.dispatch(PortletContainerImpl.java:401)
at 
org.jboss.portal.portlet.container.PortletContainerInvoker$1.invoke(PortletContainerInvoker.java:86)
at 
org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
at 
org.jboss.portal.core.aspects.portlet.TransactionInterceptor.org$jboss$portal$core$aspects$portlet$TransactionInterceptor$invokeNotSupported$aop(TransactionInterceptor.java:86)
at 
org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeNotSupported_N4547270787964792031.invokeNext(TransactionInterceptor$invokeNotSupported_N4547270787964792031.java)
at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66)
at 
org.jboss.aspects.tx.TxInterceptor$NotSupported.invoke(TxInterceptor.java:112)
at 
org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeNotSupported_N4547270787964792031.invokeNext(TransactionInterceptor$invokeNotSupported_N4547270787964792031.java)
at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66)
at 
org.jboss.aspects.tx.TxInterceptor$NotSupported.invoke(TxInterceptor.java:102)
at 
org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeNotSupported_N4547270787964792031.invokeNext(TransactionInterceptor$invokeNotSupported_N4547270787964792031.java)
at 
org.jboss.portal.core.aspects.portlet.TransactionInterceptor.invokeNotSupported(TransactionInterceptor.java)
at 
org.jboss.portal.core.aspects.portlet.TransactionInterceptor.invoke(TransactionInterceptor.java:56)
at 
org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
at 
org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at 
org.jboss.portal.core.aspects.portlet.HeaderInterceptor.invoke(HeaderInterceptor.java:50)
at 
org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
at 
org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at 
org.jboss.portal.portlet.aspects.portlet.ProducerCacheInterceptor.invoke(ProducerCacheInterceptor.java:53)
at 
org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
at 
org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at 
org.jboss.portal.core.aspects.portlet.AjaxInterceptor.invoke(AjaxInterceptor.java:51)
at 
org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
at 
org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at 
org.jboss.portal.portlet.aspects.portlet.ModesInterceptor.invoke(ModesInterceptor.java:62)
at 
org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
at 
org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at 
org.jboss.portal.portlet.bridge.BridgeInterceptor.invoke(BridgeInterceptor.java:47)
at 
org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
at 
org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at 
org.jboss.portal.portlet.aspects.portlet.WindowStatesInterceptor.invoke(WindowStatesInterceptor.java:55)
at 
org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
at 
org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at 
org.jboss.portal.portlet.aspects.portlet.PortletSessionSynchronizationInterceptor.invoke(PortletSessionSynchronizationInterceptor.java:80)
at 
org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
at 
org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at 
org.jboss.portal.portlet.aspects.portlet.ContextTrackerInterceptor.invoke(ContextTrackerInterceptor.java:46)
at 
org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
at 
org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at 

[jboss-user] [JBoss Messaging] - Re: Jboss Messaging 1.4.0 SP3 and Message Redistribution / P

2008-08-11 Thread daniel.gaiottino
Still looking for help with this issue. I've run another test where I set 
maxSession to 1 in my MDB and added a Thread.sleep at the end of the code. When 
I run it I can see that only 1 MDB handles the messages and does so once per 
second because of the sleep. I'm still not seeing any message redistribution 
though. 

All the messages are handled by one server even though I'd expect the second 
server pick some off the queue since. 

I even tried setting PrefetchSize to 1 again but that had no effect.

Anyone able to shed some light here?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169824#4169824

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169824
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Jboss Messaging 1.4.0 SP3 and Message Redistribution / P

2008-08-11 Thread timfox
Did you run the examples after installing to validate the installation?

There's a message redistribution example. If it doesn't work it means your 
installation is messed up. If it does work, see how it differs from your 
program to work out what is wrong.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169825#4169825

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169825
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - jms notbound exception when accessing jbpm context from ejb

2008-08-11 Thread fransja
Hi,

I have an ejb which needs access to a jbpm process.
I am using the following code to obtain access:

  JbpmContext jbpmContext = null;
  |   try {
  | log.debug(Trying to get JBPM context...);
  | JbpmConfiguration jbpmConfiguration = 
JbpmConfiguration.getInstance();
  | jbpmContext = jbpmConfiguration.createJbpmContext();
  | log.debug(JbpmContext initialized successfully);
  | 
  | //do stuff...
  | 
  |   }
  |   catch (Exception e) {
  | log.warn(JbpmContext failed to initialize...,e);
  | return;
  |   }
  |   finally {
  | if (jbpmContext != null) {
  |   jbpmContext.close();
  | }
  |   }

I am using jbpm 3.2.3, Jboss 4.2.2 and seam 2.0.2

When the server starts and I access the ejb I get an exception (see below) 
which is caused by a jms not bound Exception

When I start the jbpm-console, and login and then access the ejb
the above code works.

When the jms not bound is thrown the jbpm-console also not works. 

Stacktrace:

org.jbpm.JbpmException: couldn't instantiate bean 'null' of type 
'org.jbpm.msg.jms.JmsMessageServiceFactoryImpl'
at org.jbpm.configuration.BeanInfo.createObject(BeanInfo.java:88)
at 
org.jbpm.configuration.JbpmContextInfo.createObject(JbpmContextInfo.java:129)
at 
org.jbpm.configuration.ObjectFactoryImpl.getObject(ObjectFactoryImpl.java:146)
at 
org.jbpm.configuration.ObjectFactoryImpl.createObject(ObjectFactoryImpl.java:103)
at 
org.jbpm.configuration.ObjectFactoryImpl.createObject(ObjectFactoryImpl.java:78)
at 
org.jbpm.JbpmConfiguration.createJbpmContext(JbpmConfiguration.java:394)
at 
org.jbpm.JbpmConfiguration.createJbpmContext(JbpmConfiguration.java:390)
at 
com.twoorganize.chips.services.jobs.impl.OracleJobMonitorServiceBean.monitorJobs(OracleJobMonitorServiceBean.java:125)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
at 
org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
at 
org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at 
org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at 
org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
at 
org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:191)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at 
org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:95)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at 
org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77)
at 
org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:110)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at 
org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at 
org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at 
org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:329)
at 
org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:294)
at 
org.jboss.ejb3.service.ServiceMBeanDelegate.invoke(ServiceMBeanDelegate.java:215)
at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:258)
at org.jboss.jmx.adaptor.control.Server.invokeOp(Server.java:223)
at 
org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp(HtmlAdaptorServlet.java:262)
at 
org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:100)
at 

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Defining a data source or JMS queue per application

2008-08-11 Thread atijms
I tried what you said and it works perfectly. Thanks a lot :)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169832#4169832

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169832
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-11 Thread karypid
Ok, I've finally found out what was wrong.

First of all, the tutorial is correct and everything should work fine
even without the @Policy annotation (provided of course you embed
your WS-Policy in the WSDL file).

Strange thing though:

When using wsdLocation in @WebService, JBoss reads the WSDL file you provided 
and does the following:

1) if the soap:address tag in the WSDL file has a file://... URL in it,
it does NOT replace it with the actual address where your web service
endpoint was bound.
2) if the soap:address tag in the WSDL file has an http://...; URL in it,
it replaces it with the actual address where your web service
endpoint was bound.

I had the bad luck of having specified file://path/to/my/contract.wsdl causing 
the weird behavior.

I know this is totally unrelated to the topic of this thread by now, but I
wanted not to leave any lingering doubt regarding the approach without
@Policy (which I prefer by the way).

In any case, before I go running to JIRA, can someone explain if there's
some reason why JBoss won't touch the file:// address bindings and
therefore this is proper behavior, or would you consider this a bug?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169836#4169836

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169836
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - session getting changed while switching between HTTPS and HT

2008-08-11 Thread [EMAIL PROTECTED]
Hi,

I have Apache 2.2.9 with SSL and JBOSS 4.0.5, JDK 1.6, Struts 1.2 application. 
JSESSIONID is maintained by Cookie. Problem is My whole site is running on HTTP 
but one shibboleth login is on HTTPS. What happening is when I switch from HTTP 
to HTTPS and then in struts action i redirect the user back to HTTP, user 
Session ID get changed. Its happening with IE mozilla both. Pleas Help

Thanks and Regards,
Deepak.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169841#4169841

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169841
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: jms notbound exception when accessing jbpm context from

2008-08-11 Thread fransja
Hi,

I have tried this, but no luck so far. But when I make no extra configuration 
and just use the jbpm-enterprise.ear.

The strange thing is that when I login to the jbpm-console first it works, 
can't find what it is doing then

In the jmx-console (same before en after logging in to the jbpm-console) I see:
+- UserTransaction[link - UserTransaction] (class: javax.naming.LinkRef)
  +- env (class: org.jnp.interfaces.NamingContext)
  |   +- jdbc (class: org.jnp.interfaces.NamingContext)
  |   |   +- JbpmDataSource[link - java:ChipsDS] (class: javax.naming.LinkRef)
  |   +- ejb (class: org.jnp.interfaces.NamingContext)
  |   |   +- LocalTimerEntityBean[link - java:ejb/TimerEntityBean] (class: 
javax.naming.LinkRef)
  |   +- security (class: org.jnp.interfaces.NamingContext)
  |   |   +- realmMapping[link - java:/jaas/jbpm] (class: javax.naming.LinkRef)
  |   |   +- subject[link - java:/jaas/jbpm/subject] (class: 
javax.naming.LinkRef)
  |   |   +- securityMgr[link - java:/jaas/jbpm] (class: javax.naming.LinkRef)
  |   |   +- security-domain[link - java:/jaas/jbpm] (class: 
javax.naming.LinkRef)
  |   +- jms (class: org.jnp.interfaces.NamingContext)
  |   |   +- JbpmConnectionFactory[link - java:JmsXA] (class: 
javax.naming.LinkRef)
  |   |   +- JobQueue[link - queue/JbpmJobQueue] (class: javax.naming.LinkRef)

So I assume this is done by the jbpm-enterprise application.

Else any suggestion what and where configure?

Thanks,

Frans

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169853#4169853

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169853
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: session getting changed while switching between HTTPS an

2008-08-11 Thread erasmomarciano
Hi
Try to pass the SessionID created on HTTP side to the HTTPS side by url 
parameter.

Something like:
Location: 
https://yoursite/?JSESSIONID=hyhgatgedrafgtegshtgefarfgtrfajkloiu7uhygtfr4

HTH

 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169855#4169855

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169855
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - workaround for StackOverflow exception

2008-08-11 Thread vanyatka
Hi,

Can anyone suggest if there is a workaround for StackOverflow exception that 
happens in case of long decision loops without persisting process state into DB?

https://jira.jboss.org/jira/browse/JBSEAM-3250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel

Thanks,

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169858#4169858

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169858
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: jms notbound exception when accessing jbpm context from

2008-08-11 Thread kukeltje
have you created the jms queues?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169847#4169847

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169847
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Mysql jbpm conf.

2008-08-11 Thread kukeltje
Search the forum and wiki first... there is one issue with mysql regarding 
bit/tinyint

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169846#4169846

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169846
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-11 Thread [EMAIL PROTECTED]
It's a bug

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169859#4169859

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169859
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - error while deployment

2008-08-11 Thread paarth
hi all, 
iam getting following error while deployment. I am using seam plugin  within 
eclipse for creating ejbs.

ObjectName: 
jboss.j2ee:ear=paarth-ear.ear,jar=paarth-ejb.jar,name=LockerfacadeBean,service=EJB3
  State: NOTYETINSTALLED
  I Depend On:
persistence.units:ear=paarth-ear.ear,jar=paarth-ejb.jar,unitName=paarth

paarth is the name of the project
lockerfacadebean is a stateful bean .  

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169843#4169843

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169843
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - Re: How to authenticate to the JBoss server without FORM aut

2008-08-11 Thread Marcos_APS
ragavgomatam wrote : Hi,
  | Can you please publish your ejb method permissions ?

Hello, ragavgomatam! You solved the problem. I wasn't really securing my EJB 
methods. After applying the security with the @SecurityDomain and @RolesAllowed 
annotations, everything worked as expected. Now with a real username and 
password the session bean method calls works without problems, but with an 
invalid username and/or password or without authentication it the method calls 
fail.

But another issue arised now. It's no more related with programmatically 
authenticating, but with programmatically loging out from the authentication. 
I'm using JSF in my web application. So, I put the code to logout in a session 
backing bean method marked with the @PreDestroy annotation. In JSF, methods 
marked with this annotation are called when the JSF container dispose of the 
backing bean that it automatically created. So, I thought that this would be a 
good place to put the logout code, like this:


  | @PreDestroy
  | public void finalizar()
  | {
  | IAutenticacao autenticacao =
  | FabricaDados.getInstancia().getAutenticacao();
  | autenticacao.logout(); // This just calls webAuthentication.logout() 
inside
  | }
  | 

but I get the following error message:


  | 2008-08-11 08:38:05,546 ERROR 
[org.jboss.web.jsf.integration.injection.JBossInjectionProvider] PreDestroy 
failed on managed bean.
  | java.lang.reflect.InvocationTargetException
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  | at java.lang.reflect.Method.invoke(Unknown Source)
  | at 
org.apache.catalina.util.DefaultAnnotationProcessor.preDestroy(DefaultAnnotationProcessor.java:112)
  | at 
org.jboss.web.jsf.integration.injection.JBossInjectionProvider.invokePreDestroy(JBossInjectionProvider.java:80)
  | at com.sun.faces.mgbean.BeanBuilder.destroy(BeanBuilder.java:120)
  | at com.sun.faces.mgbean.BeanManager.destroy(BeanManager.java:248)
  | at 
com.sun.faces.application.WebappLifecycleListener.handleAttributeEvent(WebappLifecycleListener.java:265)
  | at 
com.sun.faces.application.WebappLifecycleListener.sessionDestroyed(WebappLifecycleListener.java:133)
  | at 
com.sun.faces.config.ConfigureListener.sessionDestroyed(ConfigureListener.java:296)
  | at 
org.apache.catalina.session.StandardSession.expire(StandardSession.java:702)
  | at 
org.apache.catalina.session.StandardSession.expire(StandardSession.java:660)
  | at 
org.apache.catalina.session.StandardManager.stop(StandardManager.java:676)
  | at 
org.apache.catalina.core.StandardContext.stop(StandardContext.java:4523)
  | at 
org.apache.catalina.core.ContainerBase.destroy(ContainerBase.java:1163)
  | at 
org.apache.catalina.core.StandardContext.destroy(StandardContext.java:4617)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  | at java.lang.reflect.Method.invoke(Unknown Source)
  | at 
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
  | at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at 
org.jboss.web.tomcat.service.TomcatDeployer.performUndeployInternal(TomcatDeployer.java:461)
  | at 
org.jboss.web.tomcat.service.TomcatDeployer.performUndeploy(TomcatDeployer.java:432)
  | at org.jboss.web.AbstractWebDeployer.stop(AbstractWebDeployer.java:422)
  | at org.jboss.web.WebModule.stopModule(WebModule.java:100)
  | at org.jboss.web.WebModule.stopService(WebModule.java:66)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStop(ServiceMBeanSupport.java:315)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:247)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  | at java.lang.reflect.Method.invoke(Unknown Source)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
  | at $Proxy0.stop(Unknown Source)
  | at 

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error occured when Starting Jboss5.0.0RC1

2008-08-11 Thread jaikiran
anonymous wrote : C:\Program Files\jboss-5.0.0.CR1

Do not install JBoss (or even Java) in a folder with a space in its path. Move 
the JBoss installation to a different path (Ex: C:\jboss-5.0.0.CR1). I would 
recommend the same for Java installation.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169860#4169860

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169860
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: jms notbound exception when accessing jbpm context from

2008-08-11 Thread fransja
To be more precise, the exception occurs in the JmsMessageServiceFactoryImpl on 
line 74:

 public JmsMessageServiceFactoryImpl() {
  | try {
  |   Context initial = new InitialContext();
  |   //next line fails when creating jbpmContext from ejb before you login 
to the jbpm-console
  |   connectionFactory = (ConnectionFactory) 
initial.lookup(connectionFactoryJndiName);
  |   destination = (Destination) initial.lookup(destinationJndiName);
  |   initial.close();
  | }
  | catch (NamingException e) {
  |   log.error(jms object lookup problem, e);
  |   throw new JbpmException(jms object lookup problem, e);
  | }
  |   }

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169861#4169861

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169861
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Can EJB3 Transaction span several jBPM Nodes?

2008-08-11 Thread vanyatka
Hi,

I'm using jBPM process definition with Seam backed by EJB3 SLSBs as Action 
Handlers. Each node in my process calls a method in SLSB. 

How can I make transaction demarcation so that EJB3 Transaction span several 
Nodes, i.e. last more than one EJB3 method? Currently, the transaction finishes 
as soon as SLSB finishes which is a typical facade behavior. Can use BMT 
somehow here?

Thanks,



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169862#4169862

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169862
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Clustering/JBoss] - Re: How to run a Queue and MDB into a cluster

2008-08-11 Thread dmary
Any help would be appreciated. ;)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169864#4169864

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169864
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-11 Thread karypid
In that case... https://jira.jboss.org/jira/browse/JBWS-2277

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169865#4169865

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169865
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Profiling with eclipse causes Connection Factory Problem

2008-08-11 Thread mclu
Hmm. 
That is possible but I am using not special configurations.

I am using the default ganymede eclipse IDE with the provided TPTP profiler.

I keep trying but for now I use yourkid which works.

  

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169867#4169867

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169867
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: failed on all configuration, but ok on default configura

2008-08-11 Thread gan.gary
anyone?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169869#4169869

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169869
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Problems getting PortalNode

2008-08-11 Thread Vishal Student 123
Hi,

  Im having problems getting the PortalNode from within the themes.jsp I have 
tried using PageManagerBean but it returns null for pageManagerBean??

Any other ideas?

Note: The reason why im executing code in the theme is so it gets executed 
before anything else does, and it needs to be on every page.

Vishal

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169877#4169877

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169877
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Jboss Messaging 1.4.0 SP3 and Message Redistribution / P

2008-08-11 Thread daniel.gaiottino
I ran the tests and they passed. 

Decided to look at the code and as i read the line
cf = (ConnectionFactory)ic.lookup(/ClusteredConnectionFactory);
it dawned on me... I was still using the XAConnectionFactory in my code.

 It was SBS (Skit Bakom Sparkarna as we say in Sweden) or PEBKAC after all.

Works as expected now.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169878#4169878

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169878
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossMQ] - XAException javax.jms.IllegalStateException: The connection

2008-08-11 Thread Hannibalus
We're using JBoss 4.03SP1 with JBossMQ under Linux. An application with EJBs 
and an MDB waits for incoming messages from a queue and sends out messages on 
other queues and works on database's data.

From time to time we get following warning in the log file. Currently in test 
environment a restart is needed for further testability.


  | 11:34:39,063 TRACE [TransactionImpl ] [JMS 
SessionPool Worker-0] Committing resource [EMAIL PROTECTED] state=5
  | 11:34:39,067 TRACE [TransactionImpl ] [JMS 
SessionPool Worker-0] Committing resource [EMAIL PROTECTED] txid=null XA 
RUNNING CLOSED [EMAIL PROTECTED]:ID:188/ac387145ff7cf1a282110c035c3461ef CLOSED 
 rcvstate=STOPPED]]] state=5
  | 11:34:39,067 TRACE [SpyXAResource   ] [JMS 
SessionPool Worker-0] Commit xid=XidImpl[FormatId=257, 
GlobalId=batchfb01/36634, BranchQual=2, localId=36634], onePhase=false [EMAIL 
PROTECTED] txid=null XA RUNNING CLOSED [EMAIL 
PROTECTED]:ID:188/ac387145ff7cf1a282110c035c3461ef CLOSED rcvstate=STOPPED]]]
  | 11:34:39,067 WARN  [TransactionImpl ] [JMS 
SessionPool Worker-0] XAException: tx=TransactionImpl:XidImpl[FormatId=257, 
GlobalId=batchfb01/36634, BranchQual=, localId=36634] errorCode=XAER_RMERR
  | org.jboss.mq.SpyXAException: - nested throwable: 
(javax.jms.IllegalStateException: The connection is closed)
  | at org.jboss.mq.SpyXAResource.commit(SpyXAResource.java:87)
  | at 
org.jboss.tm.TransactionImpl$Resource.commit(TransactionImpl.java:2233)
  | at 
org.jboss.tm.TransactionImpl.commitResources(TransactionImpl.java:1764)
  | at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:340)
  | at 
org.jboss.ejb.plugins.TxInterceptorCMT.endTransaction(TxInterceptorCMT.java:486)
  | at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:396)
  | at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166)
  | at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:153)
  | at 
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
  | at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
  | at 
org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)
  | at org.jboss.ejb.Container.invoke(Container.java:873)
  | at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:415)
  | at 
org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:88)
  | at $Proxy54.start(Unknown Source)
  | at com.company.ejb.ReceiverMdb.process(ReceiverMdb.java:190)
  | at com.company.ejb.ReceiverMdb.onMessage(ReceiverMdb.java:130)
  | at sun.reflect.GeneratedMethodAccessor239.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
  | at 
org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.java:475)
  | at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:149)
  | at 
org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterceptor.java:101)
  | at 
org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
  | at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
  | at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
  | at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166)
  | at 
org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:94)
  | at 
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
  | at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
  | at 
org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:389)
  | at org.jboss.ejb.Container.invoke(Container.java:873)
  | at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:1077)
  | at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerInvoker.java:1379)
  | at 
org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:256)
  | at 
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:904)
  | at 
org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:160)
  | at org.jboss.mq.SpySession.run(SpySession.java:333)
  

[jboss-user] [JBoss Messaging] - Re: Weird transaction error

2008-08-11 Thread [EMAIL PROTECTED]
Maybe another symptom...


This exception is a bug IMO, as 
org.jboss.resource.adapter.jms.JmsXAResource.rollback is probably failing on 
the transaction event call, 

But still a symptom as The TransactionManager decided to rollback.

You don't know yet why your code is calling rollback, right?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169891#4169891

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169891
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache: Core Edition] - Same issue in 1.4.1 SP5

2008-08-11 Thread metastaz
Hi,

We observe same issue in 1.4.1 SP5. Are there any plans on getting it fixed in 
1.x code base?
If not how safe is it to use latest stable 2.x release with 4.2.x JBoss AS?

Thank you,
Stas.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169892#4169892

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169892
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Servlet Filter issue with Jboss Portal 2.6

2008-08-11 Thread yanivc24
Hi 

I have the same problem on JBOSS 4.2.2 GA portal 2.6.4, I added the FORWARD and 
include but it still does not work.

Any suggestions?

Thanks,


Yaniv

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169896#4169896

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169896
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - please Help

2008-08-11 Thread maddouri
Hello,

I need to migrate from JBoss 4.0.5 to 4.2.x but it generate a lot of errors.
If anyone has done such migration or has some Tips,documentation
please tell me 

Thanks in advance

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169897#4169897

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169897
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Performance Tuning] - Re: Limited number of users are able to login

2008-08-11 Thread PeterJ
I assume that min-poll-size and max-poll-size are typos and that you meant 
min-pool-size and max-pool-size. Are they also mistyped in *-ds.xml?

The sizes are way too small - you need to increase them. Each active user 
requires at least one connection. By active user, I mean a user who has clicked 
on something in the portal and is waiting on a response (in other words, has a 
request active).

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169901#4169901

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169901
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Since Ganymede the GPD has a strange appearance

2008-08-11 Thread SidKennedy
Hello to all,
a week ago I switched to Ganymede. As I extend the jPDL Graphical Process 
Designer a little bit I need the GEF as well. But there is a strange effect 
with Ganymede. With Eclipse 3.3 the PaletteGroups looked like this screenshot I 
have from the JBoss-website 
[img]http://www.jboss.org/file-access/default/members/jbossjbpm/images/gpd_example.png
[/img]

Since I'm using with Ganyemede it looks like this 
[img]http://wwwpub.zih.tu-dresden.de/~s2658050/gpd_ganymede.png[/img]

As you can see there is the strange effect with the white area where the 
PaletteEntry(s) are situated and there aren't categories anymore. I debugged 
the code of creation of the entries within its groups and it seems to be 
correctly. So can you help me if the source of my problem lies in GEF (maybe 
it's a bug) or in the GPD-sources (I checked out the last version of the 3.1.x 
source tree HEAD/jbpm.3/designer/jpdl/org.jbpm.gd.jpdl)?

greetz
Sid

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169903#4169903

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169903
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: How to handle colon (:) in CSS files (IE-limitation)

2008-08-11 Thread PeterJ
If you use some other separator, such as a dot or underscore, does IE then 
recognize the id and make the filed 400px wide? If so, then use that other 
separator. 

Or you could ask Microsoft why their browser is broken...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169904#4169904

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169904
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Loading javascript in the body

2008-08-11 Thread PeterJ
Why not just include it as part of your portet's output? That output goes into 
the body tag.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169907#4169907

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169907
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Portal 2.6.6 Login Dialog Prboem in IE 6 and IE 7

2008-08-11 Thread PeterJ
You are so right - in IE the button are almost impossible to access. You could 
try editing the file jboss-portal.sar/portal-server.war/login.jsp.

You should also open a JIRA to get this fixed.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169915#4169915

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169915
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Portal 2.6.6 Login Dialog Prboem in IE 6 and IE 7

2008-08-11 Thread [EMAIL PROTECTED]
I have created https://jira.jboss.org/jira/browse/JBPORTAL-2121. I will ask 
Wesley to comment on this thread in mean time.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169916#4169916

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169916
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: error while deployment

2008-08-11 Thread PeterJ
Earlier in the console log there should be a stack trace that indicates why 
this failed - please post that. (What you posted is the report that is written 
after deployment, and this report rarely gives any clue as to what went wrong.)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169917#4169917

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169917
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: workaround for StackOverflow exception

2008-08-11 Thread kukeltje
yes... wait for jBPM 4.0

But how do you get to this issue... most of the time it is kind if improper 
use, or at least something that can be moddeled differently or at least 
implemented differently

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169918#4169918

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169918
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Loading javascript in the body

2008-08-11 Thread Vishal Student 123
PeterJ wrote : Why not just include it as part of your portet's output? That 
output goes into the body tag.

it needs to be in every page. and there isn't a single portlet that goes on all 
pages in my design.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169921#4169921

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169921
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: workaround for StackOverflow exception

2008-08-11 Thread vanyatka
Thanks, Ronald

I'm trying to implement an algorithm for building a chain of objects. I pick a 
position in the chain, select the most suitable object, insert that object and 
move on to next iteration. The whole process is a matter of several minutes, 
and I'm interested in its fastest completion. That's why I don't like the idea 
of syncing with the DB on each iteration, it is needless and slow in my 
scenario.

Obviously I couldn't imagine to run against this sort of limitation while 
choosing jBPM for this.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169922#4169922

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169922
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Loading javascript in the body

2008-08-11 Thread PeterJ
Why could you not have a portlet that is placed on all pages, using the empty 
renderer so that nothing shows?

Alternatively, you could modify the page layout files to include the script. 
For example, edit jboss-portal.sar\portal-core.war\layouts\*\index.jsp (or one 
of the JSPs that file includes, or add in another include).


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169923#4169923

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169923
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Weird transaction error

2008-08-11 Thread TheOverlord
No, I don't know why this is happening.

But it happens most often on an initial startup of the server. Over time the 
frequency of this error diminishes. 

This error seems to result in undelivered messages. 

My solution is to resend messages that are undelivered and that works just fine.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169929#4169929

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169929
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Loading javascript in the body

2008-08-11 Thread Vishal Student 123
I think that would work perfectly. Im going to try it out

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169932#4169932

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169932
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Weird transaction error

2008-08-11 Thread [EMAIL PROTECTED]
Have you looked for this pattern in your code?


  | try
  | {
  | 
  | }
  | catch (Exception e)
  | {
  |transaction.rolllback();
  |// no logs?
  | }
  | 

If you want to find the root cause of that exception, you should get some help 
from someone on JCA.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169934#4169934

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169934
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Weird transaction error

2008-08-11 Thread TheOverlord
[EMAIL PROTECTED] wrote : Have you looked for this pattern in your code?
  | 
  | 
  |   | try
  |   | {
  |   | 
  |   | }
  |   | catch (Exception e)
  |   | {
  |   |transaction.rolllback();
  |   |// no logs?
  |   | }
  |   | 
  | 
  | If you want to find the root cause of that exception, you should get some 
help from someone on JCA.


I don't actually use that type of pattern.

In fact I don't do any explicit transaction management myself. For the MDB, 
it's container managed (set to REQUIRED).

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169935#4169935

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169935
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: workaround for StackOverflow exception

2008-08-11 Thread vanyatka
And one more thing.
I've introduced a State node to the process so that business process is 
persisted. But how can I move past it, cause if I signal current node I get a 
fair error

this token is locked by token

Will it help if I try to save the process into DB manually from one of my 
Node's action handlers?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169936#4169936

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169936
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Re: dployment

2008-08-11 Thread amine1980
thanks,
yes i want to check this through a program, i'm trying to make a dynamic 
deployement of an ejb, and i need to know if this bean is deployed for activate 
the asseblage process with other beans.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169940#4169940

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169940
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Newbie] Custom thread inside JBoss

2008-08-11 Thread Kamil Burzynski

Hello,

 First of all, I'm new to EJB and JBoss, so please be gentle ;)
My question is quite popular I think - I have searched google for long 
time, found few discussions on the topic, but did not found any useful 
reply.


 The issue is this: I need to create custom thread inside JBoss and 
communicate with it quite heavily (like few hundred messages per 
second). I know that EJB spec says I should not try this. While it is 
forbidded, it still seems that many users do that. My question is: how 
to do it in a most safe way? Or just in a 100% safe method, if such exists?


 Since I'm upgrading from JSP/servlet application, easiest solution for 
me would be to:

- create custom servlet which does start my thread in the init time
- the thread does send JMS messages and receive them, no direct 
communication between EJBs and this thread is done

- when servlet gets undeployed, shut down thread as well

 For my, newbie, understanding of EJB, this should be safe enough. Yes, 
JBoss wont be able to control my thread, but, things should be safe.

Am I right? What problems I am missing?

 I have tried to put the thread outside JBoss and communicate via JMS - 
it worked, though performance was not acceptable. I need more 
performance.. so side question: how to get most performance in JMS in 
two cases:

a) between separate vm processes
b) inside one vm process
?

Why I need the thread in the first place? Well, my jsp application does 
some realtime stock quote processing. I have external library, which 
does open some threads and sends notifications to me (e.g. about price 
change). So, when I deploy my app to Tomcat, there is context listener 
class which does initialize things in init time. Then, threads started 
internally by this library starts to send notifications to my servlets. 
When some JSP is invoked, I just communicate with servlets and 
everything is working flawlessly. Now, I have to move this to JBoss. I 
think that if I would leave the code in servlet, it still would work ok. 
Am I right? But, of course, cleaner solution will be to move this code 
out of servlet and put directly inside JBoss (not using EJB here, just 
for safety), add some EJBs and go on with the implementation.


--
Best regards from
Kamil Burzynski
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Weird transaction error

2008-08-11 Thread [EMAIL PROTECTED]
Well... We can't do anything without a testcase.

Do you think you could provide one?


It looks something around JCA anyway.. but even them will need a testcase.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169943#4169943

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169943
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: standard BASIC AUTH

2008-08-11 Thread karypid
Have you found a way to do this? I also asked this question recently,
but for an EJB endpoint. See:

http://www.jboss.com/index.html?module=bbop=viewtopict=140182.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169945#4169945

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169945
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Enabling MTOM-Support at JBossWS client fails

2008-08-11 Thread lfoggy
Hi,
I have been trying to compare my classes with the sample xop examples in 
jbossws package and finally I was able to find the problem.
Here are my classes:
class AttachmentType {
 @XmlMimeType(application/octet-stream)
 protected DataHandler dh;



class AttachmentTypeHolder {
protected List attachments;



In my endpoint class if I have the following method signature, then the xop 
works:

public AttachmentType echoDataHandler(DHRequest request)

but if I change the method signature to this:

public AttachmentHolder echoDataHandler(DHRequest request)

then the response is returned inline and not xop encoded.

Is there anything I have to do to fix this. I am using Doc/Literal Wrapped 
wsdl, with a WSDL-first approach.

Any help would really be appreciated.
Thanks,


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169948#4169948

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169948
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: Configuring a non-JBoss JMS Provider (Weblogic) in JBoss

2008-08-11 Thread kariem
As an alternative approach, did you try using jmsjca? Frank Kiviet presented it 
here and proposed questions to be asked in the JBI Forum. I think this post 
could be what you are looking for.

Kariem

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169952#4169952

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169952
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Clustering/JBoss] - Re: Problem with Apache loadbalancer, j_security_check and J

2008-08-11 Thread trulore
Yikes.

Turning on sticky sessions defeats the purpose of load balancing.  It keeps a 
user pinned to one server regardless of load or anything else.

This is a VERY serious bug (in my opinion).  I can't seem to find any info of 
any progress in fixing this bug.  I was hoping JBoss offered some kind of 
work-around or Valvebut I haven't been able to find it.

Robert 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169953#4169953

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169953
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - JBoss 4.2, Tomcat, and @Service ...

2008-08-11 Thread [EMAIL PROTECTED]
Hi All,

I have a service (singleton) that I want to access from a Tomcat servlet.  The 
tomcat servlet cannot find the service using the MBean server's JNDI name - I 
always get the name not found exception.
The service I have registered is using @Service annotation without the 
deployment descriptor.  The creation, registration and starting of my singleton 
@Service object is successfully in the MBean server with the default JNDI name 
(I didn't assign one).  The service has a @Local and @Management interface with 
no home interface to speak of.  I don't anticipate that I will ever need a 
remote interface or binding since the service will always be used within the 
same JVM.

- I've tried using the usual resource-ref ejb-ref in the web.xml with 
associated entries in the jboss-web.xml to map the java:/comp/env/ejb/* 
entry to the jboss.j2ee:* entry.  Each time the tomcat end complains that it 
cannot find the JNDI name of the jboss.j2ee: service as registered in the 
MBean server (tomcat DOES follow the java:comp/env/ejb link successfully).
- I've tried deployment of the tomcat context.xml file in META-INF to tell it 
about the JNDI bindings with the same result. 

Any ideas?!?!  Any suggestions will be appreciated.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169955#4169955

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169955
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - Re: How to authenticate to the JBoss server without FORM aut

2008-08-11 Thread ragavgomatam
Try calling HttpSession.invalidate(). When you invalidate the session on log 
out, Jboss automatiocally clears the Principal from its internal cache.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169958#4169958

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169958
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - Re: How to authenticate to the JBoss server without FORM aut

2008-08-11 Thread Marcos_APS
ragavgomatam wrote : Try calling HttpSession.invalidate(). When you 
invalidate the session on log out, Jboss automatiocally clears the Principal 
from its internal cache.

Are you saying that instead of calling webAuthentication.logout(), I should 
call something like this:


  | HttpSession session = (HttpSession) 
FacesContext.getCurrentInstance().getExternalContext().getSession(false);
  | session.invalidate();
  | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169963#4169963

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169963
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Clustering/JBoss] - Clustering in a distributed system

2008-08-11 Thread andrew.henderson
I am trying to determine if JBoss can help me in my current situation.  I have 
servers in two different geographic locations linked by a corporate WAN.  I 
would like both application servers to share configuration information and 
configuration data, but I would like to regulate which node is being used so 
that all requests from location A go to location A's node and location B's 
requests go to the node at location B.  The objective behind this is two fold, 
first the performance will be higher if not bogged down by the WAN and second, 
it is preferable not to send the data that is actually being passed, processed 
and returned across the WAN for security reasons.

Can my situation be resolved using Jboss clustering or some other feature of 
JBoss?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169964#4169964

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169964
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Tutorial documentation gap / java.examples as of June 2008 r

2008-08-11 Thread TomCat1116
I'm very eager to get started in evaluating jBPM for use within our 
organization, however, hit a stumbling block.

In the user guide for 3.2.3 
http://docs.jboss.com/jbpm/v3.2/userguide/pdf/jbpm-jpdl.pdf within the 'Getting 
Started' chapter (Chapter 2) it is suggested that by downloading the jPDL 
Suite, I can immediately get started with the Chapter 3 tutorial.

Within Chapter 3, it says that I should point Eclipse to src/java.examples - 
however, ever since the 3.2.3 release and move from CVS to SVN, this 
java.examples directory does not exist.

This is not a show stopper since I'll just go grab the prior release from the 
download repository and reluctantly not work with the latest/greatest 
release... but thought that someone at JBoss might want to know about this gap


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169966#4169966

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169966
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - How can I get actionURL in xhtml pages

2008-08-11 Thread sreedharj
It is working fine with JSP example of getting actionURL to the form action as



But, I am having probelm getting actionURL in xhtml pages. Can some one help me 
this?

Thanks


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169972#4169972

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169972
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Re: InstantiationException: org.apache.log4j.Logger

2008-08-11 Thread adam_p_wells
Hi All,

Many thanks jaikiran, rapowder - your solution has worked.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169974#4169974

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169974
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Anyone can tell me what happens for JBoss MBean deployment f

2008-08-11 Thread xhe
I am using JBoss AS 4.2.2, 4.2.3, 4.5 on Fedora 8. 

Once the hostname in the /etc/sysconfig is changed, then any of jboss server in 
the list won't able to startup. During the jboss boot, it throws out exception 
and complain about couldn't deploy MBean from jboss-server.xml file. 

I tried to use -b, -c option to start my jBoss AP server again, but no luck. 
Any thought?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169979#4169979

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169979
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Anyone can tell me what happens for JBoss MBean deployme

2008-08-11 Thread PeterJ
Please post the error you are getting. In fact, post the command line and the 
full console log output. Without it, it is impossible to say what is going 
wrong.

Also post your /etc/hosts file, just in case.

Finally, verify that your hostname is correct: 
http://www.cpqlinux.com/hostname.html

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169983#4169983

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169983
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Jboss JMS error - help needed

2008-08-11 Thread ravichittari
The standard stuff that comes with jboss isntall. Below are two relevant params 
for hsqldb-ds.xml

 !-- The minimum connections in a pool/sub-pool. Pools are lazily constructed 
on first use --
  min-pool-size5/min-pool-size

  !-- The maximum connections in a pool/sub-pool --
  max-pool-size20/max-pool-size


For jms-ds.xml, again standard stuff
 tx-connection-factory
jndi-nameJmsXA/jndi-name
xa-transaction/
rar-namejms-ra.rar/rar-name

connection-definitionorg.jboss.resource.adapter.jms.JmsConnectionFactory/connection-definition
config-property name=SessionDefaultType 
type=java.lang.Stringjavax.jms.Topic/config-property
config-property name=JmsProviderAdapterJNDI 
type=java.lang.Stringjava:/DefaultJMSProvider/config-property
max-pool-size20/max-pool-size

security-domain-and-applicationJmsXARealm/security-domain-and-application
  /tx-connection-factory


My suspicion is that the max pool size in tx-connection-factory defined in 
jms-ds.xml is low for the txns I am handling. Hence getting this error.
But, want to see if anyone else has run into this issue.

Would be nice if Jboss wiki has some good pointers to this topic.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169984#4169984

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169984
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - Installing a new certificate

2008-08-11 Thread klwatter
I seem to have gotten through all the steps to create a Certificate and Import 
it.  I've used the keytool to generate the key, create a CSR, submit the CSR to 
my CA and download and import the new certificate.

Now I'm trying to figure out what configuration file to update, is jboss it's 
own web server or does it use Tomcat, or does it depend?  The example that I'm 
using says to update tomcat41-service.xml, but I don's see a 
tomcat*-service.xml, another example tells me to update a server.xml file.

Where should I look for the xml file that needs updated?  On the server where 
it is deployed, or in my development code before I create the .war file?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169986#4169986

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169986
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Running JBoss in Eclipse (in Linux)

2008-08-11 Thread a_alam
Hi,
I can run JBOSS from Eclipse as a root, but not as a user. 

JBOSS_HOME=/opt/jboss-4.2.3.GA

When I run JBoss in Eclipse as a normal user, I get the following error:

01:10:43,507 INFO  [Server] Starting JBoss (MX MicroKernel)...
01:10:43,520 INFO  [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: 
SVNTag=JBoss_4_2_3_GA date=200807181417)
01:10:43,521 INFO  [Server] Home Dir: /opt/jboss-4.2.3.GA
01:10:43,521 INFO  [Server] Home URL: file:/opt/jboss-4.2.3.GA/
01:10:43,522 INFO  [Server] Patch URL: null
01:10:43,523 INFO  [Server] Server Name: default
01:10:43,523 INFO  [Server] Server Home Dir: /opt/jboss-4.2.3.GA/server/default
01:10:43,523 INFO  [Server] Server Home URL: 
file:/opt/jboss-4.2.3.GA/server/default/
01:10:43,523 INFO  [Server] Server Log Dir: 
/opt/jboss-4.2.3.GA/server/default/log
01:10:43,524 INFO  [Server] Server Temp Dir: 
/opt/jboss-4.2.3.GA/server/default/tmp
01:10:43,524 INFO  [Server] Root Deployment Filename: jboss-service.xml
01:10:43,979 ERROR [BasicMBeanRegistry] Unexpected Exception:
java.lang.ClassCastException: [[B
at java.net.InetAddress.getLocalHost(InetAddress.java:1312)
at 
javax.management.MBeanServerDelegate.getMBeanServerId(MBeanServerDelegate.java:71)
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:245)
at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:215)
at 
org.jboss.mx.server.MBeanServerBuilderImpl.newMBeanServer(MBeanServerBuilderImpl.java:71)
at 
javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:310)
at 
javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:213)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:420)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:619)

Failed to boot JBoss:

java.lang.RuntimeException: Cannot create MBeanServer
at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:239)
at 
org.jboss.mx.server.MBeanServerBuilderImpl.newMBeanServer(MBeanServerBuilderImpl.java:71)
at 
javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:310)
at 
javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:213)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:420)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:619)
Caused by: javax.management.NotCompliantMBeanException: Cannot register MBean: 
JMImplementation:type=MBeanServerDelegate
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:314)
at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:215)
... 8 more
Caused by: java.lang.ClassCastException: [[B
at java.net.InetAddress.getLocalHost(InetAddress.java:1312)
at 
javax.management.MBeanServerDelegate.getMBeanServerId(MBeanServerDelegate.java:71)
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:245)
... 9 more


I also tried to give the user all the rights 777 for the directory /opt, but no 
success!
Does some one have the same problem or have a solution?

cheers

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169987#4169987

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169987
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Problem Jboss with PHP

2008-08-11 Thread Darcio
Hello, I installed the JBoss and the PHP5 in the Windows XP, I configured the 
JBoss with the php5servlet to run php but when I execute a php page the JBoss 
send a error that it don't find the file libphp5servlet.  Where could I find to 
download the file libphp5servlet?

   I already tried to change the file php5servlet that somebody modified the 
source code and compiled. The php run, but somebody functions aren't known.
 
 Thanks, Dárcio.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169988#4169988

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169988

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


[jboss-user] [Security JAAS/JBoss] - Re: How to authenticate to the JBoss server without FORM aut

2008-08-11 Thread ragavgomatam
Yes..Try it..This should do a Jaas Log out for you

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169990#4169990

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169990
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Help: BPEL designer

2008-08-11 Thread gllambi
Hi, could you please tell me if there is any progress with the Eclipse Bpel 
Editor? 

Thank your very much!

Guzman

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169992#4169992

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169992
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Jbpm performance problem

2008-08-11 Thread shamesh_joshi
This might be due to exhausted connection pool to the database. Your program 
might forgot to close the connection after using it. 

1. Try to close connection after it is used in your program. 
2. Try to increase connection poll.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169993#4169993

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169993
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: session getting changed while switching between HTTPS an

2008-08-11 Thread [EMAIL PROTECTED]
Hi,

Thanks for the reply but its not working one of the reason might be Session id 
are getting maintained by JSESSIONID Cookie instead of URL re-writing. Dow 
apache has any role to play in this. In development environment i have apache 
in front of one JBOSS but in production apache will act as a load balancer. 
Please help.

Thanks and Regards
Deepak

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169994#4169994

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169994
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Weird transaction error

2008-08-11 Thread TheOverlord
I'll try to get a testcase together.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169995#4169995

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169995
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Error in server starting

2008-08-11 Thread Neha29
Hi,
I am working with jboss-soa-p.4.2.0.When i start my server , i get the 
following error .


  | 2008-08-12 09:57:27,769 INFO  [org.quartz.core.QuartzScheduler] Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED started.
  | 2008-08-12 09:57:45,878 INFO  
[org.jboss.internal.soa.esb.dependencies.DatabaseInitializer] Initializing 
java:/ManagementDS from listed sql files
  | 2008-08-12 09:57:45,894 WARN  [org.jboss.system.ServiceController] Problem 
starting service jboss.esb:service=ManagementDatabaseInitializer
  | java.sql.SQLException: Table already exists: JMXPATTERN in statement [
  | CREATE TABLE JMXPATTERN]
  | at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
  | at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
  | at org.hsqldb.jdbc.jdbcStatement.executeUpdate(Unknown Source)
  | at 
org.jboss.resource.adapter.jdbc.WrappedStatement.executeUpdate(WrappedStatement.java:186)
  | at 
org.jboss.internal.soa.esb.dependencies.DatabaseInitializer.executeSql(DatabaseInitializer.java:145)
  | at 
org.jboss.internal.soa.esb.dependencies.DatabaseInitializer.initDatabase(DatabaseInitializer.java:122)
  | at 
org.jboss.internal.soa.esb.dependencies.DatabaseInitializer.startService(DatabaseInitializer.java:159)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  | at sun.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
  | at $Proxy0.start(Unknown Source)
  | at org.jboss.system.ServiceController.start(ServiceController.java:417)
  | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | at $Proxy4.start(Unknown Source)
  | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
  | at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  | 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:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | at $Proxy9.deploy(Unknown Source)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
  | at 

[jboss-user] [JCA/JBoss] - Re: Configuring a non-JBoss JMS Provider (Weblogic) in JBoss

2008-08-11 Thread [EMAIL PROTECTED]
Kariem,

Thanks and yes that turned out to be the solution. Frank was of great help. 
JMSJCA seems to take care of all these JMS incompatibility issues between JMS 
Providers. Thanks for the headups !

Jeff

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4169997#4169997

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169997
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] Delivery Failure

2008-08-11 Thread Postmaster

-
The message you sent to primafurniture.co.uk/wildcard was rejected because it 
would exceed the quota for the mailbox.

The subject of the message follows: 
Subject: =?windows-1251?B?z/Du4uXw6uggz/Dl5O/w6P/y6OkgweXnIM/w7uHr5ew=?=


-

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


[jboss-user] [Remoting] - Using JBoss Remote API in the JBoss App server

2008-08-11 Thread crr
Hi,

I have standalone socket server application ,can i deploy this application with 
in the jboss4.0.2 server using Jboss Remote API .


Please help me !!!



Thanks in advance
crr


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4170002#4170002

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170002
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Tutorial documentation gap / java.examples as of June 20

2008-08-11 Thread kukeltje
it is known that docs have to be brought in line with the real world. The wiki 
and side have been updated though. One of the reasons it is on the list to 
inverstigate if a wiki and *usable* pdf doc can be generated from the same wiki 
source

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4170003#4170003

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170003
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: workaround for StackOverflow exception

2008-08-11 Thread kukeltje
No, do not do that. Wrong practise.

With just this error (not a unittest and stacktrace) we are unable to help you. 
Can be caused by many different things

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4170004#4170004

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170004
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Jbpm performance problem

2008-08-11 Thread kukeltje
Thanks, but I think (hope) he already solved it (it's almost 2 years ago ;-)) 
and others did not run into this because of more knowledge on their side ;-)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4170005#4170005

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170005
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user