[jboss-user] [JBoss Seam] - Re: where to find errata for Seam book

2007-06-20 Thread baz
Thanks Michael,
i have not found the thread i mentioned above. I explicitly refer to chapter 
11.1.3. When i try to pass the var variable(fan) of a datatable to a method, 
then a null value is passed.
This behaviour is consistent with seam docu(1.3.0Alpha)anonymous wrote : Note: 
You can not pass objects as arguments! All that is passed is names,[...] If the 
arguments can not be resolved at that time (because hotel and user variables 
can not be found in any available context) the action method will be called 
with null arguments!
The var variable is not present in any scope, so null must be passed.


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

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


[jboss-user] [EJB 3.0] - Re: Client accessing EJB3 via RMIoverHTTTP on Port 80

2007-06-20 Thread hauch
Hi,

As far as I understand all you have to do is change
socket://${jboss.bind.address}:3873
to
http://${jboss.bind.address}:80
in ejb3.deployer/META-INF/jboss-service.xml.

You can read more about JBoss remoting in 
http://labs.jboss.com/file-access/default/members/jbossremoting/freezone/docs/guide/JBoss_Remoting_Guide.pdf
and
http://www.onjava.com/pub/a/onjava/2005/02/23/remoting.html


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

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


[jboss-user] [JBoss Seam] - Re: Ajax4jsf UnboundedFifoBuffer

2007-06-20 Thread baz
anyone?

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

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


[jboss-user] [JBoss jBPM] - How can I split storage scheme JBPM and general?

2007-06-20 Thread slogger
How can I split storage scheme JBPM and general?
I tried to create different DataSource (two confiqs *-ds.xml with 
local-tx-datasource), but I got issues.
It is necessary for application to guarantee execution in single transaction 
(jbpm and general).
RDBMS Oracle10g, JDK 1.5.8, JBoss 4.2.0, Jbpm-3.2
What's the matter? Please, sorry my English.

Jbpm is deployed as EAR, with config:
...
  | service name=persistence
  |   factory
  |   bean 
class=org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory/
  |   field name=isTransactionEnabledfalse//field
  |   /factory
  | /service
  | ...

FIRST 

2007-06-20 10:01:35,625 WARN  [org.hibernate.cfg.SettingsFactory] Could not 
obtain connection metadata
  | org.jboss.util.NestedSQLException: Could not enlist in transaction on 
entering meta-aware object!; - nested throwable: 
(javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist 
resource, see the previous warnings. tx=TransactionImple  ac, BasicAction: 
-3f57218c:1154:4677a2d0:3c70 status: ActionStatus.ABORT_ONLY ); - nested 
throwable: (org.jboss.resource.JBossResourceException: Could not enlist in 
transaction on entering meta-aware object!; - nested throwable: 
(javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist 
resource, see the previous warnings. tx=TransactionImple  ac, BasicAction: 
-3f57218c:1154:4677a2d0:3c70 status: ActionStatus.ABORT_ONLY ))
  | at 
org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:94)
  | at 
org.hibernate.connection.DatasourceConnectionProvider.getConnection(DatasourceConnectionProvider.java:69)
  | at 
org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:84)
  | at 
org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
  | at 
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
  | at 
org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91)
  | at 
org.jbpm.persistence.jta.JtaDbPersistenceService.isCurrentJtaTransactionAvailable(JtaDbPersistenceService.java:37)
  | at 
org.jbpm.persistence.jta.JtaDbPersistenceService.init(JtaDbPersistenceService.java:22)
  | at 
org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory.openService(JtaDbPersistenceServiceFactory.java:17)
  | at org.jbpm.svc.Services.getService(Services.java:141)
  | at org.jbpm.svc.Services.getPersistenceService(Services.java:180)
  | at org.jbpm.JbpmContext.getPersistenceService(JbpmContext.java:628)
  | at org.jbpm.JbpmContext.getGraphSession(JbpmContext.java:569)
  | at org.jbpm.JbpmContext.newProcessInstance(JbpmContext.java:408)
  | at 
com.rfc.security.scheme.actions.ActionCreateDoc.doSomething(ActionCreateDoc.java:26)
  | at com.rfc.security.scheme.actions.PAction.execute(PAction.java:30)
  | at 
com.rfc.ejb.security.SecurityMgrBean.executeAction(SecurityMgrBean.java:73)
  | 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)
  | ...
  | Caused by: org.jboss.resource.JBossResourceException: Could not enlist in 
transaction on entering meta-aware object!; - nested throwable: 
(javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist 
resource, see the previous warnings. tx=TransactionImple  ac, BasicAction: 
-3f57218c:1154:4677a2d0:3c70 status: ActionStatus.ABORT_ONLY )
  | at 
org.jboss.resource.connectionmanager.TxConnectionManager.managedConnectionReconnected(TxConnectionManager.java:343)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.reconnectManagedConnection(BaseConnectionManager2.java:518)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:399)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:842)
  | at 
org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
  | ... 49 more
  | Caused by: javax.transaction.SystemException: java.lang.Throwable: Unabled 
to enlist resource, see the previous warnings. tx=TransactionImple  ac, 
BasicAction: -3f57218c:1154:4677a2d0:3c70 status: ActionStatus.ABORT_ONLY 
  | at 
org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener$TransactionSynchronization.checkEnlisted(TxConnectionManager.java:744)
  | at 

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss on Linux HELLPPPPPP!!!

2007-06-20 Thread itsme
hi sheila,

maybe it would help if you provide more information of what you are trying to 
do.

Regards
Sandor

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

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


[jboss-user] [Installation, Configuration Deployment] - Re: 4.0.5 to 4.2.0 upgrade and JBossTS

2007-06-20 Thread djr667
jhalliday: Sorry about the late response. I added the following to 
jbossjta-properties.xml
property name=com.arjuna.ats.jta.allowMultipleLastResources value=true/
as the first child element of 
properties depends=arjuna name=jta
which I assume is the correct place (the documentation does not say exactly 
where).

The DeploymentException I get occurs at JBoss startup, as the transaction 
manager is started.

Dave

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

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


[jboss-user] [JBoss jBPM] - Re: How can I split storage scheme JBPM and general?

2007-06-20 Thread fady.matar
It is not recommended to use two JNDI for the same physical database. 

Use different JNDI names for different databases and update your persistence 
configuration accordingly

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

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


[jboss-user] [EJB 3.0] - Re: Client accessing EJB3 via RMIoverHTTTP on Port 80

2007-06-20 Thread itsme
Thanks for replying, but it seems there is more needed.

I testet the mentioned and got the following error on startup

  | 08:55:45,172 WARN  [ServiceController] Problem creating service 
jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3
  | java.lang.NoClassDefFoundError: org/apache/coyote/Adapter
  | at java.lang.ClassLoader.defineClass1(Native Method)
  | at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
  | at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
  | at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
  | at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
  | at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
  | at java.security.AccessController.doPrivileged(Native Method)
  | at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
  | at 
org.jboss.mx.loading.RepositoryClassLoader.findClassLocally(RepositoryClassLoader.java:675)
  | at 
org.jboss.mx.loading.RepositoryClassLoader.findClass(RepositoryClassLoader.java:655)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  | at 
org.jboss.mx.loading.RepositoryClassLoader.loadClassLocally(RepositoryClassLoader.java:193)
  | at 
org.jboss.mx.loading.ClassLoadingTask$ThreadTask.run(ClassLoadingTask.java:131)
  | at org.jboss.mx.loading.LoadMgr3.nextTask(LoadMgr3.java:399)
  | at 
org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:520)
  | at 
org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:408)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
  | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
  | at java.lang.Class.getDeclaredConstructors0(Native Method)
  | at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
  | at java.lang.Class.getConstructor0(Class.java:2671)
  | at java.lang.Class.newInstance0(Class.java:321)
  | at java.lang.Class.newInstance(Class.java:303)
  | at 
org.jboss.remoting.InvokerRegistry.loadServerInvoker(InvokerRegistry.java:436)
  | ...
  | 
Any ideas?
Sandor

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

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


[jboss-user] [JBoss jBPM] - Re: How can I split storage scheme JBPM and general?

2007-06-20 Thread slogger
fady.matar wrote : It is not recommended to use two JNDI for the same 
physical database. 
  | 
  | Use different JNDI names for different databases and update your 
persistence configuration accordingly

Hmmm... not recommended
In that way, it is impossible just to split schemes? If it's possible, how can 
I do it?

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

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


[jboss-user] [Messaging, JMS JBossMQ] - DLQHandler javax.naming.NameNotFoundException: XAConnectionF

2007-06-20 Thread timjer
Good Morning,

can anybody help me? At the moment i have this Exception in my server.log


2007-06-20 08:57:20,792 ERROR [org.jboss.ejb.plugins.jms.DLQHandler] 
Initialization failed DLQHandler
javax.naming.NameNotFoundException: XAConnectionFactory
at org.jboss.ha.jndi.TreeHead.lookup(TreeHead.java:223)
at org.jboss.ha.jndi.HAJNDI.lookup(HAJNDI.java:134)
at sun.reflect.GeneratedMethodAccessor556.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.ha.framework.interfaces.HARMIClient.invoke(HARMIClient.java:187)
at $Proxy343.lookup(Unknown Source)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at 
org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:151)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:238)
at 
org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:165)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:597)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:922)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.run(JMSContainerInvoker.java:1492)
at java.lang.Thread.run(Thread.java:534)
2007-06-20 08:57:20,793 WARN  [org.jboss.ejb.plugins.jms.JMSContainerInvoker] 
JMS provider failure detected:
javax.naming.NameNotFoundException: XAConnectionFactory
at org.jboss.ha.jndi.TreeHead.lookup(TreeHead.java:223)
at org.jboss.ha.jndi.HAJNDI.lookup(HAJNDI.java:134)
at sun.reflect.GeneratedMethodAccessor556.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.ha.framework.interfaces.HARMIClient.invoke(HARMIClient.java:187)
at $Proxy343.lookup(Unknown Source)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at 
org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:151)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:238)
at 
org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:165)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:597)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:922)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.run(JMSContainerInvoker.java:1492)
at java.lang.Thread.run(Thread.java:534)
2007-06-20 08:57:20,861 INFO  [org.jboss.ejb.plugins.jms.JMSContainerInvoker] 
Reconnected to JMS provider
2007-06-20 08:57:20,865 INFO  [org.jboss.ejb.plugins.jms.JMSContainerInvoker] 
Reconnected to JMS provider
2007-06-20 08:57:30,866 INFO  [org.jboss.ejb.plugins.jms.JMSContainerInvoker] 
Trying to reconnect to JMS provider
2007-06-20 08:57:30,870 INFO  [org.jboss.ejb.plugins.jms.JMSContainerInvoker] 
Trying to reconnect to JMS provider
2007-06-20 08:58:30,869 ERROR [org.jboss.ejb.plugins.jms.DLQHandler] 
Initialization failed DLQHandler

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

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


[jboss-user] [EJB 3.0] - Re: Client accessing EJB3 via RMIoverHTTTP on Port 80

2007-06-20 Thread itsme
In addition to my last post is here the exception stack trace when calling from 
client side:

  | Exception in thread AWT-EventQueue-0 java.lang.ClassCastException: 
java.lang.String
  | at 
org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:62)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | at 
org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:61)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | at 
org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:53)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | at 
org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:72)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | at 
org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteProxy.java:103)
  | at $Proxy1.login(Unknown Source)
  | 
However the delivered proxy is configured right. Is there an unmarshaller 
missing. How would this get configured.

Sandor

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

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


[jboss-user] [JBoss jBPM] - Sorry!

2007-06-20 Thread slogger
In any case, fady.matar thank you very much for your answer!

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

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


[jboss-user] [JBoss jBPM] - Re: How can I split storage scheme JBPM and general?

2007-06-20 Thread fady.matar
Are you using the web console or creating your own application from scratch? 
The configuration can be specified in different ways. Elaborate more so I can 
assist you in this.

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

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


[jboss-user] [JCA/JBoss] - Re: ejb server socket connection

2007-06-20 Thread teodoro21
I'd want to know if a JCA outbound adapter to connect my ejb to an external C 
application (by socket) is the right solution. 




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

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


[jboss-user] [JBoss Seam] - Re: EL enhancement does not work in pages.xml

2007-06-20 Thread BerndMueller
no one to reply?

too stupid question ? (i apologize)

greetings

Bernd

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

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


[jboss-user] [JBoss jBPM] - Re: How to access process variables?

2007-06-20 Thread fuligj
I say thank you for it your answer. I believe it, you misunderstood a small 
one. I would like to attain the variables of the process, apart from a process 
from a web page. But in the external page, the var[] data map does not live. I 
think, this the taskInstanceBean's job. A solution would be needed for this 
problem.

Thank You!

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

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


[jboss-user] [JBossWS] - how to specify version of WSDL?

2007-06-20 Thread gardon
Hello,

is it possible to specify version of WSDL to be generated in wstools or via 
JBossWS annotations? I haven't found it. I need WSDL version 1.1 to be 
generated. Thanks for any advice.

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

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


[jboss-user] [JNDI/Naming/Network] - RMI on HTTP with PROXY

2007-06-20 Thread indigeno314
Good morning,
i have a j2ee client (swing) and server (EJB) application and have set up 
jndi.properties so that rmi works via http modifying this two properties:
java.naming.factory.initial=org.jboss.naming.HttpNamingContextFactory 
and 
java.naming.provider.url=:t.http://localhost:8080/invoker/JNDIFactory.

The application works correctly with this configuration; however my problem is 
to make it work also coming through a proxy. 
I would like to know whether some properties exist to add to jndi.properties 
file that they allow me to set up the parameters of proxy or if exists a other 
solution to solve the problem. 

Thanks to everybody. 

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

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


[jboss-user] [JBoss jBPM] - Re: Unable to start websale process

2007-06-20 Thread jbosslim
I'm a newbie too, I've played around the web console, and I'm able to deploy 
the new process definition using the Eclipse plug-in.  It is simple and easy to 
deploy the new process definition.  All GUI based.

Howver, I'm still stuck with the correct procedure on how to add this jbpm into 
my current web application in Jboss4.0.4GA. sigh.

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

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


[jboss-user] [JBoss jBPM] - Re: How to access process variables?

2007-06-20 Thread fady.matar
Why don't you create a map of variables at your application context level and 
store it there. 
Moreover you can have this variable in an external database and create the 
hibernate mapping for it and make it accessible for all of your requirements

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

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


[jboss-user] [JBossWS] - Re: how to specify version of WSDL?

2007-06-20 Thread gardon
I use JBoss 4.2.0-GA and JBossWS 1.2.1GA

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

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


[jboss-user] [JBoss jBPM] - Re: How to access process variables?

2007-06-20 Thread dabd
cristian_e wrote : You can try executionContext.getVariable(quant) 
directly. At least this is the way we have worked with variables in 
ActionHandlers (with the appropriate cast). In our case the variables have been 
set programatically, but I think it's the same thing with your scenario.
  | 
  | Hope it helps.
  | 

I think the reason I was getting a null pointer exception was that in the web 
console form I was clicking on the save button instead of the save  close 
button, so the process variable was not being updated.  This form was generated 
by the gpd.

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

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


[jboss-user] [JBoss jBPM] - I created my own app

2007-06-20 Thread slogger
I created my own application. 
Jbpm included to my ear with his console war. 
In addition, ear consists of my ejbs (by EJB3 spec + hiber). 
Thus, this ear has two hibernate.cfg.xml. 
The first one is used for own mappings of business data.

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

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


[jboss-user] [JBoss jBPM] - Re: How can I split storage scheme JBPM and general?

2007-06-20 Thread mputz
anonymous wrote : It is necessary for application to guarantee execution in 
single transaction (jbpm and general). 

If you want to access the jBPM and the application data from within the same 
Hibernate session you could inject the Hibernate session into the jbpmContext 
(jbpmContext.setSession(s);). 

This can be done by using the DbPersistenceServiceFactory. You would have to 
set the configuration parameter isCurrentSessionEnabled to true, which 
wouldn't close the Hibernate session on the jBPM side. You could continue to 
work within the current transaction and do the Hibernate clean up work at the 
end of the transaction.


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

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


[jboss-user] [JBoss jBPM] - Re: How can I split storage scheme JBPM and general?

2007-06-20 Thread slogger
mputz wrote : anonymous wrote : It is necessary for application to guarantee 
execution in single transaction (jbpm and general). 
  | 
  | If you want to access the jBPM and the application data from within the 
same Hibernate session you could inject the Hibernate session into the 
jbpmContext (jbpmContext.setSession(s);). 
  | 
  | This can be done by using the DbPersistenceServiceFactory. You would have 
to set the configuration parameter isCurrentSessionEnabled to true, which 
wouldn't close the Hibernate session on the jBPM side. You could continue to 
work within the current transaction and do the Hibernate clean up work at the 
end of the transaction.
  | 

Your offer means to store of all in single db scheme. 
But expression single transaction is not means single db scheme. 
I want to store jbpm data and business data in different schemes of Oracle DB.

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

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


[jboss-user] [EJB 3.0] - Re: Client accessing EJB3 via RMIoverHTTTP on Port 80

2007-06-20 Thread itsme
After a bit more investigating I've a solution here
http://wiki.jboss.org/wiki/Wiki.jsp?page=Accessing_EJB3s_over_HTTP_HTTPS

This works so far but the next step is to eliminate the JBoss specific 
annotation
@RemoteBinding(clientBindUrl=0.0.0.0:80/servlet-invoker/ServerInvokerServlet)
by using a configuration in - lets say - jboss.xml.

Question: How is this annotation expressed as per a deployment descriptor?

Any hints?

Regards
Sandor

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

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


[jboss-user] [JBoss Seam] - Re: Ajax4jsf UnboundedFifoBuffer

2007-06-20 Thread [EMAIL PROTECTED]
Post the full stack trace.  But really, I would suggest using Seam 1.2.1.GA 
with AS 4.0.5.GA and the jars with it.  If you want JBoss AS 4.2 use Seam 1.3 
(the big part is upgrading to JSF 1.2 which you are doing anyway).

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

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


[jboss-user] [JBoss Seam] - Re: EL enhancement does not work in pages.xml

2007-06-20 Thread [EMAIL PROTECTED]
This should work in Seam 1.3.  Post the stack trace.

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

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


[jboss-user] [Beginners Corner] - package org.apache.axis.client does not exist for DUKE BANK

2007-06-20 Thread laknair
Hi,
   i am trying to follow the installation procedure as in jboss 
begineer's guide ..i get this error when i try to compile using ant -f 
jboss-build.xml compile.my classpath is 
C:\jdk\bin;C:\jdk\;C:\apache-ant-1.6.5\;C:\apache-ant-1.6.5\lib\ant.jar;C:\apache-ant-1.6.5\lib\xercesImpl;C:\apache-ant-1.6.5\lib\xml-apis;C:\jdk\lib\tools.jar;\C:\jboss-4.0.3SP1\lib\;C:\jboss-4.0.3SP1\;C:\jboss-4.0.3SP1\client\;C:\jboss-4.0.3SP1\lib\;C:\jboss-4.0.3SP1\client\axis-ws4ee;C:\jboss-4.0.3SP1\client\wsdl4j;C:\jboss-4.0.3SP1\client\commons-logging;C:\jboss-4.0.3SP1\client\log4j;C:\jboss-4.0.3SP1\server\default\deploy\jbossweb-tomcat55.sar

please help me .i need to finish this project soon.

thanks for your time
laks

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

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


[jboss-user] [EJB 3.0] - Interceptor binding to a package

2007-06-20 Thread [EMAIL PROTECTED]
Is there any way to bind an interceptor to all session beans in a package?

I have tried 

 ejb-namepackage.name.*/ejb-name   

but it does not work?

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

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


[jboss-user] [JNDI/Naming/Network] - javax.naming.CommunicationException

2007-06-20 Thread adoorsarath
sir,

  I  got  the   javax.naming.CommunicationException  when I 

started writing my first JMS program.

The code snippet is given below

Properties properties = new Properties();
properties.put(Context.INITIAL_CONTEXT_FACTORY, 
org.jnp.interfaces.NamingContextFactory);
properties.put(Context.PROVIDER_URL, jnp://192.168.17.101:1099);
InitialContext jndiContext = new InitialContext(properties);
TopicConnectionFactory conFactory =
(TopicConnectionFactory)jndiContext.lookup(TopicConnectionFactory);

Error is there in JNDI lookup operation


Error Message

Exception in thread main javax.naming.CommunicationException: Receive timed ou
t [Root exception is java.net.SocketTimeoutException: Receive timed out]
at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:12
80)
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1360)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:575)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:568)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at Client.main(Client.java:27)
Caused by: java.net.SocketTimeoutException: Receive timed out
at java.net.PlainDatagramSocketImpl.receive(Native Method)
at java.net.DatagramSocket.receive(DatagramSocket.java:711)
at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:12
50)
... 5 more

 would you please help me in correcting this error.






  


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

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


[jboss-user] [EJB 3.0] - Re: How to provide the identity in the annotation for MDB?

2007-06-20 Thread wolfc
Here you can find all supported properties:
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJMSMessageListener

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

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


[jboss-user] [JBoss Seam] - Re: Ajax4jsf UnboundedFifoBuffer

2007-06-20 Thread baz
Hello Peter,
thanks for the answer.
We are planning to migrate to seam1.3 when the first beta is ready.
Since Michael has succeded in porting seam1.2.1 apps to jboss 4.2.0 we have 
tried the same:-(
For the meantime we will stay with JBoss AS 4.0.5
BTW
The stacktrace is nearly the same as in the first post.
 Ciao,

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

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


[jboss-user] [JBoss jBPM] - Re: How to access process variables?

2007-06-20 Thread fuligj
Because the data would turn up duplicated then.

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

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


[jboss-user] [Installation, Configuration Deployment] - Re: 4.0.5 to 4.2.0 upgrade and JBossTS

2007-06-20 Thread jhalliday
Dave

I'm not able to reproduce that. What you should get at startup is:

10:30:07,036 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA 
version) - JBoss Inc.
10:30:07,036 INFO  [TransactionManagerService] Setting up property manager 
MBean and JMX layer
10:30:07,297 INFO  [TransactionManagerService] Starting recovery manager
10:30:07,505 INFO  [TransactionManagerService] Recovery manager started
10:30:07,505 INFO  [TransactionManagerService] Binding TransactionManager JNDI 
Reference
...
10:30:29,926 WARN  [loggerI18N] 
[com.arjuna.ats.internal.jta.transaction.arjunacore.lastResource.startupWarning]
 
[com.arjuna.ats.internal.jta.transaction.arjunacore.lastResource.startupWarning]
 You have chosen to enable multiple last resources in the transaction manager. 
This is transactionally unsafe and should not be relied upon.

The last message there indicates the config param is being picked up correctly.

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

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


[jboss-user] [JBoss Seam] - Exception sending context initialized event to listener inst

2007-06-20 Thread mailmustu
Hi,

I am deploying a Seam 1.2.1 application on JBoss 4.2.0

As mentioned in the migration guide 
http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/
I have removed el-ri.jar and el-api.jar from my EAR

I have also removed apache myfaces jars from my EAR since Jboss 4.2 uses its 
own implementation.
myfaces-api-1.1.4.jar
myfaces-impl-1.1.4.jar

I keep getting following error.
any help is appreciated.


  | 5:17:45,230 INFO  [TomcatDeployer] deploy, ctxPath=/FpRegistration, 
warUrl=.../tmp/deploy/tmp34550FpRegistration.ear-contents/FpRegistration-exp.war/
  | 05:17:45,933 ERROR [STDERR] java.lang.UnsupportedOperationException
  | 05:17:45,933 ERROR [STDERR] at 
com.sun.faces.config.ConfigureListener$InitFacesContext.getViewRoot(ConfigureListener.java:1690)
  | 05:17:45,933 ERROR [STDERR] at 
com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:113)
  | 05:17:45,933 ERROR [STDERR] at 
com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277)
  | 05:17:45,933 ERROR [STDERR] at 
com.sun.faces.util.Util.createInstance(Util.java:477)
  | 05:17:45,933 ERROR [STDERR] at 
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:671)
  | 05:17:45,933 ERROR [STDERR] at 
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:503)
  | 05:17:45,933 ERROR [STDERR] at 
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:402)
  | 05:17:45,948 ERROR [STDERR] at 
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)
  | 05:17:45,948 ERROR [STDERR] at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854)
  | 



  | 05:17:46,027 ERROR [[/FpRegistration]] Exception sending context 
initialized event to listener instance of class 
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
  | javax.faces.FacesException: java.lang.UnsupportedOperationException
  | at 
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:408)
  | at 
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)
  | at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854)
  | at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4359)
  | at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761)
  | at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741)
  | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
  | 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.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
  | at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at 
org.apache.catalina.core.StandardContext.init(StandardContext.java:5310)
  | 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.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
  | 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.performDeployInternal(TomcatDeployer.java:301)
  | at 
org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
  | at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
  | at org.jboss.web.WebModule.startModule(WebModule.java:83)
  | at org.jboss.web.WebModule.startService(WebModule.java:61)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  |

[jboss-user] [JCA/JBoss] - Re: Listening Database Failover

2007-06-20 Thread vickyk
Adrian ,
Yes I made these changes for the 
http://jira.jboss.com/jira/browse/JBAS-3707
I have plans to make wiki on this and also this would now result in lot of 
changes in the Jboss Admin docs as ha related rar's would go off now .
Let me take http://jira.jboss.com/jira/browse/JBAS-4490 if you have not started 
any work on it.

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

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


[jboss-user] [JBoss Seam] - seam app and external ejb DB service (entities problem)

2007-06-20 Thread leezard
Hi all again,

I've strange problem with Seam design. My Seam application beans use external 
beans to invoke database operations. I don't have any DB-related logic in my 
Seam app. The external application provides set of entities I can use, and here 
my problem begins. 

I have form in my application which has exactly the same fields as entity 
provided by external application. It'd be nice to use this entity as a Seam 
component (to have bijection etc.), but I think I can't do it, because this 
entity is not annotated with @Name and I can't do it. The only solution I think 
of is to have simple Value Objects as Seam components, inject them to my bean, 
rewrite properties from my VO to external entity and then pass this new entity 
to external bean method. But I think it's not an elegant solution. Do you know 
any other solutions of this problem?

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

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


[jboss-user] [JBoss Seam] - s:formattedText doesn't render anything

2007-06-20 Thread demetrio812
Hi I changed the seam-gen generated code to use the s:formattedText tag but it 
doesn't render anything...what's wrong?

That's the code I use:


  | s:decorate id=testoDecoration template=layout/edit.xhtml
  |  ui:define name=labelText/ui:define
  |  s:formattedText id=testo value=#{paginaHome.instance.testo}/ 
  | /s:decorate
  | 

Thanks!

Demetrio

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

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


[jboss-user] [JBossWS] - Re: ClassCastException - jaxws webservice in jboss1.2.0

2007-06-20 Thread molson_m
hiI had similar issuesthe same exception...truly the exception is not 
atall helpful to find out the cause...thanks to this post...then i noticed 
in one of my classes, i was using java.sql.Date...i changed it to 
java.util.Dateand i could deploy the bean successfully...so santhoshitha is 
right may be jboss didn't have supporting jars for java.sql.Date!

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

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


[jboss-user] [JBossCache] - Initial state transfer failed: Channel.getState() returned f

2007-06-20 Thread karnivas
I'm using fetchInMemoryState as true.

When i'm trying to restart(stop and startService of the treecache) cache i get 
this message. What is possibly causing this problem ?


Error Message

org.jboss.cache.CacheException: Initial state transfer failed: 
Channel.getState() returned false
at org.jboss.cache.TreeCache.fetchStateOnStartup(TreeCache.java:3349)
at org.jboss.cache.TreeCache.startService(TreeCache.java:1543)


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

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


[jboss-user] [JBoss Seam] - Which view handler JBoss 4.2 needs for facelets ?

2007-06-20 Thread mailmustu
Which view handler is to be used in JBoss 4.2 with Seam 1.2.1 for facelets ?

org.jboss.seam.ui.facelet.SeamFaceletViewHandler
or
com.sun.facelets.F­aceletViewHandler

Please tell me what changes will have to be made in faces-config.xml and 
web.xml,  and what jars are needed to use these view handler

I read at Jboss forum: 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3975563#3975563
You should only use org.jboss.seam.ui.f­acelet.SeamFaceletVi­ewHandler only if 
you are using Seam 1.1 and need the enhanced method binding support.


Thanks,
Mustafa

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

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

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


[jboss-user] [JBoss Seam] - Re: Which view handler JBoss 4.2 needs for facelets ?

2007-06-20 Thread [EMAIL PROTECTED]
That post is old (pre 1.2).  In 1.2.1.GA use either of the below 
(SeamFaceletViewHandler to get the EL extension).  In 1.3 you only have 
FaceletViewHandler.

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

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


[jboss-user] [JBoss Portal] - log4j classcastexception with alfresco WAR

2007-06-20 Thread advaittrivedi
Hi,

I have alfresco war deployed. When I start server it gives following exception:
=
16:03:29,799 ERROR [STDERR] log4j:ERROR Could not create level [TRACE]. 
Reported error follows.
16:03:29,799 ERROR [STDERR] java.lang.ClassCastException: 
org.jboss.logging.XLevel
16:03:29,799 ERROR [STDERR] at 
org.apache.log4j.xml.DOMConfigurator.parseLevel(DOMConfigurator.java:512)
16:03:29,799 ERROR [STDERR] at 
org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:428)

16:03:29,846 ERROR [STDERR] log4j:ERROR A 
org.jboss.logging.util.OnlyOnceErrorHandler object is not assignable to a o
rg.apache.log4j.spi.ErrorHandler variable.
16:03:29,846 ERROR [STDERR] log4j:ERROR The class 
org.apache.log4j.spi.ErrorHandler was loaded by
16:03:29,846 ERROR [STDERR] log4j:ERROR [WebappClassLoader
  delegate: false
  repositories:
/WEB-INF/classes/
-- Parent Classloader:
[EMAIL PROTECTED]
] whereas object of type
16:03:29,846 ERROR [STDERR] log4j:ERROR 
org.jboss.logging.util.OnlyOnceErrorHandler was loaded by [org.jboss.system.se
[EMAIL PROTECTED]
16:03:29,924 ERROR [STDERR] log4j:ERROR Could not create an Appender. Reported 
error follows.
16:03:29,924 ERROR [STDERR] java.lang.ClassCastException: 
org.jboss.logging.appender.DailyRollingFileAppender



I dont have either log4j.jar or commons-logging.jar in alfresco/WEB-INF/lib.
I also tried adding this to WEB-INF/jboss-web.xml:

?xml version=1.0?
jboss-web
class-loading java2ClassLoadingCompliance=true
loader-repository
com.example:loader=alfresco.war

loader-repository-configjava2ParentDelegation=true/loader-repository-config
/loader-repository
/class-loading
/jboss-web

as well as this:
?xml version=1.0?
jboss-web
class-loading java2ClassLoadingCompliance=false
loader-repository
com.example:loader=alfresco.war

loader-repository-configjava2ParentDelegation=true/loader-repository-config
/loader-repository
/class-loading
/jboss-web

But to no avail, same exceptions still persist.

Thanks  Regards,
Advait Trivedi

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

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


[jboss-user] [JBoss Seam] - Re: s:formattedText doesn't render anything

2007-06-20 Thread [EMAIL PROTECTED]
?! It's an output tag and it looks like you are using it as an input text tag?

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

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


[jboss-user] [JBossWS] - Re: JBossWS 1.2.x Tools Overview (wstools, wsprovide, wscons

2007-06-20 Thread sdwfxsf
How to use the wsconsume tool?I can't open the links you write.Could you speek 
in detail?Thanks.

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

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


[jboss-user] [JBoss Seam] - Re: s:formattedText doesn't render anything

2007-06-20 Thread demetrio812
Sorry I misunderstood the use... now it is clear!

Thanks

Demetrio

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

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


[jboss-user] [JBoss Seam] - Re: jsf iteration and seam scopes

2007-06-20 Thread gothmog
Yep, thanks, really easy when you know!!


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

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


[jboss-user] [JBossWS] - Re: JBossWS 1.2.x Tools Overview (wstools, wsprovide, wscons

2007-06-20 Thread davideling
Example:

wsconsume.sh -k -s src/ http://myContext/myService?wsdl

where:

-k : keep artifact sources from deletion
-s:  source folder

Bye


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

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


[jboss-user] [JBoss Seam] - Re: JSF f:subview rendered attribute ignored

2007-06-20 Thread Fishface
Could you paste a little more detailed piece of the code, because jsp: tag 
stil doesn't get rendered even thou I wrapped jsp:include with f:verbatim 
tags

Here's my code:

f:subview id=leftmenu
f:verbatim
jsp:include page=left_menu.jsp/
/f:verbatim
/f:subview

Thanks

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

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


[jboss-user] [JBoss Seam] - Re: Which view handler JBoss 4.2 needs for facelets ?

2007-06-20 Thread mailmustu
hi Pete,

Thanks for the quick reply.

I get a java.lang.UnsupportedOperationException in both cases.

Can you please tell me which jars should be there and should not be there 
(to avoid duplicate references) in the EAR.

Also what changes my web.xml and faces-config.xml files need to use these view 
handlers.

here is the exception snippet:

  | 06:49:12,132 INFO  [TomcatDeployer] deploy, ctxPath=/FpRegistration, 
warUrl=.../tmp/deploy/tmp34553FpRegistration.ear-contents/FpRegistration-exp.war/
  | 06:49:12,960 ERROR [STDERR] java.lang.UnsupportedOperationException
  | 06:49:12,960 ERROR [STDERR] at 
com.sun.faces.config.ConfigureListener$InitFacesContext.getViewRoot(ConfigureListener.java:1690)
  | 06:49:12,960 ERROR [STDERR] at 
com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:113)
  | 06:49:12,960 ERROR [STDERR] at 
com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277)
  | 06:49:12,960 ERROR [STDERR] at 
com.sun.faces.util.Util.createInstance(Util.java:477)
  | 


  | 06:49:13,101 ERROR [[/FpRegistration]] Exception sending context 
initialized event to listener instance of class 
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
  | javax.faces.FacesException: java.lang.UnsupportedOperationException
  | at 
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:408)
  | at 
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)
  | at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854)
  | at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4359)
  | 

Thanks,
Mustafa

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

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


[jboss-user] [JBoss Seam] - Re: Which view handler JBoss 4.2 needs for facelets ?

2007-06-20 Thread [EMAIL PROTECTED]
Post the web.xml and faces-config.xml.  You need the jars as for JBoss 4.0.5.GA 
(seam-gen a simple app to find out what), with the changes described by Michael 
http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/
  You need to post full exceptions as well please.

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

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


[jboss-user] [JBoss Seam] - Seam Custom Validation and Ajax4JSF v1.1.1

2007-06-20 Thread rhardy5014
Hi, 
I am using JBOSS 4.2.0 and Seam 1.2.1GA. I have a web application which 
performs some ajax-based validation of form elements using custom seam 
(hibernate) validators e.g. 


s:decorate id=messageFullTextDecoration
  |  h:inputText styleClass=#{invalid?'invalidField 
searchInput':'searchInput'}
  |   
value=#{searchManager.messageSearch.fullText}
  |   s:validate/
  |   a4j:support event=onblur 
  |
reRender=messageFullTextDecoration
  |eventsQueue=generalEventQueue
  |oncomplete=releaseAjax();/
  |  /h:inputText
  | /s:decorate   
 


With a seam (hibernate) custom validator attached to the property in the seam 
backing bean as shown below: 

@FullText
  | private String fullText = null;  


This all works fine when I was using Ajax4JSF V1.1.0 and Richfaces 3.0.0 

I decided to try out the new version of rich faces (3.0.1), which comes with 
Ajax4JSF v1.1.1. 

In upgrading, I did not perform ANY other actions other than to replace the old 
jar files for a4j and richfaces with the new ones, rebuild and redeploy my 
project. 

After redeployment, the onblur event still creates an ajax request, but the 
custom validation seems to be not even called. 

I have also found that if I add ajaxSingle=true to the a4j:support tag, then 
the validation works as expected. 

e.g. 

s:decorate id=messageFullTextDecoration
  |  h:inputText styleClass=#{invalid?'invalidField 
searchInput':'searchInput'}
  |   
value=#{searchManager.messageSearch.fullText}
  |   s:validate/
  |   a4j:support event=onblur 
  |
reRender=messageFullTextDecoration
  |eventsQueue=generalEventQueue
  |ajaxSingle=true
  |oncomplete=releaseAjax();/
  |  /h:inputText
  | /s:decorate


But, when I submit the whole form, by clicking on an a4j:commandButton, again, 
the validation is not performed.

Can anyone help? Are there some other actions I need to perform when upgrading 
to this version of a4j? 

Thanks, 

Richard. 


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

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


[jboss-user] [JBossWS] - MS Soap toolkit and Jboss are understanding wsdl differently

2007-06-20 Thread sandello
MS Soap client sends a message to JBossWS Server looks like

  | ?xml version=1.0 encoding=UTF-8 standalone=no?
  | SOAP-ENV:Envelope
  |  xmlns:SOAPSDK1=http://www.w3.org/2001/XMLSchema;
  |  xmlns:SOAPSDK2=http://www.w3.org/2001/XMLSchema-instance;
  | xmlns:SOAPSDK3=http://schemas.xmlsoap.org/soap/encoding/;
  | xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;
  |  SOAP-ENV:Body
  |   SOAPSDK4:setService xmlns:SOAPSDK4=http://bean.brasws.company.com/;
  |SOAPSDK4:connID123456789/SOAPSDK4:connID
  |SOAPSDK4:service128/SOAPSDK4:service
  |   /SOAPSDK4:setService
  |  /SOAP-ENV:Body
  | /SOAP-ENV:Envelope
  | 

JBossWS can't find element connID
If axis client sends message

  | ?xml version=1.0 encoding=UTF-8?
  | soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;
  |   xmlns:xsd=http://www.w3.org/2001/XMLSchema;
  |   xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  |   soapenv:Body
  | setIP xmlns=http://bean.brasws.company.com/;
  |   connID xmlns=a/connID
  |   ip xmlns=b/ip
  | /setIP
  |   /soapenv:Body
  | /soapenv:Envelope
  | 
JBoss successfully find the element.

wsdl

  | definitions name='BrasUserManagerBeanService' 
targetNamespace='http://bean.brasws.telecom_m.com/' 
xmlns='http://schemas.xmlsoap.org/wsdl/'
  |  xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' 
xmlns:tns='http://bean.brasws.telecom_m.com/'
  |  xmlns:xsd='http://www.w3.org/2001/XMLSchema'
  |   types/types
  |   message name='IBrasUserManager_setIP'
  | part name='connID' type='xsd:string'/part
  | part name='ip' type='xsd:string'/part
  |   /message
  |   message name='IBrasUserManager_setServiceResponse'
  | part name='return' type='xsd:boolean'/part
  |   /message
  |   message name='IBrasUserManager_setIPResponse'
  | part name='return' type='xsd:boolean'/part
  |   /message
  |   message name='IBrasUserManager_setService'
  | part name='connID' type='xsd:string'/part
  | part name='service' type='xsd:string'/part
  |   /message
  |   portType name='IBrasUserManager'
  | operation name='setIP' parameterOrder='connID ip'
  |   input message='tns:IBrasUserManager_setIP'/input
  |   output message='tns:IBrasUserManager_setIPResponse'/output
  | /operation
  | operation name='setService' parameterOrder='connID service'
  |   input message='tns:IBrasUserManager_setService'/input
  |   output message='tns:IBrasUserManager_setServiceResponse'/output
  | /operation
  |   /portType
  |   binding name='IBrasUserManagerBinding' type='tns:IBrasUserManager'
  | soap:binding style='rpc' 
transport='http://schemas.xmlsoap.org/soap/http'/
  | operation name='setIP'
  |   soap:operation soapAction=''/
  |   input
  | soap:body namespace='http://bean.brasws.telecom_m.com/' 
use='literal'/
  |   /input
  |   output
  | soap:body namespace='http://bean.brasws.telecom_m.com/' 
use='literal'/
  |   /output
  | /operation
  | operation name='setService'
  |   soap:operation soapAction=''/
  |   input
  | soap:body namespace='http://bean.brasws.telecom_m.com/' 
use='literal'/
  |   /input
  |   output
  | soap:body namespace='http://bean.brasws.telecom_m.com/' 
use='literal'/
  |   /output
  | /operation
  |   /binding
  |   service name='BrasUserManagerBeanService'
  | port binding='tns:IBrasUserManagerBinding' 
name='BrasUserManagerBeanPort'
  |   soap:address 
location='http://s-makarov.telecom-m.com:8080/BrasUserManagerBeanService/BrasUserManagerBean'/
  | /port
  |   /service
  | /definitions
  | 

I think that the targetNamespace attribute define namespace for all declared 
parts: service, messages, etc.
Am I right?



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

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


[jboss-user] [JBoss jBPM] - How to associate a decision handler with a decision node?

2007-06-20 Thread dabd
Hi,

How do I associate a DecisionHandler to a Decision Node in the process 
designer?  I tried adding an action but the designer only lists the 
ActionHandlers.

Thanks. 

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

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


[jboss-user] [Installation, Configuration Deployment] - Re: reg IP Address instead of the localhost

2007-06-20 Thread rsuser
jaikiran wrote : Which version of JBoss are you using? If its 4.2 then have a 
look at http://www.jboss.com/index.html?module=bbop=viewtopict=40 


Hi JaiKiran,

You are correct . :)



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

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


[jboss-user] [JBoss Seam] - Re: Which view handler JBoss 4.2 needs for facelets ?

2007-06-20 Thread mailmustu
oh ok, 
I am using Jboss 4.2.0 with Seam 1.2.1
I have removed the jars el-ri.jar and el-api.jar as mentioned by Michael
I want to know which jars should be added for facelets support

faces-config.xml:

  | faces-config version=1.2
  |xmlns=http://java.sun.com/xml/ns/javaee;
  |xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  |xsi:schemaLocation=http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd;
  | 
  | application
  | view-handlercom.sun.facelets.FaceletViewHandler/view-handler
  | el-resolverorg.jboss.seam.jsf.SeamELResolver/el-resolver
  | /application
  | 
  | lifecycle
  | phase-listenerorg.jboss.seam.jsf.SeamPhaseListener/phase-listener
  | /lifecycle
  | 
  | /faces-config
  | 

web.xml:

  | ?xml version=1.0 encoding=UTF-8?
  | web-app version=2.5 xmlns=http://java.sun.com/xml/ns/javaee;
  | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  | xsi:schemaLocation=http://java.sun.com/xml/ns/javaee
  | http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd;
  | 
  | !-- Seam Listener --
  | listener
  | listener-class
  | org.jboss.seam.servlet.SeamListener
  | /listener-class
  | /listener
  | 
  | !-- MyFaces Listener - remove for JBoss 4.2 --
  | !-- 
  | listener
  | 
listener-classorg.apache.myfaces.webapp.StartupServletContextListener/listener-class
  | /listener
  | --
  | 
  | 
  | !-- JSF context params --
  | context-param
  | param-namejavax.faces.CONFIG_FILES/param-name
  | param-value/WEB-INF/navigation.xml/param-value
  | /context-param
  | 
  | context-param
  | param-namejavax.faces.STATE_SAVING_METHOD/param-name
  | param-valueclient/param-value
  | /context-param
  | 
  | context-param
  | param-namefacelets.DEVELOPMENT/param-name
  | param-valuetrue/param-value
  | /context-param
  | 
  | context-param
  | param-namejavax.faces.DEFAULT_SUFFIX/param-name
  | param-value.xhtml/param-value
  | /context-param
  | 
  | 
  | 
  | !-- Seam Resource Servlet --
  | servlet
  | servlet-nameSeam Resource Servlet/servlet-name
  | 
servlet-classorg.jboss.seam.servlet.ResourceServlet/servlet-class
  | /servlet
  | 
  | servlet-mapping
  | servlet-nameSeam Resource Servlet/servlet-name
  | url-pattern/seam/resource/*/url-pattern
  | /servlet-mapping
  | 
  | 
  | 
  | !-- Seam Filter --
  | filter
  |   filter-nameSeam Filter/filter-name
  |   filter-classorg.jboss.seam.web.SeamFilter/filter-class
  | /filter
  | 
  | filter-mapping
  |   filter-nameSeam Filter/filter-name
  |   url-pattern/*/url-pattern
  | /filter-mapping 
  | 
  | 
  | 
  | !-- Faces Servlet --
  | servlet
  | servlet-nameFaces Servlet/servlet-name
  | servlet-classjavax.faces.webapp.FacesServlet/servlet-class
  | load-on-startup1/load-on-startup
  | /servlet
  | 
  | servlet-mapping
  | servlet-nameFaces Servlet/servlet-name
  | url-pattern*.seam/url-pattern
  | /servlet-mapping
  | 
  | /web-app
  | 


and here is the exception in server log: 
its humongous!...but you asked for it ;)


  | 06:49:12,132 INFO  [TomcatDeployer] deploy, ctxPath=/FpRegistration, 
warUrl=.../tmp/deploy/tmp34553FpRegistration.ear-contents/FpRegistration-exp.war/
  | 06:49:12,960 ERROR [STDERR] java.lang.UnsupportedOperationException
  | 06:49:12,960 ERROR [STDERR] at 
com.sun.faces.config.ConfigureListener$InitFacesContext.getViewRoot(ConfigureListener.java:1690)
  | 06:49:12,960 ERROR [STDERR] at 
com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:113)
  | 06:49:12,960 ERROR [STDERR] at 
com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277)
  | 06:49:12,960 ERROR [STDERR] at 
com.sun.faces.util.Util.createInstance(Util.java:477)
  | 06:49:12,960 ERROR [STDERR] at 
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:671)
  | 06:49:12,960 ERROR [STDERR] at 
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:503)
  | 06:49:12,960 ERROR [STDERR] at 
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:402)
  | 06:49:12,960 ERROR [STDERR] at 
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)
  | 06:49:12,976 ERROR [STDERR] at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854)
  | 06:49:12,976 ERROR [STDERR] at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4359)
  | 06:49:12,976 ERROR [STDERR] at 

[jboss-user] [JBoss Seam] - Seam 1.3 Alpha and Basic Authentication

2007-06-20 Thread aidan_b5
Hello,

I'm relatively new to Seam and am trying to want to integrate an application 
using seam into an existing ear. The other apps in the ear use basic 
authentication therefore I have been trying to use the AuthenticationFilter in 
Seam 1.3 Alpha.

My components.xml:

components xmlns=http://jboss.com/products/seam/components;
  | xmlns:core=http://jboss.com/products/seam/core;
  | xmlns:web=http://jboss.com/products/seam/web;
  | xmlns:security=http://jboss.com/products/seam/security;
  | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  | xsi:schemaLocation=
  | http://jboss.com/products/seam/core 
http://jboss.com/products/seam/core-1.3.xsd
  |  http://jboss.com/products/seam/components 
http://jboss.com/products/seam/components-1.3.xsd
  |  http://jboss.com/products/seam/web 
http://jboss.com/products/seam/web-1.3.xsd
  |  http://jboss.com/products/seam/drools 
http://jboss.com/products/seam/drools-1.3.xsd
  |  http://jboss.com/products/seam/security 
http://jboss.com/products/seam/security-1.3.xsd;
  | 
  | core:init jndi-pattern=SMSPortal/#{ejbName}/local  debug=true/
  | 
  | !--core:jbpm
  | core:process-definitions
  | valuebusiness-process.jpdl.xml/value
  | /core:process-definitions
  | /core:jbpm--
  | 
  | core:manager conversation-timeout=12 /
  | 
  | core:managed-persistence-context name=entityManager 
  |  auto-create=true
  |   persistence-unit-jndi-name=java:/crsEntityManagerFactory/
  | 
  | core:ejb installed=false/
  | 
  | web:authentication-filter url-pattern=*.seam auth-type=basic 
realm=SMSLDAP/--
  | 
  | 
  | security:identity authenticate-method=#{login:login} 
jaas-config-name=SMSLDAP/
  | 
  | 
  | /components

And the exceptions I'm getting:

11:10:24,088 INFO  [Initialization] done initializing Seam
  | 11:10:24,088 INFO  [SeamFilter] Initializing filter: 
org.jboss.seam.web.redirectFilter
  | 11:10:24,088 INFO  [SeamFilter] Initializing filter: 
org.jboss.seam.web.multipartFilter
  | 11:10:24,088 INFO  [SeamFilter] Initializing filter: 
org.jboss.seam.web.exceptionFilter
  | 11:10:24,088 INFO  [SeamFilter] Initializing filter: 
org.jboss.seam.web.authenticationFilter
  | 11:10:24,182 INFO  [EARDeployer] Started J2EE application: 
file:/C:/Software/jboss-4.2.0.GA/server/default/deploy/SMSPortal.ear/
  | 11:10:24,681 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on 
http-127.0.0.1-8080
  | 11:10:24,728 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on 
ajp-127.0.0.1-8009
  | 11:10:25,009 INFO  [Server] JBoss (MX MicroKernel) [4.2.0.GA (build: 
SVNTag=JBoss_4_2_0_GA date=200705111440)] Started in 1m:570ms
  | 11:10:41,973 ERROR [ExceptionFilter] uncaught exception
  | java.lang.NullPointerException
  | at 
org.jboss.seam.web.AuthenticationFilter.processBasicAuth(AuthenticationFilter.java:154)
  | at 
org.jboss.seam.web.AuthenticationFilter.doFilter(AuthenticationFilter.java:121)
  | at 
org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:56)
  | at 
org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:60)
  | at 
org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:56)
  | at 
org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:81)
  | at 
org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:56)
  | at 
org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:47)
  | at 
org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:56)
  | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:127)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
  | at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
  |  

[jboss-user] [JBoss jBPM] - Re: JBPM Database Cleaning

2007-06-20 Thread ax666
you can remove process instances that have ended, that should cleanup a lot.

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

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


[jboss-user] [JBoss jBPM] - Re: async pain

2007-06-20 Thread ax666
I fulfilled Ronalds request and added a version of the test case that uses an 
action handler. Our project state is, that jBPM allows only single thread 
execution which isn't something we can live with, but I don't have the time to 
investigate further. And yes, this should be fixed, right now I'm waiting for 
any reaction on this. Thanks for your efforts Ed!
Alex

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

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


[jboss-user] [JBoss Messaging] - issue with bridge while JBoss starting

2007-06-20 Thread JasonHsu
I defined a bridge in (xxx-bridge-service.xml) to conection two queues (let's 
say queueA and queueB) on the same JBoss to test.  I'll move the queueB to a 
remote JBoss.   I had the error message while starting JBoss where the bridge 
deployed.  It looks like that the queueA or even queueB hasn't been 
bound/created before the bridge started by JBoss.  In fact, I can see the 
queues are created in couples of second after the bridge's error.  Then I try 
to TOUCH the xxx-bridge-service.xml and the bridge deploy successful message 
shows in the console.  I test a little bit by sending/ receiving the message, 
it works.

My quesiton is how to configure the the bridge been bounded not earlier than 
the queues be availiable.

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

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


[jboss-user] [Beginners Corner] - Newbie trying to run some code!

2007-06-20 Thread rodgerca
I'm getting the following error trying to run a client app.  JBoss server 
running fine.

javax.naming.CommunicationException: Could not obtain connection to any of 
these urls: localhost:1099 and discovery failed with error: 
java.security.AccessControlException: access denied (java.net.SocketPermission 
230.0.0.4 connect,accept,resolve) [Root exception is 
javax.naming.CommunicationException: Failed to connect to server localhost:1099 
[Root exception is java.security.AccessControlException: access denied 
(java.net.SocketPermission 127.0.0.1:1099 connect,resolve)]]

My code is (lifted straight from Trailblazer so surely it can't be wrong?)

QueueConnection cnn = null;
QueueSender sender = null;
QueueSession sess = null;
Queue queue = null;

try {

InitialContext ctx = getInitialContext(); //this sets the props and 
creates a RMI Security Manager

queue = (Queue) ctx.lookup(queue/testQueue); //falls over here!
QueueConnectionFactory factory = (QueueConnectionFactory)
ctx.lookup(ConnectionFactory);

cnn = factory.createQueueConnection();

sess = cnn.createQueueSession(false, QueueSession.AUTO_ACKNOWLEDGE);

TextMessage msg = sess.createTextMessage(Hello Clare);
sender = sess.createSender(queue);
sender.send(msg);

} catch (Exception e) {
e.printStackTrace();
}
}
Any ideas?

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

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


[jboss-user] [JBoss Messaging] - Re: issue with bridge while JBoss starting

2007-06-20 Thread timfox
This is not really a question specific to JBM or the bridge, it's more of a 
question of How do I ensure one MBean deploys before another.

This is done in JBoss by declaring a dependency in the MBean deployment 
descriptor, and is heavily used throughout JBoss.

In the example bridge config. for example it alreasy has dependencies on the 
JMSProviderLoaders:


  |   !-- The JMS provider loader that is used to lookup the source 
destination --   
  |   depends 
optional-attribute-name=SourceProviderLoaderjboss.messaging:service=JMSProviderLoader,name=JMSProvider/depends
 
  |   
  |   !-- The JMS provider loader that is used to lookup the target 
destination --
  |   depends 
optional-attribute-name=TargetProviderLoaderjboss.messaging:service=JMSProviderLoader,name=JMSProvider/depends
  
  | 

So you just need to introduce dependencies on the target destinations.


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

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


[jboss-user] [JBoss Messaging] - Re: issue with bridge while JBoss starting

2007-06-20 Thread timfox
This is all explained in detail in the JBoss AS guide 
http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch2.chapter.html#ch2.servicedep.fig

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

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


[jboss-user] [JBoss Seam] - Upgrading to Seam1.3.1a/JBossAS4.2.0ga Significant performan

2007-06-20 Thread kosiakk
I have an app  working with Seam 1.2.1ga / JbossAS 4.0.5ga, Java1.5.0_11 and 
mysql.
Application works okay and very fast. All pages are completely rendered in less 
than a second.

I decided to upgrade to Seam 1.3.1a / JBossAS 4.2.0ga. I've updated all 
configuration files, componets.xml, build.xml and project libs. Application 
compiles and starts well.

From now every page renders for 3-4 seconds!! Both for first and consequent 
calls, whereas in Seam 1.2.1 only the first page access was 3-second-long.

Could you please help me to find the bottleneck? 

I suppose that performance degradation is related to caching of complied JSP 
pages...

Many thanks,
Alex

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

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


[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException

2007-06-20 Thread adoorsarath
I understood the problem.JBoss serever was down

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

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


[jboss-user] [JBoss jBPM] - Re: How can I split storage scheme JBPM and general?

2007-06-20 Thread estaub
fady.matar wrote:

anonymous wrote : It is not recommended to use two JNDI for the same physical 
database. 

I'm no expert here, but I don't think this is exactly correct.  Accessing 
different databases (schemas) in the same physical database using different 
JNDI names is perfectly fine, except perhaps for Hibernate.  In fact, I think 
it's the ONLY way to do it within J2EE.

In slogger's case, he showed JNDI with different schemas (i.e., user-names):


  | 1-th config:
  | ...
  | jndi-nameOracle10jbpm/jndi-name
  | 
connection-urljdbc:oracle:thin:@192.168.222.116:1521:ora10utf/connection-url
  | driver-classoracle.jdbc.driver.OracleDriver/driver-class
  | user-namejbpm/user-name
  | ...
  | 
  | 2-th config:
  | ...
  | jndi-nameOracle10db/jndi-name
  | 
connection-urljdbc:oracle:thin:@192.168.222.116:1521:ora10utf/connection-url
  | driver-classoracle.jdbc.driver.OracleDriver/driver-class
  | user-namepilot/user-name 
  | 

slogger,

I can't help much with the Hibernate issue, but my reading suggests that if you 
want coherent transactions across the two databases, you need to use the 
features of  and hibernate-mapping elements to bind together the schemas.  
Look at the way the identity schemas are bound in to JBPM for starters, then 
note that hibernate-mapping has a schema attribute.

If you want independent transactions between the two contexts, you're on your 
own!

-Ed Staub


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

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


[jboss-user] [JBoss jBPM] - jboss 4.0.5 clustering

2007-06-20 Thread djphatmix
i am trying to setup a jboss cluster using 2 application servers. i have 
managed to establish a connection but my problem is that when one server shuts 
down the other one stays running, now when i redeploy the other one will the 
currently running server also be redeployed or not?

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

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


[jboss-user] [Clustering/JBoss] - question!

2007-06-20 Thread djphatmix
with farming deployment, suppose i got 2 application servers n i shut down the 
other while the other remains running. when i redeploy the other one will the 
other one get redeployed or not. I need more info on this.

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

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


[jboss-user] [Installation, Configuration Deployment] - Re: 4.0.5 to 4.2.0 upgrade and JBossTS

2007-06-20 Thread djr667
I cannot reproduce it either - it works!

This is strange since it failed twice previously and all I did now was 
re-enable the code that previously failed. I hope it was simply a typo.

Thank you for your patience and help
Dave


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

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


[jboss-user] [JBoss Seam] - Re: Upgrading to Seam1.3.1a/JBossAS4.2.0ga Significant perfo

2007-06-20 Thread kosiakk
My application was built using Seam app-gen. 
Examples are running okay, without performance issues.

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

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


[jboss-user] [JBoss Seam] - tiles and facelets simultaneously

2007-06-20 Thread kgoedert
Hi,

I know this is off-topic since this is not directly related to seam. But I have 
tried the facelets forums and had no luck, so I decided to try it here...

I have an app using tiles + jsf + ejb3 and I´d like to migrate to seam and 
facelets. Is it possible to have tiles and facelets working in the same 
application? How can I do it? 

Thanks

Kelly

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

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

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


[jboss-user] [JBoss Seam] - trace logging for log4j

2007-06-20 Thread matt.drees
Hi Gavin  team,

Could you put http://jira.jboss.com/jira/browse/JBSEAM-1247 in 1.3?  It should 
be dirt simple.

Thanks
-Matt

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

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


[jboss-user] [Installation, Configuration Deployment] - Re: JBoss on Linux HELLPPPPPP!!!

2007-06-20 Thread sheila lety
Hi Sandor!

I'm ne will try to explain but 

I need to configure te source of JBoss server on Redhat Enterprise Edition. So 
i configure JDK-1.5.0_05 on /usr/local/java and setup the following environment 
variables in to a script on vi /etc/profile.d 

JAVA_HOME=/usr/local/java 
JRE_HOME=/usr/local/java/jre
CLASSPATH=$JAVA_HOME:$JAVA_HOME/lib:$JRE_HOME/lib:.
MANPATH=$MANPATH:$JAVA_HOME/man
JAVA_DOC=$JAVA_HOME/docs
PATH=$PATH:$JAVA_HOME/bin:$JRE_HOME/bin
export JAVA_HOME JRE_HOME CLASSPATH MANPATH JAVA_DOC PATH

we create a short program to test them and it work. 

After that we try to install jboss-4.0.3-src, we unzip the file on 
/usr/local/jboss then we where searching for a way to configure but we didint 
find the file to do it, we found build, install and conf so we dont now which 
one of then was the rigth one. Then we try the build #sh build.sh, but after a 
few minutes it give an error.  

If you have already install jboss on linux which version  you recommends and 
where are the steps to do it, we can use any version of jboss but it has the be 
the source.


Can you help us its very urgent!

Thanks for your time

Regards 

Sheila











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

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


[jboss-user] [JBoss Seam] - Re: Seam jBPM: use annotation or pages.xml to get next task?

2007-06-20 Thread bsmithjj
the seam nightly builds are still 'stuck' on 06.14.2007 as the last build - any 
chance the nightly builds will resume being posted regularly?

Thanks,
Brad

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

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


[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: the never ending flow of optimistic locking questions

2007-06-20 Thread beligum
Hi Fernando, thanks for your response.

Please let me recapitulate to check if I understand everything correctly.

So I have a JSF form with a submit-button, linked to the POJO action method.
This action has an (TransactionAttributeType.REQUIRES_NEW) annotation, so it 
will start a new transaction. If it's fired, it must get the entity-bean from 
the SFSB DAO. This will possibly fail, catching the OptimisticLockException 
when it does.

Then, the SFSB DAO is (how?) contacted to load the changes from the DB and 
merge them into the stale object?

Last paragraph is a bit unclear to me, can you elaborate on this?

Bram

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

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


[jboss-user] [JBoss AOP] - failed to transform $Proxy29: ConcurrentModificationExceptio

2007-06-20 Thread bartvh
I am running some custom jmx beans inside a jboss-4.2 running on jdk1.5. With 
load time weaving enabled, I get to see the following exception:

java.util.ConcurrentModificationException
  | at 
java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:365)
  | at 
java.util.LinkedHashMap$ValueIterator.next(LinkedHashMap.java:380)
  | at 
org.jboss.aop.instrument.JoinpointSimpleClassifier.classifyJoinpoint(JoinpointSimpleClassifier.java:63)
  | at 
org.jboss.aop.instrument.JoinpointClassifier.classifyMethodExecution(JoinpointClassifier.java:172)
  | at 
org.jboss.aop.instrument.MethodExecutionTransformer.instrument(MethodExecutionTransformer.java:136)
  | at 
org.jboss.aop.instrument.Instrumentor.transform(Instrumentor.java:703)
  | at org.jboss.aop.AspectManager.translate(AspectManager.java:909)
  | at org.jboss.aop.AspectManager.transform(AspectManager.java:821)
  | at 
org.jboss.aop.standalone.AOPTransformer.aspectTransform(AOPTransformer.java:88)
  | at 
org.jboss.aop.standalone.AOPTransformer.transform(AOPTransformer.java:75)
  | at 
sun.instrument.TransformerManager.transform(TransformerManager.java:122)
  | at 
sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:155)
  | at java.lang.reflect.Proxy.defineClass0(Native Method)
  | at java.lang.reflect.Proxy.getProxyClass(Proxy.java:504)
  | at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:581)
  | at org.jboss.mx.util.MBeanProxyExt.create(MBeanProxyExt.java:395)
  | at org.jboss.mx.util.MBeanProxyExt.create(MBeanProxyExt.java:349)
  |  lots of jmx and deployer stack trace omitted

My code is correctly instrumented, so this is not a big issue for me. Still, it 
might indicate a programming error inside the instrumentation code.

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

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


[jboss-user] [JNDI/Naming/Network] - javax.naming.CommunicationException

2007-06-20 Thread adoorsarath
sir, 

I got the javax.naming.CommunicationException when I 

started writing my first JMS program. 

The code snippet is given below 

Properties properties = new Properties(); 
properties.put(Context.INITIAL_CONTEXT_FACTORY, 
org.jnp.interfaces.NamingContextFactory); 
properties.put(Context.PROVIDER_URL, jnp://192.168.17.101:1099); 
InitialContext jndiContext = new InitialContext(properties); 
TopicConnectionFactory conFactory = 
(TopicConnectionFactory)jndiContext.lookup(TopicConnectionFactory); 

Error is there in JNDI lookup operation . If the client is there on the same 
machine it works fine.But if the client is Remote,it is showing the following 
error message


Error Message 

Exception in thread main javax.naming.CommunicationException: Receive timed 
ou 
t [Root exception is java.net.SocketTimeoutException: Receive timed out] 
at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:12 
80) 
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1360) 
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:575) 
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:568) 
at javax.naming.InitialContext.lookup(InitialContext.java:347) 
at Client.main(Client.java:27) 
Caused by: java.net.SocketTimeoutException: Receive timed out 
at java.net.PlainDatagramSocketImpl.receive(Native Method) 
at java.net.DatagramSocket.receive(DatagramSocket.java:711) 
at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:12 
50) 
... 5 more 

would you please help me in correcting this error. 



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

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


[jboss-user] [JBoss jBPM] - Re: How to access process variables?

2007-06-20 Thread kukeltje
w  lots of wrong assumptions here

pressing save does save the variables, just not make the  task finish and the 
process take an transition

The taskinstancebean is for the console, but can be reused. If you want to 
combine data from your own system with processdata, you'll have to develop  a 
small framework for it (e.g. MyTaskBean class) and use the jbpm api in there

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

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


[jboss-user] [JBoss jBPM] - Re: jboss 4.0.5 clustering

2007-06-20 Thread kukeltje
wrong forum.. use the AS forum

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

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


[jboss-user] [JBoss jBPM] - Re: async pain

2007-06-20 Thread kukeltje
The reason I asked for a scriptless version is that I'm not the scripted 
version can run async very wel..  I assume the non-scripted version shows the 
same (for you unwanted) behaviour?

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

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


[jboss-user] [JBoss jBPM] - Re: How to associate a decision handler with a decision node

2007-06-20 Thread kukeltje
for the moment (afaik) by editing the xml by hand.

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

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


[jboss-user] [EJB 3.0] - jboss-EJB-3.0_RC9-FD SSL example and jboss-4.2.0.GA

2007-06-20 Thread mat
Environment:
jboss-4.2.0.GA
EJB3
Windows 
JDK 5

Deploying an EJB3 SSL application on jboss-4.0.5 works fine.  
However same application gives exceptions on jboss-4.2.0.GA.

Same excpetion:

  | java.net.MalformedURLException: no protocol: 
org/jboss/remoting/transport/Connector.xml
  | 

occurs when building and deplying the jboss-EJB-3.0_RC9-FD tutorial SSL example 
on jboss-4.2.0.GA.

Full stack trace:


  | 14:23:19,078 INFO  [Server] JBoss (MX MicroKernel) [4.2.0.GA (build: 
SVNTag=JBoss_4_2_0_GA date=200705111440)] Started i
  | n 43s:469ms
  | 14:26:40,500 ERROR [MainDeployer] Could not create deployment: 
file:/D:/JBoss_area/jboss-4.2.0.GA/server/default/tmp/dep
  | loy/tmp14108tutorial.jar-contents/ssl-service.xml
  | org.jboss.deployment.DeploymentException: no protocol: 
org/jboss/remoting/transport/Connector.xml; - nested throwable: (
  | java.net.MalformedURLException: no protocol: 
org/jboss/remoting/transport/Connector.xml)
  | at 
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
  | at 
org.jboss.system.ServiceController.install(ServiceController.java:226)
  | at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:597)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java: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.install(Unknown Source)
  | at org.jboss.deployment.SARDeployer.create(SARDeployer.java:249)
  | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
  | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:959)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
  | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:597)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java: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:26
  | 3)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
  | 
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
  | Caused by: java.net.MalformedURLException: no protocol: 
org/jboss/remoting/transport/Connector.xml
  | at java.net.URL.init(URL.java:567)
  | at java.net.URL.init(URL.java:464)
  | at java.net.URL.init(URL.java:413)
  | at org.jboss.system.ServiceCreator.install(ServiceCreator.java:206)
  | at 
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:449)
  | at 
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
  | ... 34 more
  | 
  | 

Appreciate your help,
Many thanks

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

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


[jboss-user] [Installation, Configuration Deployment] - Re: StackOverflow in deployment

2007-06-20 Thread charlieparker2k7
note: my version of jboss is 4.0.5

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

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


[jboss-user] [JBoss Seam] - Re: seam generate-entities problem

2007-06-20 Thread sirmyth
fix the problem by inserting my driver file into Jboss lib and any lib 
directories under seam. Not sure which one did it

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

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


[jboss-user] [JBoss jBPM] - Re: Unable to start websale process

2007-06-20 Thread kukeltje
it was not arrogance, it was frustration (and it still is)

STFF first, make good reports (what you did, why, what not, what you found 
etc...etc...etc...etc...) doing that is a sign of wisdom

oh and jbosslim... please do not hijack thereads about a different subject

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

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


[jboss-user] [Management, JMX/JBoss] - Default MBeans viewable wit jConsole?

2007-06-20 Thread Gambling
Hi Folks,

is it possible to see and manage all implemented MBeans of the application 
server itself with jConsole? if I use the jmx-web-console I can see them all, 
but not if I use jConsole. Here I can only manage the subscriptionManager and 
the ServiceEndpointManager.

thanks

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

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


[jboss-user] [JBossWS] - Re: Endpoint does not contain operation meta data for: getAc

2007-06-20 Thread Maffewl
i found out some more iinfo and have new questions.

as it turns out , i had to do 
m0:getAccount
  |   getAccount
  |   ...
  |   /getAccount
  | /m0:getAccount

to get it to hit my code.  I'm still in the position where I want to try to 
avoid messing up existing clients, so what are my options at this point? modify 
the orinigal wsdl?  or can the wsconsume or jbossws be configured to handle 
this appropriatly?

thanks again for your help

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

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


[jboss-user] [JBoss jBPM] - Re: async pain

2007-06-20 Thread kukeltje
Now I come to think of it I/we overlooked something. 

AFAIR, the async mechanism in the WAR version of jBPM was for simple 
environments. For enterprise grade solutions, a switch should be made to JMS. 
More than one MDB can be deployed there which can process the async actions. 
(not scripted ones)

Alex, do you use JMS or not? Is it an option?

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

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


[jboss-user] [JBoss Portal] - portlets and struts

2007-06-20 Thread habicht
Hi

I'm developing a phonebook using portlets and struts. For the form I used the 
struts-html taglib. As soon as I hit submit the url changes from 
localhost:8080/portal/portal/Phonebook/default to 
localhost:8080/Phonebook/search.do and the next page overwrites the whole 
portal.

Is there a way to force the result of my request into my portlet.

Technical: Jboss Portal 4.2.1 bundled (uses jboss 4.0.4)
JDK 1.5-09
Struts 1.2.7
Portals Struts Bridge 1.2.7-1.0.1
Windows XP Sp2

Regards Christof

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

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


[jboss-user] [JBoss Portal] - Re: Portlet printing

2007-06-20 Thread glarenzie
I understand the first part but how would I accomplish the second part - You 
may need to add some things in the layout and theme, so the header etc does not 
show??

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

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


[jboss-user] [JBoss AOP] - Re: failed to transform $Proxy29: ConcurrentModificationExce

2007-06-20 Thread waynebaylor
sounds like your modifying a collection while iterating over it.

for example:

  | Collection stuff = someObject.getCollection();
  | for(Object obj : stuff)
  | {
  |   ...
  |   stuff.remove(obj);
  |   ...
  | }
  | 

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

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


[jboss-user] [Management, JMX/JBoss] - Re: Default MBeans viewable wit jConsole?

2007-06-20 Thread Gambling
solved with:

http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMBeansInJConsole

google is your friend...

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

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


[jboss-user] [JBoss jBPM] - Re: Setting Variable Types

2007-06-20 Thread kukeltje
the thing britt posted is full... there is nothing more to it

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

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


[jboss-user] [JBoss Messaging] - cluster messaging error

2007-06-20 Thread snecu001
I have 2 JB servers set up as described in the guide for a development cluster. 
I  have a scheduler running every minute that I deploy using farming and have 
set up using the example-cluster-service.xml in the farm folder.
When I stop one server I get the error below but he scheduler still runs. My 
impression is that the timer the scheduler is using is the cause of this.
Any suggestions ?

ERROR org.jboss.remoting.transport.socket.SocketClientInvoker handleException - 
Got marshalling exception, exiting
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
at java.io.FilterInputStream.read(FilterInputStream.java:66)
at 
org.jboss.remoting.transport.socket.MicroSocketClientInvoker.readVersion(MicroSocketClientInvoker.java:986)
at 
org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:572)
at 
org.jboss.remoting.transport.bisocket.BisocketClientInvoker.transport(BisocketClientInvoker.java:339)
at 
org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
at 
org.jboss.remoting.ConnectionValidator.doCheckConnection(ConnectionValidator.java:126)
at 
org.jboss.remoting.ConnectionValidator.run(ConnectionValidator.java:195)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
2007-06-20 09:45:24,234 DEBUG org.jboss.remoting.ConnectionValidator 
doCheckConnection - ConnectionValidator failed to ping via 
SocketClientInvoker[14d3343, bisocket://127.0.0.1:4458]
java.rmi.MarshalException: Failed to communicate.  Problem during 
marshalling/unmarshalling; nested exception is: 
java.net.SocketException: Connection reset
at 
org.jboss.remoting.transport.socket.SocketClientInvoker.handleException(SocketClientInvoker.java:122)
at 
org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:654)
at 
org.jboss.remoting.transport.bisocket.BisocketClientInvoker.transport(BisocketClientInvoker.java:339)
at 
org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
at 
org.jboss.remoting.ConnectionValidator.doCheckConnection(ConnectionValidator.java:126)
at 
org.jboss.remoting.ConnectionValidator.run(ConnectionValidator.java:195)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
at java.io.FilterInputStream.read(FilterInputStream.java:66)
at 
org.jboss.remoting.transport.socket.MicroSocketClientInvoker.readVersion(MicroSocketClientInvoker.java:986)
at 
org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:572)
... 6 more
2007-06-20 09:45:24,234 DEBUG org.jboss.remoting.ConnectionValidator run - 
ConnectionValidator[SocketClientInvoker[14d3343, bisocket://127.0.0.1:4458], 
pingPeriod=2000 ms]'s connections is invalid
2007-06-20 09:45:24,234 DEBUG org.jboss.remoting.InvokerRegistry 
decrementClientInvokerCounter - decremented SocketClientInvoker[14d3343, 
bisocket://127.0.0.1:4458]'s count, current count 21
2007-06-20 09:45:24,234 DEBUG org.jboss.remoting.ConnectionValidator doStop - 
ConnectionValidator[SocketClientInvoker[14d3343, bisocket://127.0.0.1:4458], 
pingPeriod=2000 ms] stopped, returning true
2007-06-20 09:45:24,234 DEBUG 
org.jboss.jms.client.remoting.ConsolidatedRemotingConnectionListener 
handleConnectionException - ConnectionState[414].ConsolidatedListener 
forwarding remoting failure java.lang.Exception: Could not connect to server! 
to ConnectionFailureListener[FailoverCommandCenter[ConnectionState[414]]]
2007-06-20 09:45:24,234 DEBUG 
org.jboss.jms.client.container.ConnectionFailureListener 
handleConnectionException - 
ConnectionFailureListener[FailoverCommandCenter[ConnectionState[414]]] is being 
notified of connection failure: java.lang.Exception: Could not connect to 
server!
2007-06-20 09:45:24,234 DEBUG org.jboss.jms.client.FailoverCommandCenter 
failureDetected - failure detected by 
ConnectionFailureListener[FailoverCommandCenter[ConnectionState[414]]]
2007-06-20 09:45:24,234 DEBUG org.jboss.remoting.ServerInvoker 
handleInternalInvocation - ServerInvoker (SocketServerInvoker[UNINITIALIZED]) 
removing client callback handler with session id of 
2s2v15l-hesbpq-f35uvn63-1-f35ux8x3-6e+2s2v15l-hesbpq-f35uvn63-1-f35ux8xy-6g.
2007-06-20 09:45:24,250 DEBUG 

[jboss-user] [JBossWS] - Re: Multiple WSDL bindings warning

2007-06-20 Thread tperrigo
Any ideas on this one?  This has really got me stuck...


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

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


[jboss-user] [JBoss Seam] - Topics and Publishing !

2007-06-20 Thread aditya0211
I am using the chatroom example provided with seam to build my application. My 
problem is that I need to differentiate between the clients. Currently the 
chatroom app has all clients subscribing to a single topic and getting all the 
messages that the server publishes. I need a filtering mechanism on the server 
side using which I can specify which user will be getting the data. Any 
suggestions ??

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

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


[jboss-user] [JBoss Seam] - Re: Which view handler JBoss 4.2 needs for facelets ?

2007-06-20 Thread mailmustu
in essence it has something to do with JBossJSFConfigureListener

it says.almost in english...

Exception sending context initialized event to listener instance of class 
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
javax.faces.FacesException: java.lang.UnsupportedOperationException

I have following jars in my lib folder:
jboss-seam-ui.jar
jsf-api.jar
jsf-facelets.jar
jsf-impl.jar
jstl-1.1.0.jar
myfaces-api-1.1.4.jar
myfaces-impl-1.1.4.jar


do I need to add / romove any jars ?
Please let me know.

Thanks,
Mustafa

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

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


[jboss-user] [JBoss Messaging] - Re: JBoss Messaging Persistence (Failed to route Reference

2007-06-20 Thread Stephen.Campbell
Hi Tim,
Ok, so I have given up on getting 1.2.0sp1 working and moved onto 
1.3.0. The other config remains the same, just to recap

Jboss version   -   4.0.4 (we are a part of a bigger project and 
the other components use 4.0.4 so we cant move)
JBM version -   1.3.0 (non-clustered)
Operating Sys   -   winXP - eventually Linux
Java SDK-   1.5.12

So what have I done

Deleted my existing jboss version and reinstalled the again
Ran the release-admin script from JBM 1.3.0
Followed the final steps
Extra steps for using JBM with 4.0.x release - replacing the jars ()

I have not deployed anything to my server at this point but when I try 
to start Jboss I get the following error

org.jboss.deployment.DeploymentException: - nested throwable: 
(java.lang.reflect.UndeclaredThrowableException)
  | at 
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
  | at 
org.jboss.system.ServiceController.install(ServiceController.java:226)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java: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.install(Unknown Source)
  | at org.jboss.deployment.SARDeployer.create(SARDeployer.java:249)
  | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:953)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:807)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java: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 $Proxy8.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 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  | at sun.reflect.GeneratedMethodAccessor2.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 

[jboss-user] [JBoss Seam] - Method binding with context variable as a parameter - parser

2007-06-20 Thread dkane
Hello 

In example 1.23 listing of Seam documentation I see the code : 

h:dataTable value=#{hotels} var=hot rendered=#{hotels.rowCount0}
  | h:column
  |   f:facet name=headerName/f:facet
  |   #{hot.name}
  | /h:column
  | h:column
  |   f:facet name=headerAddress/f:facet
  |   #{hot.address}
  | /h:column
  | h:column
  |   f:facet name=headerCity, State/f:facet
  |   #{hot.city}, #{hot.state}, #{hot.country}
  | /h:column 
  | h:column
  |   f:facet name=headerZip/f:facet
  |   #{hot.zip}
  | /h:column
  | h:column
  |   f:facet name=headerAction/f:facet
  |   s:link value=View Hotel 
action=#{hotelBooking.selectHotel(hot)}/ 
  | /h:column
  |   /h:dataTable
  | 

And, the comment : 

Also notice that we use a method binding with a parameter: 
#{hotelBooking.selectHotel(hot)}. This is not possible in the standard Unified 
EL, but Seam provides an extension to the EL that lets you use parameters on 
any method binding expression

My code is : 

  | h:dataTable id=partsTbl value=#{parts} var=part 
rendered=#{parts.rowCount0}
  | h:column
  | ..
  | /h:column 
  | h:column  
  |  s:button action=#{cart.addPart(part,1)} value=Add to 
Cart/ 
  | /h:column 
  | /h:dataTable
  | 

And, I am getting the exception : 



com.sun.facelets.tag.TagAttributeException: /parts.xhtml @66,68 
action=#{cart.addPart(part,1)} Error Parsing: #{cart.addPart(part,1)}
  | at 
com.sun.facelets.tag.TagAttribute.getMethodExpression(TagAttribute.java:144)
  | at 
com.sun.facelets.tag.jsf.ActionSourceRule$ActionMapper.applyMetadata(ActionSourceRule.java:50)
  | at com.sun.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:36)
  | at 
com.sun.facelets.tag.MetaTagHandler.setAttributes(MetaTagHandler.java:62)
  | at 
com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:144)
  | at 
com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314)
  | at 
com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169)
  | at 
com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
  | at 
com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314)
  | at 
com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169)
  | at 
com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
  | at 
com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314)
  | at 
com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169)
  | at 
com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
  | at 
com.sun.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:64)
  | 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.apply(DefaultFacelet.java:95)
  | at 
com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:503)
  | at 
com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:546)
  | at 
org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
  | at 
org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:229)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
  | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
  | at 

  1   2   3   >