[jboss-user] [JBoss jBPM] - Re: replication of task at runtime

2008-06-05 Thread csplrj
Does it involves different actors or same actors? I am just asking as I have a 
same problem. but i require that the task to be associated with different actors

Thanks in advance

CSJakharia

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

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


[jboss-user] [JBoss jBPM] - Re: replication of task at runtime

2008-06-05 Thread kukeltje
look in the wiki... there is a 'dynamic fork' example

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

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


[jboss-user] [JBoss jBPM] - Re: config-type field confusion

2008-06-05 Thread kukeltje
I'd have to look up other examples from the testcases in the source. Currently 
have no time to do that since I'm off preparing for the jBPM Community Day

You can ofcourse do that yourself (and when you are at it, update/upgrade the 
docs ;-))

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

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


[jboss-user] [EJB 3.0] - Re: Exploded EAR

2008-06-05 Thread jim.barrows
anonymous wrote : 17:14:17,568 INFO  [EARDeployer] Init J2EE application: 
file:/C:/EJB3Trail.
  | ear
  | 17:14:17,578 ERROR [MainDeployer] Could not initialise deployment: 
file:/C:/EJB3Trail.ear
  | org.jboss.deployment.DeploymentException: No META-INF/application.xml found
  | at org.jboss.deployment.EARDeployer.init(EARDeployer.java:133)  

It looks like Jboss is looking for /C:/EJB3Trail.ear, not c:/EJB3Trail.ear.  
The leading '/' may be the issue.  If Jboss is starting on the C: drive, then 
drop the C:, and if that works :)

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

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


[jboss-user] [Performance Tuning] - Re: JBoss/Java is consuming CPU on Linux

2008-06-05 Thread eblom
Unfortunately I have the same problem when I'm running our management 
application e.g. list all extension in the IP-PBX. 
Then it affects the ongoing traffic/calls in the IP-PBX because of the High CPU 
load. I don't know if it can be the I/O stuff e.g. Network, sockets. 
I have done some cpu=samples and it shows a lot of CPU time in the java 
sockets, but I don't know if it because of it is in the Wait state.

/Magnus

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

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


[jboss-user] [JBoss/Spring Integration] - Re: Spring.war - 404 error : My first attempt at deplying a

2008-06-05 Thread alesj
beyarecords wrote : 
  | What am I overlooking here? As a note, I have read about a jboss-spring 
deployer jar but am not sure whether this needs to be deployed in conjunction 
with the spring.war?
  | 
This thread has nothing to do with JBoss/Spring integration -- as the sticky 
says -- moved to Bad posts.

btw: this is weird exception -- not able to find ORB -- check Tomcat forum

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

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


[jboss-user] [JBoss jBPM] - Re: replication of task at runtime

2008-06-05 Thread WalterTaus
Hi,
in my example the same actors are involved.
I looked in Wiki and found a MultiChoiceForkAH and a ForEachForkAh. Is this 
what you are referring to as Dynamic Fork ?

Thanks,
Walter

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

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


[jboss-user] [JNDI/Naming/Network] - NameNotFoundException

2008-06-05 Thread anupamkakade
Dear All , 
I am very new to EJB 3.0. And trying to call a remote statefull sesssion bean. 
Will u please give me the sample code to lookup the bean. And necessary jars 
that i need to put in my client code classpath.




I have tried all the things to look up the bean that have been posted on jboss 
forum . Always i am getting the exception as a Name Not Found Exception . 

Even InitialContext ic ;
ic.list(ejb);

is giving the same exception.  By using the above method i am trying to get the 
JNDI names bound in JNDI tree. 


Please help me. I am using Jboss 4.2.0GA. 

Thanks in advance.

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - java.sql.SQLException: error in script file...

2008-06-05 Thread focusedeye
I am using JBoss to run an ATG application but I get this line about inability 
to start the JBoss service. Please see specific error message below:

WARN [ServiceController] Problem starting service jboss:service=Hypersonic, 
database=localDB
java.sql.SQLException: error in script file line: 1 Unexpected token: NOTAS in 
statement [Notas]...
a lot of error messages follow these lines and my application does not start. 

Please help.
Thanks

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

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


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

2008-06-05 Thread lovelyliatroim
Thanks Manik, at least I know what the problem is now!!



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

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


[jboss-user] [JBossWS] - Re: a problem when call web service using web service client

2008-06-05 Thread [EMAIL PROTECTED]
It's the JAXWS API that uses a service loader mechanism to pull the 
implementation. You have to make sure that WS invocation don't have the Sun API 
(jaxws-rt.jar, jaxws-tools.jar, jaxws-api.jar) on the classpath. JBossWS ships 
with it's own impl. of the API wich then delegates to the correct provider 
implementation: jboss-jaxws.jar

It's a little tricky to get both tooling and web service invocations into the 
project, because tooling still requires those jars mentioned above.

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

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


[jboss-user] [JBossWS] - Re: a problem when call web service using web service client

2008-06-05 Thread [EMAIL PROTECTED]
So, conceptually you start with two different classpath settings, depending on 
the use case.

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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: How to use treecache.xml as configuration for jboss cach

2008-06-05 Thread yair.zaslavsky
I managed to solve this problem.
I am not using TreeCache via JMX, but I created an object of TreeCache, and 
using

this.getClass().getClassLoader().getResourceAsStream(treecache.xml);

I managed to get an input stream to treecache.xml,
I then pass this stream to PropertyConfigurator and configure my cache object.


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

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


[jboss-user] [JBossWS] - JBoss-4.2.2-GA + JOSS-1.7 and WCF client

2008-06-05 Thread aguyngueran
I'm having problems with SOAP fault declaration from JOSSO. It is like this:

wsdl:message name=IdentityProvisioningException
wsdl:part name=fault type=impl:IdentityProvisioningException / 
/wsdl:message

The problem is 'type' attribute which according to WS-Basic Profile 
http://www.ws-i.org/Profiles/BasicProfile-1.1-2004-08-24.html#Bindings_and_Faults.

So 'type' should be replaced by 'element' attribute. The warning message from 
WCF SvcUtil is:

Warning: Fault named IdentityProvisioningException in operation 
resolveAuthenticationAssertion cannot be imported. Unsup
ported WSDL, the fault message part must reference an element. This fault 
message does not reference an element. If you
have edit access to the WSDL document, you can fix the problem by referencing a 
schema element using the 'element' attri
bute.

And I don't know where to start with this problem. Is is JBoss issue (Ws-BP is 
supported here I think), JOSSO issue or WCF problem?

Thanks in advance.


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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Incomplete deployment - DataSourceBinding- JBOSS 4.2.2 +

2008-06-05 Thread July Pyrra
Ok I finally found out even if I'm not sure what has really made the difference 
afetr the multiple reinstallations and successive configurations. 

Here is the mysql-ds.xml that I put in the deploy folder (I let the hsql-ds.xml)
datasources
  |   local-tx-datasource
  | jndi-namecuoreds/jndi-name   
connection-urljdbc:mysql://localhost:3306/cuore?jdbcCompliantTruncation=false/connection-url
  | driver-classcom.mysql.jdbc.Driver/driver-class
  | user-nameroot/user-name
  | password123456/password 
exception-sorter-class-nameorg.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter/exception-sorter-class-name
  | metadata
  |type-mappingmySQL/type-mapping
  | /metadata
  |   /local-tx-datasource
  | /datasources

I also add the mysql-connector-version-bn.jar file in the lib folder.
And that's it.

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

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


[jboss-user] [EJB 3.0] - needing to have extra fields accessible in association table

2008-06-05 Thread pucky
I have a system that I'm building that I need to store extra information within 
an association table.  for example.

many to many relationship between consultant and learner

the association table should have 
[consultant_learner]
id
consultantid
learnerid
timestamp
withdrawndate
active



is there a best practice for this?  More or less I'm trying to get my head 
around having logic within that intersection table.  

Anyone have link they can provide?  Is this possible? 

Thanks,
Pucky




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

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


[jboss-user] [JBoss Messaging] - Re: Does SlowConsumers flag work correctly?

2008-06-05 Thread schmidp
anonymous wrote : Is there any way to turn prefetch completely, so all messages 
which are not received would be visible to all consumers? 

We have the same requirement, so I'm interested in an answer as well :-)

Best regards,

   Philipp Schmid

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

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


[jboss-user] [JBoss/Spring Integration] - Re: Jboss/Spring Integration, second attempt!

2008-06-05 Thread alesj
The FileMatcher was moved. :-)
Before:
 - org.jboss.deployers.vfs.plugins.structure.file.
Now:
 - org.jboss.deployers.vfs.spi.deployer

And the SpringDeployer in that release still uses the old one.

I'll do a new release asap.
Or you can build it yourself from the trunk - it should be simple ant build 
call.

I'll post here when I'm done with the new release.

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

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


[jboss-user] [Messaging, JMS JBossMQ] - Re: Illegal state of the rollinglogged PM just after server

2008-06-05 Thread AlexBear
genman wrote : Rolling Logged is not official supported and probably was 
always experimental when it was available. What's your JBoss version? You're 
probably on your own here.

 My JBoss version is 3.2.8SP1.
 

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

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


[jboss-user] [JBoss/Spring Integration] - Jboss/Spring Integration, second attempt!

2008-06-05 Thread beyarecords
Platform: Win XP SP1, JDK 1.6.0_06, Jboss 5.0.0.CR1

So,
I, and as per sticky instructions, download 'jboss-spring.deployer' from 
'Spring Deployer 3.0'. I then place said .deployer file into the deploy 
directory and start server. The following error is the issued in the server 
logs:


  | 2008-06-05 09:59:11,750 ERROR 
[org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error 
installing to PreInstall: name=SpringParserDeployer state=Real
  | java.lang.NoClassDefFoundError: 
org/jboss/deployers/vfs/plugins/structure/file/FileMatcher
  | at java.lang.ClassLoader.defineClass1(Native Method)
  | at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
  | at 
org.jboss.classloader.spi.base.BaseClassLoader.access$200(BaseClassLoader.java:63)
  | at 
org.jboss.classloader.spi.base.BaseClassLoader$2.run(BaseClassLoader.java:502)
  | at 
org.jboss.classloader.spi.base.BaseClassLoader$2.run(BaseClassLoader.java:462)
  | at java.security.AccessController.doPrivileged(Native Method)
  | at 
org.jboss.classloader.spi.base.BaseClassLoader.loadClassLocally(BaseClassLoader.java:460)
  | at 
org.jboss.classloader.spi.base.BaseClassLoader.loadClassLocally(BaseClassLoader.java:437)
  | at 
org.jboss.classloader.spi.base.BaseDelegateLoader.loadClass(BaseDelegateLoader.java:134)
  | at 
org.jboss.classloader.spi.filter.FilteredDelegateLoader.loadClass(FilteredDelegateLoader.java:131)
  | at 
org.jboss.classloader.spi.base.ClassLoadingTask$ThreadTask.run(ClassLoadingTask.java:452)
  | at 
org.jboss.classloader.spi.base.ClassLoaderManager.nextTask(ClassLoaderManager.java:254)
  | at 
org.jboss.classloader.spi.base.ClassLoaderManager.process(ClassLoaderManager.java:148)
  | at 
org.jboss.classloader.spi.base.BaseClassLoaderDomain.loadClass(BaseClassLoaderDomain.java:196)
  | at 
org.jboss.classloader.spi.base.BaseClassLoaderDomain.loadClass(BaseClassLoaderDomain.java:1009)
  | at 
org.jboss.classloader.spi.base.BaseClassLoader.loadClassFromDomain(BaseClassLoader.java:728)
  | at 
org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:372)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
  | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
  | at java.lang.Class.forName0(Native Method)
  | at java.lang.Class.forName(Class.java:247)
  | at 
org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.resolveComplexTypeInfo(IntrospectionTypeInfoFactoryImpl.java:389)
  | at 
org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:358)
  | at 
org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactory.getTypeInfo(IntrospectionTypeInfoFactory.java:54)
  | at 
org.jboss.classadapter.plugins.BasicClassAdapterFactory.getClassAdapter(BasicClassAdapterFactory.java:61)
  | at 
org.jboss.config.plugins.AbstractConfiguration.getBeanInfo(AbstractConfiguration.java:86)
  | at 
org.jboss.kernel.plugins.config.AbstractKernelConfig.getBeanInfo(AbstractKernelConfig.java:80)
  | at 
org.jboss.kernel.plugins.config.AbstractKernelConfigurator.getBeanInfo(AbstractKernelConfigurator.java:77)
  | at 
org.jboss.kernel.plugins.config.AbstractKernelConfigurator.getBeanInfo(AbstractKernelConfigurator.java:96)
  | at 
org.jboss.kernel.plugins.dependency.PreInstallAction.installActionInternal(PreInstallAction.java:94)
  | at 
org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54)
  | at 
org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42)
  | at 
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
  | at 
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
  | at 
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
  | at 
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
  | at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1394)
  | at 
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:786)
  | at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:914)
  | at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:836)
  | at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:626)
  | at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:443)
  | at 
org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:88)
  | at 

[jboss-user] java.lang.ClassCastException: org.jboss.web.tomcat.service.jasper.JspServletOptions

2008-06-05 Thread Jadaaih Jade

Resending after subscription verification!!

=


-- 
Powered by Outblaze
---BeginMessage---
Hi all,

 Need your help here.

 I am getting the following exceptions when I try to deploy my war file with 
JBoss 4.2.2.

 2008-06-05 14:24:19,341 INFO  [STDOUT] - Failed to load engineOptionsClass
java.lang.ClassCastException: 
org.jboss.web.tomcat.service.jasper.JspServletOptions
at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:89)
at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
at 
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981)
at 
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4071)
at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4375)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
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:296)
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:5312)
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:296)
at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at 
org.jboss.web.tomcat.service.TomcatDeployer.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.GeneratedMethodAccessor3.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher..java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher..java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy44.start(Unknown Source)
at 
org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
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 

[jboss-user] [JBoss Cache: Core Edition] - Re: Recommendation for IsolationLevel

2008-06-05 Thread [EMAIL PROTECTED]
when you say high transaction, what do you mean?  High degree of writes?  If 
you have a write-mostly setup, then using a cache in the first place is really 
not a good idea since caches are optimised for read-mostly situations.  

SERIALIZABLE will ensure that you cannot have any concurrency in your system, 
which may not be a good thing at all.  REPEATABLE_READ or READ_COMMITTED at 
least allows concurrent readers.

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

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


[jboss-user] [JBoss/Spring Integration] - Re: Jboss/Spring Integration, second attempt!

2008-06-05 Thread beyarecords
Ok, Alesj. I'll wait for your post ;-)

As I wish to use Spring 2.5 would I simply swap out the existing Spring files 
from the .deployer directory, which I believe are Spring 2.0 correct?, with 2.5 
?

Many thanks in advance.

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

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


[jboss-user] [JBoss Messaging] - Re: Does SlowConsumers flag work correctly?

2008-06-05 Thread ataylor
Setting slow consumers=true has the effect of setting the prefetch size to 1. 
This means that the server will only deliver 1 message the client side buffer. 
Once the client has consumed this message and the buffer is empty the client 
notifies the server and it starts redelivering.

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

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


[jboss-user] Delivery Status Notification (Failure)

2008-06-05 Thread postmaster
This is an automatically generated Delivery Status Notification.

Delivery to the following recipients failed.

   [EMAIL PROTECTED]



Reporting-MTA: dns;MS-CRM.JSC.TPCHEL.RU
Received-From-MTA: dns;mail.tpchel.ru
Arrival-Date: Thu, 5 Jun 2008 13:46:20 +0400

Final-Recipient: rfc822;postboxh@localhost
Action: failed
Status: 5.1.1
---BeginMessage---
Рекомендации для бухгалтерии
26.06  НДС и прибыли в 2008г
Михаил Спенкер  консультант Высшей категории по НДС.
  Л.П. Хабарова  - гл. ред. журнала Бухгалтерский  бюллетень, профессор.

ПРОГРАММА:
1.  Разьяснения НДС в 2008 г. время  с 10.00-13.00
2. Новое в исчислении прибыль в 2008 г. в свете Федеральных законов  
76-Ф3,195-Ф3,  216-Ф3.
3. Спорные и сложные вопросы  признания отдельных видов доходов: - по договорам 
с длительным циклом;  по безвозмездно полученному имуществу;- по договорам с 
особыми условиями перехода права собственностию
4. Общие требования к признанию расходов. Решение Конституционного суда 
320-О-П. Налоговая выгода: обоснованная и необоснованная.
5. Порядок признания отдельных расходов:- амортизационная премия;- капитальные 
вложения в арендованные ОС ;- лизинговые платежи;- скидки и бонусы; - суммовые 
разницы.Ответы на вопросы.

Оплата: 6000 рублей. Полная информация (495) 7419774
25 июня
 ВОРОБЬЕВА Е.В. - налоговый консультант, автор книги Заработная плата, к.э.н. 
Заработная плата в 2008 году  Оплата: 5500 руб.---End Message---
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss/Spring Integration] - Re: Jboss/Spring Integration, second attempt!

2008-06-05 Thread alesj
beyarecords wrote : 
  | As I wish to use Spring 2.5 would I simply swap out the existing Spring 
files from the .deployer directory, which I believe are Spring 2.0 correct?, 
with 2.5 ?
  | 
I think the SpringDeployer3.0 is compiled against Spring 2.5, and as such 
shipped with Spring 2.5.
But I think there should be minimal or no diff with 2.0.8.

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

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


[jboss-user] [JBoss jBPM] - h:outputLink related problem

2008-06-05 Thread varundoda
I am trying to implement the following:

jbpm:dataform
  f:facet name=header
h:outputText value=Permanent Address
h:outputLink value= title=Make same as present
h:outputText value=(same as present)/
/h:outputLink
/h:outputText 
  /f:facet

But I am getting 
(same as present)Permanent Address 
instead of
Permanent Address(same as present)

Typically I should get first what I write first and not its reciprocal

Can anyone solve this problem??

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

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


[jboss-user] [JBoss Messaging] - Is 1.4.1.CR1 accesible?

2008-06-05 Thread jorgemoralespou_2
I have seen the Jira and want to have a look at some issues fixed in 1.4.1.CR1. 
Is it accesible somehow?

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

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


[jboss-user] [Beginners Corner] - Accessing deploy-directory from remote (readwrite)

2008-06-05 Thread pete007
Hello,

I've got a short question, maybe someone can give me a hint.

I have a JBoss server with some seam applications running. Now I would like to 
access the deploy-directory from remote to change some images or to update the 
seam apps with newer versions, e.g. per FTP, SCP or anything else.

Is there an easy way to do this like changing some config-parameter or adding 
an extra ear? If yes (or no) it would be nice, if someone could give me a link 
or short example, what I should do.

Thanks in advance,
Peter

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

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


[jboss-user] Delivery Status Notification (Failure)

2008-06-05 Thread postmaster
This is an automatically generated Delivery Status Notification.

Unable to deliver message to the following recipients, because the message was 
forwarded more than the maximum allowed times. This could indicate a mail loop.

   [EMAIL PROTECTED]



Reporting-MTA: dns;exchange.technodom.kz
Received-From-MTA: dns;mail.technodom.kz
Arrival-Date: Thu, 5 Jun 2008 16:18:13 +0600

Final-Recipient: rfc822;arkadiy@technodom.kz
Action: failed
Status: 4.4.6
---BeginMessage---
Технологии подготовки международной финансовой отчЈтности. 
От параллельного учЈта до трансформационных таблиц

23 июня 2008

Тематический семинар
Лектор: Игорь Аверчев, специалист по российским и международным стандартам 
бухгалтерского учета, аттестованный аудитор, член Совета по финансовой 
отчетности Комиссии по ценным бумагам и биржам, обладатель международного 
сертификата CAP/CIPA

Программа

Международно признанные системы учЈта и отчЈтности. (1 час). 
*Современные международно признанные стандарты финансового учЈта и отчЈтности 
(МСФО и US GAAP). 
*Основные сходства и различия между US GAAP; МСФО и российскими ПБУ.
Концепция подготовки отчЈтности по МСФО. (2 часа). 
*Концепция подготовки и представления финансовой отчЈтности по международным 
стандартам. 
*Информационные ресурсы, содержащие стандарты по учЈту и отчЈтности.
Примеры финансовой отчЈтности, подготовленной по международным стандартам. (1 
час)
*Информация, раскрываемая в международной финансовой отчЈтности. 
*Формы финансовых отчЈтов и раскрытий, содержащихся в них информации. *ОтчЈт 
менеджмента и анализ. 
*Ссылки на интернет-сайты российских компаний, готовящих отчЈтность по МСФО и 
US AAP. 
*Ссылки на сайты западных компаний и банков, готовящих отчЈтность по 
международно признанным стандартам (МСФО и US GAAP) 
*Иллюстративные примеры финансовой отчЈтности, подготовленной по МСФО и US 
GAAP. 
Независимый параллельный учЈт, использование специализированного программного 
обеспечения и трансформационные таблицы (1 час)
*Программное обеспечение, используемое при подготовке отчЈтности. 
*Организация документооборота в случае использования параллельного независимого 
учЈта. 
*Оптимизация учЈтных процедур. *Использование специализированного программного 
обеспечения.
Типовые характеристики специализированных учЈтных систем.
Планы счетов и их взаимоувязка (мэппинг).
Проект расширяемого языка бизнес-отчЈтов (XBRL) и рекомендации по разработке 
типового плана счетов для формирования отчЈтности по международным стандартам. 
Общие вопросы подготовки информации для формирования отчЈтности по МСФО. (1 час)
*Планирование работ по трансформации отчЈтности *Сбор аналитической информации 
*Выверка данных российской отчЈтности 
*Основные корректировки, вносимые в финансовую отчЈтность *Реклассификационные 
проводки
Сквозной пример подготовки международной отчЈтности (2 часа).
*План счетов международной отчЈтности *Аналитические данные *Выверка 
оборотно-сальдовой ведомости. 
*Заполнение трансформационной таблицы *Корректировочные и реклассификационные 
проводки 
*ПересчЈт показателей в иностранную валюту *Заполнение отчЈтных форм 
*Заполнение приложений. 
*Окончательное оформление отчЈтности

Стоимость участия 8850 руб.  

В стоимость включено:книга Аверчева И. В. МСФО в примерах и задачах; обед, 
кофе-брейк; сертификат ИПБР на 10 часов.
Время проведения: с 10.00 до 18.00.  Обращайтесь в Москве: +7~495~74~4l~l57



















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


[jboss-user] [JBoss jBPM] - Re: jBPM Message Service not starting up

2008-06-05 Thread egeek
Realize that this is an old thread, but never-the-less, this was one of the few 
places I came across that referenced service message unavailable. I had the 
same issue unit testing my processes with a HSQL db and the 
DbMessageServiceFactory.

Turns out you have to create a JbpmContext to get the message broker to work, 
i.e. add this
JbpmConfiguration.getInstance().createJbpmContext();
before the message broker is invoked.

If you want persistence to work then its probably a good idea to add:
JbpmConfiguration.getInstance().createSchema();
prior to this as well. This will tell hibernate to create the DB schemas and 
enable persistence.

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

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


[jboss-user] [EJB/JBoss] - schedule timer with hour, without date

2008-06-05 Thread beherenow
Hello,

I created a service that works correctly, but i want to execute the bean 
everyday at 12:00.
The problem is that i must write:

dd/MM/ HH:mm:ss
01/01/2008 12:00:00


It works, but i don't want to write the date, because i don't know when the 
server will restart. Then I wrote:

HH:mm:ss
12:00:00


But it doesn't works, the server init the scheduling when starting, not at 12.

How to solve the problem?

Thanks,
Marc

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

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


[jboss-user] [EJB/JBoss] - Re: schedule timer with hour, without date

2008-06-05 Thread beherenow
sorry, the examples are on 
attribute name =DateFormat
and
attribute name =InitialStartDate
respectly

thanks

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

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


[jboss-user] [JBoss jBPM] - Does JBPM Supports fully actor based taskList

2008-06-05 Thread csplrj
I think I can't understand whether JBPM supports actor based TaskList?

I have 2 tasks. The First one is assigned to actor b and then the next task 
is assigned to actor a 

the process of assigning is through AssignmentHandler
assignable.setActorId

After that process is passed from the First Task then I print the count of 
TasksList of both actor by using

System.out.println(a1 + taskMgmtSession.findTaskInstances(a).size());
System.out.println(b1 + taskMgmtSession.findTaskInstances(b).size());

The output is
a1 1
b1 1

but the expected output is 
a1 1
b1 0

as Now the Second Task is being awaited and only a has been assigned to the 
Second Task then how can that task be available in actor b 's Task List


Does JBPM supports fully actor based Tasks?

Thanks in advance

CSJakharia

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Classloader Problem of migrating Tomcat application to Jboss

2008-06-05 Thread ashishraik11
Hi,

I am migrating my application from Tomcat to jboss-4.2.2.GA, I did the 
configuration but still I am getting NoClassDefFound Exception, same thing is 
working properly with JBoss. I gone through the document for jboss 
configuration i did that also still i am getting NoClassDefFoundException. 
I also did one more thing i used UnifiedClassLoader3 is given as below for this 
I am getting ClassCastException.

UnifiedClassLoader3 actualClassLoader
 = (UnifiedClassLoader3) Thread.currentThread().getContextClassLoader();

actualClassLoader.addURL(new URL(System.getProperty(jboss.server.config.url)+ 
linkmanager/models/services/));

cls = actualClassLoader.loadClass(annotationclass, true);

After doing all this stuff still this problem is not resolved from last one 
week. can any body help me to resolve this problem of classloader.

Thanks in Advance

Ashish Rai


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

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


[jboss-user] [JBoss jBPM] - Re: Does JBPM Supports fully actor based taskList

2008-06-05 Thread Johan.Parent
Hi,

What's your process definition? Is that task assigned to b not just a left 
over from a previous/other process instance?

Because the answer to your question is otherwise YES :)

Best regards,

Johan

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - two JSF-implementations

2008-06-05 Thread patrykxes
Hello
I use JBoss 4.2 and I have package WAR. I put this package WAR in directory 
/deploy and I have recived one error: 

anonymous wrote : ERROR [MyfacesConfig] Both MyFaces and the RI are on your 
classpath. Please make sure to use only one of the two JSF-implementations.

Help me please.
thank you in advance

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Classloader Problem of migrating Tomcat application to J

2008-06-05 Thread ashishraik11
ashishraik11 wrote : Hi,
  | 
  | I am migrating my application from Tomcat to jboss-4.2.2.GA, I did the 
configuration but still I am getting NoClassDefFound Exception, same thing is 
working properly with Tomcat. I gone through the document for jboss 
configuration i did that also still i am getting NoClassDefFoundException. 
  | I also did one more thing i used UnifiedClassLoader3 is given as below for 
this I am getting ClassCastException.
  | 
  | UnifiedClassLoader3 actualClassLoader
  |  = (UnifiedClassLoader3) Thread.currentThread().getContextClassLoader();
  | 
  | actualClassLoader.addURL(new 
URL(System.getProperty(jboss.server.config.url)+ 
linkmanager/models/services/));
  | 
  | cls = actualClassLoader.loadClass(annotationclass, true);
  | 
  | After doing all this stuff still this problem is not resolved from last one 
week. can any body help me to resolve this problem of classloader.
  | 
  | Thanks in Advance
  | 
  | Ashish Rai
  | 

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Classloader Problem of migrating Tomcat application to Jboss

2008-06-05 Thread ashishraik11
Hi,

sorry for last post following is the right post

I am migrating my application from Tomcat to jboss-4.2.2.GA, I did the 
configuration but still I am getting NoClassDefFound Exception, same thing is 
working properly with Tomcat. I gone through the document for jboss 
configuration i did that also still i am getting NoClassDefFoundException. 
I also did one more thing i used UnifiedClassLoader3 is given as below for this 
I am getting ClassCastException.

UnifiedClassLoader3 actualClassLoader
 = (UnifiedClassLoader3) Thread.currentThread().getContextClassLoader();

actualClassLoader.addURL(new URL(System.getProperty(jboss.server.config.url)+ 
linkmanager/models/services/));

cls = actualClassLoader.loadClass(annotationclass, true);

After doing all this stuff still this problem is not resolved from last one 
week. can any body help me to resolve this problem of classloader.

Thanks in Advance

Ashish Rai

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

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


[jboss-user] [JBoss jBPM] - Re: Does JBPM Supports fully actor based taskList

2008-06-05 Thread csplrj
The files as per below

Thanks in advance

CSJakharia

processdefinition.xml 
?xml version=1.0 encoding=UTF-8?
  | 
  | process-definition  xmlns=urn:jbpm.org:jpdl-3.2  name=authoring
  | start-state name=start-state1
  | task
  | /task
  | transition to=task1/transition
  | /start-state
  | 
  | 
  | task-node name=task1
  | description
  | task1
  | /description
  | task
  | assignment 
class=com.workflow.AssignTask/assignment
  | /task
  | transition to=task2/transition
  | /task-node
  | 
  | task-node name=task2
  | description
  | task2
  | /description
  | task
  | assignment 
class=com.workflow.AssignTask1/assignment
  | /task
  | transition to=end/transition
  | /task-node
  | 
  | node name=end
  | action class=com.workflow.HandleAction /action
  | transition to=end-state1/transition
  | /node
  | 
  | 
  | end-state name=end-state1
  | 
  | /end-state
  | 
  | 
  | /process-definition   


AssignTask.java 
public class AssignTask implements AssignmentHandler {
  | 
  | public void assign(Assignable assignable, ExecutionContext 
executionContext)
  | throws Exception {
  | // TODO Auto-generated method stub
  | assignable.setActorId(b);
  | }
  | 
  | }   

AssignTask1.java 
public class AssignTask1 implements AssignmentHandler {
  | 
  | public void assign(Assignable assignable, ExecutionContext 
executionContext)
  | throws Exception {
  | // TODO Auto-generated method stub
  | assignable.setActorId(a);
  | }
  | 
  | }   



Test.java

  | import java.io.FileInputStream;
  | import java.io.FileNotFoundException;
  | import java.util.Set;
  | 
  | import org.jbpm.JbpmConfiguration;
  | import org.jbpm.JbpmContext;
  | import org.jbpm.db.GraphSession;
  | import org.jbpm.db.TaskMgmtSession;
  | import org.jbpm.graph.def.ProcessDefinition;
  | import org.jbpm.graph.exe.ProcessInstance;
  | import org.jbpm.graph.exe.Token;
  | import org.jbpm.taskmgmt.exe.PooledActor;
  | import org.jbpm.taskmgmt.exe.TaskInstance;
  | 
  | public class Test {
  |  static JbpmConfiguration jbpmConfiguration = null; 
  | 
  |  public static void deployProcessDefinition()
  |  {
  | try {
  | ProcessDefinition processDefinition = 
ProcessDefinition.parseXmlInputStream(new 
FileInputStream(D:\\Cobra\\workspace\\WorkFlowAuthoringPOC\\src\\main\\jpdl\\authoring\\processdefinition.xml));
  | JbpmContext jbpmContext = 
jbpmConfiguration.createJbpmContext();
  | jbpmContext.deployProcessDefinition(processDefinition);
  | jbpmContext.close();
  | } catch (FileNotFoundException e) {
  | // TODO Auto-generated catch block
  | e.printStackTrace();
  | }
  |  }
  |  
  | /**
  |  * @param args
  |  */
  | public static void main(String[] args) {
  | // TODO Auto-generated method stub
  | try {
  | jbpmConfiguration = 
JbpmConfiguration.parseInputStream(new 
FileInputStream(D:\\Cobra\\workspace\\WorkFlowAuthoringPOC\\src\\main\\config\\jbpm.cfg.xml));
  | jbpmConfiguration.createSchema();
  | deployProcessDefinition();
  | JbpmContext jbpmContext = 
jbpmConfiguration.createJbpmContext();
  | System.out.println(jbpmContext.getActorId() 
+jbpmContext.getActorId());
  | GraphSession graphSession = 
jbpmContext.getGraphSession();
  |   ProcessDefinition processDefinition = 
  |   graphSession.findLatestProcessDefinition(authoring);
  | ProcessInstance processInstance = new 
ProcessInstance(processDefinition);
  | Token token=processInstance.getRootToken();
  |   // Let's start the process execution, leaving the 
start-state 
  |   // over its default transition.
  |   token.signal();
  |   TaskInstance taskInstance = (TaskInstance)  
  |   processInstance
  | .getTaskMgmtInstance()
  | .getTaskInstances()
  | .iterator().next();
  |   
  |   System.out.println(size 
+processInstance.getTaskMgmtInstance().getTaskInstances().size());
  |   System.out.println(taskInstance.getActorId()  
+taskInstance.getActorId());
  |   System.out.println(taskInstance.getPooledActors()  

[jboss-user] [JBoss Cache: Core Edition] - Re: Recommendation for IsolationLevel

2008-06-05 Thread kringdahl
Well, high transaction may have been overshooting a little bit.  What we really 
need is guaranteed consistency of writes.  We have chosen a caching solution 
because we have a distributed application where reads need to be very fast and 
writes typically happen outside of the normal user data path (e.g. we have 
inventories that are collected on a periodic basis).  Anyway, the scenario I 
describe is actually very similar to what's described here:

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

Which ultimately means that we're looking at MVCC.  In the meantime I am 
thinking of implementing our own mutex lock within the cache itself to help 
synchronization across the cluster.  If we do this, we can change the 
IsolationLevel back to something more reasonable like REPEATABLE_READ as you 
say.  My interpretation of SERIALIZABLE is that access to a particular node 
would be locked when first read inside of a transaction.  But this appears to 
happen during the commit phase and we still have contention of resources.

Also, we have tried OPTIMISTIC locking but it seems to have problems with our 
cache loader.  We use a JDBC cache loader and preload the / node.  We see 
exceptions when the cache first initializes and tries to preload the cache.  Is 
this a known problem?  I can certainly recreate this and provide the stack 
trace if it helps.



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

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


[jboss-user] [JBoss Tools (users)] - Re: Problems with the Visual Page Editor with Tools 2.1.0 GA

2008-06-05 Thread [EMAIL PROTECTED]
please report this in jira and possibly with an attachment of the page causing 
the problem.

Thanks

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

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


[jboss-user] [JBoss Messaging] - Re: Is 1.4.1.CR1 accesible?

2008-06-05 Thread ataylor
You can build it yourself from subversion. 
http://anonsvn.jboss.org/repos/messaging/tags/JBossMessaging_1_4_1_CR1/

I would recommend using the latest version tho'

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

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


[jboss-user] [JBoss/Spring Integration] - Re: Jboss/Spring Integration, second attempt!

2008-06-05 Thread beyarecords
Hi Alesj,
on the JbossWiki there is a section concering the creation of .spring archieves:


  | my-app.spring/
  |org/
  |   acme/
  |   ~MyBean.class
  |   ~MyBean2.class
  |META-INF/
  |jboss-spring.xml
  | 

but in 'Spring Deployer 3' we have 'jboss-spring.jar' which has no 
jboss-spring.xml file. 

Now, and this is where I have been slightly confused, can one still use the 
'my-app.spring' archive format in conjunction with 'jboss-spring.deplyer' on 
Jboss5 instead of 'jboss-spring.jar'? If so, what is the 'jboss-spring.jar' 
for, and does one need to use it at all?

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

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


[jboss-user] Delivery Status Notification (Failure)

2008-06-05 Thread postmaster
This is an automatically generated Delivery Status Notification.

Unable to deliver message to the following recipients, because the message was 
forwarded more than the maximum allowed times. This could indicate a mail loop.

   [EMAIL PROTECTED]



Reporting-MTA: dns;exchange.technodom.kz
Received-From-MTA: dns;mail.technodom.kz
Arrival-Date: Thu, 5 Jun 2008 18:46:22 +0600

Final-Recipient: rfc822;anna@technodom.kz
Action: failed
Status: 4.4.6
---BeginMessage---
Рекомендации для бухгалтерии
26.06  НДС и прибыли в 2008г
Михаил Спенкер  консультант Высшей категории по НДС.
  Л.П. Хабарова  - гл. ред. журнала Бухгалтерский  бюллетень, профессор.

ПРОГРАММА:
1.  Разьяснения НДС в 2008 г. время  с 10.00-13.00
2. Новое в исчислении прибыль в 2008 г. в свете Федеральных законов  
76-Ф3,195-Ф3,  216-Ф3.
3. Спорные и сложные вопросы  признания отдельных видов доходов: - по договорам 
с длительным циклом;  по безвозмездно полученному имуществу;- по договорам с 
особыми условиями перехода права собственностию
4. Общие требования к признанию расходов. Решение Конституционного суда 
320-О-П. Налоговая выгода: обоснованная и необоснованная.
5. Порядок признания отдельных расходов:- амортизационная премия;- капитальные 
вложения в арендованные ОС ;- лизинговые платежи;- скидки и бонусы; - суммовые 
разницы.Ответы на вопросы.

Оплата: 6000 рублей. Полная информация (495) 7419774
25 июня
 ВОРОБЬЕВА Е.В. - налоговый консультант, автор книги Заработная плата, к.э.н. 
Заработная плата в 2008 году  Оплата: 5500 руб.---End Message---
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - classloader issue when migrating application from tomcat to

2008-06-05 Thread ashishraik11
Hi,

I am migrating application from Tomcat to jboss-4.2.2.GA, I did the 
configuration but still I am getting NoClassDefFoundException, same thing is 
working properly with Tomcat. I gone through the document for jboss 
configuration, I did that also still, I am getting NoClassDefFoundException. 
I also did one more thing I used UnifiedClassLoader3 is given as below for this 
I am getting ClassCastException.

UnifiedClassLoader3 actualClassLoader  = (UnifiedClassLoader3) 
Thread.currentThread().getContextClassLoader();

actualClassLoader.addURL(new URL(System.getProperty(jboss.server.config.url)+ 
linkmanager/models/services/));

cls = actualClassLoader.loadClass(annotationclass, true);

After doing all this stuff still this problem is not resolved from last one 
week. Can any body help me to resolve this problem of classloader.

Thanks in Advance

Ashish Rai


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

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


[jboss-user] [Performance Tuning] - Re: JBoss/Java is consuming CPU on Linux

2008-06-05 Thread eblom
I have tested my application on a previous version of SLES (SLES9) that we have 
run before, then I can stress the JBoss to almost stop executing.
The conclusion I have is the new POSIX thread library on SLES10 is not working 
with the Sun's JVM 1.5 and 1.6. 
Does any one have a solution how to run with an older library? 
(LD_ASSUME_KERNEL=2.4.1 is not working).

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

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


[jboss-user] [Beginners Corner] - Possible to inject an ejb into a JSF-managed bean w/ @EJB in

2008-06-05 Thread dxxvi
I'm using JBoss AS 4.2.2.GA and the JSF implementation going along with it. 
When I tried to inject a session bean to a JSF-managed bean (i.e. this bean is 
declared in faces-config.xml), I got the exception Injection failed on managed 
bean. javax.naming.NameNotFoundException ... (not sure if I did anything wrong, 
I can give you the source code and the EAR file if it is needed).

The example application JSF - EJB3 I downloaded at 
http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/ doesn't 
use @EJB but uses JNDI lookup. That makes me doubt that @EJB can be used in 
JBossAS 4.2.2.GA.

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

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


[jboss-user] [JBoss Messaging] - Re: Is 1.4.1.CR1 accesible?

2008-06-05 Thread jorgemoralespou_2
It is just for testing the NullPersistanceManager, as I need it. I can retrofit 
it into the latest version publicly available, 1.4.0.SP3.

Any timeframe for 1.4.1 final release?

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

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


[jboss-user] [JBoss/Spring Integration] - Use of JmsTemplate with JBoss Messaging still strongly disco

2008-06-05 Thread thundersmurf
Are the statements made at http://wiki.jboss.org/wiki/JBMSpringJMSTemplateNotes 
still relevant to the latest Spring release (2.5.4)?

ts.

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

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


[jboss-user] [JBoss/Spring Integration] - Re: msTemplate w/ JBM still discouraged?

2008-06-05 Thread thundersmurf
Sorry the subject should be: JmsTemplate w/ JBM still discouraged?

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

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


[jboss-user] Re: MBean depends on EJB

2008-06-05 Thread Catalin Croitoru
Hi,

I can't deploy a MBean that depend on an EJB on a jboss 4.2.2 with ejb 3.0
and java 1.6.

The structure is:
+deploy
+-bwanms.ear
|+-META-INF/application.xml
+-bwanms.sar
|+-META-INF/jboss-service.xml

Mbean is in bwanms.sar archive and EJB that depend on is in bwanms.ear.  Is
there a way to do this?

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


[jboss-user] [JBoss/Spring Integration] - Re: Use of JmsTemplate with JBoss Messaging still strongly d

2008-06-05 Thread alesj
Ask on JBM/JMS forum, since this is not what this forum is about - see sticky.

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: java.sql.SQLException: error in script file...

2008-06-05 Thread PeterJ
anonymous wrote : Problem starting service jboss:service=Hypersonic, 
database=localDB

Please post the contents of the *-ds.xml file that defines the localDB 
datasource.

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

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


[jboss-user] [JBoss Tools (users)] - Re: Problems with the Visual Page Editor with Tools 2.1.0 GA

2008-06-05 Thread jimball
Okay, I've opened a bug in JIRA at

http://jira.jboss.org/jira/browse/JBIDE-2297

I've also attached the JSP, although the problem occurs for all the JSP in the 
project, not just this one, hence me raising the bug on the VPE.

I've also added a full listing of the plugins and features I have installed 
within Eclipse, as this could well be a cause, and a way of duplicating the 
problem. 

Note, all plugins and features were added using the find and install mechanism 
within Eclipse apart from the Jboss Tools themselves, which were a last thing 
of all, written over the top of the updated plugins and features from the ZIP.

Also, I've start eclipse with the -clean option without result.  I also tried 
it with -debug, but perhaps got nothing meaningful in relation to the bug 
(three lines with the output of aaa tacked onto the end of the console 
output) which was odd.

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

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


[jboss-user] [JBoss Tools (users)] - Re: Problems with the Visual Page Editor with Tools 2.1.0 GA

2008-06-05 Thread jimball
Note, all the attachments and details are on the JIRA case.  I could duplicate 
them here, but I don't want to nark you off.

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

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


[jboss-user] [Beginners Corner] - Re: Possible to inject an ejb into a JSF-managed bean w/ @EJ

2008-06-05 Thread PeterJ
Your assumption is correct - @EJB is not available in 4.2.x. You will have to 
wait for 5.0 to use that. Essentially, the server portions of EJB3 are 
available in 4.2.x, but not the client portions.

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

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


[jboss-user] [JNDI/Naming/Network] - Re: NameNotFoundException

2008-06-05 Thread PeterJ
Please post the code you are using to lookup the ejb.

Also, go into the jmx-console, the jboss:service=JNDIView mbean, and click on 
the list operation. Post the response.


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

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


[jboss-user] [JBoss Portal] - Portal 2.6.5.SP1 uses both JSF 1.2 RI and myfaces?

2008-06-05 Thread Lightguard
When I started things up it said both were on the classpath.  Is this a problem 
when creating JSF portlets?  Specifically I'm using ICEfaces + seam and 
exposing it through portal.  I'm running into the following exception and 
wondering if this could be a problem:

javax.faces.FacesException: Problem in renderResponse: null
  | at 
com.icesoft.faces.facelets.D2DFaceletViewHandler.renderResponse(D2DFaceletViewHandler.java:294)
  | at 
com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:161)
  | at 
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
  | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
  | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
  | at 
com.icesoft.faces.webapp.http.core.JsfLifecycleExecutor.apply(JsfLifecycleExecutor.java:18)
  | at 
com.icesoft.faces.webapp.http.core.PageServer$1.respond(PageServer.java:25)
  | at 
com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:161)
  | at 
com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet$ThreadBlockingRequestResponse.respondWith(ThreadBlockingAdaptingServlet.java:36)
  | at 
com.icesoft.faces.webapp.http.core.PageServer.service(PageServer.java:30)
  | at 
com.icesoft.faces.webapp.http.core.MultiViewServer.service(MultiViewServer.java:56)
  | at 
com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer$Matcher.serviceOnMatch(PathDispatcherServer.java:50)
  | at 
com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:19)
  | at 
com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet.service(ThreadBlockingAdaptingServlet.java:19)
  | at 
com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet.service(EnvironmentAdaptingServlet.java:29)
  | at 
com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:139)
  | at 
com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:35)
  | at 
com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
  | at 
com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
  | at 
com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:79)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
  | at 
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:557)
  | at 
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:481)
  | at 
org.jboss.portal.portlet.impl.jsr168.api.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:86)
  | at 
com.icesoft.faces.webapp.http.portlet.MainPortlet.doInclude(MainPortlet.java:122)
  | at 
com.icesoft.faces.webapp.http.portlet.MainPortlet.doView(MainPortlet.java:55)
  | at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:133)
  | at javax.portlet.GenericPortlet.render(GenericPortlet.java:306)
  | at 
org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.invokeRender(PortletContainerImpl.java:483)
  | at 
org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.dispatch(PortletContainerImpl.java:405)
  | at 
org.jboss.portal.portlet.container.PortletContainerInvoker$1.invoke(PortletContainerInvoker.java:86)
  | at 
org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
  | at 
org.jboss.portal.core.aspects.portlet.TransactionInterceptor.org$jboss$portal$core$aspects$portlet$TransactionInterceptor$invokeNotSupported$aop(TransactionInterceptor.java:86)
  | at 
org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeNotSupported_N4547270787964792031.invokeNext(TransactionInterceptor$invokeNotSupported_N4547270787964792031.java)
  | at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66)
  | at 
org.jboss.aspects.tx.TxInterceptor$NotSupported.invoke(TxInterceptor.java:112)
  | at 
org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeNotSupported_N4547270787964792031.invokeNext(TransactionInterceptor$invokeNotSupported_N4547270787964792031.java)
  | at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66)
  | at 
org.jboss.aspects.tx.TxInterceptor$NotSupported.invoke(TxInterceptor.java:102)
  | at 

[jboss-user] [Installation, Configuration DEPLOYMENT] - Installing nothing but Messenger on SuSE 10..1 SP1?

2008-06-05 Thread btesoroni
I am looking for instruction on how to install JBOSS but I want it be bare and 
nothing but Messenger installed on SuSE 10..1 SP1.

I am only working the the Server Core so I do not have a GUI interface just 
yast.


Thank you in advance.

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

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


[jboss-user] [JBoss Portal] - Re: Portal 2.6.5.SP1 uses both JSF 1.2 RI and myfaces?

2008-06-05 Thread [EMAIL PROTECTED]
Message saying both myfaces and sun-jsf impl are in classpath is harmless.

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

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


[jboss-user] [JBoss Portal] - Re: Is Portal 2.6.5 available to download from source?

2008-06-05 Thread [EMAIL PROTECTED]
Are you behind a proxy? I think there is a wiki somewhere that explains how to 
build from source when you are behind a network proxy. When you run build.sh, 
you can pipe the output to a file and see which file it is not able to 
download. Try doing a wget on that file manually and see if indeed is a network 
issue.

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

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


[jboss-user] [JBoss Portal] - Re: Is Portal 2.6.5 available to download from source?

2008-06-05 Thread iamnew2jboss
Yes, that's right Prabhat. There were some meesages that it couldn;t download 
some files from the repository. What could be the reason though? 

I'll re-run the command and see what are the files it is not able to download. 
i did not see any log files to see all the error messages. Any idea?

Thank you.
-Add

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

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


[jboss-user] [JBoss Tools (users)] - project builders

2008-06-05 Thread jamesjmp
Hi,
If I create a new seam web project , project properties builders include the 
following:
- Java Builder
- Faceted Project Validation Builder
- Validation
- Project Verifier
- Seam Builder
- Hibernate Builder

I have a project I created time ago before upgrading my eclipse and installing 
jboss tools. I have enabled seam support in seam settings but it has not added 
anything to my project builders.

I wonder how could I add this builders to my previous myproject:
- Faceted Project Validation Builder
- Project Verifier
- Seam Builder
- Hibernate Builder

I do NOT want to create a seam web project and the copying stuff, just to 
enable those validators in an existing project.

thanks in advance!!


 

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

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


[jboss-user] [JBoss jBPM] - How to indentify a StartState node?

2008-06-05 Thread pojomonkey
I find that when I get the process definition and iterate over the nodes, that 
the Start State node is NOT an instanceof StartState. (The End State node seems 
to consistently be an instanceof EndState, however.)

How can I determine which is the Start State node?

I have looked at the posts referring to 
org.jbpm.graph.def.Node$$EnhancerByCGLIB - which is the class of the start 
node, but haven't seen anything relevant.

Thanks.

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

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


[jboss-user] [Remoting] - Re: NIO - PooledInvoker Question

2008-06-05 Thread [EMAIL PROTECTED]
Hi Sebastien, 

anonymous wrote : 
  | I beleive if you remove the multiplex for shared connection, there is a 
good reason for that, isn't it ? 
  | 

1. The multiplex transport just didn't have many users, so it didn't seem worth 
the effort to continue to support it.

2. Remoting 3 will offer a similar facility.

anonymous wrote : 
  | Does EJB 3.0 uses JBoss Remoting as any application would ? I mean, does it 
make any tweak for EJB stuff ? 
  | 

Yes and no.  The EJB3 configuration of a Remoting server is quite 
straightforward:


  |mbean code=org.jboss.remoting.transport.Connector
  |   
name=jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3
  |   dependsjboss.aop:service=AspectDeployer/depends
  |   attribute 
name=InvokerLocatorsocket://${jboss.bind.address}:3873/attribute
  |   attribute name=Configuration
  |  handlers
  | handler 
subsystem=AOPorg.jboss.aspects.remoting.AOPRemotingInvocationHandler/handler
  |  /handlers
  |   /attribute
  |/mbean
  | 

On the other hand, there are some sophisticated things happening on top of 
Remoting.  There are aop (aspect orient programming) interceptors embedded in 
the client side proxy that talks to the server, and there is a dispatcher in 
the server side ServerInvocationHandler that manages the EJB3s.

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

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


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

2008-06-05 Thread jamesjmp
Btw, my eclipse version is 3.3.2 (eclipse-jee-europa-winter-322 release) and my 
JBoss Tools is 2.1.0.GA.


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

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


[jboss-user] [Remoting] - Re: Remoting and seam app

2008-06-05 Thread [EMAIL PROTECTED]
Well, I don't know anything about Seam, so I can't comment on that.  But your 
use of Remoting with EJB3 seems unnecessarily complex.  The point of EJBs is to 
hide all the communication complexity from the application.  If you look up the 
EJB in JNDI, you get an object that communicates directly and simply with the 
server side EJB.  Unless you have some very special requirements, I don't see 
any need to use Remoting to access the EJB.

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

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


[jboss-user] [Remoting] - Re: ejb access to 4.2.2 server from 4.0.3 client - compatibi

2008-06-05 Thread [EMAIL PROTECTED]
Hi David,

I'm not the best person to answer your question, since the legacy invokers are 
completely independent from Remoting.  However, I can tell you that 'you must 
use the legacy rmi invokers' actually means not using jboss-remoting.jar at 
all.  Well, you can continue to use if for other applications, but not for your 
4.0.3 client.

If you look in the server/default/deploy directory, you should find a file 
called invokers-service.xml with the MBean definition


  |!-- RMI/JRMP invoker --
  |mbean code=org.jboss.invocation.jrmp.server.JRMPInvoker
  |   name=jboss:service=invoker,type=jrmp
  |   attribute name=RMIObjectPort/attribute
  |   attribute name=ServerAddress${jboss.bind.address}/attribute
  |   !--
  |   attribute name=RMIClientSocketFactorycustom/attribute
  |   attribute name=RMIServerSocketFactorycustom/attribute
  |   attribute name=RMIServerSocketAddrcustom/attribute
  |   attribute name=SecurityDomainssl-domain-name/attribute
  |   --
  |   dependsjboss:service=TransactionManager/depends
  |/mbean
  | 

which configures the server side of the rmi invoker.  I suppose you need to add 
something like that to your 4.2.2 server configuration.

For a better answer, I'm going to suggest that you pose the question on the 
Installation, Configuration  DEPLOYMENT forum 
(http://www.jboss.com/index.html?module=bbop=viewforumf=61).

Good luck, and I'd be interested in hearing how things work out.

-Ron

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

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


[jboss-user] [JBoss Portal] - spring mvc portlet jboss2.65

2008-06-05 Thread bernaulliag
I have deploy spring sample portlets in jboss 2.65. I can see only SpringMvc 
tab and no other portlets (blank page). What should I do so that all portlet 
come into view Thanks in advance. 

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

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


[jboss-user] [JBoss jBPM] - Re: How to indentify a StartState node?

2008-06-05 Thread salaboy21
You can get it by name???
 start-state name=Start
  | transition to=Login/transition
  |  /start-state
  | 

or you do not wanna do this??

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

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


[jboss-user] [EJB 3.0] - Re: Exploded EAR

2008-06-05 Thread jaikiran
If you want to deploy the application from a folder other than the deploy 
folder of JBoss, then you have to edit the jboss-service.xml in 
%JBOSS_HOME%\server\ serverName\conf folder as follows:

attribute name=URLs
  |  deploy/,file:///C:/test/
  | /attribute 

What this means is, an application (ex:.war or .ear) placed in the C:\test 
folder, will be picked up for deployment.


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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading 4.0.4 to 4.2.2; problems accessing EJBs

2008-06-05 Thread jaikiran
If the classes are needed by both the war and the ejb component (like in this 
case), then you can package them in a jar and place that jar under the lib 
folder of the EAR. Those jars will by default be added to the classpath of the 
application. 

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading 4.0.4 to 4.2.2; problems accessing EJBs

2008-06-05 Thread jaikiran
jaikiran wrote : If the classes are needed by both the war and the ejb 
component (like in this case), then you can package them in a jar and place 
that jar under the lib folder of the EAR. Those jars will by default be added 
to the classpath of the application. 

And yes, this is available in 4.2.x. 

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Incomplete deployment - DataSourceBinding- JBOSS 4.2.2 +

2008-06-05 Thread jaikiran
Interesting. The only difference i see in this new -ds.xml file is that you are 
passing the jdbcCompliantTruncation=false parameter to the driver.

Anyways, good to know you got it working :)
 

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

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


[jboss-user] [JBoss Messaging] - Re: Does SlowConsumers flag work correctly?

2008-06-05 Thread szhigunov
In my scenario I always consume one big message per session (in its own XA 
transaction). So the behavior described above (PrefetchSize=1) seems like 
unnecessary overhead: I want to consume one message; I download two to the 
client, use one; release the other.  

Is there the way to tell the system I need just one at a time?

If not, is that a big overhead? 

Does JBM eagerly downloads the entire message (say 10 Megabytes) or just 
handler, so the rest of the body gets downloaded on demand (when the 
application actually starts reading)?


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

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


[jboss-user] [Management, JMX/JBoss] - Spring JMX issues in JBoss

2008-06-05 Thread krishh
have defined these beans in my appContext.
bean id=exporter class=org.springframework.jmx.export.MBeanExporte r 
lazy-init=false








And in one of my spring beans, I have annotations
@ManagedResource(objectName = spring.ua:service=TimePeriodServiceExecutione 
r, description = A sample JMX-managed bean)
public class TimePeriodServiceImpl
implements TimePeriodService{

and a method
@ManagedAttribute
public List getAllResolutionsAsStrings()
{

When I build my ear, deploy it in Jboss, I am not able to see the auto detected 
managed bean in my JMXConsole. why?
It appears when JBoss start the mbeans are registered. What do I need to do to 
make the mbeans visible on the JMXConsole.

Thanks in advance

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

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


[jboss-user] [Management, JMX/JBoss] - Re: Spring JMX issues in JBoss

2008-06-05 Thread krishh
repost: some of the bean definitions were lost when posted.
I have defined these beans in my appContext.
bean id=mbeanServer 
class=org.springframework.jmx.support.MBeanServerFactoryBean
 !-- indicate to first look for a server --
 property name=locateExistingServerIfPossible value=true/
   
   bean id=exporter class=org.springframework.jmx.export.MBeanExporter 
lazy-init=false
property name=server ref=mbeanServer/ !-- refer to spring's factory 
comment out if using another jmx server agent--
property name=assembler ref=assembler/
property name=namingStrategy ref=namingStrategy/
property name=autodetect value=true/
property name=registrationBehaviorName 
value=REGISTRATION_IGNORE_EXISTING/


bean id=jmxAttributeSource
  
class=org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource/

!-- will create management interface using annotation metadata --
bean id=assembler
  
class=org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
property name=attributeSource ref=jmxAttributeSource/


!-- will pick up the ObjectName from the annotation --
bean id=namingStrategy
  class=org.springframework.jmx.export.naming.MetadataNamingStrategy
property name=attributeSource ref=jmxAttributeSource/


And in one of my spring beans, I have annotations
@ManagedResource(objectName = spring.ua:service=TimePeriodServiceExecutione 
r, description = A sample JMX-managed bean)
public class TimePeriodServiceImpl
implements TimePeriodService{

and a method
@ManagedAttribute
public List getAllResolutionsAsStrings()
{

When I build my ear, deploy it in Jboss, I am not able to see the auto detected 
managed bean in my JMXConsole. why?
It appears when JBoss start the mbeans are registered. What do I need to do to 
make the mbeans visible on the JMXConsole.

Thanks in advance


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

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


[jboss-user] [JBossWS] - Re: Can not find truststore url

2008-06-05 Thread jinglei
I am seeing the same warn in the log file, Here is what I have the connector 
configured in the server.xml,

Connector SSLEnabled=true address=${jboss.bind.address} 
clientAuth=false emptySessionPath=true 
keystoreFile=${jboss.server.home.dir}/conf/local.keystore 
keystorePass=123456 
truststoreFile=${jboss.server.home.dir}/conf/local.keystore 
maxHttpHeaderSize=8192 maxThreads=100 port=8443 protocol=HTTP/1.1 
scheme=https secure=true sslProtocol=TLS strategy=ms/

Thanks.

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

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


[jboss-user] JBOSS Cluster Network Floods

2008-06-05 Thread M Wagad
Hi There
 
I have couple of questions with respect to Jboss Cluster
 
What happens when, in  jboss cluster environment the Master and Slave can not 
sync?
 
In our case, the jboss nodes became disoriented and started to try to sync, so 
they have created lots and lots of UDP Broadcast messages flooding the Network.
 
Would it have been beneficial to use the UDP.ip_ttl and MCAST.ip_ttl?
 
Would this have occurred if we were using TCP instead of the default UDP?
 
Our current Application is written with default UDP protocol in mind, we have 
only couple of jboss nodes, how much of an effort does it need to change the 
protocol from UDP to TCP_IP? 
 
Thanks in advance 
 
M. Wagad
_
Find hidden words, unscramble celebrity names, or try the ultimate crossword 
puzzle with Live Search Games. Play now!
http://g.msn.ca/ca55/212___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - classloader issue

2008-06-05 Thread randiz
hi

 I am trying to call a method in a session bean deployed on server (call it 
server1 ) that processes some data and then pushes the data on a queue existing 
on a external jboss server( call it server 2). tjhe session bean is unable to 
push the data on queue on server 2 ( the know the queue on server2 exists )

I get the following error  :

ERROR javax.naming.CommunicationException [Root exception is 
java.lang.ClassNotFoundException: No ClassLoaders found for: 
org.jboss.jms.destination.JBossQueue (no security manager: RMI class loader 
disabled)]

the code for reference is simple refer below :

properties.put(Context.INITIAL_CONTEXT_FACTORY,
org.jnp.interfaces.NamingContextFactory);
properties.put(Context.URL_PKG_PREFIXES,
org.jboss.naming:org.jnp.interfaces);
properties.put(Context.PROVIDER_URL, jnp://127.0.0.1:1099);

context = new InitialContext(properties1);
queue = (Queue) context.lookup(queue/JMS_action_Request);
QueueConnectionFactory tcf = 
(QueueConnectionFactory)context.lookup(ConnectionFactory);
 queueConnection = tcf.createQueueConnection();
queueSession = queueConnection.createQueueSession(false, 
Session.AUTO_ACKNOWLEDGE);
QueueSender queueSender =queueSession.createSender(queue);
 queueConnection.start();
 queueSender.send(queueSession.createTextMessage(msg));
 queueSession.commit();
 queueConnection.close();

any clues to the problem and how to  handle this problem

thanks
randiz

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

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


[jboss-user] [JBoss Messaging] - Re: classloader issue

2008-06-05 Thread PeterJ
Are server1 and server2 running the same version of jbossas? What version?

Also, did you replace JBossMQ with JBoss Messaging? I ask because the missing 
class belongs to JBossMQ. If you did not replace JBossMQ with JBoss Messaging, 
then you have the wrong forum.

According to this line:

properties.put(Context.PROVIDER_URL, jnp://127.0.0.1:1099);

you will end up with the connection factory on the local server (server1), not 
the remote server (server2). You need to change that to use the hostname of the 
server2.

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

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


[jboss-user] [JBoss Messaging] - Re: classloader issue

2008-06-05 Thread randiz
I am using jboss 4.2.2GA without any changes so I dont know whether its using 
JBossMQ or jboss messaging. Both servers exist on localhost but use different 
ports. The hostname and port of destination queue are correct. ( otherwise I 
would have gotten queue not found exception)

randiz

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

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


[jboss-user] [JBoss jBPM] - Fork only uses first transition

2008-06-05 Thread swaroopreddy
I have the model as below:


  | urn:process-definition name=1 xmlns:urn=urn:jbpm.org:jpdl-3.2
  | urn:start-state
  | urn:transition to=1/
  | /urn:start-state
  | urn:node name=1
  | urn:action
  | 
class=com.sra.sraserver.workflow.api.driver.runtime.workflow.jbpm.EmbeddedActionHandler/
  | urn:transition to=2/
  | /urn:node
  | urn:node name=2
  | urn:action
  | 
class=com.sra.sraserver.workflow.api.driver.runtime.workflow.jbpm.EmbeddedActionHandler/
  | urn:transition to=2_fork/
  | /urn:node
  | urn:fork name=2_fork
  | urn:transition to=3/
  | urn:transition to=4/
  | /urn:fork
  | urn:node name=3
  | urn:action
  | 
class=com.sra.sraserver.workflow.api.driver.runtime.workflow.jbpm.EmbeddedActionHandler/
  | urn:transition to=2_join/
  | /urn:node
  | urn:node name=4
  | urn:action
  | 
class=com.sra.sraserver.workflow.api.driver.runtime.workflow.jbpm.EmbeddedActionHandler/
  | urn:transition to=2_join/
  | /urn:node
  | urn:join name=2_join
  | urn:transition to=5/
  | /urn:join
  | urn:node name=5
  | urn:action
  | 
class=com.sra.sraserver.workflow.api.driver.runtime.workflow.jbpm.EmbeddedActionHandler/
  | urn:transition to=6/
  | /urn:node
  | urn:node name=6
  | urn:action
  | 
class=com.sra.sraserver.workflow.api.driver.runtime.workflow.jbpm.EmbeddedActionHandler/
  | urn:transition to=end/
  | /urn:node
  | urn:end-state name=end/
  | /urn:process-definition
  | 

...The action handler simply calls executionContext.getToken().signal().

The problem here is that when I execute this model, the following nodes are hit 
(in order):

1, 2, 2_fork, 3, 2_join, 5, 6, end

for some reason, it completely skips the 2nd fork transition, node 4.

Can anyone tell why this would be happening? did I miss something in the 
process definition? 

I am using an embedded jbpm solution with HSQL in memory.

Thanks in advance for your help.



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

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


[jboss-user] [JBoss Portal] - Re: error when changing identity data source

2008-06-05 Thread Serein
Hello!

I'm also trying to make JCRCMS store its content in a separate database. I've 
defined a datasource, changed the jboss-service.xml in 
deploy\jboss-portal.sar\portal-cms.sar\META-INF\, hibernate.cfg.xml. When I 
start JBoss, I get messages that default content is created succesfully, but 
when I try to get to /admin/CMS the server falls with 500 code.

Is it possible to store CMS data in a separate DB?

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

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


[jboss-user] [JBoss Messaging] - Re: classloader issue

2008-06-05 Thread randiz
also server1 is using jboss4.2.2 GA and the  server2 is using 
jbossesb-server-4.2.1GA messaging queue.

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

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


[jboss-user] [JBoss Messaging] - Re: classloader issue

2008-06-05 Thread PeterJ
4.2.2 comes with JBossMQ. I am not sure what jbossesb uses.

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

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


[jboss-user] [Messaging, JMS JBossMQ] - classloader problem

2008-06-05 Thread randiz
hi

I am trying to call a method in a session bean deployed on server (call it 
server1 ver: jboss 4.2.2 GA) that processes some data and then pushes the data 
on a queue existing on a external jboss server( call it server 2 ver : 
jbossesb-server-4.2.1GA ). the session bean is unable to push the data on queue 
on server 2 ( the know the queue on server2 exists )

I get the following error :

ERROR javax.naming.CommunicationException [Root exception is 
java.lang.ClassNotFoundException: No ClassLoaders found for: 
org.jboss.jms.destination.JBossQueue (no security manager: RMI class loader 
disabled)]

the code for reference is simple refer below :

properties.put(Context.INITIAL_CONTEXT_FACTORY,
org.jnp.interfaces.NamingContextFactory);
properties.put(Context.URL_PKG_PREFIXES,
org.jboss.naming:org.jnp.interfaces);
properties.put(Context.PROVIDER_URL, jnp://127.0.0.1:1099);
/* note both server 1 and server2 reside on same host but have toally different 
ports so the above is correct */
context = new InitialContext(properties1);
queue = (Queue) context.lookup(queue/JMS_action_Request);
QueueConnectionFactory tcf = 
(QueueConnectionFactory)context.lookup(ConnectionFactory);
queueConnection = tcf.createQueueConnection();
queueSession = queueConnection.createQueueSession(false, 
Session.AUTO_ACKNOWLEDGE);
QueueSender queueSender =queueSession.createSender(queue);
queueConnection.start();
queueSender.send(queueSession.createTextMessage(msg));
queueSession.commit();
queueConnection.close();

any clues to the problem and how to handle this problem

thanks
randiz

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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: Exception when a cluster node joins under load

2008-06-05 Thread kringdahl
We are using 2.0.0.GA and seeing the same problem.  What is the workaround for 
this?  Is this fixed in a future release?  Thanks

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

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


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

2008-06-05 Thread [EMAIL PROTECTED]
 I have a project I created time ago before upgrading my eclipse and 
 installing jboss tools. I have enabled seam support in seam settings but it 
 has not added anything to my project builders.

 I wonder how could I add this builders to my previous myproject:
 - Faceted Project Validation Builder

Your project would have to be faceted...not something that is easily done in 
Eclipse 3.3, Ganymede maybe.

 - Project Verifier

Actually not sure what that verifier is for...which type of project do you see 
it on ?

 - Seam Builder

This one should definitly be in there if you enable seam support...
if not then try and remove the Seam nature and go enable seam support again.

 - Hibernate Builder

Go and disable/enable Hibernate. Note: Hibernate builder is actually a noop at 
the moment, so not important for you.

/max


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

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


[jboss-user] [JBoss jBPM] - Re: h:outputLink related problem

2008-06-05 Thread swaroopreddy
have you tried taking the (same as present) out of the Permanent Address tag?

LIke this?


h:outputText value=Permanent Address/
h:outputLink value= title=Make same as present
h:outputText value=(same as present)/
/h:outputLink 


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

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


[jboss-user] [JBoss jBPM] - executing sub process

2008-06-05 Thread btl_ayd
Hi.How can I execute a process in anather execution process?.
Does anybody can suggest example or site for it.

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

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


[jboss-user] [JBoss jBPM] - Re: Fork only uses first transition

2008-06-05 Thread swaroopreddy
I found the problem.  It seems every transition has to have a unique name in a 
given node (even a fork).  They must be stored in a a HashMap or something, 
where they overwrite each other if they have the same (or no) name.



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

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


[jboss-user] Delivery Status Notification (Failure)

2008-06-05 Thread postmaster
This is an automatically generated Delivery Status Notification.

Unable to deliver message to the following recipients, because the message was 
forwarded more than the maximum allowed times. This could indicate a mail loop.

   [EMAIL PROTECTED]



Reporting-MTA: dns;exchange.technodom.kz
Received-From-MTA: dns;mail.technodom.kz
Arrival-Date: Fri, 6 Jun 2008 02:21:46 +0600

Final-Recipient: rfc822;mhfpujxvtsslorlnkco@technodom.kz
Action: failed
Status: 4.4.6
---BeginMessage---
18-19 июня 2008 Тематический семинар

ОФОРМЛЕНИЕ КАДРОВЫХ ДОКУМЕНТОВ С УЧЕТОМ ПОПРАВОК В ТК И ПОСЛЕДНИХ ИЗМЕНЕНИЙ В 
ЗАКОНОДАТЕЛЬСТВЕ.ПРАКТИЧЕСКИЕ РЕКОМЕНДАЦИИ.

Лектор: Ирина Мурнина, консультант по ведению и оптимизации кадровой 
документации, автор программ по кадровому делопроизводству, ведущий автор 
журнала Кадровое дело и других специализированных изданий на рынке труда.

В стоимость включено:методические материалы; обед, кофе-брейк. 
Стоимость участия: 10800 рублей   Время проведения: с 10.00 до 17.00.

дополнительная информация по тел (495) 5O7_87_7O

















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


[jboss-user] Delivery Status Notification (Failure)

2008-06-05 Thread postmaster
This is an automatically generated Delivery Status Notification.

Unable to deliver message to the following recipients, because the message was 
forwarded more than the maximum allowed times. This could indicate a mail loop.

   [EMAIL PROTECTED]



Reporting-MTA: dns;exchange.technodom.kz
Received-From-MTA: dns;mail.technodom.kz
Arrival-Date: Fri, 6 Jun 2008 02:41:37 +0600

Final-Recipient: rfc822;awedfrgredobpttjriy@technodom.kz
Action: failed
Status: 4.4.6
---BeginMessage---
18-19 июня 2008 Тематический семинар

ОФОРМЛЕНИЕ КАДРОВЫХ ДОКУМЕНТОВ С УЧЕТОМ ПОПРАВОК В ТК И ПОСЛЕДНИХ ИЗМЕНЕНИЙ В 
ЗАКОНОДАТЕЛЬСТВЕ.ПРАКТИЧЕСКИЕ РЕКОМЕНДАЦИИ.

Лектор: Ирина Мурнина, консультант по ведению и оптимизации кадровой 
документации, автор программ по кадровому делопроизводству, ведущий автор 
журнала Кадровое дело и других специализированных изданий на рынке труда.

В стоимость включено:методические материалы; обед, кофе-брейк. 
Стоимость участия: 10800 рублей   Время проведения: с 10.00 до 17.00.

дополнительная информация по тел 8-/495/-507-8-770

















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


[jboss-user] [Installation, Configuration DEPLOYMENT] - ejb2 call from 4.0.3 client to 4.2.2 server - how to configu

2008-06-05 Thread dvdpurcell
Hello,
We're trying to access an ejb(2) deployed on a jboss 4.2.2 server from a client 
on jboss 4.0.3SP1. According to: 
http://wiki.jboss.org/wiki/JBossVersionCompatibilityMatrix, 'you must use the 
legacy rmi invokers' in this case. We weren't sure how to do that, but digging 
into some jboss remoting jira tickets, we saw that testers for these 
compatibility issues were basically replacing unified-invoker references with 
rmi-invoker references in their standardjboss.xml file (basically replacing the 
4.2.2's standardjboss.xml with that from 4.0.3). Trying that, it worked in some 
instances, but we've now come across this error:

[on client] java.rmi.UnmarshalException: Error unmarshaling return; nested 
exception is: java.lang.ClassNotFoundException: No ClassLoaders found for: 
org.jboss.invocation.JBossLazyUnmarshallingException (no security manager: RMI 
class loader disabled)

[on server] ERROR [PropagationContextManager] jboss-atx: unknown Tx Propagation 
Context

I fear I'm barking up the wrong tree. I posted this question to the Remoting 
forum (http://www.jboss.com/index.html?module=bbop=viewtopict=136830), and 
they suggested it was a question that belonged here.  Anyone know how to go 
about 'you must use the legacy rmi invokers'? 

Thanks in advance, 

David

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

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


[jboss-user] Delivery Status Notification (Failure)

2008-06-05 Thread postmaster
This is an automatically generated Delivery Status Notification.

Unable to deliver message to the following recipients, because the message was 
forwarded more than the maximum allowed times. This could indicate a mail loop.

   [EMAIL PROTECTED]



Reporting-MTA: dns;exchange.technodom.kz
Received-From-MTA: dns;mail.technodom.kz
Arrival-Date: Fri, 6 Jun 2008 03:26:49 +0600

Final-Recipient: rfc822;tdpsmtpjohn@technodom.kz
Action: failed
Status: 4.4.6
---BeginMessage---
18-19 июня 2008 Тематический семинар

ОФОРМЛЕНИЕ КАДРОВЫХ ДОКУМЕНТОВ С УЧЕТОМ ПОПРАВОК В ТК И ПОСЛЕДНИХ ИЗМЕНЕНИЙ В 
ЗАКОНОДАТЕЛЬСТВЕ.ПРАКТИЧЕСКИЕ РЕКОМЕНДАЦИИ.

Лектор: Ирина Мурнина, консультант по ведению и оптимизации кадровой 
документации, автор программ по кадровому делопроизводству, ведущий автор 
журнала Кадровое дело и других специализированных изданий на рынке труда.

В стоимость включено:методические материалы; обед, кофе-брейк. 
Стоимость участия: 10800 рублей   Время проведения: с 10.00 до 17.00.

дополнительная информация по тел +7 495 5О7 8 77О

















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


[jboss-user] Delivery Status Notification (Failure)

2008-06-05 Thread postmaster
This is an automatically generated Delivery Status Notification.

Unable to deliver message to the following recipients, because the message was 
forwarded more than the maximum allowed times. This could indicate a mail loop.

   [EMAIL PROTECTED]



Reporting-MTA: dns;exchange.technodom.kz
Received-From-MTA: dns;mail.technodom.kz
Arrival-Date: Fri, 6 Jun 2008 03:52:13 +0600

Final-Recipient: rfc822;skplhgnmanhkgdptasj@technodom.kz
Action: failed
Status: 4.4.6
---BeginMessage---
18-19 июня 2008 Тематический семинар

ОФОРМЛЕНИЕ КАДРОВЫХ ДОКУМЕНТОВ С УЧЕТОМ ПОПРАВОК В ТК И ПОСЛЕДНИХ ИЗМЕНЕНИЙ В 
ЗАКОНОДАТЕЛЬСТВЕ.ПРАКТИЧЕСКИЕ РЕКОМЕНДАЦИИ.

Лектор: Ирина Мурнина, консультант по ведению и оптимизации кадровой 
документации, автор программ по кадровому делопроизводству, ведущий автор 
журнала Кадровое дело и других специализированных изданий на рынке труда.

В стоимость включено:методические материалы; обед, кофе-брейк. 
Стоимость участия: 10800 рублей   Время проведения: с 10.00 до 17.00.

дополнительная информация по тел +7 495 5O7 877 O

















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


[jboss-user] [JBoss jBPM] - Re: h:outputLink related problem

2008-06-05 Thread kukeltje
correct. this is a pure jsf issue, not jBPM related at all. outputText does 
not take (all?) child nodes

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

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


[jboss-user] [JBoss jBPM] - Re: h:outputLink related problem

2008-06-05 Thread kukeltje
what I meant was, take child nodes AND have a value and present them in the 
order you expect 

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

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


  1   2   >