[JBoss-user] [EJB 3.0] - Newbiy deployment trouble

2006-04-13 Thread eiswind
I switched to 4.0.4R2 yesterday. Since then My Ejbs aren't discoreverd on 
deployment time. 
I have a simple EAR with application xml

  | 
  | http://java.sun.com/xml/ns/j2ee";
  | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
  | http://java.sun.com/xml/ns/j2ee/application_1_4.xsd";>
  | de.eiswind.paris.server
  | 
  | de.eiswind.paris.server.jar
  | 
  | 
  | eiswind.paris.model.jar
  | 
  | 
  | 

and
jboss-app.xml

  | 
  | 
  |   
  | de.eiswind.paris.server:app=ejb3
  |   
  | 
  | 

in de.eiswind.paris.server.jar i put persistence.xml (since i need the 
persistence unit there, the entities are found in eiswind.paris.model.jar

  | 
  | 
  | 
  | java:/DefaultDS
  | ../de.eiswind.paris.model.jar
  | eiswind.paris.model.Category
  | 
  | 
  | 
  | 
  | 
  | 
  | 

it simply does nothing on deployment

  | 18:44:49,991 INFO  [EARDeployer] Init J2EE application: 
file:/home/thomas/bin/jboss-4.0.4.CR2/server/default/deploy/de.eiswind.paris.sever.ear
  | 18:44:50,098 INFO  [EARDeployer] Started J2EE application: 
file:/home/thomas/bin/jboss-4.0.4.CR2/server/default/deploy/de.eiswind.paris.sever.ear
  | 

thats all it says. i guess something changed in the persistence.xml syntax but 
i don't know where to find it. even the EJB3Trailblazer doesnt work on the new 
installation so have you any hints for me where to look for reliable resources ?

So long Tom

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Process designer crashes JDT?

2006-04-13 Thread [EMAIL PROTECTED]
What versions of jBPM / GPD / JBoss IDE are you using? Did you change one of 
them lately?
The problem is because the GPD cannot find the jBPM core libraries.

Regards,
Koen

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Performance problem with returning values from Stateless

2006-04-13 Thread mijez
I'm trying to solve this, but now I think its a problem with returning huge 
values. 

Container  process takes up 100% cpu-time for 12 seconds. It seems like the 
container is doing some heavy calculations before control is passed back to the 
client - value is return. 

I think this may be a BUG!!! Can anybody verify this?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Class Browse Button/Dialog not working

2006-04-13 Thread [EMAIL PROTECTED]
Matt,

The class browse button works for me. Check out your eclipse error log for any 
messages. Or do a good old debugging session...

Regards,
Koen

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: Error during configuration of JBoss Cache within JBoss A

2006-04-13 Thread [EMAIL PROTECTED]
You're doubt was accurate :).

You need to name your config file "xyz-service.xml" where "xyz" is whatever you 
like.  JBoss AS understands that files with names ending with -service.xml are 
deployment descriptors for MBean services.  It doesn't know what a 
"configuration.xml" file is so it doesn't know how to deploy it.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - EJB 3.0 RC6 - PFD released.

2006-04-13 Thread [EMAIL PROTECTED]
A bunch went into this release.  RC6 has already been shipped with JBoss 
4.0.4CR2 application server.  I was on vacation when this went out and just got 
to putting the binaries together for the standalone distribution.

Things of note?

* @WebService/jsr181 support.  @WebServiceRef isn't supported yet though.  A 
tutorial was added for it.
* Embedded EJB3 has security support now thanks to Carlo de Wolf
* lots of bug fixes, see the release notes for more detail:

http://jira.jboss.com/jira/secure/ReleaseNote.jspa?version=12310454&styleName=Text&projectId=10021&Create=Create




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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Error during configuration of JBoss Cache within JBoss Appli

2006-04-13 Thread [EMAIL PROTECTED]
I'm new to JBoss Cache and I got this error when i tried to deploy 
jboss cache as an MBean in JBoss Application Server. I'm using JBoss 4.0.3SP1 
and JBoss Cache 1.3

2006 Apr 14 12:31:09 [main] ERROR 
org.jboss.deployment.scanner.URLDeploymentScanner  - Incomplete Deployment 
listing:

--- Packages waiting for a deployer ---
[EMAIL PROTECTED] { 
url=file:/C:/jboss-4.0.3SP1/server/default/deploy/TreeCache configuratio
n.xml }

deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/jboss-4.0.3SP1/server/default/deploy/TreeCache 
configuration.xml
altDD: null
lastDeployed: 1144989069662
lastModified: 1144989069662
mbeans:
--- Incompletely deployed packages ---
[EMAIL PROTECTED] { 
url=file:/C:/jboss-4.0.3SP1/server/default/deploy/TreeCache configuratio
n.xml }

deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/jboss-4.0.3SP1/server/default/deploy/TreeCache 
configuration.xml
altDD: null
lastDeployed: 1144989069662
lastModified: 1144989069662
mbeans:

I did copy jboss-cache.jar to the /lib directory and restarted the 
JBoss AS. And a JBoss Cache configuration file in XML format also been 
copy to the /deploy directory named TreeCache configuration.xml. The XML 
file format is the same as discussed in the Configuration chapter of 
tutorial. I have one doubt that can I simply assign a name to the xml 
configuration file as i named it as "TreeCache configuration.xml" for my 
case here. 

Can anyone please help... Thanks.


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Remoting] - Re: JNDI-Detection: Running servers alternately detected and

2006-04-13 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBREM-414

Will look into it.  Thanks for letting us know.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Remoting] - Re: Transporters

2006-04-13 Thread [EMAIL PROTECTED]
Good question.  Answer is currently only one pojo can be registered per 
TransportServer.  Thus, would have to create a TransportServer per pojo you 
want to call on remotely.

However, being able to register multiple pojos with the same transport server 
should be allowed, I have created a jira issue for this 
(http://jira.jboss.com/jira/browse/JBREM-413) and have already fixed the code 
in CVS HEAD, along with a sample of how to do it.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Issue of

2006-04-13 Thread [EMAIL PROTECTED]
Adrian was refactoring classes that could be reused. It used to be in the 
testsuite module.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Issue of

2006-04-13 Thread [EMAIL PROTECTED]
This still does not answer the reason why the AppCallbackHandler got moved to 
the "test" module.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Issue of

2006-04-13 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBAS-3109

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Issue of

2006-04-13 Thread [EMAIL PROTECTED]
There should be a default implementation as there certainly is a coupling 
between the callbacks and the handler. This needs to be in the 
jbosssx-client.jar as well.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Issue of

2006-04-13 Thread [EMAIL PROTECTED]
That was a thought I had before I resurrected the AppCallbackHandler in the 
testsuite.  But I wondered if the CallbackHandler should really exist in the 
security module? Tomorrow I will move it there.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Issue of

2006-04-13 Thread [EMAIL PROTECTED]
We really should just have an AppCallbackHandler in the security module in the 
org.jboss.security.auth.callback package that can handle all of the known jboss 
callbacks. That way the security tests would depend on this directly and the 
test module would not.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Issue of "test" module dependence on "security" module

2006-04-13 Thread [EMAIL PROTECTED]
The SRPLoginModuleUnitTestCase uses a callbackhandler called as the 
"AppCallbackHandler". The SRPLoginModule constructs callback including a 
ByteArrayCallback that resides in the security module.  But the problem in HEAD 
was that the AppCallbackHandler and the ByteArrayCallback reside in the test 
module.  Hence the ByteArrayCallback resides both in the security module and 
the test module.

The AppCallbackHandler checks its local ByteArrayCallback whereas the 
SRPLoginModule was sending the ByteArrayCallback residing in the security 
module.

This whole setup is different from Branch_4_0, where the AppCallbackHandler 
resides in the testsuite and there are no issues.

The issue is as follows: The SRPLoginModuleUnitTestCase will pass if the 
AppCallbackHandler is made to check on the ByteArrayCallback that is defined in 
the security module and not the local ByteArrayCallback.  The issue arises in 
the jboss build where the j2se module is defined in the core group and will 
trigger a "test" module build.  The security module is built as part of the 
"basic" group and is built later.

To solve this, I am bringing a copy of the AppCallbackHandler back into the 
testsuite module and it can depend on the ByteArrayCallback in the security 
module.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Remoting] - Re: JBoss Remoting with JBossAS4.0.2.

2006-04-13 Thread [EMAIL PROTECTED]
First step would be to be to replace the jboss-remoting.jar as you mentioned.  
Only possible impact this might have is if are using ejb3, which uses remoting 
(otherwise, will have no other impact on JBossAS and even then, should be 
compatible with the newest remoting version).

Next is which config you are using for remoting (transport, serialization, 
etc.).  If using the socket or rmi transport, should not need any other jars.  
If using http, will need to copy tomcat-apr.jar, tomcat-coyote.jar, 
tomcat-http.jar, and tomcat-util.jar to the lib directory.  If using 
jboss-serialization, will also need to add jboss-serialization.jar to lib 
directory.

We have a jira issue to document all this 
(http://jira.jboss.com/jira/browse/JBREM-311), so should have it published 
soon.  Also note, that since the classes are loaded on deman, won't know what 
classes you might be missing until actually make your call (which stinks, but 
is better than having to include all the transport jars when just using socket 
transport).

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: workflow with complex human interaction

2006-04-13 Thread dshen
Thanks Ronald. I will try to find some time. Hopefully, I can give you guys 
some help.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Remoting] - Re: RMI Class Loader Error

2006-04-13 Thread [EMAIL PROTECTED]
Can you create a jira issue for this and provide a test case?

Thanks.

-Tom

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Remoting] - Re: Client VM Requirements

2006-04-13 Thread [EMAIL PROTECTED]
So are not going to be able to use socket transport on your micro client as is 
based on the class and methods you mentioned that are not supported.

I don't know J2ME very well, but if you would be willing to help with testing 
(and maybe a little coding here and there), I'd be willing to create a special 
socket based transport for j2me (which would extend the one we have now, but 
remove the code references not allowed in j2me as you have pointed out above).  
Could also then package a jboss-remoting-client-pda.jar as well with the 
distribution.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Accessing an EJB from a Servlet

2006-04-13 Thread asack
"jllavina" wrote : Using this code it seems that the JNDI founds the EJB3 (but 
crash searching a resource, but this is another story...):
  | 
  | import org.jboss.annotation.ejb.LocalBinding;
  | 
  | @Stateless
  | @Local( { EmployeeSessionLocal.class } )
  | @LocalBinding( jndiBinding="Employee" )
  | 
  | How can I define the jndiBinding without using a jboss especific class like 
'org.jboss.annotation.ejb.LocalBinding'?
  | 
  | Thanks!
  | José Luis.
  | 

Jose, this is a lacking feature of the EJB3 spec.  I have formally written the 
jsr-220 group to give my opinion that jndi binding should be standardized 
throughout all implementations.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Class Browse Button/Dialog not working

2006-04-13 Thread kukeltje
I think very few people use the CVS version of the GPD. Probably you and Koen 
;-).  If the button does not work, you can always use the source view, but I 
suspect I do not tell you anything new ;-)

If/When Koen is going to have a look, he at least needs to now the eclipse 
version, whether there are any other plugins installed etcetc...etc..

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - How to define a form for every task in jBPM3?

2006-04-13 Thread zhongboqing
hello,all

  How to define a different web form for every task in jBPM3? Anyone can 
give me some suggestion? 
   Thank you all in advance.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: to use display tag how to set portlet objects in JSP pag

2006-04-13 Thread bomma001

  | Hi Scott,
  | 
  | I tried below code without any luck :-)
  | 
  | 
  | <%@ taglib uri="http://java.sun.com/portlet"; prefix="portlet" %>
  | 
  | 
  | 
  | 
  | 
  | Thanks
  | ~Bhim
  | 
  | 

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Class Browse Button/Dialog not working

2006-04-13 Thread MattJackson86
Anybody getting this issue? It is kind of a big issue as I can not choose a 
class for the action handler.just wondering if this is an issue with me or 
everyone


Thanks

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm workflow editor

2006-04-13 Thread kukeltje
Still then, I'd try to model a common process where these are parameters for a 
rules engine and not have the customer change process definitions for this. 

How many combinations will they get tens? hundreds? If you look for the 
parts they have in common you will probably be able map it to one process with 
help of a rules engine. Besides a true/false you can have a rules engine also 
return things like 'fax', 'mail' if you want certain transitions to be taken or 
even actions to be carried out. Think out of the box.

I personally would not solve this with changing process definitions

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm workflow editor

2006-04-13 Thread robroth
They also want to be able to completely remove or change events.  Event 1 might 
be fax or it might be a call.  There might be a total of 5 events before legal 
or 10 events.  Other criteria are if the balance of all invoices that are over 
60 days old are > $5000, then do something else.  It can get pretty complex.


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Client Cert EJB

2006-04-13 Thread amdonov
I found the answer in a similar thread

http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933179

Thanks.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: Cannot configure JBOSS Messaging

2006-04-13 Thread [EMAIL PROTECTED]
How does your client classpath look like?
Are you using the jboss-messaging-client.jar that comes with the release?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm workflow editor

2006-04-13 Thread kukeltje
this is perfectly possible with jBPM. These are just parameters that influence 
flow of the designed workflow, not about redesigning the workflow itself.

A combination/demo of something like this with using jBPM with either a 
database or even JBoss Rules (Drools) would be interesting. 

The data would e.g. be the following


  | Strategy first_deadline second_deadline deadline_after_call third_deadline 
forth_deadline
  | Y30 45  15  15 
15
  | Z15 30   7   9 
10 
  | 

You could read these starting the process and put them into process variables 
and use them, you could also read them in actionhandlers runtime. Depends on 
wheter the customer wants already started processes to be influenced by 
changing parameters or just new processes.

What it essentially boils down to is just some crud application for these 
fields right? Correct me if I'm wrong.

Ronald

p.s. stupid me, answering this at 02:11 (in 24h mode). ZZzz.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Can the Hypersonic Database Manager pop up in other hosts?

2006-04-13 Thread steveli100
I found when I access the JBoss jmx-console from a machine other than the one 
which runs JBoss, if I start the Hypersonic Database Manager, it will be 
displayed in the JBoss machine, not the one I'm working on. Is there any way 
for me to change this behavior?



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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Process designer crashes JDT?

2006-04-13 Thread joelkoz
I've been playing around with jBPM and the workflow designer.  It was working 
great for a few days, but suddenly, the following keeps popping up in my 
Eclipse error log:


  | java.lang.NullPointerException
  | at org.jbpm.ui.util.JbpmClasspathContainer.getJarNames(Unknown Source)
  | at 
org.jbpm.ui.util.JbpmClasspathContainer.createJbpmLibraryEntries(Unknown Source)
  | at org.jbpm.ui.util.JbpmClasspathContainer.getClasspathEntries(Unknown 
Source)
  | at 
org.eclipse.jdt.internal.core.JavaModelManager.containerPutIfInitializingWithSameEntries(JavaModelManager.java:297)
  | at 
org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3856)
  | at 
org.jbpm.ui.util.JbpmClasspathContainerInitializer.initialize(Unknown Source)
  | at 
org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:1591)
  | at 
org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:1040)
  | at 
org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1326)
  | at 
org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2046)
  | at 
org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1954)
  | at 
org.eclipse.jdt.internal.core.DeltaProcessor.createExternalArchiveDelta(DeltaProcessor.java:771)
  | at 
org.eclipse.jdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:1791)
  | at 
org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:432)
  | at 
org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:276)
  | at 
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
  | at org.eclipse.core.runtime.Platform.run(Platform.java:783)
  | at 
org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:270)
  | at 
org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:144)
  | at 
org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:180)
  | at 
org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:916)
  | at 
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1730)
  | at 
org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:110)
  | at 
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
  | 

That same error occurs multiple times in an Eclipse run, the the first (and 
worst) of it causes an "An internal error occurred during "Initializing Java 
tooling", and most of Eclipse stops working (I can't create a class using the 
class wizard, for example.

If I disable the jBPM designer and the entire Jboss IDE, the problem goes away. 
 If I re-enable JUST the jBPM designer, the problem comes back.

Anyone else seen this?


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: Cannot configure JBOSS Messaging

2006-04-13 Thread anshah1
Hmm. So that problem is now fixed. I can see messages while my server is 
running that tell me that the deployment worked just fine. however here's an 
exception I get when I try to send a message to my queue.

Firstly, I can see the following

  | 16:42:41,723 INFO  [Queue] Queue[/queue/NCBIQueue] started, fullSize=75000, 
pageSize=2000, downCacheSize=1000
  | 

So now I know that it's available. Here's my send message code
InitialContext ic = null;
  |QueueConnectionFactory cf = null;
  |QueueConnection connection =  null;
  |QueueConnection connection2 =  null;
  | 
  |try {
  | 
  |ic = new InitialContext();
  | 
  |cf = (QueueConnectionFactory)ic.lookup("/ConnectionFactory");
  |Queue queue = (Queue)ic.lookup("queue/NCBIQueue");
  |System.out.println("Queue " + queue + " exists");
  | 
  |connection = cf.createQueueConnection();
  |QueueSession session = connection.createQueueSession(false, 
Session.AUTO_ACKNOWLEDGE);
  |QueueSender sender = session.createSender(queue);
  |   
  |TextMessage message = session.createTextMessage("Hello!");
  |System.out.println("In sendMessage()");
  |sender.send(message);
  | 
  |}catch(NamingException ne){
  |ne.printStackTrace();
  | 
  |}catch(JMSException jmse){
  |jmse.printStackTrace();
  | 
  |}catch(Exception e){
  |e.printStackTrace();
  | 
  |}finally{
  | 
  |if(ic != null) {
  |try {
  |connection.close();
  |ic.close();
  |}catch(Exception ignore){ }
  |}
  |   
  |}

however this throws the following exception

java.lang.IllegalStateException: Unable to resolve MethodInvocation advice 
org.jboss.jms.server.container.SecurityAspect.handleSend
  | at 
org.jboss.aop.advice.AbstractAdvice.resolveAdvice(AbstractAdvice.java:228)
  | at 
org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:125)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | at 
org.jboss.jms.server.container.ServerLogInterceptor.invoke(ServerLogInterceptor.java:105)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | at org.jboss.aop.Advisor.dynamicInvoke(Advisor.java:719)
  | at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:99)
  | at 
org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:126)
  | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:831)
  | at 
org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:72)
  | at org.jboss.remoting.Client.invoke(Client.java:527)
  | at org.jboss.remoting.Client.invoke(Client.java:490)
  | at 
org.jboss.jms.client.delegate.DelegateSupport.invoke(DelegateSupport.java:112)
  | at 
org.jboss.jms.client.delegate.ClientSessionDelegate$send_N3028277934545793941.invokeNext(ClientSessionDelegate$send_N3028277934545793941.java)
  | at 
org.jboss.jms.client.container.TransactionAspect.handleSend(TransactionAspect.java:151)
  | at 
org.jboss.aop.advice.org.jboss.jms.client.container.TransactionAspect11.invoke(TransactionAspect11.java)
  | at 
org.jboss.jms.client.delegate.ClientSessionDelegate$send_N3028277934545793941.invokeNext(ClientSessionDelegate$send_N3028277934545793941.java)
  | at 
org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:130)
  | at 
org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:117)
  | at 
org.jboss.jms.client.delegate.ClientSessionDelegate$send_N3028277934545793941.invokeNext(ClientSessionDelegate$send_N3028277934545793941.java)
  | at 
org.jboss.jms.client.container.ExceptionInterceptor.invoke(ExceptionInterceptor.java:69)
  | at 
org.jboss.jms.client.delegate.ClientSessionDelegate$send_N3028277934545793941.invokeNext(ClientSessionDelegate$send_N3028277934545793941.java)
  | at 
org.jboss.jms.client.container.ClientLogInterceptor.invoke(ClientLogInterceptor.java:107)
  | at 
org.jboss.jms.client.delegate.ClientSessionDelegate$send_N3028277934545793941.invokeNext(ClientSessionDelegate$send_N3028277934545793941.java)
  | at 
org.jboss.jms.client.delegate.ClientSessionDelegate.send(ClientSessionDelegate.java)
  | at 
org.jboss.jms.client.container.ProducerAspect.handleSend(ProducerAspect.java:238)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |

[JBoss-user] [JBoss jBPM] - Re: jbpm workflow editor

2006-04-13 Thread robroth
basically they want to be able to define the rules of the workflow, here's an 
example:

right now one workflow would look like:
account has a type of X, so use strategy Y
strategy Y is defined as if account has any unpaid invoice > 30 days, fax the 
account.  if that account isnt paid by 45 days, assign the account to a person 
to call.  once successful call is made, if account isn't paid in 15 days, send 
a 2nd fax.  if account still isnt paid in 15 more days, send a demand letter 
via us mail.  if account still isnt paid in 30 days, forward the account to 
legal.

they want to be able to build a strategy like the one above in a GUI, then 
apply that strategy to any accounts with a specific type.  we can write this, 
but it's a ton of work, thus i was hoping someone had already written something 
similar.

 

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: workflow with complex human interaction

2006-04-13 Thread kukeltje
1: that's what 3.2 is going to, you can define your own input types for 
variables. 3.1 just renders everything as a textinput
2: Look at the Jira, there is an issue for it, so it is on the list. Care to 
help out?
3: That is the real challenge, and the one where (afaik) all bpm vendors fail 
to a certain extend. We, the company I work for, also need this. The thing is 
that our developers tend to want to use spring-mvc instead of jsf.  So I have 
to convince them and we might be able to contribute something on this level. If 
you have some ideas on how to solve this, we might take this subject to the 
developer list or even create a Jira issue for this.

The separation of automatic vs human interaction is fully supported by jBPM. 
(JDPL is the definition language, not jBPML). A generic node can be used for 
this. Look at the documentation and/or testcases. 

hth a little and thanks for the compliments.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm workflow editor

2006-04-13 Thread kukeltje
'everything?' including the bpm engine? Or just the editor? I hope the latest. 

Do you or the customer have any experience with workflow on this level? Our 
experience is that it should not be left up to the business to directly 
influence things, unless your editor is real dummy/monkey (read business) proof 
:-)  But then it will probably have to little functionality. Personally I would 
train one person with some technical knowledge to use the normal designer, or 
as mentioned by Kevin, maybe use something like a rulesengine to influence the 
flow.

Ronald

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Hibernate dialect via DS

2006-04-13 Thread epbernard
Like I said it actually is implemented already for most databases.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: to use display tag how to set portlet objects in JSP pag

2006-04-13 Thread bomma001

  | Hi Scott,
  | 
  | I think the defineObjects helps to access the portlet objects directly in a 
JSP page. 
  | 
  | But coming to display tag, the tag handler file expecting the 
PortletRequest and RenderResponse objects in JSP PageContext. It uses a methods 
like 
  | 
  | portletRequest = 
(PortletRequest)pageContext.findAttribute("javax.portlet.request");
  | 
  | Display tag documentation also mentioned that the Pluto Portal 
implmenetaion makes those two objects avaialable in PageContext scope with 
"javax.portlet.request/response" names.
  | 
  | Question again is: how to place PortletRequest and RenderResponse onjects 
in jSP page context. I'm using JBoss portal with webwork fraework. And webwork 
provies a JSR168Dispatcher class to work in portlet environment.
  | 
  | I'm a newbi to portal stuff.:-)
  | 
  | Thanks,
  | ~Bhim
  | 

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: workflow with complex human interaction

2006-04-13 Thread dshen
Thanks guys.

The wiki page is very helpful. It should be included inside the user guide. 

The JFS based default web interface is very impressive, perform well and very 
neat. However, feature wise, it is not much different then the workflow engine 
I used three years ago - oakgrove. 

The idea is more like define the workflow context variables and store them as 
more like a key/value pair. When reaches certain state, by default show the 
webform with text field for each key, then kind of show buttons for each 
decision/transition (yes or no). Workflow engine save the context variables and 
move forward. Everything is driven by the tasklist shown on different user's 
homepage. Basic monitoring ability is provided. 

Good enough to simple automation or basic human interaction (e.g. approval 
process) workflow. However, for serious workflow, real case senario, a couple 
of things are missing:
1. more flexible UI control, besides text field, how about text area, drop down 
manual, etc.
2. better validation, not just required.
3. more important - how to store the context variables into business object and 
be able to query the business object through reporting. Like the web sales 
order sample workflow, all the variables are associated with the workflow 
instance, however, there's no concept of saving/creating an order business 
object. 

I think to build a generic form builder and be able to design the whole complex 
workflow driven web application is more like a fantasy, so hard to achieve, 
e.g. validation, backend validation, form processing, etc. However, there 
should be some better support from the workflow engine level. For example, may 
need some seperation between automation task and human interaction task. For 
automation task, it's more like run through a piece of code. The human 
interaction task is the self contained webform with data loading, form 
presentation, validation and form processing. I did not see this kind of 
seperation from the jBPML. 

Again, not sure if I am on the right track or asking for too much. You guys are 
definitely doing a great job, however, for my oppinion, there's a long way to 
go. Wish I have more time and can contribute something. 

For now, I still think jBPM is useful. My web application will be loosely 
coupled with the workflow engine. Everytime needs a decision where to go, query 
the jBPM engine through API. A lot of customized code. How it works, not sure. 

Thanks!

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: LoggingMonitor mbean dependencies

2006-04-13 Thread mtihepner
Adding my LoggingMonitor MBean descriptor into a deploy.last directory delayed 
the warning on "jboss.web:type=ThreadPool,name=jk-8009" but it didn't prevent 
them.  I was having the same issue other mbeans and this did resolve those 
problems.  

If this is problem resolved in later version of jboss I can control the 
warnings with log4j and wait until we can upgrade.

thanks for your fast response.
-tim

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: problem consuming messages

2006-04-13 Thread [EMAIL PROTECTED]
Yes, we need a release tomorrow.

http://jira.jboss.org/jira/browse/JBMESSAGING-347

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: problem consuming messages

2006-04-13 Thread [EMAIL PROTECTED]
I was going straight to a final before JBoss 4.0.4 GA.

But if you need a release now, that's right, is going to be CR6.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: LoggingMonitor mbean dependencies

2006-04-13 Thread jiwils
I should have added that this issue is solved by the JBoss Barrier Controller 
service in JBoss 3.2.8+/4.0.2+, which was written to solve problems just like 
this.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: problem consuming messages

2006-04-13 Thread [EMAIL PROTECTED]
OK, so it will be 1.0.0.CR6, right?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: problem consuming messages

2006-04-13 Thread [EMAIL PROTECTED]
BTW JBSER-59 and JBSER-44 were one of the blockers I had to a release.

JBSER is almost final. I need to run some tests but I'm almost there.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: LoggingMonitor mbean dependencies

2006-04-13 Thread jiwils
"mtihepner" wrote : Is there a way I can set the LoggingMonitor to load last?
In your server configuration's deploy directory, add a deploy.last directory 
and place your LoggingMonitor MBean descriptor in that directory.  Then, it 
will get deployed last, but since the MBean you are monitoring deals with 
Tomcat's connectors (which get loaded after JBoss "starts"), I am not sure this 
will work.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: problem consuming messages (Repost)

2006-04-13 Thread [EMAIL PROTECTED]
This JIRA is fixed on JBSER/CVS-Head.

http://repository.jboss.com/jboss/serialization/1.0.0.CR5/ is the latest 
release I have, but this is not on a release yet.


eh eh... I eddited this post. I had the wrong version here before.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: problem consuming messages

2006-04-13 Thread [EMAIL PROTECTED]
This JIRA is fixed on JBSER/CVS-Head.

http://repository.jboss.com/jboss/serialization/1.0.0.RC2/ is the latest 
release I have, but this is not on a release yet.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - LoggingMonitor mbean dependencies

2006-04-13 Thread mtihepner
I'm running JBOSS 3.2.7 and I've added the LoggingMonitor jar.
I'm currently getting this error message during bootup:


2006-04-13 20:27:28,275 WARN  
[org.jboss.services.loggingmonitor.LoggingMonitor] Unable to log attributes for 
mbean: jboss.web:type=ThreadPool,name=jk-8009
javax.management.InstanceNotFoundException: 
jboss.web:type=ThreadPool,name=jk-8009 is not registered.
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:454)
at 
org.jboss.mx.server.MBeanServerImpl.getAttribute(MBeanServerImpl.java:433)
at 
org.jboss.services.loggingmonitor.MonitoredMBean.logAttributes(MonitoredMBean.java:101)
at 
org.jboss.services.loggingmonitor.LoggingMonitorTimerTask.run(LoggingMonitorTimerTask.java:54)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)


I realize this is because the LoggingMonitor mbean starts before the mbean that 
I'm trying to monitor.  I think need to setup a dependency in the 
LoggingMonitor mbean but this doesn't work for 
"jboss.web:type=ThreadPool,name=jk-8009" because it is not a service mbean.
So...
Is there a way I can set the LoggingMonitor to load last?
Is there something that loads at the end of the boot process that I can make it 
depend on?

Any help would be appreciated.
thanks,
  Tim


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: problem consuming messages

2006-04-13 Thread [EMAIL PROTECTED]
What is the serialization release number? I also want to create a messaging 
JIRA task. I'll also add a test case for it.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: problem consuming messages

2006-04-13 Thread [EMAIL PROTECTED]
JBSER-59 used to be called "JBOSS Serialization does not properly serialize the 
Joda DateTime "

And I've then renamed it to

"ReadResolve and WriteReplace resolution should be done on the whole hierarchy" 

Which is the really problem that's happening here.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: problem consuming messages

2006-04-13 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBSER-59

This was fixed yesterday by coincidence. You will need JBossSerialization from 
CVS. Or I can cut a release tomorrow with this fix if CVS is not an option for 
you.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Optimizing Embedded EJB deployment

2006-04-13 Thread MrHighTech
Hello all :)

As now my /local lookups are working, I am trying to speed up deployment for my 
beans.

I currently use the simplest method:
EJB3StandaloneBootstrap.boot(null);
  | EJB3StandaloneBootstrap.scanClasspath();

But since I have many EJBs, libraries etc. I find it very inefficient. 

I could use jars and use only those directories as deploy dirs, but this is not 
exactly what I have in mind now, mainly because I just want to run it off the 
sources in my IDE. 

I would like to be able to point to some packages in my classpath and use only 
this.

It basically boils down to :

- use the proper persistence.xml
- point to a package where my beans are com.xxx.beans.* 
- repeat for all packages containing beans

How could I do this ?

Thank you,

Daniel

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm workflow editor

2006-04-13 Thread robroth
kbarfield, i already asked such questions, but they WANT a workflow 
editor/generator and our CEO says saying 'NO' isn't an option and also says if 
jBPM wont allow for it, then write everything from scratch.  they want to be 
able to tweak and play with workflows themselves without having to be 
developers, and to be honest we dont want them bugging us with workflow change 
requests.  there's already too much of that and messing with records already in 
swimlanes on a production application is dangerous.  before writing it from 
scratch i just wanted to find if we were reinventing the wheel. 

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Child tokens do not end at Join ??

2006-04-13 Thread michaelholtzman
I have a workflow that forks into two branches and are later joined.


  | 
  | 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.1.xsd"; name="TestFork">
  | 
  | 
  | 
  | 
  | Proceed|Boolean|False|
  | Flag|CustomList|One|One,Two,Three
  | ReturnStatus|PickList||BPM_RETURN_CODE_TABLE
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | Flag|Two
  | 
  | 
  | 
  | 
  | trader1
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | Flag|Three
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | trader1
  | trader1
  | Fork completed
  | Flag value is $Flag;
  | 
  | 
  | 
  | 
  | 
  | 
  | 

When I look at the process instance in its final state ("WWW"), it appears as 
if the child tokens from the fork are still active. Is this the correct 
behavior? I would expect that the join would end the child tokens when the 
parent is reactivated.

Please explain. Thanx.


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm workflow editor

2006-04-13 Thread kbarfield
The questions I would ask the customer are:

1.  What do you need to change about the workflow?  Is this really a whole new 
workflow, or the same workflow with just some different business parameters?
2.  How often do you really expect you will need to create a whole new 
workflow?  If it is not very often, can you give the developers the design and 
let them generate it for you?

In a lot of cases, people are really talking about changes to process variables 
instead of changing the whole workflow.

Kevin

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Seam tags

2006-04-13 Thread armita
Where can I find help about the seam taglibs please?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - EJB 3.0 RC6

2006-04-13 Thread wconroy
Is there any word on when this will be released for use as embedded EJB?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Required indexes missing in JBPM DB script. (Take 2 - De

2006-04-13 Thread julian_k
So any suggestions on how to detect what is causing as the SQL error ("deadlock 
detected.") and line number in the Java code doesn't provide me details with 
what needs to be done to resolve the issue.  Should I do a flush of the DB 
changes somewhere?  Or is this really a jBPM issue, but ppl are sweeping it 
under the rug?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm workflow editor

2006-04-13 Thread robroth
Alex, could you please clarify what you mean by launching Eclipse?  I'm only 
familiar with using it on a local machine.  Are you suggesting integrating it 
with a Swing plugin?



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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Problem with Embeddable EJB3

2006-04-13 Thread MrHighTech
Good! Indeed, using a new InitialContext() solves the problem. 

This is apparently not the case in JBoss versus the embedded version. How is it 
different?

Thanks Bill.

Daniel


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Performance problem with returning values from Stateless

2006-04-13 Thread mijez
I'll try explain my problem. Sorry about my english:)
Here is method from my Stateless Session Bean:
 
...
 public Calculation getCalculationWithMappings(Long idCalculation) {
  log.info("getCalculations START ");
 Calculation calc = (Calculation) em
.createQuery(
  "from Calculation calc where calc.idcalculation = :idcalculation")
.setParameter("idcalculation", idCalculation).getSingleResult();
 
  for (Section section : calc.getSections())
   for (Item item : section.getItems())
item.getItementries();
  
  log.info("getCalculations STOP");
 
  return calc;
 
 }

Entity beans:
 
@Entity
@Table(name = "CALCULATION")
public class Calculation implements java.io.Serializable {
 cut.
@OneToMany(cascade = { CascadeType.ALL }, fetch = FetchType.LAZY, mappedBy = 
"calculation")
 @OrderBy("idsectionincalc")
 public List getSections() {
  return this.sections;
 }
+
 
@Entity
@Table(name = "SECTION", )
public class Section implements java.io.Serializable {
...cut
 

 @OneToMany(cascade = { CascadeType.ALL }, fetch = FetchType.LAZY, mappedBy = 
"section")
 @OrderBy("iditemincalc")
 public List getItems() {
  return this.items;
 }
 
 

And deeper - > in Item itementries, in every itementry - rmsInstance, In 
rmsInstance collection mapping with fetch type EAGER.


 
 
...
 
In my backing bean:
CalculationAction ca = null;
try {
   InitialContext ctx = new InitialContext();
   ca = (CalculationAction) ctx
 .lookup("WorkMonitor/CalculationActionBean/local");
  
  } catch (Exception e) {
   log.fatal("CalculationActionBean", e);
  }
 
Calculation newCalc = ca.getCalculationWithMappings(...some Long value);
  log.info("initCalculationTree START");
  initCalculationTree(newCalc);
 
 
And here is most important:
21:13:17,331 INFO [CalculationBean] selectCalculation START

21:13:17,346 INFO [CalculationActionBean] getCalculations START 

21:13:18,206 INFO [CalculationActionBean] getCalculations STOP

21:13:30,253 INFO [CalculationBean] initCalculationTree START

 
Whay returning this value takes so long. Fetching calculation from DB is fast ( 
value before getCalculations STOP and START)
 


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm workflow editor

2006-04-13 Thread [EMAIL PROTECTED]
How about launching Eclipse from your application? I heard there is a way to 
conceal the fact you are running Eclipse, but I'm not familiar with plug-in 
development at all.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: problem consuming messages

2006-04-13 Thread [EMAIL PROTECTED]
My intuition is that this is one of those Serialization edge cases that Clebert 
was talking about, but I have to check to be sure.

Mark, thanks for report. We'll get to the bottom of it.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: compensating methods for long runnig executions

2006-04-13 Thread [EMAIL PROTECTED]
See the topic implementing undo in the design forum.

BTW, you live in a wonderful city! Hope I get to see it some day.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: problem consuming messages

2006-04-13 Thread mwaschkowski
OK, finally got to the bottom of it, the short answer is there is a 
serialization problem with JodaTime.

I can post Joda DataTime Object message (with the DateTime being the object of 
the ObjectMessage) to the queue, but get a serialization error upon reading of 
said message!

Here is the stand alone test case that you can use to see the problem. Please 
note that you will need the Joda jars among others...

This does work in JBoss MQ.

I hope that this is what  you wanted timfox.

Cheers,

Mark



  | package com;
  | 
  | import java.io.Serializable;
  | import java.util.Enumeration;
  | import java.util.HashMap;
  | import java.util.Hashtable;
  | import java.util.Map;
  | 
  | import javax.jms.Connection;
  | import javax.jms.ConnectionFactory;
  | import javax.jms.JMSException;
  | import javax.jms.Message;
  | import javax.jms.MessageConsumer;
  | import javax.jms.MessageProducer;
  | import javax.jms.ObjectMessage;
  | import javax.jms.Queue;
  | import javax.jms.QueueBrowser;
  | import javax.jms.QueueConnection;
  | import javax.jms.QueueConnectionFactory;
  | import javax.jms.Session;
  | import javax.naming.InitialContext;
  | import javax.naming.NamingException;
  | 
  | import junit.framework.TestCase;
  | 
  | import org.joda.time.DateTime;
  | 
  | 
  | public class JmsPostingAndClearingTest extends TestCase{
  | private ConnectionFactory cf;
  | private InitialContext ic;
  | 
  | public void setUp() throws Exception {
  | Map map = new HashMap();
  | map.put("java.naming.factory.initial", 
"org.jnp.interfaces.NamingContextFactory");
  | map.put("java.naming.provider.url","jnp://localhost:1099");
  | 
map.put("java.naming.factory.url.pkgs","org.jboss.naming:org.jnp.interfaces");
  | Hashtable ht = new Hashtable();
  | ht.putAll(map);
  | ic = new InitialContext(ht);
  | cf = (QueueConnectionFactory)ic.lookup("/ConnectionFactory");
  | }
  | 
  | public void testPostingAndClearing() throws NamingException, 
JMSException{
  | Queue queue = 
(Queue)ic.lookup("queue/com.dexit.bpm.settlement.merchant.initSettlement");
  | Connection connection = null;
  | try{
  | connection = cf.createConnection();
  | connection.start();
  | //clear queue and assert size 0
  | QueueConnection qc = (QueueConnection) connection;
  | clearQueue(qc, queue);
  | //clearQueue(connection, queue);
  | //validate the message is now on queue
  | int count = getCount(cf,queue);
  | assertEquals(0, count);
  | //put a message on queue
  | sendMessage(cf, queue, new DateTime());
  | //validate the message is now on queue
  | count = getCount(cf,queue);
  | assertEquals(1,count);
  | }finally{
  | try {
  | if(connection != null){
  | connection.close();
  | }
  | } catch (JMSException e) {
  | e.printStackTrace();
  | }
  | }
  | }
  |  
  | public static void sendMessage(ConnectionFactory connectionFactory, 
Queue queue, Serializable object) {
  | Connection connection = null;
  | try {
  | // Create a Connection
  | connection = connectionFactory.createConnection();
  | connection.start();
  | Session session = connection.createSession(false, 
Session.AUTO_ACKNOWLEDGE);
  | MessageProducer producer = session.createProducer(queue);
  | ObjectMessage om = session.createObjectMessage();
  | om.setObject(object);
  | producer.send(om);
  | }
  | catch (Exception e) {
  | e.printStackTrace();
  | throw new RuntimeException(e);
  | }finally{
  | try {
  | if(connection != null){
  | connection.close();
  | }
  | } catch (JMSException e) {
  | e.printStackTrace();
  | }
  | }   
  | }
  | 
  | 
  | public static int getCount(ConnectionFactory cf, Queue queue) 
throws JMSException {
  | Connection connection = null;
  | Session session = null;
  | int count = 0;
  | try{
  | connection = cf.createConnection();
  | connection.start();
  | session = connection.createSession(true, -1);
  | QueueBrowser qb = session.createBrowser(queue);
  | Enumeration messages = qb.getEnumeration();
  | while(messages.hasMoreElements()){
  | ObjectMessage om = 
(ObjectMessage)messages.nextElement();
  | //call get object to show serialization issue
  | 

[JBoss-user] [JBoss jBPM] - Re: workflow with complex human interaction

2006-04-13 Thread [EMAIL PROTECTED]
Dshen,

You might want to take a look to the great Getting Started guide written by 
Kevin Barfield to grasp the kind of stuff jBPM can do out of the box. 

In case you find the jBPM web app unable to render your complex forms, you can 
browse the JSF pages and backing beans source to see how it uses the jBPM API 
to query and update workflow-related data.

As Ronald says, there is no issue at all with MVC framework choices because 
jBPM itself does not rely on JSF. We chose it to build the default web 
interface, but we might as well have used Struts or any other framework. 

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Fetching...Lazy but initialized?

2006-04-13 Thread tsar_bomba
So, it's been a couple of days and noone has answered me yet.

Is "pre-loading" a lazily-fetched collection not essentially the same as just 
using eager fetching?

Thanks!

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: workflow with complex human interaction

2006-04-13 Thread kukeltje
I will not go into the 'questionable' thing for several reasons, but the issue 
of using a different MVC framework is already sloved.

Everybody can use it's own framework of choice. The jBPM api is straight 
forward. 

Besides that the webforms will be generic, but can easily be customized to a 
great extend.

Ronald

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Tomcat Native Library APR

2006-04-13 Thread beerp
Im trying to configure an instance of jboss 4.01 SP3 w/tomcat to use the native 
libraries that run on top of the Apache Runtime Environment.  I have done this 
successfully in tomcat 5.5.16 but Jboss can't seem to find the class : 
org.apache.coyote.http11.Http11Protocol .
Are there JBoss binaries that can be installed for this?  I was hoping the 
tomcat installation instructions would work, but something is wrong with the 
classpath.
I noticed the native driver is loaded into a deploy/tmp folder when I boot 
jboss, but that doesnt seem to be enough.
Im hoping there is just a library I need to configure jboss to load for this to 
work.  I built the tomcat native libraries on a Fedora 2.6 build in 
jboss/servers/default/deploy/jbossweb-tomcat55.sar/
This is one of those needle-in-a-haystack problems.
Thanks,
Paul

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: workflow with complex human interaction

2006-04-13 Thread dshen
Thanks. Guess I have to stay tuned. Wish you guys can make the webform/human 
interaction stuff generic enough.

The decision using JFS is questionable. JFS mantained too much state 
information on the server side (or client through hidden field). It is good for 
certain kind of rich UI. Ideally, user can ke their choice and use different 
MVC framework to build the webform within the workflow.


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - access to externalContext in WebApplicationContext?

2006-04-13 Thread abunginabru
Hi All,

This is a bit of a long question, but it's solution might prove 
interesting, so please bear with me..

I'm trying to work up a new solution to an old problem - how to 
transfer data from the web application configuration (web.xml) into the ejb 
container.
Traditionally this has been done using the init method of a start-up 
servlet (with "load-on-startup" set) and web-client style connections to 
session ejbs.

Now, the same pattern could be followed in the SEAM environment, I've 
tried implementing it this way, but it's as inelegant as ever and it only works 
up to a point. There are problems with the visibilty of the SEAM contexts. In 
particular, the FacesContext isn't available to the session bean called by the 
start-up servlet (irrespective of the order of "load-on-startup" value of the 
Faces Servlet) and neither is the SEAM ApplicationContext.

I can access the ServletContext in the session bean by passing it as a 
method parameter, but having generated my beans intended for Application scope, 
I can't either outject them or set them as attributes of the SEAM Application 
context.

Not good..

I thought I'd try a different approach based on the @Startup and 
@Create annotations in SEAM.

A Start-Up SEAM action scoped in org.jboss.seam.ScopeType.APPLICATION 
will surely have visibility of the ApplicationContext...

Here is an outline of what I have:

In web.xml:


webContext
demo



My SEAM StartUpAction.java:

@Stateless
@Startup
@Name( "startup" )
@Scope( APPLICATION )

public class StartUpAction implements StartUp {

@Create
public void create() {
Context applicationContext = 
Contexts.getApplicationContext();
Thing thing = new Thing();
applicationContext.set( "thing", thing );
}

public void start( ServletContext servletContext ) {
String webContext = ( String 
)servletContext.getInitParameter( "webContext" );
WebContextyThing contextyThing = new 
WebContextyThing( webContext );
Context applicationContext = 
Contexts.getApplicationContext();
applicationContext.set( "contextyThing", 
contextyThing );
}
}


The create call occurs first and works beautifully!

BUT.. When the servlet later calls the start method the 
applicationContext isn't visible, causing a NPE!

How come the now you see it now you don't behaviour? Do I need some 
"@Unwrap"ing?

The work-around I've used looks like this:

@In
@Out
private transient Context applicationContext;

@Create
public void create() {
applicationContext = Contexts.getApplicationContext();
// gets org.jboss.seam.contexts.WebApplicationContext
// wraps 
org.apache.catalina.core.ApplicationContextFacade
}

public void start( ServletContext servletContext ) {
// etc
}

This looks as if it may cause side-effects - can anyone think of any?



While we're on this subject - how about this?

Internally, Contexts.getApplicationContext() returns 
WebApplicationContext which contains ServletContext as externalContext, but 
this is private.

Now, if we had an accessor, namely:

In WebApplicationContext.java:

public class WebApplicationContext implements Context {
...
private ServletContext externalContext;
...
public ServletContext getExternalContext() {
return externalContext;
}
...

Then the following would be possible:

In web.xml:


webContext
demo



In StartUpAction.java:

@Create
public void create() {
Context applicationContext = 
Contexts.getApplicationContext();
WebApplicationContext webApplicationContext = ( 
WebApplicationContext )applicationContext;
ServletContext servletContext = 
webApplicationContext.getExternalContext();
WebContextyThing contextyThing = 

[JBoss-user] [JBoss jBPM] - Re: jbpm workflow editor

2006-04-13 Thread robroth
Thanks, but we already use that.  Not what we're looking for.  We need to build 
a GUI into our application that allows the customer to build the workflows 
within the application itself.  They would basically build a workflow rule 
within the running JBoss application, then apply that rule to accounts that 
meet specific criteria.


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Task as struts action?

2006-04-13 Thread kukeltje
great, so jBPM is a fit for you?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: workflow with complex human interaction

2006-04-13 Thread kukeltje
The reason I mentioned the source and not the tutorial, is that you wanted 
complex configurable forms. You have to either build those yourself, including 
the usage of the jBPM api, or wait for jBPM 3.2. That one is currently under 
development so only available in CVS. 

Out of the box support via a webui of all kinds of different environments is a 
utopia. The free jBPM in its webbased ui is already as advanced as expensive 
license based commercial products, so it will probably never fit 100% out of 
the box. 

The ui in CVS is fully JSF based, you can combine this with custom build 
backingbeans, combine information from jBPM and external systems in it so it 
will largely support what you need, not fully 100% out of the box,  but to a 
great extend. When this is released, it is more flexible than the UIs of many 
other.

So please stay tuned or look at the webapp in CVS and the corresponding xhtml 
files.

Ronald

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: java.lang.ClassCastException: org.jboss.axis.Message

2006-04-13 Thread jordan.rivington
Could you please explain the work around in a little more detail. Where should 
this method override go as far as code location? Must I rebuild the library 
file for axis from source? I dont think so, but I am a little confused. If I 
put this in my client code, there are access issues with _setProperty and such.

I always the only stupid question is the one left unasked. 

Thanks for the help.

Jordan Rivington

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: problem consuming messages

2006-04-13 Thread [EMAIL PROTECTED]
"mwaschkowski" wrote : 
  | However, there is one thing that is reproducable. When I run my test cases 
and kill the JUnit process part way through (as I do fairly frequently for 
certain tests), I see the following in the console:
  | 
  | 
  |   | 
  |   | 10:35:15,832 INFO  [Server] JBoss (MX MicroKernel) [4.0.3SP1 (build: 
CVSTag=JBos
  |   | s_4_0_3_SP1 date=200510231054)] Started in 19s:31ms
  |   | 10:36:47,160 WARN  [SimpleConnectionManager] ConnectionManager[32087b] 
handling
  |   | client 5c4o04r-y3uuls-elz72pm3-1-elz72pop-3's remoting connection 
failure (null
  |   | Throwable)
  |   | 10:36:47,160 ERROR [ConnectionNotifier] Error notifying connection 
listeners of
  |   | lost client connection.
  |   | java.util.ConcurrentModificationException
  |   | at java.util.HashMap$HashIterator.nextEntry(HashMap.java:782)
  |   | at java.util.HashMap$EntryIterator.next(HashMap.java:824)
  |   | at 
org.jboss.jms.server.connectionmanager.SimpleConnectionManager.handle
  |   | ConnectionException(SimpleConnectionManager.java:154)
  |   | at 
org.jboss.remoting.ConnectionNotifier.connectionLost(ConnectionNotifi
  |   | er.java:46)
  |   | at org.jboss.remoting.Lease$LeaseTimerTask.run(Lease.java:130)
  |   | at java.util.TimerThread.mainLoop(Timer.java:432)
  |   | at java.util.TimerThread.run(Timer.java:382)
  |   | 10:37:24,347 WARN  [SimpleConnectionManager] ConnectionManager[32087b] 
handling
  |   | client 5c4o04r-d1xxu2-elz73iga-1-elz73iig-3's remoting connection 
failure (null
  |   | Throwable)
  |   |
  |   | 
  | 
  | 
  | 
  | Of course, there IS a lost connection, but the type of error 
(ConcurrentModificationException) seems funny to me...
  | 

Issue tracked by http://jira.jboss.org/jira/browse/JBMESSAGING-346

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Dependecy Injection in JMX Service Object

2006-04-13 Thread echon
the JMX Component has the standard lifecycle methods: 
create(), start(),stop(), destroy()

My code looks like this:


  | @Service(objectName = "portal:service=SystemPropertyService")
  | @Management(SystemPropertyManagement.class)
  | @Local(SystemPropertyLocal.class)
  | @LocalBinding(jndiBinding = SystemPropertyLocal.JNDI)
  | public class SystemPropertyService implements SystemPropertyLocal,
  | SystemPropertyManagement {
  | 
  | private static final Log _log = LogFactory
  | .getLog(SystemPropertyService.class);
  | 
  | private final ConcurrentHashMap _properties = new 
ConcurrentHashMap();
  | 
  | 
  | @PersistenceContext(unitName = "portalEM")
  | protected EntityManager em;
  | 
  | 
  | public void create() throws Exception {
  | }
  | 
  | public void start() throws Exception {
  | List properties = _getProperties();
  | 
  | // add Properties
  | }
  | 
  | public void stop() {
  | _properties.clear();
  | }
  | 
  | public void destroy() {
  | }
  | 
  | 
  | 
  | @SuppressWarnings("unchecked")
  | @TransactionAttribute(TransactionAttributeType.REQUIRED)
  | private List _getProperties() {
  | try {
  | 
  | 
  | List list = em.createQuery("from 
SystemProperty sp").getResultList();
  | 
  | 
  | em.flush();
  | 
  | return list;
  | 
  | } catch (RuntimeException e) {
  | throw new SystemException(e);
  | }
  | 
  | }
  | }
  | 
I get a NullPointerException in _getProperties() because em is null. 


I would accept it if the EntityManager is not injected while constructor or 
create(), but why in start()? And why is this behaviour different since CR2?

The EntityManager is not injected before the start() method is completly 
processed. ( before: null, start(): null, after: injected)
In 4.0.4RC1 i can use the EntityManager in the start() method, 
in 4.0.4CR2 it is null (same Sourcecode). 
I also tried to inject only a datasource by @Resource and it was also not 
injected (but available by JNDI and InitialContext in start() method).
In both versions the EntityManager is available when the service is started.


This is a little bit curious. Do you have an explanation for this behaviour?

Regads

Peter


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: warning on startup with messaging

2006-04-13 Thread mwaschkowski
OK, sound good, thanks.

I was worried that this might be something that was related to the other 
problem that I am having (another post with some details shortly).

Mark

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: warning on startup with messaging

2006-04-13 Thread [EMAIL PROTECTED]
Tim, I think we should have our own explanation page for this on our user wiki 
http://www.jboss.com/wiki/Wiki.jsp?page=JBossMessaging, since I expect this 
will be a question that will be asked a lot. Do you want to start it?



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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Client Cert EJB

2006-04-13 Thread amdonov
I finally got approval from the client.

I checked out the PooledInvoker, and I think I will try that approach.  Other 
than providing custom socket factories, do I need to do anything special for a 
server side login module to access the client cert as a credential?
What kind of configuration would be required on the client?
Will the ClientLoginModule still be necessary?

Thanks,
Aaron

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: myCGI.exe in browser address

2006-04-13 Thread Bruce R. Barkstrom
The fix that uses CATALINA_HOME/server/lib/servlets-cgi.renametojar
doesn't appear to exist in the jboss-4.0.2 download
for Windows.  Using the Windows directory search
for cgi - either on file contents or on file names does
not bring up any hits except from the lines in the
web.xml file that contain "cgi".

Bruce B

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Task as struts action?

2006-04-13 Thread dshen
The idea is kind of what I am looking for - be able to associate web form with 
a task within the workflow. When workflow comes to that task, a web form is 
shown. When the webform is submitted, action is performed and then decision is 
made to move on to the next step within the workflow. 

>From very high level, it's kind of building a long run wizard - tubotax online 
>type of application. Go through a series of pages with branching and other 
>workflow logic. User can leave at any point. When user comes back, user is 
>able to pick up right from where he levave last time. 

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm workflow editor

2006-04-13 Thread hosierdm
There is an Eclipse plugin that allows you to build workflows.

http://sourceforge.net/project/showfiles.php?group_id=70542&package_id=116692&release_id=390336

And some documentation:

http://docs.jboss.com/jbpm/v3/gpd/

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: workflow with complex human interaction

2006-04-13 Thread dshen
Thank you for your answer.

Not sure whether or not I understand what you mean. Do you mean I have to 
download the source code and poke around? 

For my understanding, a workflow engine with complex human interaction ability 
should be able to support kind of a human interaction/web form type of Action 
out of box. I downloaded the starter kit, and read through the user guide, 
don't see anywhere mention anything about web form, human interaction. Only 
four examples in the tutorial:

3.1. Hello World example
3.2. Database example
3.3. Context example: process variables
3.4. Task assignment example
3.5. Custom action example

The human interaction I am looking for is not just xhtml page, it's more like 
the web form built by a MVC framework (e.g. struts, webwork or JFS). It 
contains an action to load anything needed by the page, a JSP form, an action 
to handler validation and form processing. 

Does jBPM has some built in support for this kind of human interaction Action? 
I did some research. A lot of workflow engine claims that it's able to handle 
it. However, none of them can show me a working example how to build a complex 
human interaction form I just described. I wish jBPM can do a better job. 

Which part of the source code should I look at? Does what I am looking for make 
sense?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: warning on startup with messaging

2006-04-13 Thread timfox
This is because you are (probably) using HSQL.

HSQL does not support transaction isolation, so we give you a warning.

For any production system you must use a more production grade database, e.g. 
mysql, oracle, postgres, db2, sybase etc.

See http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB for more info.

Also see http://hsqldb.org/web/hsqlFAQ.html#FAQ

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Slow performance releasing stateless session bean!

2006-04-13 Thread [EMAIL PROTECTED]
ARe you sure this is a Stateless Session Bean problem and not a Hibernate/EM 
problem?

to me this:

  CompanyPO company =  dao.FindCompanyByCvrNo(companyTO.getCvrNo());
  Collection branches = company.getBranches();


looks different than this:

  CompanyPO company =  em.find(CompanyPO.class, companyTO.getId());
  Query q = QueryFactory.createSignedBranchQuery(em, company);
  Collection resultList = q.getResultList();


is dao.FindCompanyByCvrNo() simply doing em.find()? and that's it?  The 
examples are different as in the 1st you are lazily fetching the branches via 
the getBranches() method while in the second you are fetching queries via EJBQL

ARe you sure this is a Stateless Session Bean problem and not a Hibernate/EM 
problem?

inline dao.FINDCompnayByCvrNo and tell me if you have the same performance 
problems.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - warning on startup with messaging

2006-04-13 Thread mwaschkowski
Hi,

With the messaging deployment I get the following warning on the console, how 
can I fix this? I don't get this with any other deployments...

Thanks,

Mark

13:29:29,419 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jb
oss.jca:name=DefaultDS,service=DataSourceBinding' to JNDI name 'java:DefaultDS'
13:29:29,793 WARN  [JDBCPersistenceManager]

Warning! Connection transaction isolation should be READ_COMMITTED, but it is cu
rrently NONE.
 Using an isolation level less strict than READ_COMMITTED may lead to da
ta consistency problems.
 Using an isolation level more strict than READ_COMMITTED may lead to de
adlock.

13:29:30,899 INFO  [ServerPeer] JMS ServerPeer [server.0] started, connection fa
ilure checking active, lease period 2 ms

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - jbpm workflow editor

2006-04-13 Thread robroth
We're using jBPM in our application to manage customer workflow, however a 
requirement has come down and we're trying to figure out how to implement this. 
 The customer wants us to develop a GUI that allows them to define their own 
workflow.  That task just seems overwhelming and I'm wondering if someone has 
already written such a beast.  An additional request was if they make changes 
to an existing workflow, that anything already in the workflow is updated.  I'm 
not sure that jBPM was really designed for this kind of thing, but we've only 
been using it for a couple of months.  We'll be sending someone to jBPM class 
this summer which will hopefully be a big help in learning what it's 
capabilities and limitations are.

Thanks for any ideas.


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Dependecy Injection in JMX Service Object

2006-04-13 Thread [EMAIL PROTECTED]
you mean, why is it null before start()?  Like in the constructor?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: Problem with element

2006-04-13 Thread [EMAIL PROTECTED]
Remove the  element. You can use: 




Note, you don't have to use both. One or the other can be specified. 



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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - persistence.xml

2006-04-13 Thread eiswind
can anyone tell me where to find teh new spec for the persistence.xml ? i need 
to have entities residing in a different jar and 4.0.3SP2 didnt care about that 
(at least for me) I jope 4.0.4RC2 does !

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: org.xml.sax.SAXException: Invalid element error at the s

2006-04-13 Thread jbush
ramachennupati,


I'm having some trouble seeing the differences between your files.  It would be 
helpful if you could email me your WSDL as well as the one one you posted 
before that didn't work.  I could do some type of diff on the files and try to 
find my errors.  Could you email them to [EMAIL PROTECTED]

Thank you so much.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - scripting disabled / register-link in booking-example doesn'

2006-04-13 Thread javaos
if I disable skripting in my browser, the booking - example doesn't work. If I 
click the "register"-link, I'm not routed to the register page. If I replace 
the hyperlink with a command-button, it works. If I aktivate skripting in the 
browsers options, the booking-example works. My problem is - there is no java 
skript connected with the register-hyperling of the booking-example. So why 
does enabling skripts make the example work?

Thanks in advance
Matthias

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Problems with building CVS main -

2006-04-13 Thread [EMAIL PROTECTED]
there is a problem with your cvs checkout module - you shouldn't use 
jboss-portal, the latest HEAD code is in jboss-portal-2.4. I am not sure why 
you are using this target, but it works for me this way:

cvs co jboss-portal-2.4
cd jboss-portal-2.4/build
ant deploy


rali

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: problem with ejb3 on jboss4.0.3SP1

2006-04-13 Thread terryhello
I think you are missing jars on the client side.
Have another try after you add all jars in client folder to the classpath 


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: @Conversational with s:link

2006-04-13 Thread mirko27
Havin' the same issue.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Entity Bean Foreign Key Problem, Need to Specify PK length?

2006-04-13 Thread tvanbuskirk
Hi All,

I'm working with entity beans, and I've run into a problem with accessing 
foreign keys that I cannot figure out for the life of me.  The error I'm 
getting is:

08:35:36,962 ERROR [SchemaUpdate] Unsuccessful: create table cats_dogs (cats 
tinyblob not null, dogs tinyblob not null, primary key (dogs))
  | 08:35:36,963 ERROR [SchemaUpdate] BLOB/TEXT column 'dogs' used in key 
specification without a key length

I appreciate your help!! I am using JBoss 4.0.4.CR2 with EJB 3.0 RC5 and Mysql 
5 is my datasource.

Below is the listing of the problem.

I have three entity beans.  Two beans are straight forward.  If I deploy these 
two beans by themselves, everything works fine.  The third uses @ManyToOne to 
access the primary keys of the first two beans, and set them as it's own 
primary keys.  This is where the above problem occurs.

Here is the first straight forward entity bean:

  | @Entity
  | @Table(name = "cats")
  | public class Cats implements Serializable
  | {
  |   private int id;
  |   private String name;
  |   private String description;
  |   
  |   public Cats() {}
  |   
  |   public Cats(String name,String description)
  |   {
  | this.name = name;
  | this.description = description;
  |   }
  |   
  |   @Id
  |   @GeneratedValue
  |   public int getId () 
  |   {
  | return id;
  |   }
  | 
  |   public void setId (int id) 
  |   {
  | this.id = id;
  |   }
  |   
  |   public String getDescription()
  |   {
  | return description;
  |   }
  |   
  |   public void setDescription(String description)
  |   {
  | this.description = description;
  |   }
  |   
  |   public String getName()
  |   {
  | return name;
  |   }
  | 
  |   public void setName(String name)
  |   {
  | this.name = name;
  |   }
  |   
  | }

Here's the other straight forward entity bean:


  | @Entity
  | @Table(name = "dogs")
  | public class Dogs implements Serializable
  | {
  |   private int id;
  |   private String name;
  | 
  |   // DogType is an enumeration
  |   private DogType type;
  | 
  |   private int distance;
  |   private String description;
  |   
  |   public Dogs() {}
  |   
  |   public Dogs(String name, DogType type, int distance, String description)
  |   {
  | this.name = name;
  | this.type = type;
  | this.distance = distance;
  | this.description = description;
  |   }
  | 
  |   public String getDescription()
  |   {
  | return description;
  |   }
  | 
  |   public void setDescription(String description)
  |   {
  | this.description = description;
  |   }
  | 
  |   public int getDistance()
  |   {
  | return distance;
  |   }
  | 
  |   public void setDistance(int distance)
  |   {
  | this.distance = distance;
  |   }
  | 
  |   @Id
  |   @GeneratedValue
  |   public int getId()
  |   {
  | return id;
  |   }
  | 
  |   public void setId(int id)
  |   {
  | this.id = id;
  |   }
  | 
  |   public String getName()
  |   {
  | return name;
  |   }
  | 
  |   public void setName(String name)
  |   {
  | this.name = name;
  |   }
  | 
  |   public DogType getType()
  |   {
  | return type;
  |   }
  | 
  |   public void setType(DogType type)
  |   {
  | this.type = type;
  |   }
  |   
  | }
  | 

The entity bean with the problem is the following:


  | 
  | @Entity
  | @Table(name = "cats_dogs")
  | public class CatsDogs implements Serializable
  | {
  |   private Cats cats;
  |   private Dogs dogs;
  |   
  |   public CatsDogs() {}
  |   
  |   public CatsDogs(Cats cats, Dogs dogs)
  |   {
  | this.cats = cats;
  | this.dogs = dogs;
  |   }
  | 
  |   
  |   @Id
  |   @ManyToOne
  |   @JoinColumn(name="cats_id",referencedColumnName="id")
  |   public Cats getCats()
  |   {
  | return cats;
  |   }
  | 
  |   public void setCats(Cats cats)
  |   {
  | this.cats = cats;
  |   }
  | 
  |   @Id
  |   @ManyToOne
  |   @JoinColumn(name="dogs_id",referencedColumnName="id")
  |   public Dogs getDogs()
  |   {
  | return dogs;
  |   }
  | 
  |   public void setDogs(Dogs dogs)
  |   {
  | this.dogs = dogs;
  |   }
  | 
  | }
  | 
  | 
  | 

Thanks in advance!!!

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jBPM perfomance testing

2006-04-13 Thread kukeltje
PLEASE keep in mind that the webapp is NOT jBPM. It is a front-end for jBPM. It 
is not optimized to be used in high volume, high performance environments, 
rather for RAD purposes. So if you realy want to do a stresstest (loadtest?) of 
jBPM you should access jBPM on a lower level.

This does not mean that we are not curious for the results ;-)

Ronald

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: org.xml.sax.SAXException: Invalid element error at the s

2006-04-13 Thread jbush
I saw that you were referencing the complex types by  
and changed that to the 


I actually have that in my WSDLs.  Could someone take a look at these WSDLs and 
tell me if anything is different from the top ones.  


This is top level WSDL NotificationConsumer.wsdl

  | 
  | http://abc.com/my/wsdl/namespace";
  |  xmlns="http://schemas.xmlsoap.org/wsdl/";
  |  xmlns:tns="http://abc.com/my/wsdl/namespace";
  |  xmlns:xsd="http://www.w3.org/2001/XMLSchema";
  |  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
  |  
xmlns:wsrp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd";
  |  
xmlns:wsrpw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl";
  |  
xmlns:wsrlw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl";
  |  
xmlns:wsntw="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.wsdl";
  |  xmlns:mex="http://schemas.xmlsoap.org/ws/2004/09/mex";
  |  xmlns:wsa04="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
  | 
  |http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl";
  |location="wsrf/WS-ResourceProperties-1_2-Draft_01.wsdl"/>
  | 
  |http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl";
  |location="wsrf/WS-ResourceLifetime-1_2-Draft_01.wsdl"/>
  | 
  |http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.wsdl";
 
  |location="wsn/WS-BaseNotification-1_2-Draft_01.wsdl"/>
  | 
  |
  |   http://abc.com/my/wsdl/namespace";
  |   xmlns="http://www.w3.org/2001/XMLSchema";
  |   xmlns:xsd="http://www.w3.org/2001/XMLSchema";
  |   
xmlns:wsrl="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd";
  |   
xmlns:wsbf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd";
  |   
xmlns:wsnt="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd";>
  | 
  |  http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd";
  |  schemaLocation="wsrf/WS-BaseFaults-1_2-Draft_01.xsd"/>
  | 
  |  http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd";
  |  
schemaLocation="wsrf/WS-ResourceLifetime-1_2-Draft_01.xsd"/>
  |  
  |  http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd";
 
  |  
schemaLocation="wsn/WS-BaseNotification-1_2-Draft_01.xsd"/>
  | 
  |  
  |  
  |  
  |  
  |  
  | 
  |
  |
  |   
  |   
  | 
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |
  | 
  |  
  | 
  |   
  |  
  |   
  |
  | 
  | 
  |
  |
  |  
  |   
  |  
  |  
  |  
  |  
  |   
  | 
  |   
  |   
  | 
  |   
  |   
  | 
  |   
  |   
  | 
  |   
  |   
  | 
  |   
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |  
  | 
  | 
  |   
  | 
  | 
  |   
  |   
  |
  |
  | 
  |
  | 
  |
  | 
  |   http://schemas.xmlsoap.org/soap/http"/>
  |
  |   
  |  
  |  
  | 
  |  
  |  
  | 
  |  
  |  
  | 
  |  
  |  
  | 
  |  
  |   
  | 
  |   
  |   
  | 
  |   
  |   
  | 
  |   
  |   
  |   
  |   
  |   
  | 
  |   
  |   
  | 
  |   
  |   
  |   
  |  
  |  
  | 
  |  
  |  
  | 
  |  
  |  
  | 
  |  
  | 
  | 
  |  
  |  
  | 
  |  
  |   
  |   
  |  
  |  
  | 
  |  
  |  
  | 
  |  
  |  
  | 
  |  
  |  
  | 
  |  
  |  
  | 
  |   
  |  
  | 
  |  
  |   
  | 

  1   2   >