[JBoss-user] [JBoss jBPM] - Re: Web form mechanism

2006-03-30 Thread kukeltje
You could give it a try, but keep in mind, the functionality of the forms is 
nice vor RAD, but not for production

Ronald

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-03-30 Thread kukeltje
No, the userguide is not outdated, I think you should read it differently

*can* does not mean a complete implementation of this is available. It means 
someone can do this

Ronald

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - ORA-24801: illegal parameter value in OCI lob function

2006-03-30 Thread sheckler
Hi all,

I am using JBoss 3.2.7 with Oracle 9.2.0.4 with HAJMS and Oracle for
Persistence (oci) and UIL2 InvocationLayer.

Sporadically on about 1 of 1000 messages receiving  from a HA Topic the 
following error occurs:


anonymous wrote : 05:42:00,857 ERROR [STDERR] org.jboss.mq.SpyJMSException: 
Could not load message : 27543 msg=191 soft STORED NON_PERSISTENT 
queue=TOPIC.JMS_TT2.ID:49.-2147483643 priority=4 lateClone=false 
hashCode=16774783; - nested throwable: (java.io.IOException: ORA-24801: illegal 
parameter value in OCI lob function
  | )
  | 05:42:00,857 ERROR [STDERR] at 
org.jboss.mq.pm.jdbc2.PersistenceManager.loadFromStorage(PersistenceManager.java:1150)
  | 05:42:00,857 ERROR [STDERR] at 
org.jboss.mq.server.MessageCache.loadFromStorage(MessageCache.java:411)
  | 05:42:00,858 ERROR [STDERR] at 
org.jboss.mq.server.MessageReference.makeHard(MessageReference.java:351)
  | 05:42:00,858 ERROR [STDERR] at 
org.jboss.mq.server.MessageReference.getMessage(MessageReference.java:156)
  | 05:42:00,858 ERROR [STDERR] at 
org.jboss.mq.server.BasicQueue.setupMessageAcknowledgement(BasicQueue.java:881)
  | 05:42:00,858 ERROR [STDERR] at 
org.jboss.mq.server.BasicQueue.receive(BasicQueue.java:488)
  | 05:42:00,858 ERROR [STDERR] at 
org.jboss.mq.server.JMSTopic.receive(JMSTopic.java:285)
  | 05:42:00,859 ERROR [STDERR] at 
org.jboss.mq.server.ClientConsumer.receive(ClientConsumer.java:222)
  | 05:42:00,859 ERROR [STDERR] at 
org.jboss.mq.server.JMSDestinationManager.receive(JMSDestinationManager.java:673)
  | 05:42:00,859 ERROR [STDERR] at 
org.jboss.mq.server.JMSServerInterceptorSupport.receive(JMSServerInterceptorSupport.java:226)
  | 05:42:00,859 ERROR [STDERR] at 
org.jboss.mq.security.ServerSecurityInterceptor.receive(ServerSecurityInterceptor.java:100)
  | 05:42:00,859 ERROR [STDERR] at 
org.jboss.mq.server.TracingInterceptor.receive(TracingInterceptor.java:570)
  | 05:42:00,860 ERROR [STDERR] at 
org.jboss.mq.server.JMSServerInvoker.receive(JMSServerInvoker.java:226)
  | 05:42:00,860 ERROR [STDERR] at 
org.jboss.mq.il.uil2.ServerSocketManagerHandler.handleMsg(ServerSocketManagerHandler.java:149)
  | 05:42:00,860 ERROR [STDERR] at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(SocketManager.java:374)
  | 05:42:00,860 ERROR [STDERR] at 
org.jboss.mq.il.uil2.msgs.BaseMsg.run(BaseMsg.java:377)
  | 05:42:00,860 ERROR [STDERR] at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748)
  | 05:42:00,861 ERROR [STDERR] at java.lang.Thread.run(Thread.java:534)
  | 05:42:00,861 ERROR [STDERR] Caused by: java.io.IOException: ORA-24801: 
illegal parameter value in OCI lob function
  | 05:42:00,861 ERROR [STDERR] at 
oracle.jdbc.dbaccess.DBError.SQLToIOException(DBError.java:717)
  | 05:42:00,861 ERROR [STDERR] at 
oracle.jdbc.driver.OracleBlobInputStream.needBytes(OracleBlobInputStream.java:249)
  | 05:42:00,862 ERROR [STDERR] at 
oracle.jdbc.driver.OracleBufferedStream.read(OracleBufferedStream.java:158)
  | 05:42:00,862 ERROR [STDERR] at 
java.io.ObjectInputStream$PeekInputStream.read(ObjectInputStream.java:2150)
  | 05:42:00,862 ERROR [STDERR] at 
java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2163)
  | 05:42:00,862 ERROR [STDERR] at 
java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2631)
  | 05:42:00,863 ERROR [STDERR] at 
java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:734)
  | 05:42:00,863 ERROR [STDERR] at 
java.io.ObjectInputStream.(ObjectInputStream.java:253)
  | 05:42:00,863 ERROR [STDERR] at 
org.jboss.mq.pm.jdbc2.PersistenceManager.extractMessage(PersistenceManager.java:536)
  | 05:42:00,863 ERROR [STDERR] at 
org.jboss.mq.pm.jdbc2.PersistenceManager.loadFromStorage(PersistenceManager.java:1142)
  | 05:42:00,863 ERROR [STDERR] ... 17 more
  | 05:42:00,873 ERROR [EMAIL PROTECTED] Unable to get GeoTripel:Could not load 
message : 27543 msg=191 soft STORED NON_PERSISTENT 
queue=TOPIC.JMS_TT2.ID:49.-2147483643 priority=4 lateClone=false 
hashCode=16774783; - nested throwable: (java.io.IOException: ORA-24801: illegal 
parameter value in OCI lob function
  | )
  | 




DataSource for JMS:

anonymous wrote : 
  |   local-tx-datasource
  | jndi-nameOracleJMSDS/jndi-name
  | connection-urljdbc:oracle:oci8:@cmd-dbr1/connection-url
  | driver-classoracle.jdbc.driver.OracleDriver/driver-class
  | user-namexxx/user-name
  | yyy
  | check-valid-connection-sqlselect table_name from all_tables where 
owner = 'xxx'/check-valid-connection-sql
  | new-connection-sqlselect table_name from all_tables where owner = 
'xxx'/new-connection-sql
  | 
exception-sorter-class-nameorg.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter/exception-sorter-class-name
  | track-statementsnowarn/track-statements
  | set-tx-query-timeoutfalse/set-tx-query-timeout
  

[JBoss-user] [JBoss jBPM] - Re: more info in queries

2006-03-30 Thread pedrosacosta
Thanks for the reply

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Where is the MyFaces cardemo portlet source?

2006-03-30 Thread pauljoyce
cooliluv,

I got the guess number sample working by 'converting' it to MyFaces. that is
1) changed the portlet.xml to use MyFacesGenericPortlet instead of the sun 
FacesPortlet.
2) changed the init-param  to default-view


  | descriptionJSF GuessNumber Portlet/description
  | portlet-nameguessNumber/portlet-name
  | display-nameJSF GuessNumber Portlet/display-name
  | 
portlet-classorg.apache.myfaces.portlet.MyFacesGenericPortlet/portlet-class
  | 
  | init-param 
  | descriptionPortlet init page/description
  | namedefault-view/name
  | value/greeting.jsp/value
  | /init-param
  | 

3) changed the  in web.xml to

  | listener  
listener-classorg.apache.myfaces.webapp.StartupServletContextListener/listener-class
  | /listener 
  | 

4) removed the Sun Jars (jsf-impl and jsf-api) from the war. it will use the 
MyFaces jars bundled with JBoss.

5) it works.

My problem still is that I have other Sun RI apps that I want to use with JBoss 
and leave as Sun RI JSF. The wiki says you just remove the MyFaces jars from 
JBoss but this 'breaks' JBoss - it uses them itself.

any solution ?  

/pj

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-03-30 Thread cwad0000
yes, but since they in the same paragaph said
The stateless session EJB will be written against the J2EE 1.3 specifications 
so that it is deployable on any application server

I assumed they were referring to an existing EJB
(it was not clear that it was merely a recommendation that one should make sure 
that such a bean meet the J2EE 1.3 specifications).



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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: difference beetween swimlane,role and user

2006-03-30 Thread [EMAIL PROTECTED]
Swimlane is a concept borrowed from UML activity diagrams. Though I agree on 
your reflection that a role is maybe more clear, it is pretty well known and 
common terminology in the BPM space. Witness the fact that also a 'standard' 
language as BPMN has adopted it.

Regards,
Koen

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: EJB3 session bean with EJB2 session dependency

2006-03-30 Thread oglueck
Thanks. This is exactly what I am doing. But my 2.x bean is in an isolated EAR. 
And that seems to be a problem. I have to use the deployment descriptor 
reference because I must not hard code the JNDI name. Any ideas?

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

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


---
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=lnkkid=110944bid=241720dat=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.

2006-03-30 Thread [EMAIL PROTECTED]
While it is true that jBPM should come with reasonable default settings, I 
think it is the job of the DBA to tune the database according to the expected 
use. Will there be many process creations? Many queries? These considerations 
may lead to different indexes...

Regards,
Koen

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: entitiy ejb-design

2006-03-30 Thread JamesWoodward
The Java Calendar and Date classes are known to be buggy. Have a look at 
Joda-Time, http://joda-time.sourceforge.net/

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jBPM DB Queries under jbpm 3.1

2006-03-30 Thread [EMAIL PROTECTED]
Yes, use Hibernate directly.

Regards,
Koen

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Multiple Databases with Identical Schemas

2006-03-30 Thread JamesWoodward
Many Thanks!

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Customize Jboss portal to display dynamic contents

2006-03-30 Thread aneiba
Thanks Roy,

I downloaded the Struts demo and copy the war file into my jboss deployment 
foloder, but still not working.

According to you warning, do you know any way to use any an enterprise portal 
as an interface for Struts application.

Regards,

Adel



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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Still blocking tasks - but blocking=false

2006-03-30 Thread david.trattnig
Hi all!

I get the message that I've still blocking tasks in my task node though the 
task is set to blocking=false

At this time in my process NO task should be created. the definition task.. 
should be taken as it is, the actual task-node should be completed, but no task 
created.

My node-definition:

   task-node name=Edit create-tasks=false signal=never
  | task name=Reedit Resource blocking=false /   
  | transition name=forward to=Approve/transition
  | event type=node-enter
  | action 
class=com.myapp.workflow.action.SetEditorRecipientsActionHandler /
  | action 
class=com.myapp.workflow.action.CreateTaskActionHandler /
  | /event
  |/task-node

Thx in advance!

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Customize Jboss portal to display dynamic contents

2006-03-30 Thread [EMAIL PROTECTED]
Struts is not a framework suitable for a portlet environment. 

The Struts bridge used in the Struts demo is mostly a hack.

The problem is that Struts processes action and view in 1 event while it is 
separated in a portlet.

So there can't be real documentation... Since it really depends on your webapp, 
the bridge could or could not work. Moving to something like JSF could or could 
not be easy.

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Unable to passivate due to ctx lock

2006-03-30 Thread supernova
I have a similar problem, but base on TimdBeans. I also get Rollbacks and even 
worse the TimedBean will no longer execute correctly!
I guess it mayb could be the same problem. My question is: How canI see if my 
transaction will be passivated (I'v got an export service and may send 0 to 
1500 files via FTP depending on the working queue)?
The sending is done in a session bean that will be called by the timed bean 
(stteless). May that be the same problem?
I also get the Unable to passivate due to ctx lock message in my log - and a 
Rollback cause by a CMP update (I save the date of the last export run in a 
database, so it seems to fail the next iteration).

Thanks,
Dennis

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Web form mechanism

2006-03-30 Thread medjbpm
but I need for production
what can i do
i am working on profession product

regard

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: using jbossws for ws security

2006-03-30 Thread brianshields
The standard-jbossws-endpoint-config.xml file defines two types of endpoints, a 
standard endpoint and a standard secure endpoint. Is there anything that needs 
to appear in the config.xml or the webservice.xml files of the service to 
define the service as a secure service and therefore use the 
org.jboss.ws.wsse.WSSecurityHandlerInbound handler to process the 
jboss-wsse-server.xml file?
This doesnt seem to be that clear in the wiki, it suggests that by the 
bjoss-wsse-server.xml file simply being present the relevant security 
mechanisms within it will be applied!

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Authentication to jBPM

2006-03-30 Thread Lymit
Hi,

we are trying to implement authentication mechanism to jBPM. Could anyone point 
out where to start? (configuring web.xml? overwriting jbpm authenticator-class?)

At the moment we are exploring the possibility to use external security 
frameworks (like jGuard, Seraph, Acegi...) and use their authentication 
features.

This post is related to Metheora -university student project.

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Customize Jboss portal to display dynamic contents

2006-03-30 Thread aneiba

Thank Thomas

But can you tell me how to customize Jboss portal then in order to use it as an 
enterprise website, have you got any working example to show how dynamic 
content can be displayed in that portal.

I did download the Jboss portal and now up-running but I could not find any 
example or tutorial shows how the Jboss portal can be customized and used as a 
enterprise interface

Thanks in advance

Adel



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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Setting default values on process / task variables

2006-03-30 Thread mats_n
Is it possible to set default values on tasks / process variables?

Something like:

  | task name=test
  |   controller
  |   variable name=pageClass access=read type=string 
value=x.y.z.Class/
  |/controller
  | /task
  | 

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: ejb3 best practice question

2006-03-30 Thread kh2ouija
Investigating Seam, I now have another how would you do it question. I think 
it's silly, but anyway:

So far, I've been using the GenericDAO pattern and I want to reuse it with 
Seam. My GenericDAOBean's EntityManager is not EXTENDED type, and my *DAOBeans 
are all Stateless; this has been OK so far. But in the Seam reference, some 
examples (like the MessageListBean from the tutorial) is stateful and uses an 
extended EntityManager; I suppose using a stateless DAO bean inside it instead 
of the EntityManager is therefore not an option. I could just make all the 
*DAOBeans stateful but I'm not sure it's the right thing to do.

So, how can I reuse the DAO beans inside the Seam session beans?

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: How to get EntityManager in seamtest

2006-03-30 Thread liudan2005
A lot of my entities has got listeners with business logic in. For example, in 
@PostPersist method I might caculate the balance for the entities. That's why I 
need em to test entities.

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Customize Jboss portal to display dynamic contents

2006-03-30 Thread [EMAIL PROTECTED]
Dynamic content should be provided through portlets (JSR 168 portlet are 
supported by JBoss Portal)

To produce the content you can use the portlet API directly, or go through a 
framework like JSF.

First thing to do would be to read the spec 
http://www.jcp.org/en/jsr/detail?id=168

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Still blocking tasks - but blocking=

2006-03-30 Thread david.trattnig
In other words: I've set create-tasks=false but the task is created anyway!?

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - How to generate a automatic web form

2006-03-30 Thread jmix2006
Hi,
Im using struts to develop web application with JBPM.
then , every task has a web form , I begin to do it manualy but it's not 
interesting. my question is how to generate a struts web form automaticly, and 
what the power of this procedure, and what is its limit?
Thanks

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Deployment of PAR using ant gives error

2006-03-30 Thread vas74
Hi 
Getting flLowiing error while running ant for deploying process

BUILD FAILED
C:\jbpm-starters-kit-3.0.2\jbpm\build.deploy.xml:196: The following error 
occurred wh
ile executing this line:
C:\jbpm-starters-kit-3.0.2\jbpm\build.xml:47: Error creating temporary file
following code line gives eror
 
   
  
 

anybody having idea on this.




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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Deployment of PAR using ant gives error

2006-03-30 Thread vas74
sorry for missing out ant code
 
  
  
  


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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - How to stop optimization of remote call?

2006-03-30 Thread taba_youichi
I'm trying to call SLSB by round-robin. But JBossAS optimizes remote call to 
local call, so I cannot call the SLSB from same JBossAS instance.

The optimization is mentioned below:
http://www.jboss.com/index.html?module=bbop=viewtopict=14030

But I found this topic:
http://www.jboss.com/index.html?module=bbop=viewtopicp=3808428

How do I configure jndi.properties to stop optimization of remote call?

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Still blocking tasks - but blocking=

2006-03-30 Thread david.trattnig
hey jbosses, seems to be a bug?

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [J2EE Design Patterns] - first entity bean

2006-03-30 Thread planet123
give example of simple entity bean in Jboss with using JDBC-ODBC Bridge Driver?

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: how to configure EJB 3 TrailBlazer to use mysql 5

2006-03-30 Thread Richy_Rich
Try changing your mysql-ds.xml from

jndi-namejdbc/mysqlDS/jndi-name

to 

jndi-namemysqlDS/jndi-name

As this is what you're trying to look up in your persistence configuration.

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - sharing librairies between ear

2006-03-30 Thread vibe.axb
I have a framework that is necessary for each deployed ear.

I don't want framework lib replication (in each ear) so I put these lib in the 
jboss lib directory.

It is not very elegant and doesn't isolate my libs from jboss one.

Is it possible to define a specific directory to store my libs that is visible 
by the ear classloaders automaticallly ?

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Long Running Conversation with Seam Remoting?

2006-03-30 Thread superfis
Hi,

  I'm trying to use remoting in my Seam project and I based on 
remoting/helloworld example delivered with Seam. 

The question is it is possible to keep @WebRemote function calls as a part of 
long running conversation and it is possible to use injected (outjected) 
objects during remote function performing?

Thank you in advance,
S?awek

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Where is the MyFaces cardemo portlet source?

2006-03-30 Thread cooliluv
Hey,

I also need the Sun RI.  I have an application using JSF and Spring.  If I use 
MyFaces instead it does not work.

mike


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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - HOWTO:Dynamically create persistent JMS destinations in clus

2006-03-30 Thread umeshs79
Hi,

Is this way queue will be persitent..? and will the queue be added on secondary 
JMS server(i.e. which is not Master node)

I need to do the same and I need the queue to be persistent and should be added 
on both node.


Regards,
Umesh

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Intergration of JBPM in Jboss Portal

2006-03-30 Thread the_dude
Hi,

can you give us something like a Hello World portlet
that includes jBPM functionality?

What about combining JBoss Portal with jBPM 
anyway? Are there some extra benefits to consider 
when building a jBPM portlet inside a JBoss Portal? 
I have to implement jBPM inside a portlet but am not 
sure which portal to use...

Thanks for the help, the_dude


p.s.  totally off-topic: What about a pdf / real 
(cook)book about jBPM?

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Cannot use @DataModel and sorting functionality for Toma

2006-03-30 Thread Newlukai
I've got the same problem. Did you already solve it or has anybody else an idea?

I don't want to miss the benefits which are provided by @DataModel, 
@DataModelSelection and @DataModelSelectionIndex. But I want ot sort my model 
too.

I think it would be possible to write a method for every column which should be 
sortable and refer to them. But it's the very last option.

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

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


---
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=lnkkid=110944bid=241720dat=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] - Re: Transaction is not active

2006-03-30 Thread sriramp_here
Hi ,
This occurs because the Jboss Transaction Manger time out the underlying 
connection if your database transactions are longer. One way to prevent is, 
first find the piece of code i mbean 
code=org.jboss.tm.TransactionManagerService
  name=jboss:service=TransactionManager
  xmbean-dd=resource:xmdesc/TransactionManagerService-xmbean.xml
  300
  !-- set to false to disable transaction demarcation over IIOP --
  true
  depends optional-attribute-name=XidFactoryjboss:service=XidFactory
   
in the file jboss-service.xml  and change the

 attribute name=TransactionTimeout 300 /attribute

to some larger value so that your transaction does not time out. 
Hope this helps.

Regards
Sriram


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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - HOWTO:Dynamically create persistent JMS destinations

2006-03-30 Thread umeshs79
HOWTO:Dynamically create persistent JMS destinations in clustered Env

Hi,

I have setup the clustered JMS on 2 nodes.

I need to add persitent queues dynamically in jbossmq-destinations-service.xml 
without restarting the JBoss instance. I.E. as soon as I add the queue in 
jbossmq-destinations-service.xml the jboss should detect it automaticlly 
without restart(HOT DEPLOYMENT)

My jbossmq-destinations-service.xml is in ..\deploy-hasingleton\jms folder.

I tried it but JBoss is not adding the queue without restart.

Iit detects if I keep the jbossmq-destinations-service.xml in deploy folder but 
I cant do that as on Secondary node(which is not Master) it gives error on 
restart.

So My Q is, Is it possible to add a persitent queue in Clustered JMS 
environment on all nodes?
If it is possible how to do that?

Thanks  Regards,
Umesh

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Dynamically add persistent JMS destinations in clustered env

2006-03-30 Thread umeshs79
Hi,

I have setup the clustered JMS on 2 nodes.

I need to add persitent queues dynamically in jbossmq-destinations-service.xml 
without restarting the JBoss instance. I.E. as soon as I add the queue in 
jbossmq-destinations-service.xml the jboss should detect it automaticlly 
without restart(HOT DEPLOYMENT)

My jbossmq-destinations-service.xml is in ..\deploy-hasingleton\jms folder.

I tried it but JBoss is not adding the queue without restart.

Iit detects if I keep the jbossmq-destinations-service.xml in deploy folder but 
I cant do that as on Secondary node(which is not Master) it gives error on 
restart.

So My Q is, Is it possible to add a persitent queue in Clustered JMS 
environment on all nodes?
If it is possible how to do that?

Thanks  Regards,
Umesh

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

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


---
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=lnkkid=110944bid=241720dat=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] - Re: Hibernate unable to startNewTransaction

2006-03-30 Thread sriramp_here
In your specific case i guess you are starting different transaction with in a 
single threaded call. Lets say you have to start a new transaction from an EJB 
you have to look up again another component to do it. In shor you can have 
nested transactions withh in a single thread.

Hope this helps,
Regards,
Sriram

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

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


---
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=lnkkid=110944bid=241720dat=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] - Re: Hibernate unable to startNewTransaction

2006-03-30 Thread sriramp_here
Ignore the earlier post. In your specific case i guess you are starting 
different transaction with in a single threaded call which i guess is not 
possible. Lets say you have to start a new transaction from an EJB you have to 
look up again another component to do it. In shor you cannot have nested 
transactions withh in a single thread.

Hope this helps,
Regards,
Sriram

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Transaction across different DBs

2006-03-30 Thread sriramp_here
Regarding your scenario,  you have to use XA-transactions, as well as configure 
your datasource as XA datasource.  Please have a look at jboss wiki for further 
inforamation.
Hope this helps,
Regards
Sriram.

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-03-30 Thread kukeltje
hmm... 'will be' is a future tense right ;-) it does not say 'was' or is...

Just kidding

Ronald

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: How to generate a automatic web form

2006-03-30 Thread kukeltje
Please, keep related posts in the same thread. 

The limits are what I described. No variable type things, just plain text 
inputs for each variable. Some readonly stuff and transition names. Nothing 
more.

Ronald

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - how to use a different persistence-unit for testing?

2006-03-30 Thread liudan2005
When my ear is deployed to jboss app server, it uses mysql database. When 
running SeamTest, I want to use HSql. Is it possible to do this?

Looking at seam booking example, it bind 2 datasources when runing embeded 
container but it only uses bookingDatasource:
Bound datasource to JNDI name 'java:/DefaultDS'
Bound datasource to JNDI name 'java:/bookingDatasource'

What I need is to use DefaultDS when running seamtest and use bookingDatasource 
for deployed environment. Is it possible?

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Web form mechanism

2006-03-30 Thread kukeltje
Build your own ui framework see the taskbean, homebean to see how you can 
interface to the jbpm core

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Setting default values on process / task variables

2006-03-30 Thread kukeltje
no, not in the process definition. You could build a generic action which does 
this by passing the values to this action

Ronald

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Still blocking tasks - but blocking=

2006-03-30 Thread kukeltje
could you build a unit test to show the problem?

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Deployment of PAR using ant gives error

2006-03-30 Thread kukeltje
still not ant code? ;-)

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: how to trap 403 error of jboss and display the Custom Er

2006-03-30 Thread etkmaju
Try this:

error-page
error-code403/error-code
/Errorpage.jsp
  /error-page


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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Schedule Problems

2006-03-30 Thread liss
Hi everybody, 
I'm writing this message to know if has anyone had this same kind of problem of 
mine... 

I have 11 classes that implements Schedule and run under jboss-3.2.6. They work 
fine on developer environment, but not on client environment. 

These services has a regularity time to execute, defined on jboss-service.xml 
file. 

The problem is that some services are being stopped by something, on different 
times. I can verify this through the log. I log all actions since perform 
method is called, but at some times, log simply doens't show any log message, 
and the services stops. 

Have anyone ever had this same problema? Or, does anyone know what can be 
happining??? 

Thank you 
LISS 

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - When do you plan to support Eclipse 3.2?

2006-03-30 Thread pwilt
There seems to be some fundamental change to the Launch configuration between 
Eclipse 3.2M4 and Eclipse 3.2M5 such that the Launch configuration throws a 
ClassDef error.  Do you have some roadmap as to when support for Eclipse 3.2 
might be attempted?

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: converting sunone deployment descriptors to jboss

2006-03-30 Thread ben.turner
bump in case anbody else knows :)

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss AOP] - Re: Using metadata on JBoss AOp

2006-03-30 Thread mounou
No weaving is done on my classes in the example I've runned.
I think taht I have problem in my aopc task: 

I have theses warnings:

[annotationc] Working directory ignored when same JVM is used.
aopc:
 [aopc] [warning] Unable to find 
C:\Eclipseworkspace\premieressaijboss\classes\jboss\aop2\Calendrier.class 
within classpath.  Make sure all transforming classes are within classpath.

I don't know to what transformaing classes refer! And I have the files .class 
all included in a classes directory.
Any ideas please?

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Problem in accessing Connection Factory

2006-03-30 Thread jaikiran
anonymous wrote :  cf = 
(QueueConnectionFactory)ctx.lookup(ConnectionFactory); 

Change this to:

 cf = (QueueConnectionFactory)ctx.lookup(java:/JmsXA); 

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: HOw can I get the connection object from JBoss

2006-03-30 Thread jaikiran
Post your datasource configuration file.

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - JSF portlet using MathML

2006-03-30 Thread dhexus
hi, i wrote a simple jsf-portlet for jboss portal 2.2.1rc3 and i want to 
include some mathml code like
?xml version=1.0?
  | ?xml-stylesheet type=text/xsl 
href=http://www.w3.org/Math/XSL/mathml.xsl;?
  | html xmlns=http://www.w3.org/1999/xhtml;
  |   head/head
  |   body
  | math xmlns=http://www.w3.org/1998/Math/MathML; 
  |  apply
  |   implies/
  |   apply
  |eq/
  |ciA/ci
  |ciB/ci
  |   /apply
  |   apply
  |eq/
  |apply
  | union/
  | ciA/ci
  | ciC/ci
  |/apply
  |apply
  | union/
  | ciB/ci
  | ciC/ci
  |/apply
  |   /apply
  |  /apply
  |  /math
  |   /body
  | /html
in a jsp.  i think i have to edit my portlet.xml and the ContentType in the 
doView method, right? any ideas what to do? thanks in advance!

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Web form mechanism

2006-03-30 Thread medjbpm
Can you explain me more 
or give me an exemple
regard

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: jBPM and the back button

2006-03-30 Thread kcounsell
I'm all for removing ambiguity.  Backwardable seems clear enough.

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Booking Example on MySQL?

2006-03-30 Thread Supakiffa
I'm new to seam and EJB programming in general so i'm just playing around with 
the seam examples.

Now i'm trying to run the booking example with MySQL as a persistence backend 
but I just can't get it to work, so any help would be greatly appreciated.

So far i've changed the booking-ds.xml file to the following:

  | ?xml version=1.0 encoding=UTF-8?
  | 
  | datasources
  | local-tx-datasource
  | !-- This connection pool will be bound into JNDI with the name
  |  java:/MySQLDB --
  | 
  | jndi-namebookingDatasource/jndi-name
  | connection-urljdbc:mysql://localhost:3306/jboss/connection-url
  | driver-classcom.mysql.jdbc.Driver/driver-class
  | user-nameuser/user-name
  | passwordpassword/password
  | 
  | min-pool-size5/min-pool-size
  | 
  | !-- Don't set this any higher than max_connections on your
  |  MySQL server, usually this should be a 10 or a few 10's
  |  of connections, not hundreds or thousands --
  | 
  | max-pool-size20/max-pool-size
  | 
  | !-- Don't allow connections to hang out idle too long,
  |  never longer than what wait_timeout is set to on the
  |  server...A few minutes is usually okay here,
  |  it depends on your application
  |  and how much spikey load it will see --
  | 
  | idle-timeout-minutes5/idle-timeout-minutes
  | 
  | !-- If you're using Connector/J 3.1.8 or newer, you can use
  |  our implementation of these to increase the robustness
  |  of the connection pool. --
  | 
  | 
exception-sorter-class-namecom.mysql.jdbc.integration.jboss.ExtendedMysqlExceptionSorter/exception-sorter-class-name
  | 
valid-connection-checker-class-namecom.mysql.jdbc.integration.jboss.MysqlValidConnectionChecker/valid-connection-checker-class-name
  | 
  | /local-tx-datasource
  | /datasources
  | 

Then I changed the persistence.xml file to:

  | persistence xmlns=http://java.sun.com/xml/ns/persistence;
  |xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  |xsi:schemaLocation=http://java.sun.com/xml/ns/persistence 
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd;
  |version=1.0
  |persistence-unit name=bookingDatabase
  |   providerorg.hibernate.ejb.HibernatePersistence/provider
  |   jta-data-sourcejava:/bookingDatasource/jta-data-source
  |   properties
  |  property name=hibernate.dialect 
value=org.hibernate.dialect.MySQLInnoDBDialect/
  |  property name=hibernate.hbm2ddl.auto value=create-drop/
  |   /properties
  |/persistence-unit
  | /persistence
  | 

So far so good, if I deploy the app 3 tables (Booking, Hotel, User) get created 
in the MySQL DB. The import script throws an error though, because the state 
field in the Hotel table is set to varchar(2) and the import.sql file contains 
states with a longer name, but that can be fixed easily (either change the 
import.sql file or change the annotation in the Hotel class).


  | 14:29:21,464 INFO  [Environment] Hibernate 3.1.2
  | 14:29:21,528 INFO  [Environment] hibernate.properties not found
  | 14:29:21,585 INFO  [Environment] using CGLIB reflection optimizer
  | 14:29:21,586 INFO  [Environment] using JDK 1.4 java.sql.Timestamp handling
  | 14:29:22,013 INFO  [Ejb3Configuration] found EJB3 Entity bean: 
org.jboss.seam.example.booking.Booking
  | 14:29:22,081 INFO  [Ejb3Configuration] found EJB3 Entity bean: 
org.jboss.seam.example.booking.Hotel
  | 14:29:22,142 INFO  [Ejb3Configuration] found EJB3 Entity bean: 
org.jboss.seam.example.booking.User
  | 14:29:22,330 INFO  [AnnotationBinder] Binding entity from annotated class: 
org.jboss.seam.example.booking.Booking
  | 14:29:22,508 INFO  [EntityBinder] Bind entity 
org.jboss.seam.example.booking.Booking on table Booking
  | 14:29:24,376 INFO  [AnnotationBinder] Binding entity from annotated class: 
org.jboss.seam.example.booking.Hotel
  | 14:29:24,377 INFO  [EntityBinder] Bind entity 
org.jboss.seam.example.booking.Hotel on table Hotel
  | 14:29:24,441 INFO  [AnnotationBinder] Binding entity from annotated class: 
org.jboss.seam.example.booking.User
  | 14:29:24,441 INFO  [EntityBinder] Bind entity 
org.jboss.seam.example.booking.User on table User
  | 14:29:24,887 INFO  [ConnectionProviderFactory] Initializing connection 
provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
  | 14:29:24,948 INFO  [InjectedDataSourceConnectionProvider] Using provided 
datasource
  | 14:29:25,590 INFO  [SettingsFactory] RDBMS: MySQL, version: 
4.1.12-Debian_1ubuntu3.1-log
  | 14:29:25,591 INFO  [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, 
version: mysql-connector-java-3.1.12 ( $Date: 2005-11-17 15:53:48 +0100 (Thu, 
17 Nov 2005) $, $Revision$ )
  | 14:29:25,702 INFO  [Dialect] Using dialect: 
org.hibernate.dialect.MySQLInnoDBDialect
  | 14:29:25,769 INFO  [TransactionFactoryFactory] Using default 

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Loadbalancing with nsapi_redirect.so

2006-03-30 Thread [EMAIL PROTECTED]
Can anyone tell me please, does loadbalancing work within Sun ONE Web Server 
6.1SP5?  I can get set my obj.conf to send requests to one server or the other, 
but as soon as I load balance the two I am unable to log in - I'm 
authenticating OK but being returned to the login page.

I've seen lots of docs telling me how it'll work in Apache but very little info 
on Sun ONE.  Has anyone got it working?


Thanks for any assistance you might be able to give.

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: HOw can I get the connection object from JBoss

2006-03-30 Thread mahendra.wadekar
HI there,
I have solve that problem because I was trying to get the DataSource object 
from out side the container in a custom Java File. NOw I got the connection 
object within the container. 
Actually I was integrating connection pooling of JBoss with TopLink and I am 
still fighting with it because toplink is not able to get that JNDI lookup but 
I think it is a matter of TopLink not JBoss so I am looking for it in TopLink 
forum but if you can provide any help to me on it then it will be very helpful 
to me.

Now I am not having issue with connection pooling of JBoss because I executed a 
sample query with the connection object and it is working fine.

Thanks to you for your help.

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Bug in the deployment of membership making assignents to

2006-03-30 Thread Saviola
Hi, boerse!
I have the very same problem like you do.
In my opinion the problem resides in the method for parsing identity XML.
Here is the method implementation:

  |   private void readMemberships(List membershipElements) {
  | Iterator iter = membershipElements.iterator();
  | while (iter.hasNext()) {
  |   Element membershipElement = (Element) iter.next();
  |   String role = membershipElement.attributeValue(role);
  |   String userName = membershipElement.attributeValue(user);
  |   User user = (User) users.get(userName);
  |   if (user==null) throw new RuntimeException(unexisting membership 
user '+userName+');
  |   String groupName = membershipElement.attributeValue(group);
  |   Group group = (Group) groups.get(groupName);
  |   if (group==null) throw new RuntimeException(unexisting membership 
group '+groupName+');
  |   
  |   Membership membership = new Membership();
  |   membership.setRole(role);
  |   group.addMembership(membership);
  |   user.addMembership(membership);
  |   
  |   entities.add(membership);
  | }
  |   }
  | 

As you can see the name of the membership is never addressed. That's why I 
think it is not present in the database.
IMHO this should be considered a bug and JIRA issue must be raised.
However I would prefer waiting for the jBPM guys official blessing.
I would like to ask a question too (in case jBPM team reads this posting). What 
is the meaning of the anonymous wrote : name attribute in the membership? Here 
is what I've read from the docs:
anonymous wrote : member(role-name) gets the user that performs a given role 
for a group. The previous terms must have resulted in a Group. This term 
searches for the user with a membership to the group for which the name of the 
membership matches the given role-name.
  | 
This is part of the syntax for the anonymous wrote : next term element in 
assignment expressions. What is the sense of actually mapping the name 
attribute to the role value of the membership? Don't they overlap?

Saviola

P.S. I am using jBPM 3.1

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Inheritance TABLE_PER_CLASS not supported?

2006-03-30 Thread liudan2005
I have following 3 entities:

  | 
  | @Entity
  | @Inheritance(strategy = InheritanceType.TABLE_PER_CLASS)
  | public class Pet implements Serializable
  | {
  | 
  |   private Long id;
  | 
  | @Id @GeneratedValue
  | public Long getId()
  | {
  | return id;
  | }
  | 
  | public void setId(Long a_id)
  | {
  | id = a_id;
  | }
  | }
  | 
  | 
  | @Entity
  | public class Cat extends Pet
  | {
  | ...
  | }
  | 
  | @Entity
  | public class Dog extends Pet
  | {
  | 
  | }
  | 

When I deploy to jboss, it gives me error message:
Cannot use identity column key generation with union-subclass mapping for: 
com.xxx.Cat

Changing it to SINGLE_TABLE would solove the problem. Is TABLE_PER_CLASS 
supported by jboss?


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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: how to use a different persistence-unit for testing?

2006-03-30 Thread kcounsell
Always use bookingDatasource.  Just set up your production deployment 
environment so that it has a datasource with the same name that points to MySQL.

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - separate container configurations

2006-03-30 Thread tterm
Hello,

Is it possible to have separate container configurations like in ejb2 with the 
jboss.xml descriptor? 

I need for different Stateless Session Beans different Interceptor-Stacks. I 
would like to extend the default configuration for each Bean.

If yes how does it work? 

Thomas

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - deployment of websales

2006-03-30 Thread infmas
hi for all,
i'm trying to deploy the websales exemple and i'm stopped on this error :
[jbpmschema] 30 mars 2006 15:30:14 org.hibernate.dialect.Dialect 
[jbpmschema] INFO: Using dialect: org.hibernate.dialect.HSQLDialect
[jbpmschema] 30 mars 2006 15:30:14 org.hibernate.cfg.Configuration 
secondPassCompile
[jbpmschema] INFO: processing extends queue
[jbpmschema] 30 mars 2006 15:30:14 org.hibernate.cfg.HbmBinder bindSubclass
[jbpmschema] INFO: Mapping subclass: org.jbpm.context.def.ContextDefinition - 
JBPM_MODULEDEFINITION
[jbpmschema] 30 mars 2006 15:30:14 org.hibernate.cfg.HbmBinder bindSubclass
[jbpmschema] INFO: Mapping subclass: org.jbpm.taskmgmt.def.TaskMgmtDefinition 
- JBPM_MODULEDEFINITION
[jbpmschema] 30 mars 2006 15:30:14 org.hibernate.cfg.HbmBinder bindSubclass
[jbpmschema] INFO: Mapping subclass: org.jbpm.graph.action.Script - JBPM_ACTION

BUILD FAILED
java.lang.NoClassDefFoundError: bsh/EvalError


thanks for help

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Booking Example on MySQL?

2006-03-30 Thread [EMAIL PROTECTED]
Er, this error is because my test data has names of countries in it.

EG:

insert into Hotel (id, name, address, city, state, zip) values (14, 
'InterContinental Tokyo Bay', 'Hamamatsucho', 'Tokyo', 'Japan', '')

Just delete all those rows from import.sql.

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: JMX and EJB3 compatibility

2006-03-30 Thread asack
Yeah sorry, I'm doing that now as we speak.  I don't mean to waste people's 
time, its just I'm new to both EJB3 and JMX and have some preimplementation 
nervousness that I'm not on the path to righteousness.

Thanks...hope this turns out right... 

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: SecureIdentityLoginModule and LGPL

2006-03-30 Thread lduperval
Excellent, thanks!

L

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Mapping ldap groups to jboss roles? where?

2006-03-30 Thread cwad0000
hm, had some errors in the above config please ignore it,as far as I can see 
the code below should be correct
it still does not work though, same problem: I get authenticated but it says 
that I do not have the specified role.


  | application-policy name = ldap
  |   authentication
  | login-module code=org.jboss.security.auth.spi.LdapExtLoginModule 
flag=required
  |   module-option 
name=java.naming.factory.initialcom.sun.jndi.ldap.LdapCtxFactory/module-option
  |   module-option 
name=java.naming.provider.urlldap://somedomain.com:389//module-option
  |   module-option name=java.naming.securitysimple/module-option
  |   module-option name=bindDN[EMAIL PROTECTED]/module-option
  |   module-option name=bindCredentialpassword/module-option
  |   module-option name=baseCtxDNOU=All 
Users,DC=DOMAIN,DC=COM/module-option
  |   module-option name=baseFilter(sAMAccountName={0})/module-option
  |   module-option 
name=rolesCtxDNOU=AllCorporateGroups,DC=DOMAIN,DC=COM/module-option
  |   module-option name=roleFilter(member={1})/module-option
  |   module-option name=roleAttributeIsDNtrue/module-option
  |   module-option name=roleAttributeIDmemberOf/module-option
  |   module-option name=roleNameAttributeIDcn/module-option
  |   module-option name=roleRecursion-1/module-option
  | /login-module
  |   /authentication
  | /application-policy
  | 

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Custom ExpressionAssignmentHandler

2006-03-30 Thread zurdo1119
Section 11.11.3 Removing the identity component says that:

anonymous wrote : 
  | In case you want to reuse the ExpressionAssignmentHandler and bind it to 
your user data store, you can extend from the ExpressionAssignmentHandler and 
override the method getExpressionSession.
  | 

but it doesn't say how to register the custom ExpressionAssignmentHandler.

Anyone knows how?

thanks.

---
zurdo1119
http://www.geocoder.com.ar

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Booking Example on MySQL?

2006-03-30 Thread Supakiffa
Thanks for your reply, but thats not my real problem, I know how to fix that 
error and it isn't really a problem (even with the error the application runs, 
it just doesn't import all the hotel entries).

My problem as stated is that somehow the DB queries hibernates runs do not work 
(except those for table creation).
I can't login because the query which checks the User table never returns any 
rows.
If I try to register a new user via the seam-booking web app it just inserts an 
empty row in the User table, so something goes wrong there but I can't figure 
out what as hibernates seems to be running the correct queries (is there some 
way to make hibernate show complete queries with questionmarks replaced by 
actual data?).

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Booking Example on MySQL?

2006-03-30 Thread Supakiffa
Nevermind I think I just found the solution, this is a bug in the Debian 
package of MySQL which makes it impossible to run server side prepared 
statements ...

See also: http://forums.mysql.com/read.php?39,59076,59076

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Inheritance TABLE_PER_CLASS not supported?

2006-03-30 Thread Richy_Rich
I've not actually used it, but I'm pretty sure it is as they have examples of 
it.   See http://docs.jboss.org/ejb3/app-server/tutorial/tableperinheritance/

Have you tried specifying a generation strategy for the keys(ids) perhaps Table?

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Don't assign a task in the ActionHandler!

2006-03-30 Thread david.trattnig
Solved! (or better: workaround...)

If there is a known bug or if anyone has the same problem:

The above exception was thrown, cuz i tried to implemented Koen Aers idea (see 
http://jboss.org/index.html?module=bbop=viewtopict=78075) - I wanted to 
create a taskInstance at the node-enter event of the task-node (trough an 
Action-Handler). 

In my action handler i made a taskInstance.setPooledActors(pooledActors);

But it seems that there are problems with the Hibernate-Tables: The entries in 
the tables jbpm_taskactorpool and jbpm_pooledactors will be only created if 
the setPooledActors is called from the right context - the AssignmentHandler. 

No I've trown away the approach to assign the task in the ActionHandler and 
moved it right back to the AssignmentHandler and it works fine. :)

jPBP-Team, could you give me some information how the PooledActors are created?

Cheers,
david


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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: How to get the current node-type?

2006-03-30 Thread david.trattnig
Look here: http://jboss.org/index.html?module=bbop=viewtopicp=3933716#3933716
...If you also want to create  assign a TaskInstance in an Action-Handler -- 
there are several problems with this issue!

Cheers,
david

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-03-30 Thread ramachennupati
Hi,
We are trying to use the Docuemnt/literal style in the JBOSS/Axis environment 
and getting the following errors.
Could you please guide us if any thing is wrong.
1. Manually we created our own wsdl
2. Used WSCompile from sun to create all the server side and client side stubs
3. During the invocation of the service, it is complainning on the top level 
element.

14:12:47,546 ERROR [ServerEngine] Server error: AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
 faultSubcode:
 faultString: Invalid element in 
com.bluecanopy.concierge.webservices.TravelItineraryRQ - Verification
 faultActor:
 faultNode:
 faultDetail:
{http://xml.apache.org/axis/}stackTrace: org.xml.sax.SAXException: Invalid 
element in com.bluecanopy.concierge.webservices.TravelItineraryRQ - Verification
at 
org.jboss.axis.encoding.ser.BeanDeserializer.onStartChild(BeanDeserializer.java:455)
at 
org.jboss.axis.encoding.DeserializationContextImpl.startElement(DeserializationContextImpl.java:1168)
at org.jboss.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:244)
at 
org.jboss.axis.message.SOAPElementAxisImpl.publishToHandler(SOAPElementAxisImpl.java:1394)
at org.jboss.axis.message.RPCElement.deserialize(RPCElement.java:266)
at org.jboss.axis.message.RPCElement.getParams(RPCElement.java:402)
at 
org.jboss.axis.providers.java.RPCInvocation.prepareFromRequestEnvelope(RPCInvocation.java:235)
at 
org.jboss.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:103)
at org.jboss.axis.providers.java.JavaProvider.invoke(JavaProvider.java:358)
at 
org.jboss.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:73)
at org.jboss.axis.SimpleChain.doVisiting(SimpleChain.java:160)
at org.jboss.axis.SimpleChain.invoke(SimpleChain.java:123)
at org.jboss.axis.handlers.soap.SOAPService.invoke(SOAPService.java:560)
at 
org.jboss.webservice.server.ServerEngine.invokeInternal(ServerEngine.java:215)
at org.jboss.webservice.server.ServerEngine.invoke(ServerEngine.java:104)
at org.jboss.axis.transport.http.AxisServlet.doPost(AxisServlet.java:911)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at 
org.jboss.axis.transport.http.AxisServletBase.service(AxisServletBase.java:370)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
com.bluecanopy.commons.web.TransactionFilter.doHttpFilter(TransactionFilter.java:105)
at 
com.bluecanopy.commons.web.BaseHttpServletFilter.doFilter(BaseHttpServletFilter.java:62)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:54)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:174)
at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)
at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)

{http://xml.apache.org/axis/}isRuntimeException: true


Here is my soap request and response from the NetTool.

Request:

?xml version=1.0 encoding=UTF-8?
soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
soapenv:Body


PersonName xsi:type=xsd:stringpersonName
Email xsi:type=xsd:string[EMAIL PROTECTED]
PhoneNumber xsi:type=xsd:string1231231234

AddressLine xsi:type=xsd:string12355 Sunrise Valley Dr
CityName xsi:type=xsd:stringReston
PostalCode xsi:type=xsd:short0
County xsi:type=xsd:stringFairfax
State 

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss and MySql auto increment deployment errors

2006-03-30 Thread HoleInOne
Hi redbeard15, It certainly helped me, thanks!

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: cracy Logs

2006-03-30 Thread sudsm
I just noticed that this default logging behaviour is filling up my disk 
too..to switch the log level to more sensible 'INFO' or 'WARN', edit your 
log4j.xml found in server conf directory and add the following category.

   category name=org.jboss.cache
  |   priority value=INFO/
  |/category
  | 

in Limit Categories section...

HTH.

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: When do you plan to support Eclipse 3.2?

2006-03-30 Thread [EMAIL PROTECTED]
for jbosside 2.0, development starts soon (hopefully ;)

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - history table (before insert / trigger?)

2006-03-30 Thread Cybernd
Hi,

Given szenario:
Each object update should store the original object inside a history table.

Whats the best suitable technique for my szenario?

db trigger
Is it possible to tell hibernate to create the triggers? some kind of 
additional ddl which should be executed after the basic cmp table creation.

Hibernate PreUpdateEventListener
Is this a problem with the ejb3 sepc? Will work only with hibernate, so 
switching to products like toplink would be harder or?

Applogic
The App itself knows that there are different versions available. Would be 
possible to implement it with pure cmp offering db/appserver independence. But 
maybe worst performance and more redundant code.

Any ideas?
Bernhard Neuhauser

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss AOP] - Re: Using metadata on JBoss AOp

2006-03-30 Thread [EMAIL PROTECTED]
Take a look at 
http://docs.jboss.com/aop/1.3/aspect-framework/reference/en/html/compiling.html#ant


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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - How to change the contexte of an application

2006-03-30 Thread adilou1981
Hello,
I'm using Jboss 4.0.2 with Jboss IDE and Eclipse
I want to change the contexte of my application , how can I do that ? 
Thank you.


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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Process State

2006-03-30 Thread aksharma
I am trying to test a Process definition with process state (subprocess).

The execution enters the subprocess but fails in the sub process ..Any clues ..



ibernate: select variableac0_.SCRIPT_ as SCRIPT8_1_, variableac0_.ID_ as 
ID1_1_, variableac0_.ID_ as ID1_12_0_, variableac0_.VARIABLENAME_ as 
VARIABLE2_12_0_, variableac0_.ACCESS_ as ACCESS3_12_0_, 
variableac0_.MAPPEDNAME_ as MAPPEDNAME4_12_0_ from JBPM_VARIABLEACCESS 
variableac0_ where variableac0_.SCRIPT_=?
java.lang.NullPointerException
at org.jbpm.graph.node.ProcessState.leave(ProcessState.java:165)
at org.jbpm.graph.exe.Token.signal(Token.java:174)
at org.jbpm.graph.exe.Token.signal(Token.java:123)
at org.jbpm.graph.exe.ProcessInstance.signal(ProcessInstance.java:217)
at com.test.ProcessStateTest.testSimpleProcess(ProcessStateTest.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-03-30 Thread lcoetzee
Just an update on the usage of pages.xml and conversation.end   I have 
removed it again, seems that it did not do as I wished it would.

Regards

L


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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-03-30 Thread [EMAIL PROTECTED]
lcoetzee wrote : Just an update on the usage of pages.xml and 
conversation.end   I have removed it again, seems that it did not do as I 
wished it would.

What was the problem?

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Unregistering MBeans

2006-03-30 Thread washeeq
Hello,
I am running TreeCache on WebSphere 6.0 and I've experienced following error: 
javax.management.InstanceAlreadyExistsException: 
jboss.cache:service=TreeCache-Cluster It happens when restarting enterprise 
application. 

The cause is quite obvious, when TreeCache is created (in _createService() 
method) it is registered as a MBean to first found MBean Server (along with its 
interceptors). But no unregistration occurs neither in stopService nor in 
destroyService (there is no unregistering code in MBeanConfigurator utility 
class). Sounds like a bug for me...Is there any way how to unregister those 
MBeans? 

InstanceAlreadyExistsException is not critical, but is quite bothering in log 
files.

BTW why there are dependsjboss:service=Naming/depends
  | dependsjboss:service=TransactionManager/depends entries in 
configuration?

Thank you,
Washeeq

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Problem to define the base URL of my web app

2006-03-30 Thread sylobsa
Hi all,

I use JBoss 3.2.6 + Struts. 
I deployed a web app MyWebApp

To use it I have to type the URL : 
  http://localhost:8080/MyWebApp/start.do

Does anybody knows which files I have to configure and how to have the URL :
  http://localhost:8080/

Regards

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Bootstrap Environment config

2006-03-30 Thread PeterJ
When you switched to MySQL, did you remember to copy the 
mysql-connector-xxx.jar file to the server/default/lib directory?

Also, use of the org.gjt.mm.mysql.Driver has been deprecated, you should use 
com.mysql.jdbc.Driver instead.

Yes, since Coyote (Tomcat) is using port 9002, you should open that port in the 
firewall. 

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Application-specific classloading from EJB in JBoss

2006-03-30 Thread [EMAIL PROTECTED]
Moved to ejb user forum since this has nothing to do with the design of aop.

Start here:
http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingOverview

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Bootstrap Environment config

2006-03-30 Thread johnson4
No I didn't know anything about the mysql-connector-xxx.jar file.
Where can I find it?  
Or were you refering to the file I included in my last post, with the db config 
info?

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Still blocking tasks - but blocking=

2006-03-30 Thread david.trattnig
At the moment I'm quite busy - I've changed my process definition, so at the 
moment it's no problem for me - When I've a little more time, I'll write this 
unit test.

Cheers,
david

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Bootstrap Environment config

2006-03-30 Thread PeterJ
The connector jar file is available from the mysql web site.  Look for 
Connctor/J on the Drivers tab in the products download page.

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-03-30 Thread lcoetzee
When the conversations was just joined things worked. However, with the 
pages.xml conversation.end things got a bit confusing. Using a @Factory with an 
@Begin to start the new conversation, later on (a few methods calls down in the 
same conversation and same stateful bean) I get this:

org.hibernate.LazyInitializationException: failed to lazily initialize a 
collection of role: csir.structure.par.CMSTopic.groupings, no session or 
session was closed

Which doesn't make sense at all, as the CMSTopic (extended from Topic) gets 
loaded in this stateful bean (and in this conversation), even though I use 
another bean to actually do the retrieving of the Topic. (When I remove the 
pages.xml no problem).

Has me completely stumped.

L



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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Bootstrap Environment config

2006-03-30 Thread johnson4
cool thanks a million, Ill go check that out
sj

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-03-30 Thread lcoetzee
I also doubt if the conversation has really ended. If I click a link specified 
in my pages.xml (with the conversation.end) (with a running conversation),  
(and if the action I am going to is annotated only with an @Begin and the 
@Factory) I get the following exception:

Caused by: javax.faces.el.EvaluationException: 
/WEB-INF/tags/adminLeftNavigation.xhtml @34,28 
action=#{groupingManagementBean.loadAllServices}: 
javax.ejb.EJBTransactionRolledbackException: java.lang.IllegalStateException: 
begin method invoked from a long running conversation, try using 
@Begin(join=true)
  | at 
com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:73)
  | at 
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
  | ... 35 more
  | 

L

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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - JBPM_BYTEBLOCK

2006-03-30 Thread pedrosacosta
When i deploy a processdefinition with actions to the jbpm database, the  
actionHandlers are uploaded to the the table jbpm_byteblock?

If so, how can i develop my actionsHandlers, without being to always upload the 
actions?

If no, what is the use of jbpm_byteblock?

Thanks,
Pedro


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

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


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


  1   2   3   >