[jboss-user] [JBoss Web Services] - Re: Can't deploy .war to JBOSS 6.0

2011-02-12 Thread jaikiran pai
jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion

"Re: Can't deploy .war to JBOSS 6.0"

To view the discussion, visit: http://community.jboss.org/message/587082#587082

--
How big is the ResourceA.war file? Are you hot deploying it? Can you try 
stopping the server, placing that .war in JBOSS_HOME/server/default/deploy and 
then starting the server? Does that work?
--

Reply to this message by going to Community
[http://community.jboss.org/message/587082#587082]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

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


[jboss-user] [Datasource Configuration] - Re: mysql javax.naming.NameNotFoundException

2011-02-12 Thread jaikiran pai
jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion

"Re: mysql  javax.naming.NameNotFoundException"

To view the discussion, visit: http://community.jboss.org/message/587081#587081

--
http://community.jboss.org/docs/DOC-9880 
http://community.jboss.org/wiki/HowcanIaccessadatasourcefromaclient
--

Reply to this message by going to Community
[http://community.jboss.org/message/587081#587081]

Start a new discussion in Datasource Configuration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

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


[jboss-user] [Beginner's Corner] - Re: Need to configure mail-service.xml with read receipt

2011-02-12 Thread listener it
listener it [http://community.jboss.org/people/listener] created the discussion

"Re: Need to configure mail-service.xml with read receipt"

To view the discussion, visit: http://community.jboss.org/message/587064#587064

--
Hi Pls advice a free monitoring tool for Jboss 4.0.5 GA and 5.

Thanks 

Vetri
--

Reply to this message by going to Community
[http://community.jboss.org/message/587064#587064]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

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


[jboss-user] [Datasource Configuration] - mysql javax.naming.NameNotFoundException

2011-02-12 Thread pippodev
pippodev [http://community.jboss.org/people/pippodev] created the discussion

"mysql  javax.naming.NameNotFoundException"

To view the discussion, visit: http://community.jboss.org/message/587063#587063

--
I have the error  javax.naming.NameNotFoundException: prova not bound

my mysql-ds.xml:






  

    prova

    
jdbc:mysql://localhost:3306/prova

    com.mysql.jdbc.Driver

    root

    root

     



    

    mySQL

    

  






"prova" is in the  java: namespace but not in the Global JNDI Namespace


h1. java: Namespace

   [.]
  +- prova (class: org.jboss.resource.adapter.jdbc.WrapperDataSource)
  +- timedCacheFactory (class: javax.naming.Context)






I'm using jboss-5.0.1.GA
--

Reply to this message by going to Community
[http://community.jboss.org/message/587063#587063]

Start a new discussion in Datasource Configuration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

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


[jboss-user] [JBoss Web Services] - Can't deploy .war to JBOSS 6.0

2011-02-12 Thread Sam W
Sam W [http://community.jboss.org/people/samwun9988] created the discussion

"Can't deploy .war to JBOSS 6.0"

To view the discussion, visit: http://community.jboss.org/message/587056#587056

--
Hello,

I don't understand the deployment of this simple war file is failed on jboss 
6.0.

Here is the exception:

01:06:29,890 WARN  [org.jboss.profileservice.deployment.hotdeploy.HDScanner] 
Failed to add deployment: 
vfs:///C:/jboss-6.0.0.Final/server/default/deploy/ResourceA.war: 
org.jboss.deployers.spi.DeploymentException: Failed to mount archive: 
"/C:/jboss-6.0.0.Final/server/default/deploy/ResourceA.war"
  at 
org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
 [:2.2.0.GA]
  at 
org.jboss.deployers.vfs.plugins.structure.AbstractVFSArchiveStructureDeployer.mountArchive(AbstractVFSArchiveStructureDeployer.java:132)
 [:2.2.0.GA]
  at 
org.jboss.deployers.vfs.plugins.structure.AbstractVFSArchiveStructureDeployer.determineStructure(AbstractVFSArchiveStructureDeployer.java:55)
 [:2.2.0.GA]
  at 
org.jboss.deployers.vfs.plugins.structure.StructureDeployerWrapper.determineStructure(StructureDeployerWrapper.java:73)
 [:2.2.0.GA]
  at 
org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl.doDetermineStructure(VFSStructuralDeployersImpl.java:197)
 [:2.2.0.GA]
  at 
org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl.determineStructure(VFSStructuralDeployersImpl.java:222)
 [:2.2.0.GA]
  at 
org.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers.determineStructure(AbstractStructuralDeployers.java:77)
 [:2.2.0.GA]
  at 
org.jboss.deployers.plugins.main.MainDeployerImpl.determineStructure(MainDeployerImpl.java:1106)
 [:2.2.0.GA]
  at 
org.jboss.deployers.plugins.main.MainDeployerImpl.determineDeploymentContext(MainDeployerImpl.java:417)
 [:2.2.0.GA]
  at 
org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:367)
 [:2.2.0.GA]
  at 
org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:277)
 [:2.2.0.GA]
  at 
org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.addDeployment(MainDeployerPlugin.java:77)
 [:6.0.0.Final]
  at 
org.jboss.profileservice.dependency.ProfileControllerContext$DelegateDeployer.addDeployment(ProfileControllerContext.java:133)
 [:0.2.2]
  at 
org.jboss.profileservice.deployment.hotdeploy.HDScanner$HDScanAction.deploy(HDScanner.java:221)
 [:0.2.2]
  at 
org.jboss.profileservice.deployment.hotdeploy.HDScanner$HDScanAction.complete(HDScanner.java:192)
 [:0.2.2]
  at 
org.jboss.profileservice.management.TwoPCActionWrapper.doComplete(TwoPCActionWrapper.java:57)
 [:0.2.2]
  at 
org.jboss.profileservice.management.actions.AbstractTwoPhaseModificationAction.complete(AbstractTwoPhaseModificationAction.java:74)
 [:0.2.2]
  at 
org.jboss.profileservice.management.actions.AbstractTwoPhaseModificationAction.prepare(AbstractTwoPhaseModificationAction.java:95)
 [:0.2.2]
  at 
org.jboss.profileservice.management.ModificationSession.prepare(ModificationSession.java:87)
 [:0.2.2]
  at 
org.jboss.profileservice.management.AbstractActionController.internalPerfom(AbstractActionController.java:234)
 [:0.2.2]
  at 
org.jboss.profileservice.management.AbstractActionController.performWrite(AbstractActionController.java:213)
 [:0.2.2]
  at 
org.jboss.profileservice.management.AbstractActionController.perform(AbstractActionController.java:150)
 [:0.2.2]
  at 
org.jboss.profileservice.management.AbstractActionController.perform(AbstractActionController.java:135)
 [:0.2.2]
  at 
org.jboss.profileservice.deployment.hotdeploy.HDScanner.scan(HDScanner.java:146)
 [:0.2.2]
  at 
org.jboss.profileservice.deployment.hotdeploy.HDScanner.run(HDScanner.java:90) 
[:0.2.2]
  at java.util.concurrent.Executors$RunnableAdapter.call(Unknown 
Source) [:1.6.0_21]
  at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown 
Source) [:1.6.0_21]
  at java.util.concurrent.FutureTask.runAndReset(Unknown Source) 
[:1.6.0_21]
  at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown
 Source) [:1.6.0_21]
  at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(Unknown
 Source) [:1.6.0_21]
  at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown
 Source) [:1.6.0_21]
  at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown 
Source) [:1.6.0_21]
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) 
[:1.6.0_21]
  at java.lang.Thread.run(Unknown Source) [:1.6.0_21]
Caused by: java.util.zip.ZipException: error in opening zip file

[jboss-user] [jBPM] - how to assign assignee to a task at run time

2011-02-12 Thread Ayusman Dikshit
Ayusman Dikshit [http://community.jboss.org/people/ayusman_dikshit] created the 
discussion

"how to assign assignee to a task at run time"

To view the discussion, visit: http://community.jboss.org/message/587047#587047

--
All,
I have a scenario where I want to assign users to a task at runtime.
Meaning.. when the workflow reaches the task at somepoint in time during 
execution, i want users to be selected and assigned based on a database lookup.

my questions:
1. is assignment-handler in a  element the right way to achieve this jbpm 
4.4?
2. is there any way this can be achieved?
3. Do I need to have these users and groups listed in the jbpm identity tables?

Please help...

Thanks,
Ayusman
--

Reply to this message by going to Community
[http://community.jboss.org/message/587047#587047]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

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