[JBoss-user] [JBoss jBPM] - Re: Dates problem

2005-12-14 Thread [EMAIL PROTECTED]
could you create a jira issue for this ?

if you add a way for us to reproduce it (which property do we have to set to 
get your behaviour), then we probably can fix it quickly.

regards, tom.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912566


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: @Factory ([EMAIL PROTECTED]) method called repeatedly on every req

2005-12-14 Thread landels
Hi Gavin,

No don't think so, the timeout was set pretty high. I did set it even higher 
today:


  | 
  |   org.jboss.seam.core.manager.conversationTimeout
  |   360
  | 
  | 

but with no effect. Plus - if the conversation gets timed out the SFSB should 
be destroyed, right? And the brakepoint in the @Destroy method gets never 
called before undeploy.

cu,

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912565


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-14 Thread [EMAIL PROTECTED]
also, with XPDL, and any process language so far, it is very hard (read: 
impossible) to get to our goal: creating a common language between business 
analyst and developer.  business analyst must be in charge of the graphical 
representation, while the developer must have all the executional and technical 
details under his/her control.

we have documented our approach as Graph Oriented Programming.  and recently, 
we see that MS takes a similar approach with WWF.

regards, tom.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912562


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Starting threads from Scheduler

2005-12-14 Thread kidahl
Thanks for the tip! 
In my case, using separate schedulers introduces the problem of coordinating 
them; the threads must work on different "chunks" of data to avoid conflicts.

I'm sure the coordination can be done, but it would be easier to use just one 
"master" scheduler if possible.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912560


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - BpelReader NullPointerException

2005-12-14 Thread fwshk
I am trying to deploy my business process
by modifying Hello World example but found out problem of it.

Just a minutes ago, I deploy Hello World example and run the test, 
it is complete success and I only replace hello.bpel and hello.wsdl 
and re-deploy it as following
Open command line
> CD C:\JBPM_BPEL\doc\examples\hello
> ANT create-schema
> ANT pack-definition
> ANT deploy-definition

The exception
[deploypar] 16:22:55,234 INFO  BpelReader : read wsdl definitions: hello.wsdl
  | [deploypar] 16:22:55,296 DEBUG BpelReader : upgraded bpel document: 
hello.bpel
  | [deploypar] java.lang.NullPointerException
  | [deploypar] at 
org.jbpm.bpel.xml.BpelReader.readActivity(BpelReader.java:930
  | )
  | [deploypar] at 
org.jbpm.bpel.xml.BpelReader.readScope(BpelReader.java:416)
  | [deploypar] at org.jbpm.bpel.xml.BpelReader.read(BpelReader.java:206)
  | [deploypar] at org.jbpm.bpel.xml.BpelReader.read(BpelReader.java:162)
  | [deploypar] at 
org.jbpm.bpel.par.BpelArchiveParser.readFromArchive(BpelArchi
  | veParser.java:28)
  | [deploypar] at 
org.jbpm.jpdl.par.ProcessArchive.parseProcessDefinition(Proce
  | ssArchive.java:46)
  | [deploypar] at 
org.jbpm.graph.def.ProcessDefinition.parseParZipInputStream(P
  | rocessDefinition.java:154)
  | [deploypar] at 
org.jbpm.jpdl.par.ProcessArchiveDeployer.deployZipInputStream
  | (ProcessArchiveDeployer.java:46)
  | [deploypar] at org.jbpm.ant.DeployParTask.deploy(DeployParTask.java:69)
  | [deploypar] at org.jbpm.ant.DeployParTask.execute(DeployParTask.java:57)
  | [deploypar] at 
org.apache.tools.ant.UnknownElement.execute(UnknownElement.ja
  | va:275)
  | [deploypar] at org.apache.tools.ant.Task.perform(Task.java:364)
  | [deploypar] at org.apache.tools.ant.Target.execute(Target.java:341)
  | [deploypar] at org.apache.tools.ant.Target.performTasks(Target.java:369)
  | [deploypar] at 
org.apache.tools.ant.Project.executeSortedTargets(Project.jav
  | a:1216)
  | [deploypar] at 
org.apache.tools.ant.Project.executeTarget(Project.java:1185)
  | 
  | [deploypar] at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(De
  | faultExecutor.java:40)
  | [deploypar] at 
org.apache.tools.ant.Project.executeTargets(Project.java:1068
  | )
  | [deploypar] at org.apache.tools.ant.Main.runBuild(Main.java:668)
  | [deploypar] at org.apache.tools.ant.Main.startAnt(Main.java:187)
  | [deploypar] at 
org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
  | [deploypar] at 
org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
  | 
  | BUILD FAILED
  | C:\JBPM_BPEL\doc\examples\hello\build.xml:101: couldn't deploy process 
archives
  | : null
  | 
  | Total time: 16 seconds

The context of those modified files are following:
hello.bpel
  | 
  | http://schemas.xmlsoap.org/ws/2003/03/business-process/";
  | xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/";
  | xmlns:my="http://testing/Greeting";
  | xmlns:xsd="http://www.w3.org/2001/XMLSchema";
  | name="Greeting"
  | suppressJoinFailure="yes"
  | targetNamespace="http://testing/Greeting";>
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 

hello.wsdl
  | 
  | http://schemas.xmlsoap.org/wsdl/";
  | xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/";
  | xmlns:my="http://testing/Greeting";
  | xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/";
  | xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
  | xmlns:xsd="http://www.w3.org/2001/XMLSchema";
  | name="Greeting - WSDL"
  | targetNamespace="http://testing/Greeting";>
  | 
  | http://testing/Greeting";>
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | http://schemas.xmlsoap.org/soap/http"/>
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | http://localhost:8080/soap/GreetingService"/>
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 

What is the mistake I made?
In addition, Is there any document describe the deployment more details?

Thank you very much for your useful help ^^

Roy
A complete beginner of jBPM

View the origina

[JBoss-user] [EJB 3.0] - java.lang.RuntimeException: org.jboss.tm.JBossRollbackExcept

2005-12-14 Thread trofimov
I have Stateles bean with method:

  | ...
  | @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW)
  | public void addUser(User user) throws Exception {
  | try {
  | em.persist(user);
  | } catch (Exception e) {
  | throw e;
  | }
  | }
  | ...
  | 
When i call this method from client i recive:

  | java.lang.RuntimeException: org.jboss.tm.JBossRollbackException: Unable to 
commit, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=lserver/662, 
BranchQual=, localId=662] status=STATUS_NO_TRANSACTION; - nested throwable: 
(org.hibernate.exception.ConstraintViolationException: Could not execute JDBC 
batch update)
  | 
Why transaction can't rollback?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912558


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Config-files outside of .EAR

2005-12-14 Thread kidahl
That works great!
This info should be on the front page on "JBoss for dummies"...

I suppose this not necessarily implies that /server/default/conf is in the 
classpath?


-Karl Ivar


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912557


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Quick question on Linux and JBoss

2005-12-14 Thread kusanagihk
To all, 

I've got a question, I have setup a Linux server (Linux 8), but it has only 
console mode features (ie. doesn't have a GUI interface)

so I would like to know if I need to have GUI features in order to install and 
deploy JBoss  since some tools are GUI based. and actually I wonder if 
I could load mozilla under a console mode

If I need to add back the GUI interface, are there any methods except to 
re-install the Linux8 ??? (If so I've got some data backups to do)

PS. I'm a beginner on Linux too, so I don't know if the above questions are a 
bit strange to you all...

Thanks

>From Jason (Kusanagihk)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912556


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Failed to create folder for repository

2005-12-14 Thread cpage
I got the same error.
Linux + Oracle9i.

I give all the rights of writing, reading ... in the folder of deploy, but it 
didn't change anything.




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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912555


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Queue Messages are not listed in QueueBrowser when in 'w

2005-12-14 Thread [EMAIL PROTECTED]
And the final FAQ is CLIENT_ACK and browsers.
If you receive under CLIENT_ACK, the message belongs to session 
NOT the QUEUE. So it is invisible to any browser.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912554


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: java.lang.ClassNotFoundException: [Lorg.jgroups.Address

2005-12-14 Thread [EMAIL PROTECTED]
You need to locate the jg-magic-map.xml file inside the JGroups JAR and remove 
the line that defines the Address array. Or check out JGroups 2.2.9 (where it 
has been removed)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912552


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Queue Messages are not listed in QueueBrowser when in 'w

2005-12-14 Thread [EMAIL PROTECTED]
And the real FAQ of this thread is browsing scheduled messages
and claiming a BUG

If you can show me where in the spec it even mentioned scheduled messages
and their behavour I will gladly concede this is a bug.

Going back to the LGPL comment.
The code for scheduled messages for contributed by a non JBoss employee.
He obviously didn't have a need for browsing scheduled messages since he
didn't add code for it.

So your choices are simple;
* Add the code yourself and keep it to yourself
* Add the code yourself and contribute it back for others to use
* Raise a feature request and wait for somebody else to do it for you

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912551


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Queue Messages are not listed in QueueBrowser when in 'w

2005-12-14 Thread [EMAIL PROTECTED]
Another one.

"MDB in CLIENT_ACK"

Explain how you use client acknowledgement with an MDB?
There is no such configuaration!

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912550


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Disbale persistent queue

2005-12-14 Thread mroosendaal
I tried to follow the:
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQNullPersistence
 instructions but maybe i took it to litteral. But everytime i tried to do just 
a part of the instruction, JBoss threw an exception.

But you were right, Spring provides a boolean value for it's jmsTemplate.

Thanks,
Maarten

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912549


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Design question : default values

2005-12-14 Thread phon
Hello,

for my application i need to map a series of default values for input fields 
over the application, these default values are company-specific, so i have to 
keep track of them on the server, not on the client.

so i want to create a mapping between a field name (fe "vatValueOrderInput") 
and a value (fe "6"). The problem is that this value can have different types, 
sometimes it can be a String, sometimes an Entity, or sometimes just a 
primitive value..

If tought of making an entity DefaultValue, but i don't think i can map it to a 
database without specifiyng the type of the value..

anyone has any idea how to implement this?

thanks!

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912547


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Invoking eviction on keys

2005-12-14 Thread odedblayer
We need to invoke evict implicitly on a single key in a node, is there a reason 
why this method does not exist? it is commented in the source...

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912546


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Queue Messages are not listed in QueueBrowser when in 'w

2005-12-14 Thread [EMAIL PROTECTED]
Other "blindness"

* Not reading the spec to understand what is guaranteed behaviour and avoid 
writing
non-portable code (practically nothing is guaranteed if you have active 
listeners on a queue you are trying to browse concurrently)
* Using selectors on Queues (I am bored of repeating myself already)
* etc.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912545


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Queue Messages are not listed in QueueBrowser when in 'w

2005-12-14 Thread [EMAIL PROTECTED]
"upankar" wrote : Thanks for your answer. I do appreciate. But i have some 
apprehensions modifying the source code - I think Jboss controlls all code 
changes , patch etc, and doing on our own probably might not be legal. 
  | 

Truly the blind leading the blind. :-)

Yes, JBoss Inc. and its employess own the copyright to about 70-80% of the 
codebase
but we license it to everybody to distribute AND MODIFY under the LGPL.
Unlike some other licenses, you don't need the LGPL to USE the software.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912544


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


<    1   2   3