[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=bbop=viewtopicp=3912544#3912544

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=7637alloc_id=16865op=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=bbop=viewtopicp=3912545#3912545

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=7637alloc_id=16865op=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=bbop=viewtopicp=3912546#3912546

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=7637alloc_id=16865op=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=bbop=viewtopicp=3912547#3912547

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=7637alloc_id=16865op=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=bbop=viewtopicp=3912549#3912549

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=7637alloc_id=16865op=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=bbop=viewtopicp=3912550#3912550

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=7637alloc_id=16865op=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=bbop=viewtopicp=3912551#3912551

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=7637alloc_id=16865op=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=bbop=viewtopicp=3912552#3912552

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=7637alloc_id=16865op=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=bbop=viewtopicp=3912554#3912554

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=7637alloc_id=16865op=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=bbop=viewtopicp=3912555#3912555

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=7637alloc_id=16865op=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=bbop=viewtopicp=3912556#3912556

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=7637alloc_id=16865op=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=bbop=viewtopicp=3912557#3912557

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3912558#3912558

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=7637alloc_id=16865op=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
  | ?xml version=1.0 encoding=UTF-8?
  | bpws:process 
xmlns:bpws=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;
  | bpws:partnerLinks
  | bpws:partnerLink myRole=GreetingRole name=myPartnerLink 
  | partnerLinkType=my:GreetingLT/
  | /bpws:partnerLinks
  | bpws:variables
  | bpws:variable messageType=my:Message name=myVariable/
  | /bpws:variables
  | bpws:sequence
  | bpws:receive createInstance=yes name=receive 
operation=operation 
  | partnerLink=myPartnerLink portType=my:Greeting 
variable=myVariable/
  | bpws:assign name=assign
  | bpws:copy
  | bpws:from expression=concat('Hello', 
bpws:getVariableData
  | ('myVariable', 'part', 
'/my:GreetingMessage/value'))/
  | bpws:to part=part 
query=/my:GreetingMessage/value 
  | variable=myVariable/
  | /bpws:copy
  | /bpws:assign
  | bpws:reply name=reply operation=operation 
partnerLink=myPartnerLink 
  | portType=my:Greeting variable=myVariable/
  | /bpws:sequence
  | /bpws:process

hello.wsdl
  | ?xml version=1.0 encoding=UTF-8?
  | definitions xmlns=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;
  | types
  | xsd:schema targetNamespace=http://testing/Greeting;
  | xsd:element name=GreetingMessage
  | xsd:complexType
  | xsd:sequence
  | 

[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=bbop=viewtopicp=3912560#3912560

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=7637alloc_id=16865op=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=bbop=viewtopicp=3912562#3912562

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=7637alloc_id=16865op=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:


  | context-param
  |   param-nameorg.jboss.seam.core.manager.conversationTimeout/param-name
  |   param-value360/param-value
  | /context-param
  | 

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=bbop=viewtopicp=3912565#3912565

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3912566#3912566

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=7637alloc_id=16865op=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
Wait a minute... are you saying that a scheduler can start other schedulers 
programmatically? And they will all run in parallell?

I'm a bit unsure what the benefits will be over using threads, but i'll look 
into it.

Thanks again,
Karl Ivar

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Tomohawk sortTable strange error

2005-12-14 Thread henderson_mk
Hi folks,
Did anyone manage to get a resolution to this?  I'm also trying to use a 
sortable table in a similar situation and whilst it renders correctly clicking 
any component on the table causes the 'no conversation context' error to occur.

Maybe someome has an idea?
Really really hope someone can help.

Thanks,

Marty

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

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


---
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=7637alloc_id=16865op=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
Ok I do not know if this is relevant but on the second request (after the 
@Factory and @Begin method is called on the the first request) in 
org.jboss.seam.core.Manager::restore() the storedConversationId is null and a 
new id gets generated (Id.nextId()). In difference on the next request the id 
is restored properly.

cu,

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Jboss-4.0.3SP1 and Hibernate

2005-12-14 Thread smirgla1
I guess the answer is - give up on JBoss?

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Persistance on reboot of EJB Timers??

2005-12-14 Thread jojjewestin
Hello, having a real hard time getting consistant information on if JBoss 4.03 
supports persistance on J2EE EJB timers, if not it seems completely unuseful. 
Can anybody give me a clear answer on this one so i can decide if i should go 
another way.

Thanks Georg 

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: Very Slow Perfomance

2005-12-14 Thread stedo
hi,

Thanks for all your help. Looks like it's just the start up that's slow, once 
the client has connected the execution goes fine.

Thanks
Steve

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - [Serialization] A problem with serialization

2005-12-14 Thread sebastienclaude
Hello,
I have a class A extending a class B. They are in two different jar, in the 
same ear.
There is a problem when I serialize an instance of class A, class B (inherited 
fields) is not serialized. 
Is there a solution to prevent from that ?

Thanks.

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Getting process definition XML source from the database.

2005-12-14 Thread nick_nickolov
In relation to your posts, guys,
does anybody have an idea how to get a hash from what is deployed in the 
database on one hand, and what we have locally as a par file on the other hand?
I want my app to to check at startup whether the par on the filesystem needs to 
be deployed to the database. Ideally, the hash would include not only 
processdefinition.xml, but the classfiles too.

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Reference to subprocess definition in process state not set.

2005-12-14 Thread Saviola
Hi!
What I have is two process definitions - one main and another that I want to 
use in a process state of the first one.
The main definition is:
?xml version=1.0 encoding=UTF-8?
  | 
  | process-definition xmlns=http://jbpm.org/3/jpdl;
  | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  | xsi:schemaLocation=http://jbpm.org/3/jpdl 
http://jbpm.org/xsd/jpdl-3.0.xsd;
  | name=budgetPlanningProcess
  | start-state name=start
  | transition name=tr1 to=state1/
  | /start-state
  | state name=state1
  | transition name=tr1 to=process state/
  | /state
  | process-state name=process state
  | sub-process name=testProcess/
  | transition name=tr1 to=state2/
  | /process-state
  | state name=state2
  | transition name=tr1 to=end1/
  | /state
  | end-state name=end1/end-state
  | /process-definition
  | 
The subprocess definition is:

  | ?xml version=1.0 encoding=UTF-8?
  | process-definition
  | xmlns=http://jbpm.org/3/jpdl; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  | xsi:schemaLocation=http://jbpm.org/3/jpdl 
http://jbpm.org/xsd/jpdl-3.0.xsd;
  | name=testProcess
  | start-state name=ss1
  | transition name=tr1 to=ss2/
  | /start-state
  | state name=ss2
  | transition name=tr1 to=ends/transition
  | /state
  | end-state name=ends/
  | /process-definition
  | 
First of all I deploy the subprocess definition, afterwards the main process 
definition. Unfortunately the process state of the main process definition does 
not have a reference to its subprocess set in the database (the 
subprocessdefinition_ column in Jbpm_Node table is null).
The documentation suggests me to check the class 
test/java/org/jbpm/graph/exe/ProcessStateTest.java for how to use subprocess. 
I've tryed similar example like setting the subprocess of the process state 
after deploying the main definition and it's fine.
But this actually doesn't work for me because I don't know the name of the 
subprocess in order to fetch it from the database first.
According to me (and the documentation) the subprocess reference would have 
been set automatically if the subprocess exists in the database.
Jbpm developers, please correct me if I am wrong. That would mainly clear the 
situation.
Anyone having any experience with certain situation?
Appreciate any help!

Regards,
  Saviola

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Commandbutton doesn't work inside dataTable

2005-12-14 Thread janbols
When using a SFSB with SESSION scope, do you have to use a @Begin annotation?

I have the following jsp page:%@ page language=java %
  | %@ taglib uri=http://java.sun.com/jsf/html; prefix=h %
  | %@ taglib uri=http://java.sun.com/jsf/core; prefix=f %
  | pPage 1 /p
  | f:view
  | h:form
  | h:messages /
  | h:commandButton action=#{sfsbSession.fillTable} value=Fill table/
  | h:dataTable var=row value=#{myTable}
  | h:column
  | h:commandButton value=Go to page 2 
action=#{sfsbSession.goToPage2}/
  | /h:column
  | h:column
  | h:outputText value=#{row}/
  | /h:column
  | /h:dataTable
  | h:commandButton value=Go to page 2 
action=#{sfsbSession.goToPage2}/
  | /h:form 
  | /f:view
  |  and the following SFSB with session scope:
@Stateful
  | @Name(sfsbSession)
  | @Intercept(InterceptionType.ALWAYS)
  | @Interceptor(SeamInterceptor.class)
  | @Scope(ScopeType.SESSION)
  | public class SFSBSessionAction implements SFSBSession, Serializable {
  | 
  | private static final long serialVersionUID = -8231478684900323568L;
  | 
  | @DataModel private ListString myTable;
  | 
  | //@Begin
  | public String fillTable() {
  | myTable = new ArrayListString();
  | myTable.add(item1);
  | myTable.add(item2);
  | 
  | return page1;
  | }
  | 
  | public String goToPage2() {return page2;}
  | 
  | @Destroy @Remove
  | public void destroy() { }
  | }
  | 
When I click on the commandButton below the dataTable, the goToPage2 method in 
my SFSB is invoked and I get page2. However, when I click on the commandButton 
inside the dataTable, nothing is invoked and page1 is returned with an empty 
dataTable.

When I uncomment the @Begin annotation at the fillTabel method, everything 
works fine though.

Is this the normal behaviour? Why?

I'm using myfaces (nightly build version 12-13-2005), jBoss 4.0.3SP1 and seam 
beta1.

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Using Plain Java Jars

2005-12-14 Thread stedo
hi,

Solved the problem, the class I was trying to access used static methods and 
the bean trying to access these methods didn't like this. I changed the class 
to a non-static and it worked fine.

Thanks
Steve

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - failed to implement a stand alone java client calling to EJB

2005-12-14 Thread amitguz
Hi All,
I'm using JBOSS 4.0.3  and my stand alone client failed to connect to EJB.

I tried to implement it as follow :

in the server side :
I create a stateless AuthorBean class which implements Authors 
Remote interface


in the client side I wrote :

Properties jndiProps = new Properties();
  | 
jndiProps.setProperty(Context.INITIAL_CONTEXT_FACTORY,org.jnp.interfaces.NamingContextFactory);
  | 
jndiProps.setProperty(Context.URL_PKG_PREFIXES,org.jboss.naming:org.jnp.interfaces);
  | jndiProps.setProperty(Context.PROVIDER_URL, 
jnp://localhost:1099);
  | Context c = new InitialContext(jndiProps);
  | Object reference = c.lookup(Authors);
  | 

but I'm receiving the following error:
javax.naming.CommunicationException: Could not obtain connection to any of 
these urls: localhost:1099 and discovery failed with error: 
java.security.AccessControlException: access denied (java.net.SocketPermission 
230.0.0.4 connect,accept,resolve) [Root exception is 
javax.naming.CommunicationException: Failed to connect to server localhost:1099 
[Root exception is java.security.AccessControlException: access denied 
(java.net.SocketPermission 127.0.0.1:1099 connect,resolve)]]
  | at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1399)
  | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:579)
  | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
  | at javax.naming.InitialContext.lookup(InitialContext.java:351)
  | at client.startApplication.main(startApplication.java:29)
  | 

What I'm doing wrong ?
Can someone point me to an example of how to implement such call 
from stand alone client to ejb on JBOSS?

tnx, amit


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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Downloading Files

2005-12-14 Thread stedo
hi,

We are using JBoss as a server for an application which needs to stream files 
to a J2SE client. Is there any examples of downloading files to a client from 
JBoss or J2EE?

Thanks
Steve

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Security Provider for Client

2005-12-14 Thread stedo
hi,

I am performing some encryption on the JBoss server side using RSA encryption 
and the classes KeyPairGenerator and KeyPair. On the server side everything 
works fine both encrypt and decrypt. I user the form RSA/NONE/PKCS1PADDING.
I also have a J2SE client which will encrypt data and send it to the server for 
decryption. However when I run the same code on the server side I receive an 
error which says:


  | java.security.NoSuchAlgorithmException: Cannot find any provider supporting 
RSA/N
  | ONE/PKCS1PADDING
  | at javax.crypto.Cipher.getInstance(DashoA12275)
  | 

So it looks like I need the same security provider as JBoss on the client side. 
However I'm not sure where the provider is or how I implement it on the client 
side.

Can anyone help?

Thanks in advance
Steve

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Null Pointer Exception in MyFacesGenericPortlet

2005-12-14 Thread Stefan_Tausendpfund
Hello,

Stan Silvert asked me to also post the message from myfaces user forum here:
http://www.mail-archive.com/users%40myfaces.apache.org/msg13439.html
anonymous wrote : 
  | ---
  | Hello,
  | 
  | 
  | we created an portal application on JBoss Server 4.0.3SP1 with portal 
2.0.1RC3 using myfaces MyFacesGenericPortlet. We have several pages and several 
portlets in one page. One portlet is present in all pages. If I make an action 
on this portlet (portletwindow0) and switch the page (portletwindow1) i get an 
NPE in the facesRender method of the MyFacesGenericPortlet.
  | 
  | The lookup of the faces context with
  | 
  | ServletFacesContextImpl facesContext = (ServletFacesContextImpl)request.
  | 
  |   getPortletSession().
  | 
  | getAttribute(CURRENT_FACES_CONTEXT);
  | 
  | returns a null object and the following statement
  | if (facesContext.getResponseComplete()) return;
  | fails.
  | On first entry of doView the getAttribure looks for an Attribute:
  | 
javax.portlet.p..portletwindow0?org.apache.myfaces.portlet.MyFacesGenericPortlet.CURRENT_FACES_CONTEXT
  | 
  | After switching the page it looks for
  | 
javax.portlet.p..portletwindow1?org.apache.myfaces.portlet.MyFacesGenericPortlet.CURRENT_FACES_CONTEXT
  | 
  | but the facescontext is still with the key window0 in the session.
  | 
  | 
  | Using the same window name in different pages for the same portlet leeds to 
a portal error.
  | 
  | Can you please help me here?
  | 
  | Thanks in advance
  |   Stefan
  | 
  | 
  | 

I also made a small sample application showing this bug. Can i place it as 
attachment here?

regards
   Stefan




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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Discriminator column size

2005-12-14 Thread chrismalan
I use a base class with many classes extended from it.  The discriminator 
column was created as only a varchar(10).  Needless to say, one of the classes 
had a longer discriminator value.  Luckily it was very easy to pick up on. I 
changed the column to varchar(36), fixed the entry and all was well.

The IDE is JBoss 1.5 milestone 1, the JBoss version 4.0.3, the database MySQL 
4.0.24 and the OS Linux

How do I tell JBoss to create a bigger column? 10 is obviously the default 
size.  Maybe it should be a bit bigger.

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Multi Credential Authentication

2005-12-14 Thread NigelWhite
Yes, I just started a thread about this.

I'm amazed that there's no standard J2EE way to provide your own 
authentication. 

I would have thought that JBoss might provide a way for you to supply your I 
just found http://jcp.org/en/jsr/detail?id=196 but that's just at the review 
stage.

Do any JBoss people know when this will make it into a downloadable JBoss 
release? If it's available, how do we work it?

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Cannot load class from another deployed ear

2005-12-14 Thread vanjo_83
Guys, this doen't work even if the two components are part of one EAR. The one 
is .WAR, and the other is .JAR, described if application.xml as:

  |module
  |   web
  |  web-uriTransporterWAR.war/web-uri
  |  context-roottransporter/context-root
  |   /web
  |/module
  |   module
  |   javaPMS_Servlet.jar/java
  |   /module
  | 
Don't confuse, PMS_Servlet.jar is not a servlet, it's just the part of my 
application that should go to the servlet container

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Updating hibernate manager?

2005-12-14 Thread atodorov
Hi there!

I use EJB3 with JBoss 4.0.3 SP1.

There are several bugs fixed in hibernate-entitymanager-3.1beta5. Can I update 
only this part of the JBoss version I've installed or I need to wait for the 
next JBoss version?

Thanks!

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: WARN [TransactionSynchronizer] ... not the enlisting

2005-12-14 Thread joergvf
This is with Windows XP and JDK 1.5_05, and I'm not concurrently using the same 
UserTransaction or something.

Sorry I don't have time at the moment to try to find the gap in the logic here, 
I might look at it in the debugger when those warnings in the log get on our 
nerves overly ;)

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: WS Engine Versions and their matching to JBoss versions

2005-12-14 Thread thegift
-What version of WSEngine works on JBoss 4.0.2? JBoss.Net?JBossWS?

-What version of WSEngine works on JBoss 4.0.3? JBoss.Net?JBossWS?

Thanks! (If someone will answer:))

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: failed to implement a stand alone java client calling to

2005-12-14 Thread amitguz
found the problem. 
I needed set the security. 
add new file to the client side
 policy.all which contain :

  | grant {
  | permission java.security.AllPermission , ;
  | };
  | 
and run the client VC with -Djava.security.policy=policy.all

but now I lookup failed with:

  | javax.naming.NameNotFoundException: authors not bound
  | at org.jnp.server.NamingServer.getBinding(NamingServer.java:514)
  | at org.jnp.server.NamingServer.getBinding(NamingServer.java:522)
  | at org.jnp.server.NamingServer.getObject(NamingServer.java:528)
  | at org.jnp.server.NamingServer.lookup(NamingServer.java:281)
  | at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: deploy the process error :couldn't save process definiti

2005-12-14 Thread abhipunekar
Hi,
I am getting the same problem, where you able to get over this problem, if so 
pl let me know.
[EMAIL PROTECTED]

Thanks  Regards

Abhijit

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - use of singelton-class (ServiceLocator) from Different modul

2005-12-14 Thread mroosendaal
Hi,

We have an application which is packaged as an EAR and includes 1 WAR, 1 
EJB.jar, META-INF with application.xml and jboss-app.xml and a lib directory 
with all the shared jars.

One jar contains the core of our application and includes a ServiceLocator 
through which we can get references to other resources (Spring, JMS).

The ServiceLocator is first called by the webapp and works fine. We also use 
JMS and one class from out core.jar sends a Message to JMS. On the other end 
there is an MDB listening which also uses the ServiceLocator to get resources. 
The problem is that when the MDb uses the SL it gets instantiated where we 
actually want the one already instantiated by the webapp.

This seems to be a Classloader-issue and i tried to follow the instructions 
stated by the ClassLoadingConfiguration (wiki). Non of it worked. I also tried 
setting the ear-deployer :true but this has a counteractive effect.

What do i need to do, (if at all possible) to get both (and later more) modules 
to use a shared ServiceLocator instantiated by either the ejb.jar or the 
web.war? (The ejbCreate() does not seem to get called when deploying an MDB on 
JBoss).

Hope someone can help because this is very time consuming.

Thanks,
Maarten

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Cannot load class from another deployed ear

2005-12-14 Thread mroosendaal
have you tried the ClassLoadingConfiguration instructions from the wiki-site?

Perhaps you can define a common loader-repository for both ears in their 
respective jboss-app.xml's

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: org.hibernate.MappingException help needed!

2005-12-14 Thread abhipunekar
 Hi,

I am getting the following error any ways to go about the same, pl let me know

--
org.hibernate.MappingException: Unknown entity: 
za.co.pps.common.datatype.CurrencyAmount
at 
org.hibernate.impl.SessionFactoryImpl.getEntityPersister(SessionFactoryImpl.java:569)
at 
org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:62)
at org.hibernate.impl.SessionImpl.get(SessionImpl.java:621)
at org.hibernate.impl.SessionImpl.get(SessionImpl.java:614)


Abhijit

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: event registration for JBPM?

2005-12-14 Thread finska2
Hi all
Thanks for your replies - this is kind of what I expected (i.e. having to code 
up your own incoming event triggers to fit into jBPM process flow), but I'm 
just in the evaluation of jBPM as a fit for our requirements so expertise is 
much appreciated!

I suppose I thought that there may have been some sort of event 
registration/mgmt plug-in for jBPM as some of the examples refer to incoming 
emails as triggers to movemenmt in the process chain - but I suppose, as 
befire,  this is coded up by the jBPM developer also. 

Thanks again for your input
Finska

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - ProcessArchiveDeployerTask

2005-12-14 Thread Nassim
hi to all;
can anyone tell me where can i found ProcessArchiveDeployerTask class to deploy 
a processarchive
thanks  for some help


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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: deploying processdefinition

2005-12-14 Thread Nassim
hi Ronalds, thank you for reply me,
ok, i test the process on eclipse and i want to deploy it, how can i do this
thank you Nassim

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - *-object.xml dtd or schema

2005-12-14 Thread arvind_pv
Hi All,

I'm not able to access my application using the below given URL's
1. http://localhost:8080/portal/helloworldsample
2. http://localhost:8080/portal/portal/helloworldsample

When I tried to access it, its showing me the JBoss Portal server application.

Here are my JBoss Server details
1. JBoss 4.0.3 SP1 Application Server
2. JBoss Portal - 2.2.0RC2

I think there is something wrong with my appName-object.xml file, please tell 
me where can I find the dtd or schema for *-object.xml.

When I viewed the database.script file present in 
default/data/portal/hypersonic, I'm able to see below insert statements

1. INSERT INTO JBP_SECURITY_POLICY 
VALUES(152,'/portalobject/helloworldsample,'/portalobject')

2. INSERT INTO JBP_INSTANCE 
VALUES(40,'HelloWorldPortletInstance','helloworldsample.HelloWorldPortlet')

3. INSERT INTO JBP_OBJECT_NODE VALUES(115,'helloworldsample,'helloworldsample,1)

3. INSERT INTO JBP_SECURITY_POLICY 
VALUES(153,'/instance/HelloWorldPortletInstance','/instance')

Note 
Here I haven't seen anything about the Window i.e. HelloWorldPortletWindow

Please have a look at my files. Please correct me if I did anything wrong.

helloworldsample-object.xml
?xml version=1.0 encoding=UTF-8?
  | deployments
  | deployment
  | parent-ref/
  | if-existsoverwrite/if-exists
  | portal
  | portal-namehelloworldsample/portal-name
  | properties/
  | 
  | supported-modes
  | modeview/mode
  | modeedit/mode
  | modehelp/mode
  | /supported-modes
  | 
  | supported-window-states
  | window-statenormal/window-state
  | window-stateminimized/window-state
  | window-statemaximized/window-state
  | /supported-window-states
  | 
  | pages
  | default-pagedefault/default-page
  | page
  | page-namedefault/page-name
  | properties/
  | window
  | window-nameHelloWorldPortletWindow/window-name
  | 
instance-refHelloWorldPortletInstance/instance-ref
  | regioncenter/region
  | height0/height
  | /window
  | /page
  | /pages
  | /portal
  | /deployment
  | 
  | deployment
  | if-existsoverwrite/if-exists
  | instance
  | instance-nameHelloWorldPortletInstance/instance-name
  | 
component-refhelloworldsample.HelloWorldPortlet/component-ref
  | /instance
  | /deployment
  | /deployments

After modifying the above xml i.e.

?xml version=1.0 encoding=UTF-8?
  | deployments
  | deployment
  | if-existsoverwrite/if-exists
  | parent-refdefault/parent-ref
  | properties/
  | page
  | page-nameHelloWorld/page-name
  | properties/
  | window
  | window-nameHelloWorldPortletWindow/window-name
  | instance-refHelloWorldPortletInstance/instance-ref
  | regioncenter/region
  | height0/height
  | /window
  | /page
  | /deployment
  | deployment
  | if-existsoverwrite/if-exists
  | instance
  | instance-nameHelloWorldPortletInstance/instance-name
  | 
component-ref'helloworldsample.HelloWorldPortlet/component-ref
  | /instance
  | /deployment
  | /deployments

In additon to the above statement I have seen below Insert statement also.

1. INSERT INTO JBP_SECURITY_POLICY 
VALUES(94,'/portalobject/default.default.HelloWorldPortletWindow','/portalobject')

2. INSERT INTO JBP_OBJECT_NODE 
VALUES(70,'default.default.HelloWorldPortletWindow','HelloWorldPortletWindow',69)


Please help me.

Thanks

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: TreeCache - JDBCCacheLoader - Failed to lookup datasourc

2005-12-14 Thread raulscosta
I've checked my version and I even downloaded it again. I'm using JBossCache 
1.2.4 version released on 20 October, so it is the final version.

Is it possible that the bug wasn't completely solved or am I doing something 
wrong? The error I'm having is exactely the same reported in 
http://jira.jboss.com/jira/browse/JBCACHE-303.

Thanks again.

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Remote client Authentication by three atributes

2005-12-14 Thread lzdobylak
How to do this?
I need to authenticate client appliacation and it's user.
So I have 3 atributtes: login, password,applicationName.
How to do this in JBoss?

other question is is there any possibility to not use security annotations but 
put all permisssions in xml descriptor?

I found JAAS difficult to me. Is there any good to authentication and 
authorization for remote clients? where I don't have web tier only ejb3 session 
and entity beans.
Thanks in advance.

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Remote client Authentication by three atributes

2005-12-14 Thread NigelWhite
OK that's 3 threads now on the front page asking for this, and no replies from 
the JBoss staff.

 Huh

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - linkageError with duplicate jar files

2005-12-14 Thread vitorisaia
I'm facing the following problem:

I have 2 applications, an EAR file and a WAR file. Both files use jfreechart 
and jcommon jars, and, as the EAR, the WAR have the jfree and jcommon jars 
packed inside it. So I have this structure:

EAR
|-jcommon.jar
|-jfreechart.jar

WAR
|-jcommon.jar
|-jfreechart.jar


I'm using JBOSS 4.0.3SP1 version, in WinXP.

but I'm facing the problem that when I call the function to generate graphics 
(that need to use the the jcommon and jfreechart jars), I have a 
java.lang.LinkageError: loader constraints violated when linking ... (name of 
jfreechart package)... so I realize that I can't have these jar duplicated in 
the EAR and in the WAR... to fix the problem I've extracted them from the ear 
and the war and putted in server/default/lib... but that is not a good thing...

Anyone have any idea for solving this problem? I really need to use that 
structure I discribed before...

thanks a lot...

Vitor Isaia
Brasil


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

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


---
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=7637alloc_id=16865op=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
Hmmm, 
could it be that JspStateManagerImpl.saveSerializedView only does save changes 
done to the FacesContext when it is called for the first time?


  | ...
  | if (serializedView == null)
  | {
  | // first call to saveSerializedView -- create SerializedView
  | Object treeStruct = getTreeStructureToSave(facesContext);
  | Object compStates = getComponentStateToSave(facesContext);
  | serializedView = new StateManager.SerializedView(treeStruct, 
compStates);
  | 
externalContext.getRequestMap().put(SERIALIZED_VIEW_REQUEST_ATTR,
  | serializedView);
  | }
  | ...
  | 
well it gets called twice from StateManagerInterceptor.saveSerializedView the 
second time after the @Factory/@Begin call w/ the updated FacesContext and this 
code segment gets skipped...

cu,


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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: WS Engine Versions and their matching to JBoss versions

2005-12-14 Thread thegift
I already have found some answers here:
http://jira.jboss.com/jira/browse/JBWS

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Example for using XMLBeans for DataBinding?!

2005-12-14 Thread mugwump
Ok, I investigated this case a little further: This does not look like its a 
problem of JBoss - I tried to generate my Client with Axis - the Axis-Client 
works. It shows some warnings about Ignoring invalid namespace mapping: 
[prefix=,uri=], that come from the empty namespaces for elements (e.g. ) that 
axis generates - but the rest looks ok. 

The Call gets validated against the XSD *before* it arrives in the 
Port-Implementation, which is fine. Now I have my SOAPElement in 


  | public void signup(SOAPElement orderElement) throws RemoteException {
  | ...
  | }
  | 

And now I'm looking for a clean and simple way to get to the raw XML from the 
SOAPElement to parse it back into an XMLBean. I'm surely overlooking something 
very obvious, but I don't find a simple .getXML() on the SOAPElement... 

Cheers
stf


PS: I'm still trying to find out, why the wscompile generates a broken client: 
Using Axis as a Client works, but I'm currently using the generated stubs and I 
have found no equivalent to the nodatabinding-Option, which gives me the 
signup(SOAPElement element)-Method on the Client... 

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - how to use multiple apache servers in jboss cluster

2005-12-14 Thread preddy
Hi all,

  I have configured jboss clustering using mod_jk and apache(as a load 
balancer). I have installed jboss application server and apache on one machine 
and another jboss server on different machine. With this configuration 
clustering is working fine, Apache is able to balance the load between the two 
jboss servers.

   My requirement is to install apache on the other machine and cluster 
both the apache servers.
   
   Can anybody please tell me whether this is possible or not?
If possible please tell me how ...

Thanks 


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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Reference to subprocess definition in process state not

2005-12-14 Thread ejimenez
http://jira.jboss.com/jira/browse/JBPM-457

You can wrap the jBPM deployer in another class that opens a jbpm session 
before calling the process deployer. Read the forum posting associated with the 
issue.

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Microcontainer] - Clustering support services

2005-12-14 Thread dmelzer
Clustering support is mentioned as a project goal on 
http://www.jboss.com/products/jbossmc

I have a JB 4.x based application which uses the following services: 

jboss:service=${jboss.partition.name:DefaultPartition}
jboss:service=Naming
jboss:service=HAJNDI
jboss:service=invoker,type=jrmp
jboss:service=invoker,type=jrmpha
replicated cache

I'm interested in running my application in the Microcontainer outside of the 
JB AS. Is clustering support targeted to coincide with the JB AS 5 release or 
will services which support clustering be available sooner?



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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Inheriting properties from superclass

2005-12-14 Thread kh2ouija
Hello,

In my model I have a series of classes that extend an abstract class named 
Resource and I want those classes to have mutually exclusive id's (the id being 
their primary key) because I want to be able to reference any Resource by 
unique id. I created a sequence in the database (PostgreSQL 8) named 
SEQUENCE_GLOBAL_RESOURCE_ID. I translated this to code like this:


  | @EmbeddableSuperclass(access = AccessType.FIELD)
  | public abstract class Resource {
  | 
  | @Id(generate = GeneratorType.SEQUENCE, generator = 
GENERATOR_SEQUENCE_GLOBAL_RESOURCE_ID)
  | @Column(name =  ID)
  | private int id;
  | 
  | public int getId() {return id;}
  | public void setId(int resourceId) {this.id = resourceId;}   
  | 
  | }
  | 

Example of entity which extends Resource:


  | @Entity(access = AccessType.FIELD)
  | @Table(name = ORGANIZATIONS)
  | @SequenceGenerator(name = GENERATOR_SEQUENCE_GLOBAL_RESOURCE_ID, 
sequenceName = SEQUENCE_GLOBAL_RESOURCE_ID)
  | public class Organization extends Resource implements Serializable {
  | 
  | @Basic
  | @Column(name = NAME, unique = true, nullable = false)
  | private String name;
  | 
  | // and other properties
  | }
  | 

Now if I retrieve an Organization, the instance I get has all the fields 
correct (as in the database) except for id which is 0! Does anyone have any 
idea why this is happening?

Thanks.

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Reference to subprocess definition in process state not

2005-12-14 Thread Saviola
Thanks for the answer, Eduardo.
It looks like I have to check more carefully the forum and Jira for the answers 
I'm looking for.

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: linkageError with duplicate jar files

2005-12-14 Thread mroosendaal
Is your WAR part of you EAR?

if so just make a lib under the EAR and put the jars there
update the MANIFEST-file for your WAR-file: 
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.5
Created-By: 1.4.2_08-b03 (Sun Microsystems Inc.)
Class-Path: ./lib/a.jar ./lib/b.jar ./lib/etc...

If you want i can post the ANT-target i used.

If not then they reside in different Classloaders and it shouldn;t be a 
problem. Linkage errors usually have to do with Classloader scoping.

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Basic EJB question.

2005-12-14 Thread Ayusman
Hi Thanks for the reply.
Can I get an example posted here.
I am using JBoss 4.0.2.
My EJB is deployed in the JBoss server.

Thanks and regards
Ayusman

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Application is using wrong login data for Postgres DB

2005-12-14 Thread mglowacki
Hi 

I want to connect to postgres in my stateless session, I have put 
postgres-ds.xml in deploy directory already, and I have following problem. I 
have username and password root in my postgres-ds.xml, and application is 
trying to connect with username postgres and no password and I get the error 
(from server log): 

[...] 
2005-12-13 00:52:32,531 DEBUG 
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Using 
properties: {user=postgres, password=--hidden--} 
2005-12-13 00:52:32,546 WARN 
[org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Throwable 
while attempting to get a new connection: null 
org.jboss.resource.JBossResourceException: Could not create connection; - 
nested throwable: (org.postgresql.util.PSQLException: Connection refused: 
FATAL: password authentication failed for user postgres.) 
[...] 

This error occurs in following line:

final String dbName = java:/PostgresDS;
try {
InitialContext ic = new InitialContext();
DataSource ds = (DataSource) ic.lookup(dbName);
Connection conn = ds.getConnection(root,root);
}

and that's my postgres-ds.xml file (in server/default/deploy directory): 


local-tx-datasource 
!-- jboss:service=Postgres -- 
jndi-namePostgresDS/jndi-name 
connection-urljdbc:postgresql://localhost:5432/my_db/connection-url 
!-- driver-classorg.postgresql.Driver/driver-class -- 
driver-classorg.postgresql.jdbc3.Jdbc3PoolingDataSource/driver-class 
user-nameroot/user-name 
root 
security-domainPostgresDbRealm/security-domain 


type-mappingPostgreSQL 8.0/type-mapping 


/local-tx-datasource 




So I user-name from this file is not used, why? 


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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Application is using wrong login data for Postgres DB

2005-12-14 Thread mglowacki
don't know why, but BB has cut password tags in postgres-ds.xml, but I have got 
them in file, so it's not the cause.

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - When I deploy DukesBank.ear encounter errors!

2005-12-14 Thread sky1205
I am a JBoss newbie,I use JBoss4.0.3SP1,and I can't understand the following 
logs,please help me!


  | 2005-12-14 21:57:15,241 ERROR [org.jboss.deployment.MainDeployer] Could not 
create deployment: 
file:/C:/jboss-4.0.3SP1/server/default/tmp/deploy/tmp36859JBossDukesBank.ear-contents/bank-ejb.jar
  | org.jboss.deployment.DeploymentException: Verification of Enterprise Beans 
failed, see above for error messages.
  | at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:575)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 
  | 2005-12-14 21:57:15,391 DEBUG 
[org.jboss.deployment.scanner.URLDeploymentScanner] Failed to deploy: [EMAIL 
PROTECTED] 
url=file:/C:/jboss-4.0.3SP1/server/default/deploy/JBossDukesBank.ear, 
deployedLastModified=1134567940852 }
  | org.jboss.deployment.DeploymentException: Verification of Enterprise Beans 
failed, see above for error messages.
  | at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:575)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at sun.reflect.NativeMethodAccessorImpl.invoke
  | 

Thank you advance!

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Nullpointer in JDBCEJBQLQuery distinct

2005-12-14 Thread HoleInOne
Hello,

I try to deploy an ejb2.ear that deploys ok on jboss 4.0.1sp1
however I get the stacktrace included below.
From what I can understand of the jboss code (which is limited) I think that  
the class JDBCEJBQLCompiler should handle the fact that rowlocking may return 
null; All other calls to getRowLockingTemplate() do.
help?

Hugo


java.lang.NullPointerException
2005-12-14 11:38:59,046 INFO  [STDOUT]  at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLCompiler.visit(JDBCEJBQLCompiler.java:653)
2005-12-14 11:38:59,046 INFO  [STDOUT]  at 
org.jboss.ejb.plugins.cmp.ejbql.ASTEJBQL.jjtAccept(ASTEJBQL.java:23)
2005-12-14 11:38:59,046 INFO  [STDOUT]  at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLCompiler.compileEJBQL(JDBCEJBQLCompiler.java:156)
2005-12-14 11:38:59,046 INFO  [STDOUT]  at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.(JDBCEJBQLQuery.java:43)
2005-12-14 11:38:59,046 INFO  [STDOUT]  at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCCommandFactory.createEJBQLQuery(JDBCCommandFactory.java:60)
2005-12-14 11:38:59,046 INFO  [STDOUT]  at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCQueryManager.start(JDBCQueryManager.java:272)
2005-12-14 11:38:59,046 INFO  [STDOUT]  at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.startStoreManager(JDBCStoreManager.java:490)
2005-12-14 11:38:59,046 INFO  [STDOUT]  at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.java:381)
2005-12-14 11:38:59,046 INFO  [STDOUT]  at 
org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManager.java:157)
2005-12-14 11:38:59,046 INFO  [STDOUT]  at 
org.jboss.ejb.EntityContainer.startService(EntityContainer.java:340)


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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: linkageError with duplicate jar files

2005-12-14 Thread vitorisaia
mroosendaal, thanks for the reply. The war is not a part of the ear, but the 
war interacts with the ear... they are built and deployd separatelly, but in 
runtime the war calls the ejbs that are present in the ear... thanks for the 
ant target, but I think my build.xml already do something very close to that...

just a note, I didn't have this problem until I upgraded to jboss 4.0.3sp1 (we 
were using the 4.0.3 version), do you think this can be a problem?

thanks a lot.
Regards,
Vitor Isaia - Brasil

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Refresh Policy implementation.

2005-12-14 Thread incivinci
Hi,

Does TreeCache provide implementation for refresh policy for a cached object in 
TreeCache?

Each cached object can adopt a different time expiration strategy to check its 
staleness like if current time in millis is greater than (time of creation or 
last update of the cached object in millis + time to live in millis) will mark 
the object as stale.

While fetching the data from the cache, it can check for the staleness based on 
the policy.

Regards,
Vineet.

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - MS SQL server 2005 and Portal 2.2

2005-12-14 Thread jang
Hi I have just started to elaborate with Portal 2.2 and have gotten it to work 
with MySQL, but when I tried to change the DB to Microsoft SQL Server 2005 
Express I get exceptions. 

I use jtds 1.2 as driver and it works with Portal 2.0

Any help would be greatly appreciated

2005-12-14 15:33:29,234 DEBUG [org.hibernate.util.JDBCExceptionReporter] could 
not insert: [org.jboss.portal.core.impl.model.portal.ObjectNode] [insert into 
JBP_OBJECT_NODE (PATH, NAME, PARENT_KEY) values (?, ?, ?)]
java.sql.SQLException: Violation of UNIQUE KEY constraint 
'UQ__JBP_OBJECT_NODE__00200768'. Cannot insert duplicate key in object 
'dbo.JBP_OBJECT_NODE'.
at 
net.sourceforge.jtds.jdbc.SQLDiagnostic.addDiagnostic(SQLDiagnostic.java:365)
at net.sourceforge.jtds.jdbc.TdsCore.tdsErrorToken(TdsCore.java:2781)
at net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCore.java:2224)
at net.sourceforge.jtds.jdbc.TdsCore.getMoreResults(TdsCore.java:628)
at 
net.sourceforge.jtds.jdbc.JtdsStatement.processResults(JtdsStatement.java:525)
at 
net.sourceforge.jtds.jdbc.JtdsStatement.executeSQL(JtdsStatement.java:487)
at 
net.sourceforge.jtds.jdbc.JtdsPreparedStatement.executeUpdate(JtdsPreparedStatement.java:421)
at 
org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:227)
at 
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:1967)
at 
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2404)
at 
org.hibernate.action.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:37)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:243)
at 
org.hibernate.event.def.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:269)
at 
org.hibernate.event.def.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:167)
at 
org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:101)
at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.saveWithGeneratedOrRequestedId(DefaultSaveOrUpdateEventListener.java:186)
at 
org.hibernate.event.def.DefaultSaveEventListener.saveWithGeneratedOrRequestedId(DefaultSaveEventListener.java:33)
at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.entityIsTransient(DefaultSaveOrUpdateEventListener.java:175)
at 
org.hibernate.event.def.DefaultSaveEventListener.performSaveOrUpdate(DefaultSaveEventListener.java:27)
at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:70)
at org.hibernate.impl.SessionImpl.fireSave(SessionImpl.java:524)
at org.hibernate.impl.SessionImpl.save(SessionImpl.java:514)
at org.hibernate.impl.SessionImpl.save(SessionImpl.java:510)
at 
org.jboss.portal.core.impl.model.portal.PersistentPortalObjectContainer$1.createChild(PersistentPortalObjectContainer.java:87)
at 
org.jboss.portal.core.impl.model.portal.ObjectNode.addChild(ObjectNode.java:93)
at 
org.jboss.portal.core.impl.model.portal.PortalObjectImpl.addChild(PortalObjectImpl.java:73)
at 
org.jboss.portal.core.impl.model.portal.PortalImpl.createPage(PortalImpl.java:89)
at 
org.jboss.portal.core.metadata.PageMetaData.createPage(PageMetaData.java:58)
at 
org.jboss.portal.core.metadata.PageMetaData.create(PageMetaData.java:39)
at 
org.jboss.portal.core.metadata.PortalMetaData.create(PortalMetaData.java:100)
at 
org.jboss.portal.core.deployment.jboss.ObjectDeployment.start(ObjectDeployment.java:246)
at 
org.jboss.portal.server.deployment.jboss.ServerDeployer.start(ServerDeployer.java:222)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:989)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:790)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
at 

[JBoss-user] [JBossCache] - Re: Refresh Policy implementation.

2005-12-14 Thread jaikiran
I believe, you are talking about evicting objects from cache once they have 
lived for some amount of time. If so, have a look at Section 8: Eviction Policy 
at:

http://docs.jboss.com/jbcache/current/TreeCache/html/



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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Does jBPM 3 support oracle 8?

2005-12-14 Thread guy.walker
I've been trying to get jBPM 3 to work with an Oracle 8 database. It looks like 
the database schema on the WIKI for Oracle must be a jBPM 2 schema, as there 
are loads of tables missing in that document. Did the scema change 
significantly between 2 and 3?
I've tried creating tables in line with the SQL scripts provided for other DBs 
in the staters kit, i changed bigint to NUMBER (19), double to NUMBER(8), 
varbinary to RAW, timestamp to DATE and bit to NUMBER(8) in order to get 
datatypes supported on Oracle 8.
Are these type conversions reasonable?

Anyway, deploying a process definition to this DB just seems to get stuck, 
there is no error output in the logs.

Does anybody know what I'm doing wrong, or whether what I'm attempting is even 
possible?

Thanks,

Guy

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: Refresh Policy implementation.

2005-12-14 Thread incivinci
Thanks for the reply.

From the document, I understand the eviction policy is implemented for all 
cached object under a FQN node. How can I make it specific for an individual 
object? Individual object within a node can have different time to live 
requirements.

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: Refresh Policy implementation.

2005-12-14 Thread jaikiran
You can configure eviction policy for a 'REGION'. 

Definition of a region:

anonymous wrote :  Region is a group of nodes where they posses the same 
eviction policy, e.g., same expired time. In TreeCache, region is denoted by a 
fqn, e.g., /company/personnel, and it is recursive. In specifying the region, 
the order is important. For example, if /org/jboss/test specified before 
/org/jboss/test/data, then any node under /org/jboss/test/data belongs to the 
first region rather than the second. Note also that whenever eviction policy is 
activated, there should be always a /_default_ region where it covers all the 
eviction policy not specify by the user.

Have a look at Section 8.2 for more details about the same.

http://docs.jboss.com/jbcache/current/TreeCache/html/






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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: Refresh Policy implementation.

2005-12-14 Thread jaikiran
If i am not wrong, what you are saying is that you want specify different 
eviction policy for different keys inside a single node. Is this what you 
want?



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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: ProcessArchiveDeployerTask

2005-12-14 Thread guy.walker
I think it might be in org.jbpm.jpdl.par, the class is called 
ProcessArchiveDeployer

Guy

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: Refresh Policy implementation.

2005-12-14 Thread jaikiran
My understanding is that eviction is done at node level and not at key level.

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - 403 ERROR

2005-12-14 Thread ego2002
Hi!

I'm trying to implement my security using JBoss DatabaseServerLoginModule.
I made the database with 2 tables (usernamespswd and usernamesroles). I can 
log-in correctly (my application says me my username), but I can't access to 
JBoss Portal portlets like CMS or Administration as soon as I get a 403 error...

Where do I go wrong?

Please help... :-|

Thanks...

Il Dima

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: Refresh Policy implementation.

2005-12-14 Thread incivinci
If my understanding is correct. A region can recursively include multiple nodes 
and the eviction policy for that region can be defined in the configuration 
file. Again it applies to all objects in that region.

I would like to selectively do this for a object so that it can be refreshed 
with data from the underlying primary datasource.



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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: Refresh Policy implementation.

2005-12-14 Thread incivinci
You got my requirement correct.

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Is IT A BUG ? Error deploying only last Entity bean of e

2005-12-14 Thread fmagrini72
I'm facing same problem!!! I'im frustrated.
Did you know a solution?

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Problem Starting DefaultDS

2005-12-14 Thread ugopinat
Hi 
   I m getting the Following  exception  while Starting jboss4.0.3 server, 

OS: Solaris

Exception :   Problem starting service jboss.jca:service=DataSource 
Binding,name=DefaultDS  
java.lang.NullPointerException in 
   EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashmap  

Pls Help me 

Thanks in Advance 
Gopinathan  



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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Explicit save childToken in Fork

2005-12-14 Thread RAlfoeldi
Hi all,

just wondering... if Fork explicitly needs to save childTokens can I then 
assume that saving the parent token or processInstance will NOT do so?

This would be a real bummer... :-(

Greetings

Rainer


  
  | public class Fork extends Node implements Parsable {
  | 
  | ...
  | 
  | protected ForkedToken createForkedToken(Token parent, String 
transitionName) {
  | // instantiate the new token
  | Token childToken = new Token(parent, getTokenName(parent, 
transitionName));
  | 
  | // if there is persistency
  | JbpmSession jbpmSession = JbpmSession.getCurrentJbpmSession();
  | if (jbpmSession!=null) {
  |   // give the childToken an id
  |   jbpmSession.getSession().save(childToken);
  | }
  | 
  | // create a forked token
  | ForkedToken forkedToken = null;
  | forkedToken = new ForkedToken(childToken, transitionName);
  | 
  | return forkedToken;
  |   }
  | 
  | ...
  | 
  | 

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - @OneToOne problem ...

2005-12-14 Thread michael.c.small
I have two entities that I'm trying to associate using one to one.  Below is 
the code snippet for each:

In Relationship.java (an Entity)

  | private TascForce tascForce;
  | 
  | @OneToOne(cascade=Cascade.ALL, fetch=FetchType.EAGER)
  | @JoinColumn(name=fk_tasc_tascforce)
  | public TascForce getTascForce()
  | {
  | return(this.tascForce);
  | }
  | 
  | public void setTascForce(TascForce tascForce)
  | {
  |  this.tascForce = tascForce;
  | }
  | 

In TascForce.java (an Entity):

  | private Relationship relationship;
  | 
  | @OneToOne(mappedBy=tascForce, fetch=FetchType.EAGER)
  | public Relationship getRelationship()
  | {
  |  return(this.relationship);
  | }
  | 
  | public void setRelationship(Relationship relationship)
  | {
  |  this.relationship = relationship;
  | }
  | 

Database schemas (in MySQL 5.0):

  | CREATE TABLE tasc_relationship (
  | internalKey BIGINT AUTO_INCREMENT NOT NULL PRIMARY KEY,
  | created DATETIME,
  | createdBy BINARY(15),
  | lastUpdated DATETIME,
  | lastUpdatedBy BINARY(15),
  | version BIGINT,
  | relationshipId BINARY(15),
  | loginId VARCHAR(150),
  | pin BINARY(6),
  | authenticationType ENUM('NATIVE', 'ACTIVE_DIRECTORY'),
  | lockedOut TINYINT(1),
  | fk_tasc_tascforce BIGINT
  | ) TYPE = Innodb;
  | 
  | CREATE TABLE tasc_tascforce (
  | internalKey BIGINT AUTO_INCREMENT NOT NULL PRIMARY KEY,
  | created DATETIME,
  | createdBy BINARY(15),
  | lastUpdated DATETIME,
  | lastUpdatedBy BINARY(15),
  | version BIGINT,
  | address1 VARCHAR(100),
  | address2 VARCHAR(100),
  | city VARCHAR(40),
  | state CHAR(2),
  | deliveryArea CHAR(5),
  | plusFour CHAR(4),
  | fk_tasc_contact BIGINT
  | ) TYPE = InnoDB;
  | 

I can successfully create a TascForce instance and search for a TascForce 
instance (i.e. no EJB errors and the database records look good), but when I 
attempt a EntityManager.merge on the TascForce object I get the following error:


  | 09:10:25,868 INFO  [LongType] could not bind value '[EMAIL 
PROTECTED]@1c02db5[internalKey=1,created=2005-12-14 08:47:02.0,[EMAIL 
PROTECTED],lastUpdated=Wed Dec 14 09:10:25 CST 2005,[EMAIL 
PROTECTED],version=1,[EMAIL 
PROTECTED],firstName=Michael,middleName=null],[EMAIL 
PROTECTED]null,trunk=null,number=null,extension=null],[EMAIL 
PROTECTED]null,trunk=null,number=null,extension=null],[EMAIL 
PROTECTED]null,trunk=null,number=null,extension=null],[EMAIL 
PROTECTED]null,trunk=null,number=null,extension=null],[EMAIL 
PROTECTED]@tasconline.com]],address=null]' to parameter: 1
  | 09:10:26,054 WARN  [JDBCExceptionReporter] SQL Error: 0, SQLState: S1009
  | 09:10:26,054 ERROR [JDBCExceptionReporter] Statement parameter 1 not set.
  | 09:10:26,056 ERROR [AjaxPhaseListener] AJAX request failed: null; 
CausedByException is:
  | could not load an entity: [EMAIL 
PROTECTED]@1c02db5[internalKey=1,created=2005-12-14 08:47:02.0,[EMAIL 
PROTECTED],lastUpdated=Wed Dec 14 09:10:25 CST 2005,[EMAIL 
PROTECTED],version=1,[EMAIL 
PROTECTED],firstName=Michael,middleName=null],[EMAIL 
PROTECTED]null,trunk=null,number=null,extension=null],[EMAIL 
PROTECTED]null,trunk=null,number=null,extension=null],[EMAIL 
PROTECTED]null,trunk=null,number=null,extension=null],[EMAIL 
PROTECTED]null,trunk=null,number=null,extension=null],[EMAIL 
PROTECTED]@tasconline.com]],address=null]]
  | javax.ejb.EJBException: null; CausedByException is:
  | could not load an entity: [EMAIL 
PROTECTED]@1c02db5[internalKey=1,created=2005-12-14 08:47:02.0,[EMAIL 
PROTECTED],lastUpdated=Wed Dec 14 09:10:25 CST 2005,[EMAIL 
PROTECTED],version=1,[EMAIL 
PROTECTED],firstName=Michael,middleName=null],[EMAIL 
PROTECTED]null,trunk=null,number=null,extension=null],[EMAIL 
PROTECTED]null,trunk=null,number=null,extension=null],[EMAIL 
PROTECTED]null,trunk=null,number=null,extension=null],[EMAIL 
PROTECTED]null,trunk=null,number=null,extension=null],[EMAIL 
PROTECTED]@tasconline.com]],address=null]]
  | at 
org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:46)
  | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:70)
  | at 
org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:134)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | at 
org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:61)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | at 
org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:39)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | at 
org.jboss.aspects.security.RoleBasedAuthorizationInterceptor.invoke(RoleBasedAuthorizationInterceptor.java:151)
  | at 
org.jboss.ejb3.security.RoleBasedAuthorizationInterceptor.invoke(RoleBasedAuthorizationInterceptor.java:85)
  | at 

[JBoss-user] [Installation, Configuration Deployment] - Re: Sending request from one WAR to another WAR (CrossContex

2005-12-14 Thread AndiWausS
in 4.0.3 you find the context.xml within the tomcat-deploy-folder..
default for crosscontext in jboss is true..

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - problem work folder

2005-12-14 Thread macmeureg
What does the folder server/default/deploy/work folder stands for???

I ran an application on my JBoss4.0.1, now I installed the Jboss again 
(different location) and always get the following error when running the 
application: 

org.apache.jasper.JasperException: Unable to compile class for JSP

Generated servlet error:
C:\jb\jboss-4.0.1sp1\server\default\work\jboss.web\localhost\vdp\org\apache\jsp\html\content\main_jsp.java:142:
 handlePageException(java.lang.Exception) in javax.servlet.jsp.PageContext 
cannot be applied to (java.lang.Throwable)
if (_jspx_page_context != null) 
_jspx_page_context.handlePageException(t);


If I copy the work-folder from my first JBoss to my second JBoss, it all works 
fine. For some reason the content of the work directoy isn't  generated 
properly. Any suggestions?

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Example for using XMLBeans for DataBinding?!

2005-12-14 Thread mugwump
Solved this one: SOAPkit from Soapical 
(http://soapical.sourceforge.net/soapkit/) has some very nice utilities, that 
allow you to go from SOAPElement - String and vice-versa. Converting the 
SOAPElement to String and then parsing it with XMLBeans now gives me 
validatedcorrectly mapped XMLBeans. 

I think I'm done now, so thx to everybody who helped me out!

cheers
stf


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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Multi Credential Authentication

2005-12-14 Thread NigelWhite
In fact, it gets worse.

To perform the athentication, I need parameters from the original URL.

The client will go to 
http://foo.com/myapp/index.jsp?cic=IBMsrv=bigblueport=2332

(or sometyhing similar)

And the authentication needs the cic as the company code, and the srv and 
port (as host name and port number) to connect to the back end server to do 
the authentication. It also must register the connection to the server in the 
HttpSession for subsequent use.

username+password is inadequate!. We need access to the HttpRequest, and 
HttpSession!

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: deploy processdefinition (java object)

2005-12-14 Thread forJbpm
Here in this case I meant if I write a java class where I define my 
processdefinition as 

ProcessDefinition processDefinition = ProsessDefinition.parseXmlString 
(xml representation of processdefinition goes here)
followed with all the required classes etc. 
In eclipse I can run it to see that its transitioning from one node to another 
but If I want to see it in Browser is it possible??? (I mean to say Graphical 
representation where I can see these tranisitions)

Please help!


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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: When I deploy DukesBank.ear encounter errors!

2005-12-14 Thread anders.hedstrom
anonymous wrote : 2005-12-14 21:57:15,241 ERROR 
[org.jboss.deployment.MainDeployer] Could not create deployment: file:
  | 
/C:/jboss-4.0.3SP1/server/default/tmp/deploy/tmp36859JBossDukesBank.ear-contents/bank-ejb.jar
  | org.jboss.deployment.DeploymentException: Verification of Enterprise Beans 
failed, see above for err
  | or messages.

If you look a little bit further up in your stack trace, you probably will find 
the answer to why JBoss won't deploy your app

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: javax.faces.FacesException: Error calling action method

2005-12-14 Thread forJbpm
My plan was to to use the jbpm web interface as a debugger interface. But I 
will have another   php or jsp page as my user interface where I can display 
all my variables. In that case you dont need controller variables as such. (??)
Can I acces jbpm engine using anyother language than java (may be using 
something like REST interface?) 

Please suggest!


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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - 2.2rc2 and postgres 8.0 problem

2005-12-14 Thread jdestef
Hi, 

2.2rc2 is not loading the default content from CMS during first start up. 
Appears that auto commit can't be done on Large Object column types in 
Postgres. I'm running Jboss 4.0.3SP1, JBoss Portal 2.2rc2 on linux. Works fine 
if I use hsql instead.

The following stack trace is from part of the initialization:

10:26:28,799 INFO  [HibernateStore] HibernateSessionFactory Created.
10:26:29,648 WARN  [JDBCExceptionReporter] SQL Error: 0, SQLState: 25P01
10:26:29,648 ERROR [JDBCExceptionReporter] Large Objects may not be used in 
auto-commit mode.
10:26:29,649 ERROR [AbstractFlushingEventListener] Could not synchronize 
database state with session
org.hibernate.exception.GenericJDBCException: could not insert: 
[org.jboss.portal.cms.hibernate.RepositoryEntry]
at 
org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:91)
at 
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:79)
at 
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at 
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2077)
at 
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2426)
at 
org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:51)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:243)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:227)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:140)
at 
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:296)
at 
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:905)
at 
org.jboss.portal.cms.hibernate.HibernateStore.safeFlush(HibernateStore.java:1692)
at 
org.jboss.portal.cms.hibernate.HibernateStore.access$100(HibernateStore.java:66)
at 
org.jboss.portal.cms.hibernate.HibernateStore$2.close(HibernateStore.java:1118)
at sun.nio.cs.StreamEncoder$CharsetSE.implClose(StreamEncoder.java:431)
at sun.nio.cs.StreamEncoder.close(StreamEncoder.java:160)
at java.io.OutputStreamWriter.close(OutputStreamWriter.java:222)
at 
org.apache.jackrabbit.core.RepositoryImpl.loadRootNodeUUID(RepositoryImpl.java:370)
at org.apache.jackrabbit.core.RepositoryImpl.(RepositoryImpl.java:183)
at 
org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java:424)
at 
org.apache.jackrabbit.core.jndi.BindableRepository.init(BindableRepository.java:124)
at 
org.apache.jackrabbit.core.jndi.BindableRepository.create(BindableRepository.java:110)
at 
org.apache.jackrabbit.core.jndi.RegistryHelper.registerRepository(RegistryHelper.java:57)
at 
org.jboss.portal.cms.util.RepositoryUtil.registerRepository(RepositoryUtil.java:69)
at org.jboss.portal.cms.impl.jcr.JCRCMS.startService(JCRCMS.java:222)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:274)
at 
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:181)
at 
org.jboss.portal.common.system.AbstractJBossService.start(AbstractJBossService.java:73)
at sun.reflect.GeneratedMethodAccessor12.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:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:960)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:428)
at org.jboss.system.ServiceController.start(ServiceController.java:446)
at org.jboss.system.ServiceController.start(ServiceController.java:446)
at org.jboss.system.ServiceController.start(ServiceController.java:446)
at org.jboss.system.ServiceController.start(ServiceController.java:446)
at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
at 

[JBoss-user] [Messaging, JMS JBossMQ] - Configuration of SonicMQ 6.1 and JBoss version 4.0.x

2005-12-14 Thread michaelf
Hi!
Can any one help with the configuration of SonicMQ 6.1 and JBoss versions 4.0.2 
or 4.0.3?

Any help will be appreciated.

Best regards,
 Michael

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: deploying processdefinition

2005-12-14 Thread forJbpm
for a normal .par file 

1.move curser to your src/process/YOURDEFN.par 
2. right click on it and select *deploy process archieve* 


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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - diferent process designer

2005-12-14 Thread rafaelsource
Hi,
we are interesting in change the process designer of jBPM. Our first idea is to 
transform the design created to JPDL. 

My question is: I can deploy a definition of a process only with the JPDL 
definition of it.

Thnks in advance!

Best regards.

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - EHCache to JBoss Cache

2005-12-14 Thread bendg25
Hi

I am moving to use JBoss Cache from Hibernate3/EHCache/JDK5/Tomcat 5.5.7 as I 
want full cache replication in my cluster...

It's simple enough to change the cache provider form a Hibernate perspective.. 
but are there any example treecache.xml files I can view with max num pojo's to 
cache etc.. multicast settings ... 

Any decent doc's to tell me what I need?

I have looked at JBoss Cache and the AOP version.. I am not sure which one I 
should be using...   

Any pointers would be good...

Thanks

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Multi Credential Authentication

2005-12-14 Thread NigelWhite
It looks like we should be able to do this by using a custom Tomcat 
authenticator.

I'd probably extend org.jboss.web.tomcat.security.AuthenticatorBase to make use 
of its existing logic, but override 

public boolean authenticate(Request request, Response response, LoginConfig 
config) throws IOException

OK, now how do we specify that that class should be used for FORM based logins?


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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2005-12-14 Thread forJbpm
Hi sforema,

Thanks a lot for quick answers!

anonymous wrote : How are you looking for it? Are you querying the database? 
I was assuming that in my actionHandler if I say
 executionContext.leavenode() ; My processDefinition will leave the current 
node and move to next one. and I will be able to see it in browser. 
Do you have your own interface to watch this processtransitions?

Again, Thanks a lot! 
I am just trying to clear all my doubts. I have worked with other opensourse 
workflow products but this one is taking time..(May be because I am still 
trying to relate it to other products!)


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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: *-object.xml dtd or schema

2005-12-14 Thread [EMAIL PROTECTED]
ok. which file of the above is the one you are trying to deploy?
Also, what are you trying to achieve - a new portal instance, or just a new 
page?

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Null Pointer Exception in MyFacesGenericPortlet

2005-12-14 Thread [EMAIL PROTECTED]
Hi Stefan. Actually, you should be able to attach it to Jira. Or just email it 
to me or julien directly.

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Custom authenticator in JBoss embedded Tomcat

2005-12-14 Thread NigelWhite
OK, I need to authenticate based on more than j_username and j_password from 
the login form that the user gets redirected to.

I'd probably extend org.jboss.web.tomcat.security.AuthenticatorBase to make use 
of its existing logic, but override

public boolean authenticate(Request request, Response response, LoginConfig 
config) throws IOException

OK, now how do we specify that that class should be used for FORM based logins? 

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

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


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


  1   2   3   >