[jboss-user] [JBossWS] - Re: SOAP request missing namespace

2007-02-01 Thread yperey
no one have even a start of an answer ? no one have already experienced this problem ? somone of jboss ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009243#4009243 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009243

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Deploying without packaging

2007-02-01 Thread Andre.April
It would be nice if we could : - deploy a file individually (contextual menu entry on the file in the package view for example) | - have a view showing the modified files where you select the ones to deploy. Something like the view in which you see which files need to be cheked in CVS. |

[jboss-user] [JBoss jBPM] - How to repeat node execution N times after fail?

2007-02-01 Thread enpx
Hi, Suppose, I have this node: | node name=create account | action class=org.jbpm.tutorial.mytest.CreateContract/ | transition to=next/ | /node | What is the right way to repeat org.jbpm.tutorial.mytest.CreateContract execution N times after fail? I see only this way:

[jboss-user] [JBoss jBPM] - how do i duplicate process definition through definition id?

2007-02-01 Thread shawnacao
i can find method to drectly do that. thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009235#4009235 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009235 ___ jboss-user

[jboss-user] [EJB/JBoss] - Calling createTimer from SLSB causing loca tx warning

2007-02-01 Thread alllle
I have some SLSB that uses container managed default transaction settings. I also configured the JBoss DefaultDS to a separated production database. What happens is when I invoke SessionContext.getTimerService().createTimer() | I will get the following Warning message: 01:20:46,065 WARN

[jboss-user] [JBoss jBPM] - Re: Simple workflow for newbie

2007-02-01 Thread enpx
After reading manual I write this jPDL code: | process-definition xmlns=urn:jbpm.org:jpdl-3.1 name=recursion |start-state name=start | transition name=find contract to=find contract/transition |/start-state |node name=find contract | action

[jboss-user] [Clustering/JBoss] - Re: HAJNDI over HTTP

2007-02-01 Thread mindflyer
Of course, I can use loadbalancer (Apache HTTP Server). But I want to use HAJNDI based on client-side interceptor, without loadbalancer. It is possible? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009228#4009228 Reply to the post :

[jboss-user] [JBoss Seam] - can JBoss Seam application be deploy on oc4j

2007-02-01 Thread merajcal
Thanks gavin for your response, but please tell me if I like to deploy simple helloworld application on oc4j, is there any specific requirement to deploy application based on jboss seam,can JBoss Seam application be deployed on oc4j? Thanks Meraj View the original post :

[jboss-user] [JBoss Seam] - Re: OptimisticLockException

2007-02-01 Thread lightbulb432
In cases like this where an OptimisticLockException occurs, does Seam have no way of using exceptions.xml to handle this fact and display a nice error message? I've exhausted all my resources and don't know where else to turn apart from this board...please, if somebody knows how to use

[jboss-user] [JBoss Seam] - Re: dataTable in two windows

2007-02-01 Thread lightbulb432
How do I get each row's ID to appear in it's text within the link? Right now when I put the following in pages.xml every commandLink shows up (when I put my cursor over it) with an ID URL parameter of the value that was previously selected, as opposed to the value that corresponds to the ID of

[jboss-user] [JBoss jBPM] - Task management in seperate application

2007-02-01 Thread heiko.zehner
Hi, we want to separate the business process management application with jbpm from the task management application, due to security requirements, running in 2 different application servers instances. When a task was ended by calling the jbpm TaskInstance.end() method from the task management

[jboss-user] [EJB 3.0] - Re: ServiceLocator pattern - delegates in the context of EJB

2007-02-01 Thread jc7442
Another thread about service locator: http://www.jboss.org/index.html?module=bbop=viewtopict=97959 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009246#4009246 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009246

[jboss-user] [JBossCache] - TreeCache is missing in JBossCache-all-2.0.0.ALPHA2

2007-02-01 Thread gmeroz
i downloaded JBossCache-all-2.0.0.ALPHA2 and there is no class TreeCache in there. Why? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009247#4009247 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009247

[jboss-user] [Security JAAS/JBoss] - Re: standalone client with jaas/jboss

2007-02-01 Thread aleksab
Thanks for your reply! Actually I've followed your example, without any luck. If possible, could you send me your source code? Or explain how your EJB bean looks like, how InitialContext is configured. I'm suspecting that my InitialContext is set wrong. Alex View the original post :

[jboss-user] [JBoss Seam] - seam-gen enhancement

2007-02-01 Thread guanwh
Would it be great that seam-gen will generate crud pages and classes for an existing Entity class,just like seam-gen generate the crud pages,classes and entity classes from database. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009250#4009250 Reply

[jboss-user] [JBoss Seam] - Re: OptimisticLockException

2007-02-01 Thread [EMAIL PROTECTED]
Nope, Seam cant do much about exceptions which occur at this point. As I've said here many times, JSF exception handling sucks ass, your only option is to beg for proprietary features from the JSF implementations. If you read the JSF spec, it actually says explicitly that JSF implementations

[jboss-user] [EJB 3.0] - Re: persistance.units NOTYETINSTALLED

2007-02-01 Thread z3r0
Arg ! :-( I should rename the file META-INF/persistence.xml ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009261#4009261 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009261

[jboss-user] [JBoss Seam] - Re: OptimisticLockException

2007-02-01 Thread [EMAIL PROTECTED]
Actually, that's not quite right. There probably is something we can do to allow these exceptions to be handled in exceptions.xml. Will be messy, but possible. http://jira.jboss.org/jira/browse/JBSEAM-748 View the original post :

[jboss-user] [JBoss jBPM] - Re: How to repeat node execution N times after fail?

2007-02-01 Thread shawnacao
does createcontract know itself failed or not?if it does,add a transition to createcontract and pick that transition when it failed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009266#4009266 Reply to the post :

[jboss-user] [JBoss Seam] - Re: seam-gen enhancement

2007-02-01 Thread [EMAIL PROTECTED]
sure, and it is all possible just not enabled in seamgen yet. you can do it by have it use a instead of care to submit a patch ? :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009267#4009267 Reply to the post :

[jboss-user] [JBoss Seam] - Seam 1.1.5.GA released

2007-02-01 Thread [EMAIL PROTECTED]
Seam 1.1.5, despite the strange version number, includes exciting new functionality including: * Seam/Security - integrated JAAS-based authentication and unique EL and Drools-based authorization engine * Facelets-based email templating - define emails using JSF tags in a Facelets template *

[jboss-user] [EJB 3.0] - Re: EJB3 RC10

2007-02-01 Thread [EMAIL PROTECTED]
any news about EJB3 RC10 ? RC9 still runs out of memory (permgen) when lazy loading relations are used. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009269#4009269 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009269

[jboss-user] [JBoss Seam] - Re: trouble using password verify as in booking example

2007-02-01 Thread [EMAIL PROTECTED]
That message is coming from JSF. I'm not sure the exact cause. What does your local interface look like? Does it have the get/set methods declared? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009276#4009276 Reply to the post :

[jboss-user] [JBoss Seam] - Re: trouble using password verify as in booking example

2007-02-01 Thread henrik.lindberg
Changed the secret output to a normal field, and set some text in m_verify in the constructor. And now I got something different - an exception that tells me that it can not find the property... javax.faces.el.PropertyNotFoundException: /register.xhtml @34,88 value=#{register.verify}: Bean:

[jboss-user] [JBoss Seam] - Re: trouble using password verify as in booking example

2007-02-01 Thread [EMAIL PROTECTED]
Is getVerify()/setVerify() on the local interface? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009282#4009282 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009282 ___

[jboss-user] [JBoss jBPM] - Re: How to repeat node execution N times after fail?

2007-02-01 Thread enpx
How need I change jPDL code? Is this right: | node name=create account | action class=org.jbpm.tutorial.mytest.CreateContract/ | transition name=next to=next/ | transition name=same to=create account/ | /node | Suppose, CreateContract handler can setup context

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-02-01 Thread petemuir
AFAIK there has been no work on the Seam codebase to improve trinidad integration (waiting on a release from Trinidad) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009289#4009289 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5.GA released//file upload

2007-02-01 Thread JoviJojo
Hi gavin, i have just tested this latest release of seam, seam space for the file upload, it seems to be bit of buggy for me, for instance. i tried to upload pictures, and the pictures can not be displayed on the space. after few times tring, when upload the same pictures again, i got

[jboss-user] [JBoss Seam] - Re: trouble using password verify as in booking example

2007-02-01 Thread henrik.lindberg
Local interface did not have getVerify() nor setVerify() declared - and... the example Local interface has these. My mistake. Thanks Gavin !!! Getting a better error message would have helped a newbie a lot - the initial can not convert... that I got was quite confusing. But hey! problem

[jboss-user] [JBoss Seam] - Re: trouble using password verify as in booking example

2007-02-01 Thread [EMAIL PROTECTED]
Its not my message, its from JSF. I don't actually approve of how JSF handles these cases. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009304#4009304 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009304

[jboss-user] [JBoss jBPM] - Re: How to repeat node execution N times after fail?

2007-02-01 Thread shawnacao
createaccount handler pick transition up directly like below Token token = executionContext.getToken(); token.signal(transition name); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009306#4009306 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Advice on Security System

2007-02-01 Thread alex.kozlenkov
Guys, with Feb 1 CVS code, the problems above have gone away and in fact, all is working well. However, I am getting the following exception trace in the log:2007-02-01 10:30:59,450 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/helloworld]] Session attribute event |

[jboss-user] [JBoss Seam] - Re: Advice on Security System

2007-02-01 Thread [EMAIL PROTECTED]
Looks like a bug. Please report this one in JIRA, thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009316#4009316 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009316 ___

[jboss-user] [JBossCache] - TreeCache with INVALIDATION_SYNC mode and DB sync issue.

2007-02-01 Thread [EMAIL PROTECTED]
Hi I am using TreeCach with INVALIDATION_SYNC mode. I cache large object graphs so I just want just to notify all cluster nodes when an entry is modified and make rest of the nodes fetch a fresh copy from DB. Lets say I have 2 nodes cluster with node#1 and node#2. A cached object is modified on

[jboss-user] [JBoss jBPM] - Re: Task management in seperate application

2007-02-01 Thread kukeltje
then build your own taskmanagement application and signal (via jms/ejb) the engine on the other system View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009321#4009321 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009321

[jboss-user] [JBoss Portal] - Re: AJAX4JSF in Portal

2007-02-01 Thread chuaky
hi Julien, I remove the FaceletPortletViewHandler entry from faces-config.xml and didn't encountered the issue. I also added the view handler in web.xml: context-param param-nameorg.ajax4jsf.VIEW_HANDLERS/param-name

[jboss-user] [JBoss Seam] - Re: Deploying in 4.0.3SP1 AS results in empty tables, how to

2007-02-01 Thread rabbiaqaswar
User got the permissions, must be some other thing. Solved the issue now. Anyways there is also another setting which can be useful if your database tables already exist and you dont want to clear your tables everytime the application is redeployed. Here it is: View the original post :

[jboss-user] [JBoss Seam] - Re: Deploying in 4.0.3SP1 AS results in empty tables, how to

2007-02-01 Thread rabbiaqaswar
property name=hibernate.hbm2ddl.auto value=validate View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009325#4009325 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009325 ___

[jboss-user] [JBoss Seam] - Re: Deploying in 4.0.3SP1 AS results in empty tables, how to

2007-02-01 Thread rabbiaqaswar
View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009324#4009324 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009324 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: how do i duplicate process definition through definition

2007-02-01 Thread kukeltje
? Me need more info. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009326#4009326 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009326 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: ClassLoader not available in meta data

2007-02-01 Thread [EMAIL PROTECTED]
What is the jbossws version? If this is still a problem for you pls create a jira issue and attach a sample deployment View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009354#4009354 Reply to the post :

[jboss-user] [JBossWS] - Re: WSDL-JAVA - How do you generate both server and client a

2007-02-01 Thread [EMAIL PROTECTED]
http://labs.jboss.com/portal/jbossws/user-guide/en/html/clients.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009352#4009352 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009352

[jboss-user] [JBossWS] - Re: JBossWS tutorial

2007-02-01 Thread [EMAIL PROTECTED]
The status of the JAXWS userguide is reflected here http://jira.jboss.org/jira/browse/JBWS-1307 The URL above it the JAXRPC user guide. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009353#4009353 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to use si:selectItems with an object that has a Stri

2007-02-01 Thread petemuir
Thanks for chasing down the problem here. I need to work on the EntityConverter to fix this. I'll do that later today. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009351#4009351 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5.GA released

2007-02-01 Thread [EMAIL PROTECTED]
How big were the images and what format were they in? (seamspace only supports jpeg and png). And which exception was thrown? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009346#4009346 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: how do i duplicate process definition through definition

2007-02-01 Thread shawnacao
sorry,i missed a word not , i can not i want copy a definition which exists in database,and use new definition to create process isntance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009347#4009347 Reply to the post :

[jboss-user] [JBossWS] - Re: Enforcing a WSDL without doing WSDL first development (t

2007-02-01 Thread [EMAIL PROTECTED]
The wsdl you declare in wsdlLocation is simply published by the endpoint. Import URLs and endpoint address are rewritten otherwise there is little no none validation against the annotations that the endpoint uses. The internal meta data model is always build from the annotations. View the

[jboss-user] [JBossWS] - Re: SchemaTypeCreator.introspectJavaProperties Exception w/

2007-02-01 Thread [EMAIL PROTECTED]
Could you please verify whether this still occurs in 1.2.0 How can I build and install the latest? http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall Where is the JBossWS source repository? http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQSourceRepository svn co

[jboss-user] [JBoss Seam] - Re: How to use si:selectItems with an object that has a Stri

2007-02-01 Thread lawrieg
I've done some more investigating and the problem is that the h:selectOneMenu value property (which is #{customerHome.instance.customerType}) is passed to the BasicEntityConverter, and that customerHome.instance.customerType holds a new instance of CustomerType which doesn't have any fields

[jboss-user] [JBossWS] - Re: mapped-name in service-ref required but not legal?

2007-02-01 Thread [EMAIL PROTECTED]
JAXWS is available in 1.2.0 Have a look at the road map in jira View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009341#4009341 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009341

[jboss-user] [JBossWS] - Re: JBossWS 1.2.0CR2 with JEMS 1.2 (and JBoss 4.0.5) fails

2007-02-01 Thread [EMAIL PROTECTED]
This is a classpath issue. Make sure jboss-jaxrpc.jar is seen first. In 4.0.5 the legacy JAXRPC API is also in jbossall-client.jar. This will cahnge in jboss-4.2.0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009342#4009342 Reply to the post :

[jboss-user] [JBossWS] - Re: Help: how to consume webservice in ejb3 ?

2007-02-01 Thread [EMAIL PROTECTED]
@WebServiceRef is supported in jbossws-1.2.0 With JAXRPC you can always use service = ServiceFactory.create(wsdl, serviceName) port = service.getPort(MySEI.class); port.doStuff() Note, if you have custom types you need to pass in jaxrpc-mapping.xml View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Problem: Cannot create ejb3 project

2007-02-01 Thread trifonov
Hi, I use JBossIDE-2.0.0.Beta2-Bundle-win32 and cannot create ejb3 project. It fails on the screen Select a JBoss configuration - I created JBoss configuration (jboss-4.0.5.GA with ejb3) but when I select it - the Next and Finish buttons are still disabled and I cannot continue. Is it a bug or

[jboss-user] [JBossWS] - Re: Disable /jbossws/services page

2007-02-01 Thread [EMAIL PROTECTED]
Yes, jbossws/services can be secured just like any other webapp in jboss View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009355#4009355 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009355

[jboss-user] [JBossCache] - Re: TreeCache is missing in JBossCache-all-2.0.0.ALPHA2

2007-02-01 Thread [EMAIL PROTECTED]
New API. See the new docs on http://labs.jboss.com/file-access/default/members/jbosscache/freezone/docs/2.0.0.Snapshot/en/html/index.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009358#4009358 Reply to the post :

[jboss-user] [JBossWS] - Re: ws4ee invalid xml response

2007-02-01 Thread [EMAIL PROTECTED]
This is HTTP1.1 chunking. Tomcat can be configured to use HTTP1.0 for specific agents. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009357#4009357 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009357

[jboss-user] [JBossWS] - Re: Pbs when consuming a Web Service with JBoss WS 1.0.3 and

2007-02-01 Thread [EMAIL PROTECTED]
Have a look at jboss classloading View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009359#4009359 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009359 ___ jboss-user mailing list

[jboss-user] [JBossCache] - Re: Jboss Caching issue

2007-02-01 Thread bhavranjan
I got one solution as TreeCache is not registered in jboss.cache so its not possible to access this . here is fine Now i am trying to register TreeCache Mbean by these steps I copied jboss-cache.jar and jgroups.jar in ${jboss.home}/lib dir and copied the tree-service.xml in

[jboss-user] [JBossWS] - Re: jbossws.sar in jbossws1.0.4.GA fails to deploy on jboss

2007-02-01 Thread [EMAIL PROTECTED]
The EJB3 deployer is not there. You can safely comment out the DeployerInterceptorEJB3 if run in a non EJB3 distro View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009365#4009365 Reply to the post :

[jboss-user] [JBossWS] - Re: wstools not generating Java for enum pattern

2007-02-01 Thread [EMAIL PROTECTED]
Have a look at this FAQ http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQSupportedDataTypes View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009366#4009366 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009366

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5.GA released

2007-02-01 Thread svadu
Good job, thanks! I am also glad JBoss is extending support of Seam. Any chance on having a look at Resin in near future as well? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009371#4009371 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Configuring a DB2 XA connection

2007-02-01 Thread k_r_ashwin
This is sample datasource configuration which is working for me xa-datasource track-connection-by-tx/ jndi-nameWmxJmsDataSource/jndi-name xa-datasource-property name=PortNumber15020/xa-datasource-property xa-datasource-property name=DatabaseNameTEST/xa-datasource-property

[jboss-user] [JBoss jBPM] - Controllers and i18n

2007-02-01 Thread dfredericci
Good morning for all!!! I am starting with JBPM... it would like to know if feature for i18n exists some... Tanks!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009374#4009374 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem: Cannot create ejb3 project

2007-02-01 Thread trifonov
Hi, I found the problem. I have created JBoss v4.0 (under JBoss) instead of JBoss AS 4.0 (under JBoss Inc). The names of the nodes and servers are very similar. Regards, Trifonov View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009375#4009375 Reply to the

[jboss-user] [JBoss jBPM] - Re: How to model a loop with GPD?

2007-02-01 Thread yoyoyoyo
Hi Romeu, Tks for your reply. I don't quite understand this yet: I think you need to include an end state, but you can specify a way in wich the transaction to that state is never taken. I posted this question to make sure this is not yet implemented in jbpm before I start coding it in my

[jboss-user] [EJB 3.0] - trying to get the language from de jndi context in EJB3SLSB

2007-02-01 Thread putopuntocom
I'm creating a context for accessing a Stateless EJB3. String JNDI_FACTORY = org.jboss.security.jndi.JndiLoginInitialContextFactory; | String JNDI_PROVIDER_URL = jnp://localhost; | String JNDI_PROVIDER_PORT = 1099; | | Properties prop = new Properties(); |

[jboss-user] [JBoss jBPM] - Re: Controllers and i18n

2007-02-01 Thread kukeltje
by default not in the processdefinitions, but the forms can be customized any way java supports. This is only valid for the forms, not the complete webconsole yet (you can customize that yourself from the source) View the original post :

[jboss-user] [JBoss jBPM] - Re: Controllers and i18n

2007-02-01 Thread dfredericci
kukeltje wrote : by default not in the processdefinitions, but the forms can be customized any way java supports. This is only valid for the forms, not the complete webconsole yet (you can customize that yourself from the source) Huuummm... ok! Thanks! View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Multiple Annotations error in web.xml

2007-02-01 Thread yogesh.kaliyarajan
Hi, I successfully created for web dynamic project in jboss eclipse ide,but web.xml file displays error message as Multiple Annotations at first line. I tried for some time,but unable to resolve this error in web.xml. Please provide solution for that error. Thanks in Advance.

[jboss-user] [JBossCache] - optimistic cache locking

2007-02-01 Thread edavis
Hi, im using jboss4.0.5.GA and if im not wrong it has hibernate 3.2 wich has optimistic cache locking, how do I enable it? For example my ejb3-cache-service.xml is | ?xml version=1.0 encoding=UTF-8? | server | mbean code=org.jboss.cache.TreeCache

[jboss-user] [JBoss Seam] - Does Seam work with JSP2.1? and what to use Facelets or JSP

2007-02-01 Thread terryb
Anyone knows if Seam works with JSP 2.1? and JBoss AS 4.0.5? Also now that JSP 2.1 has fixed the problem JSP had with JSF. Is it still a good idea to use Facelets? If so is there any Seam example using JSP 2.1? View the original post :

[jboss-user] [JBoss Seam] - Simple application component

2007-02-01 Thread quilleashm
Using Seam 1.1.0.GA I have a simple Seam component which is just for injecting a singleton session factory and a ManagedHibernateSession that uses it. (I'm aware of the HibernateSessionFactory component but I think this problem is more general). First the session factory wrapper component.

[jboss-user] [Performance Tuning] - performance degradation

2007-02-01 Thread edavis
Hello, im running a web application on jboss4.0.5.GA using ejb3, hibernate, tomcat, mysql, treecache, prototype for ajax, servlet with pojo based html rendering, etc if more datails are needed ill be happy to provide them. Im still working in tunning the application to get better

[jboss-user] [JBoss jBPM] - Re: A sample with HibernateLongInstance or HibernateStringI

2007-02-01 Thread doballve
Just to give it code example, here is how you would do for a HibernateLongInstance: First, You have a hibernate entity with id of type Long and a hibernate mapping to your class properly loaded in the same session as JBPM mappings. The mapping: class name=mypackage.MyEntity

[jboss-user] [JBoss jBPM] - Re: How to model a loop with GPD?

2007-02-01 Thread RomeuFigueira
To put it in a programatic way: Let's say you have a 4 state cenario: 1 - Start State 2 - State A 3 - State B 4 - End State The following transitions exist: 1 to 2 2 to 3 *2 to 4 3 to 2 The 2 to 4 transition should never been taken, therefore making a 2-3-2 loop for ever. You could force this

[jboss-user] [JBoss Seam] - Re: trouble using password verify as in booking example

2007-02-01 Thread henrik.lindberg
Thanks Gavin, I totally understand. No problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009411#4009411 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009411 ___ jboss-user

[jboss-user] [JBossCache] - Re: Jboss Caching issue

2007-02-01 Thread [EMAIL PROTECTED]
what version of jboss cache are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009412#4009412 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009412 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5.GA released/file upload problem

2007-02-01 Thread JoviJojo
thanks for the reply... 1) i tried to upload two images: one jpeg size of 43kb, the other one is bitmap size of 16kb. 2) i did not make a copy of the exceptions, but i can see from the server log that the image was actually created... although we in our application can leave without actually

[jboss-user] [Messaging, JMS JBossMQ] - jboss startup with delveryactive set to FALSE

2007-02-01 Thread jlovelace70
Hi I am using JBOSS jboss-4.0.0 and have implemented a MessageDrivenBean as a singleton which acts as a persistent in inbound message event queue. On occasions I need to restart the jboss container, and have queue content as yet un-processed. I would like to be able to use the JMX

[jboss-user] [JBoss Seam] - Re: Does Seam work with JSP2.1? and what to use Facelets or

2007-02-01 Thread terryb
thanks agori. I guess you use facelets. may I ask which development environment you use? also what do you think about using jPDL vs JFS Navigation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009430#4009430 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5.GA released

2007-02-01 Thread hstang
Thanks for your hard work Seam team. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009441#4009441 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009441 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Issues moving from Seam 1.1.0 to Seam 1.1.5

2007-02-01 Thread bsmithjj
Hello, I have an EAR Deployment that uses the following API's: * Seam 1.1.0 (would like to use 1.1.5) * MyFaces 1.1.4 (no - ICEFaces is not ) * Tomahawk 1.1.3 (an option for this project) * Facelets 1.1.11 The MyFaces jars are package at the EAR level. The project contains an EJB

[jboss-user] [JBoss Seam] - Re: Issues moving from Seam 1.1.0 to Seam 1.1.5

2007-02-01 Thread petemuir
http://www.jboss.com/index.html?module=bbop=viewtopict=100416 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009445#4009445 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009445

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2 timers in a cluster

2007-02-01 Thread mikechristiansen2000
Thanks for the info. Yes, we would like to have the timer thread (servlet) running on each machine in the cluster. It seems like the simplest approach. When you say we will be in trouble doing this, are you doing so in the context of 3.2? It looks like the issue is being addressed in

[jboss-user] [JBossWS] - Re: WS Eventing client - basics question

2007-02-01 Thread moensie
Aha, I should use remoting. Funny actually. I already got started on a pure JBoss remoting solution. I threw out the webservice eventing and added a register/ deregister method to my existing webservice (a plain synchronous one). In the register method I add the address to a list and

[jboss-user] [JBoss Seam] - Re: Issues moving from Seam 1.1.0 to Seam 1.1.5

2007-02-01 Thread bsmithjj
Thanks for the pointer - I saw this same problem with 1.1.1 but I just fell back to 1.1.0 also. It would be nice to make another release with this fix in short order (please?). Thanks, Brad Smith View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009459#4009459

[jboss-user] [JBossWS] - Re: jbossws.sar in jbossws1.0.4.GA fails to deploy on jboss

2007-02-01 Thread moensie
Ah, I already updated my JBoss with EJB3.0 Nice to know there is another solution View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009458#4009458 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009458

[jboss-user] [JBoss Seam] - Re: NotSerializableException:ThreadLocal when using PAGE s

2007-02-01 Thread bsmithjj
March 20? dang! how about 1.1.6 on Feb. 6? ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009457#4009457 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009457 ___

[jboss-user] [EJB 3.0] - Re: Query

2007-02-01 Thread dkalna
Thanks Andy, well, and how to avoid this multiple bags exception thing? I have read that I should use Set instead of generic Collection, but is this solution? Bye Dalibor View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009467#4009467 Reply to the post :

[jboss-user] [JBossCache] - Re: PojoCache support JDK5.0 Enum bug, is there a work aroun

2007-02-01 Thread emailmsgbox
This causes strange behavior I a have an object kuku that holds an JDK5.0 Enum when I use HashMap to hold kuku objects after I remove from the cached HashMap a kuku object , the size of the map stays the same and values() will return a also the removed kuku object as null when I use

[jboss-user] [Security JAAS/JBoss] - Re: standalone client with jaas/jboss

2007-02-01 Thread jaikiran
I can do that but currently i dont have access to the setup where i had the source files. Alternately, can you explain what exactly is not working in your case. Can you post some code/configurations that you have used. And what are you trying to do, is it lookup of a secure EJB from a

[jboss-user] [JCA/JBoss] - Re: Configuring a DB2 XA connection

2007-02-01 Thread apill
K R Ashwin... Which version of DB2 are you using and which version of the driver? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009473#4009473 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009473

[jboss-user] [JBoss Seam] - Re: Does Seam work with JSP2.1? and what to use Facelets or

2007-02-01 Thread agori
terryb wrote : thanks agori. I guess you use facelets. may I ask which development environment you use? | | also what do you think about using jPDL vs JFS Navigation? I am not a Seam user at the moment, sorry ;) View the original post :

[jboss-user] [JBossCache] - Re: removeObject do not fully remove when working with FileC

2007-02-01 Thread emailmsgbox
the topic http://jboss.org/index.html?module=bbop=viewtopict=100342 Is I think an example of the same problem Ideas? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009477#4009477 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: hibernate AnnotationConfiguration rather than Configurat

2007-02-01 Thread crussell42
-or- have a configuration class property in jbpm.cfg.xml which allows us to specify what configuration class to use? jbpm.session.factory.configuration.class=org.hibernate.cfg.AnnotationConfiguration That way if it is a hibernate version issue, the default could be just Configuration. View the

[jboss-user] [JBoss Seam] - Test on seamspace example

2007-02-01 Thread gus888
Hi there, I tested the seamspace example. It is very cool, although the images cannot be displayed. The image was displayed as black filled rectangle. Thank you for the great example. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009487#4009487 Reply to

[jboss-user] [JBoss jBPM] - Re: A sample with HibernateLongInstance or HibernateStringI

2007-02-01 Thread crussell42
See also http://www.jboss.com/index.html?module=bbop=viewtopict=100452 I am trying to do the same thing with an entity that does not have a resource mapping file but uses annotations only to define schema. Problem there is there is no way to tell jbpm about the annotated class because of the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - sequence of execution not followed in seam remoting

2007-02-01 Thread [EMAIL PROTECTED]
Hi, I was facing a lot of problem in implementation of pop-up in my application. Eveytime I would invoke a pop-up, the javascript part (written in onclick attribute) would get executed before the my listener method (written in action attribute). After reading Seam Remoting, I tried to call

[jboss-user] [JBoss Seam] - doubts with embedded-ejb testNGs

2007-02-01 Thread nico.ben
Hi! I still have problems running a testNG, after reading docs, forum and wiki. So I bother you with my questions, sorry :) I just created with seam-gen (seam1.1.5) a project with a reversed from postgres db class (User.java) Included libs are the ones seam-gen includes. In my classpath

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss 3.2.3 failed to start with JDK 1.5 version

2007-02-01 Thread khaleelmys
Experts Please reply as its very urgent and want to make sure its a version problem and nothing to do with config changes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009493#4009493 Reply to the post :

  1   2   3   >