[jboss-user] [JBoss Portal] - Re: Cannot see Portal Management Window due to an error

2007-03-26 Thread [EMAIL PROTECTED]
Which version of Portal ? Did you install core-admin ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031909#4031909 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031909 ___

[jboss-user] [EJB 3.0] - multiple persistence unit in one persistence.xml

2007-03-26 Thread nzhiv
Can I use two and more datasource in one persistence.xml? When I use one persistence-unit tag in persistence.xml, it's work. When I added second persistence-unit tag in persistence.xml I received next error message anonymous wrote : 2007-03-26 16:18:24,646 WARN [org.jboss.resource.connectionma

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - column: value (should be mapped with insert=

2007-03-26 Thread ebross
08:22:39,984 WARN [ServiceController] Problem starting service persistence.units:ear=odmsapp.ear,unitName=odmsPersistenceUnit | javax.persistence.PersistenceException: org.hibernate.MappingException: Repeated column in mapping for entity: com..xx.pojo.service.ServiceEntity column: value (

[jboss-user] [JBoss Seam] - Re: lost parameter after login/forwarding

2007-03-26 Thread henrik.lindberg
Thanks Gavin, Yes, I have that already - from my pages.xml: | | | | #{s:hasRole('user')} | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031904#4031904 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: lost parameter after login/forwarding

2007-03-26 Thread henrik.lindberg
Thanks Gavin, Yes, I have that already - from my pages.xml: | | | | #{s:hasRole('user')} | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031903#4031903 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [Clustering/JBoss] - Re: Farm Deployment with UDP not working

2007-03-26 Thread RedChili
My servers don't seem to have problems to communicate with eachother. They form a partition, I can join an un-join nodes. To be completely sure I ran the tests you reccommended. I also did the JGroupos multicast tests. All completed successfully. This is the DEBUG log from my cluster services (o

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Unable to locate current JTA transaction

2007-03-26 Thread kgrjb
hibernate 3.2.* jboss 4.0.5.GA im getting the same "unable to locate jta transaction" @TransactionAttributeType.SUPPORTS but not with @TransactionAttributeType.REQUIRED on ejb 3 session bean[slsb]. i use getCurrentSession(). i understand hibernate session needs a transaction but what happens

[jboss-user] [JBoss Seam] - Re: Intercepting component installation

2007-03-26 Thread [EMAIL PROTECTED]
That wouldn't work for me, I need the components to be initialized before my startup listener runs. I'm using @Autocreate now and call it first thing on the first page of the application. Not a permanent solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Seam] - Re: Session wide variable

2007-03-26 Thread hispeedsurfer
in pages.xml i have now a call to init method to initialize the start-value. @In Context sessionContext works gread. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031895#4031895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Portal] - Re: Web Application integration

2007-03-26 Thread bvogt
Which information do you want to share? I would expect, that this should be about authentication and authorization only? Take a look at: http://labs.jboss.com/portal/jboo/?prjlist=false if it's possible to introduce that - we are using a commercial solution (Entrusts GetAccess). If you real

[jboss-user] [JBoss Portal] - Re: developing a new portal

2007-03-26 Thread vikas01
hello i forgot to mention that i have downloaded jboss portal 2.6+as beta version os is windows nt and databse is oracle.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031889#4031889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Portal] - developing a new portal

2007-03-26 Thread vikas01
hello i am a newbie.. i skimmed through a few tutorials.. on jboss portals. But i havent understood how we can create our own portal and mange it? Are there any books or online tutorials available on portal and portlets? Regards Vikas View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Portal] - Re: Web Application integration

2007-03-26 Thread ravindra reddy
is anyone there to help me out. it is very important and urgent for me. hope someone will come up with an solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031883#4031883 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Seam] - Re: Complete, working Example-Implementation for EntityHome

2007-03-26 Thread mugwump
Ok, the contactlist provides an example for the declarative use of the class via fwk in the components.xml - is it actually possible right now to use plain javabeans for the implementation (with not only the managed part being javabeans, but also the controller e.g. ContactHome is implemented as

[jboss-user] [Management, JMX/JBoss] - Re: Run a task the 1st of the month?

2007-03-26 Thread genman
Many versions of JBoss ship with this: http://www.opensymphony.com/quartz/ It also is for EJB timers. JBoss supports MDBs receiving jobs as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031878#4031878 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: How to link to page using level of indirection

2007-03-26 Thread awheeler
You could use with action parameter. The action event should return a view-id (JSF or otherwise). Using the SeamFaceletViewHandler you should be able to pass parameters to the action event e.g #{myBean.objectSelected(x)} View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [Microcontainer] - Re: ServiceMBeanSupport in the Microcontainer world

2007-03-26 Thread genman
I mean service start ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031875#4031875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031875 ___ jboss-user mailing list jboss

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss 4.0.4 with BarCharts

2007-03-26 Thread genman
What's the exception trace? Did you talk to your vendor or group that built Charts about this issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031874#4031874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031874 _

[jboss-user] [JBoss Seam] - Re: Session wide variable

2007-03-26 Thread hispeedsurfer
Ok, thank you KoniKoni for the first time. An what can I do to initialize a value like main.xhtml at startup? Is it possible? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031872#4031872 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: How to sort a table by a column corresponding to a trans

2007-03-26 Thread anarinsky
Thank you. There is no problem in sorting results. The problem is that if I use generating view tables from a database table then sorting is resulted from adding ?order by? to a query specified in "getEjbql". The ?getEjbql? method is specified in ?EntityQuery?. How can I force the table orderin

[jboss-user] [Messaging, JMS & JBossMQ] - Re: import org.jboss.mq.server.jmx.Queue

2007-03-26 Thread milind.uc
yes ,, I think I am doing the mistake while using it actually I am using it fom simple pojo class. | public class Sender_Count | { | | | | | | public static QueueConnectionFactoryfactory = null; | public static QueueConnection

[jboss-user] [JBoss Seam] - Re: How to get ResourceBundle message from backend using Sea

2007-03-26 Thread [EMAIL PROTECTED]
anonymous wrote : doesn't seem to work. :( And what happens? Stack trace? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031869#4031869 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031869

[jboss-user] [JBoss Seam] - Re: Tests errors

2007-03-26 Thread [EMAIL PROTECTED]
Raise a JIRA issue please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031868#4031868 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031868 ___ jboss-user mailing list jbos

[jboss-user] [JBoss Seam] - Re: How to get ResourceBundle message from backend using Sea

2007-03-26 Thread xigua
"xigua" wrote : "[EMAIL PROTECTED]" wrote : Did you try the obvious, ie: | | | | #{messages[keyController.keyname]} | | I have not, just thought about it while posting this topic. :) Will do... | | Thanks doesn't seem to work. :( View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: How to get ResourceBundle message from backend using Sea

2007-03-26 Thread xigua
"xigua" wrote : "[EMAIL PROTECTED]" wrote : nonononono! | | | | @In java.util.ResourceBundle resourceBundle; | | Oops! I will try it tonight. | | Thanks a lot Gavin. Have a nice weekend This worked. I was able to call resourceBundle.getBundle("flight/editFlight").getString("ke

[jboss-user] [JBoss jBPM] - No action triggered on Ubuntu

2007-03-26 Thread michea
In a previous post I said we spent a lot of time with jpbm's transitions on Jboss4.0.5GA+EJB3+jbossws1.2SP1 We eventually managed to make it work (at least it seems) by patching with the correction proposed for bug 853 and 854. Now we arrive to another problem : on Linux (ubuntu) no action is t

[jboss-user] [JBoss Eclipse IDE (users)] - where is deployment in JBoss IDE 2.0.0 Beta Version?

2007-03-26 Thread polosatij
I can't find "deployer" for JBoss IDE 2.0.0 Beta Version =/ Here is the Chapter for JBoss IDE 1.5: http://docs.jboss.com/jbosside/tutorial/build/en/html/deployment.html Can anybody help me? Thanks =) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031864#40

[jboss-user] [JBoss Seam] - Re: Seam security adds default messages

2007-03-26 Thread [EMAIL PROTECTED]
You can easily override the built-in Identity component to do whatever you like, eg. stub out the addLoginSuccessfulMessage() method. This is one of the nice things about Seam built-in components. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031862#4031862

[jboss-user] [JBoss Seam] - Re: How to sort a table by a column corresponding to a trans

2007-03-26 Thread stu2
Sure, but you need to do sorting application-side. The DB won't be able to do sorting on transient properties. You could create a comparator that did the sorting you want, and sort the results prior to rendering them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Seam] - Re: lost parameter after login/forwarding

2007-03-26 Thread [EMAIL PROTECTED]
Yes but you need a line like: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031857#4031857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031857 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: framework:entity-query

2007-03-26 Thread gus888
Like this: | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031856#4031856 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031856 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Seam] - Re: framework:entity-query

2007-03-26 Thread gus888
Check your EntityManager object is entityManager. I ever got the null exception when use EntityManager em. Later, after I changed to EntityManager entityManager, the exception gone. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031855#4031855 Reply to the p

[jboss-user] [JBoss Seam] - How to presort a table by a specific column?

2007-03-26 Thread anarinsky
I use seam-gen to generate a table view corresponding to a database table. Column sorting works fine using f:param name="order" (f:param name="order" value="#{projectsList.order=='name asc' ? 'name desc' : 'name asc'}"/>. ) However, sorting of this table happens only by clicking on column head

[jboss-user] [Javassist user questions] - Statement cancel on Browser Socket Close

2007-03-26 Thread palex
Hi. Iam using jboss AS with Datasource configured in JNDI. I have some statements that take to long to execute. Some users, during a request, usualy cancel the request when this kind of statement are taking to long. There is anyway to detect browser socket close in Jboss side? There is anyway to s

[jboss-user] [Security & JAAS/JBoss] - Re: Generate Token in SSOUtil

2007-03-26 Thread [EMAIL PROTECTED]
Shaun- This looks like a possible bug in integration between the SSOEngine/Federation Server/ and Trust Server. The Trust Server is going to go through a major overhaul in version 2.0 with support for WS-Trust spec etc. I will dig deeper into this bug and include a fix in the 1.0 GA release.

[jboss-user] [JBoss Seam] - How to sort a table by a column corresponding to a transient

2007-03-26 Thread anarinsky
I use seam-gen to generate a table view corresponding to a database table. Column sorting works fine using f:param name="order" (f:param name="order" value="#{projectsList.order=='name asc' ? 'name desc' : 'name asc'}"/>. ) However, this table includes only the columns that correspond to the d

[jboss-user] [JBoss Seam] - Re: lost parameter after login/forwarding

2007-03-26 Thread henrik.lindberg
Duh... | @Name("searchService") | public class SearchService | { |@In(create=true) |private EntityManager entityManager; | |private String m_searchPattern; | |@SuppressWarnings("unchecked") |@Factory("searchResults") |@Restrict("#{s:hasRole('us

[jboss-user] [JBoss Seam] - How to link to page using level of indirection

2007-03-26 Thread henrik.lindberg
Hi, I currently have this: | | | | | to go to a detailed view of the object when clicked on the link. I want to be able to call a method to det

[jboss-user] [JBoss Seam] - COMPOUNDs, ATOMs & MOLECULEs - don't try this at home!

2007-03-26 Thread irVega
The prupose of this post is to save future, new SEAM users hours if not days. Given what SEAM is and what it is capable of, the solution for someone with some relevant knowledge will probably take less time than it took to write this. In theory, a solution will take only a few minutes to develop

[jboss-user] [Installation, Configuration & Deployment] - Jboss 4.0.4 with BarCharts

2007-03-26 Thread mikeyb540
Testing my application with Charts using Jboss 4.0.4 AS on Red Hat with JVM 1.5.0_06 keeping getting this error: java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. i set -Djava.awt.headless=true in the run.sh but still getting

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Correction - Re: JBoss 5 is not starting my Datasource

2007-03-26 Thread risenhoover
I checked the web console and I was able to confirm that, in fact, Jboss is starting my data source properly. That said, it appears that my application cannot find it. I have tried various combinations of jndi names on both sides : java:xxx_prod_ds and just xxx_prod_ds but nothing seems to wor

[jboss-user] [JBoss Seam] - Re: EL not working across facelet include params

2007-03-26 Thread jgilbert
Thanks for the food for thought. I haven't tried the tag files yet, but the idea pushed me in the right direction. It looks like the problem was with the tag I used to start the file. It needs to be | |... | | instead of just | ... | View the

[jboss-user] [JBoss Seam] - Re: lost parameter after login/forwarding

2007-03-26 Thread [EMAIL PROTECTED]
I see oid, I don't see searchPattern. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031835#4031835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031835 ___ jboss-user mailin

[jboss-user] [JBoss jBPM] - where are ended project in the console

2007-03-26 Thread michea
In 3.2GA's console is there a way to see the ended process ? In 3.1.4 it was possible to select and delete them. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031834#4031834 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Re: lost parameter after login/forwarding

2007-03-26 Thread [EMAIL PROTECTED]
I don't see where you have defined the page parameter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031833#4031833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031833 ___

[jboss-user] [JBoss Seam] - page parameter of two bytes character of EntityQuery

2007-03-26 Thread y_zl
Hi!, I constructed a search page using EntityQuery. I found the characters of two bytes entered in the form field becomes ? when the result page get redisplayed. Where does the paramters get processed? The the charaters in the submitted url is something like ...ED%FD% Regards View

[jboss-user] [JBoss jBPM] - Re: jBPM : Couldn't be that complicated...

2007-03-26 Thread michea
To create the tables, I used the script given with 3.2 GA after : - removing the firsts ALTER TABLE instructions - adding ";" at the end of each line It seems to work, for the login/pass I just uses a properties file. We are still struggling with transactions and transitions, as we have different

[jboss-user] [JBoss Seam] - Re: lost parameter after login/forwarding

2007-03-26 Thread henrik.lindberg
above the text "if I take out the..." should have been if I take out the | . . . | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031830#4031830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031830 ___

[jboss-user] [JBoss Seam] - Re: lost parameter after login/forwarding

2007-03-26 Thread henrik.lindberg
I have that turned on already - I have this in components.xml (as described in the documentation for 1.2GA). (This is copied from my components.xml): | | | | | | | I do get redirected, but the searchPattern is lost in the transition. In pages.xml I

[jboss-user] [JBoss Seam] - Re: cannot destroy component exception

2007-03-26 Thread henrik.lindberg
Thanks, problem is now cured. Was not easy to find that FAQ until you provided the URL. I actually did google for "HTTP Session Timeout SFSB JBoss" and combinations thereof, but the page with the answer was not among the first 3-4 pages anyway... View the original post : http://www.jboss.

[jboss-user] [Installation, Configuration & Deployment] - Re: Zip File Closed (Jboss 1.5)

2007-03-26 Thread risenhoover
I have confirmed that even if I remove the signed jar files (applets) within the .war file, the application server still chocks with a "zip file closed" exception View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031825#4031825 Reply to the post : http://www.j

[jboss-user] [Installation, Configuration & Deployment] - Zip File Closed (Jboss 1.5)

2007-03-26 Thread risenhoover
Hi All, I am exploring Jboss 1.5 (beta 1) to see how it works. I currently have an instance of 4.2 running in production with my web application (app.war). When I deploy my app.war file into the 1.5 deploy directory, I get the following stack trace: 2007-03-26 15:33:15,772 ERROR [org.apache.t

[jboss-user] [JBoss Seam] - inheritance bundle for i18n?

2007-03-26 Thread xigua
We use Facelets 1.1.11 with JSF 1.2 and Seam 1.2. I have some child page that extends some template page (using Facelets) and I'd like to put the properties related to the template page separate from the actual child page. But how can I refer to the template resource bundle in the child page? C

[jboss-user] [Installation, Configuration & Deployment] - Re: Approach for deploying a new application

2007-03-26 Thread risenhoover
Why don't you join two instances of Jboss into a cluster, so that the session state is shared across the two instances. Put the two machines behind an apache load balancer using mod_jk. Then, when it's time to upgrade, you can take one server out of the balancer mix, upgrade the codeline, and

[jboss-user] [JBoss Seam] - Re: jBPM integration question

2007-03-26 Thread fady.matar
Gavin, the hibernate.xml is not being parsed from within the jar. I modified it to be non deployable and still no exceptions has been thrown at deployment time. I verified the file exists in the archive View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031814#4

[jboss-user] [JBossWS] - Re: Package name generated by wsprovide

2007-03-26 Thread zauberlehrling
I've forgotten the code of beispiel_9.EjbEndpoint is very simple: package beispiel_9; | | import javax.ejb.Stateless; | import javax.jws.WebMethod; | import javax.jws.WebService; | | | @WebService | @Stateless | public class EjbEndpoint { | | @WebMethod | public

[jboss-user] [JBossWS] - Package name generated by wsprovide

2007-03-26 Thread zauberlehrling
Hi, I ran the following ant-task which executes the tool wsprovide. | | | | The service endpoint resides in the package anonymous wrote : beispiel_9 The wsdl file were generated fine in the dirctory ${meta.dir}/beispiel_9. But the generated wr

[jboss-user] [Installation, Configuration & Deployment] - Re: Classloading problem while migrating from jboss 4.0.3 to

2007-03-26 Thread risenhoover
My advice is, unless you have some specific reason, remove the log4j.jar files from your application libraries. I've set up a special lib directory into which I put all the jar files that my application needs that jboss has -- and I compile against that. But I don't put any of those jars in th

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss 4.2.0CR only binds to localhost

2007-03-26 Thread risenhoover
Thanks for the response. I ultimately figured out how to work around it but it's good to see I'm not nutty. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031807#4031807 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss jBPM] - Re: Any administrative way to undeploy a process definition?

2007-03-26 Thread kukeltje
currently no (afaik, but I do not know all) real api to undeploy. Using database commands it is possible though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031806#4031806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-03-26 Thread kukeltje
did you configure tomcat to use this database and these specific user table for authentication? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031805#4031805 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031805 __

[jboss-user] [JBoss Seam] - Re: web-inf/dev hot deploy

2007-03-26 Thread denis.diggin
Works, thanks for that. Hot deploy is an excellent feature. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031802#4031802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031802 __

[jboss-user] [JBoss Seam] - Re: jBPM - What's in scope for a DecisionHandler?

2007-03-26 Thread [EMAIL PROTECTED]
I don't understand why you don't call BusinessProcess.instance().setProcessId() before doing any work with jBPM. I thought we already discussed this in the previous thread? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031803#4031803 Reply to the post :

[jboss-user] [JBoss Seam] - Re: EL not working across facelet include params

2007-03-26 Thread dustismo
why not create tag files? In my opinion they are much better then using ui:include.. https://facelets.dev.java.net/nonav/docs/dev/docbook.html#taglib-create-source View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031800#4031800 Reply to the post : http://www

[jboss-user] [JBoss Seam] - Re: jBPM - What's in scope for a DecisionHandler?

2007-03-26 Thread bsmithjj
I would think it's fair to have the processInstance that a DecisionHandler belongs to be in scope - it's not - so now I have to figure out how to resolve this in the EJB method call - or, again, write a custom DecisionHandler and use the executionContext.getProcessInstance() method to achieve th

[jboss-user] [JBoss Seam] - Re: jBPM integration question

2007-03-26 Thread fady.matar
exactly i just want to enable the schema export, nothing else is required and this is already specified in the hibernate.cfg.xml | property name="hbm2ddl.auto">create | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031797#4031797 Reply to the post :

[jboss-user] [JBossWS] - Re: Top-down development problem

2007-03-26 Thread zauberlehrling
My understanding is the following: 1.. wsconsume .. 2 wsprovide .. 3 WSDL > Java > WSDL . top-down.. bottom-up Are the WSDL-files under 1 and 3 identical? Wich WSDL have you used

[jboss-user] [JBoss Seam] - Re: jBPM - What's in scope for a DecisionHandler?

2007-03-26 Thread bsmithjj
A quick test of a few components shows that when DecisionHandler invokes the desired method, we have the following: | 16:42:33,228 INFO com.evergreen.accesscontrol.impl.WorkItemManagerBean - jbpmContext -> [EMAIL PROTECTED] | 16:42:33,228 INFO com.evergreen.accesscontrol.impl.WorkItemMana

[jboss-user] [JBossCache] - Re: PojoCache, Serializable object and cluster

2007-03-26 Thread jacek187
Instrumentalization is not exactly what I need for all my objects (but for other is accepted), so question is: Is it possible to use PojoCache like TreeCache (put/get Serializable objects that will be replicated across cluster) or only instrumented objects will be replicated? Looks, that PojoCac

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss 5 is not starting my Datasource

2007-03-26 Thread risenhoover
Hi All, I am running a web application with a DB2 datasource in production right now. I've installed JBoss 5 (beta1) and copied my db2-ds.xml and my webapp.war file to the deploy directory. When I started Jboss, it appears to load properly, but skips the loading of the datasource, goes direct

[jboss-user] [JBoss Seam] - Re: jBPM - What's in scope for a DecisionHandler?

2007-03-26 Thread bsmithjj
in a request, a task-node get's transitioned to decision handler which transitions to this decision handler. task -> decision handler 1 -> decision handler 2 So specifically, what I am after is what do I know I can use these components for in decision handler 2? Yes, we get to decision 2 from

[jboss-user] [JBoss Seam] - Re: jBPM integration question

2007-03-26 Thread [EMAIL PROTECTED]
Hold on, what is it that you want to be created? The schema, or the data in the schema? If all you want to do is create the schema, you only have to enable schema export in hibernate.cfg.xml. Just like in the examples. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Re: jBPM integration question

2007-03-26 Thread fady.matar
I have other alternatives but would I still benefit from using the full features related to JBPM? One quick approach is to deploy a dummy process. But wouldn't it be appropriate to deploy the jBPM just when it's configuration is present? View the original post : http://www.jboss.com/index.html

[jboss-user] [JBoss Messaging] - Re: Programmaticaly create queue

2007-03-26 Thread apk2072
I also have the same requirement in creating the Queues programatically instead of maintaining the JBoss deploy folder. I maintain my queue name in one of my configuration table, while starting up the server reads these queue names and deploys using following code. MBeanServerConnection mBeanS

[jboss-user] [JBoss Seam] - Re: jBPM - What's in scope for a DecisionHandler?

2007-03-26 Thread [EMAIL PROTECTED]
If this decision is running synchronously with a JSF request, the contexts are shared with the request, so all those components will be just the same as normal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031784#4031784 Reply to the post : http://www.jbo

[jboss-user] [JBoss Seam] - jBPM - What's in scope for a DecisionHandler?

2007-03-26 Thread bsmithjj
Hello, I have the following DecisionHandler node: | | | | | Which Seam - jBPM components point to something meaningful when that expression is resolved and invoked? * org.jboss.seam.core.actor * org.jboss.seam.core.transition * org.jboss.seam.core.businessProcess *

[jboss-user] [JBoss jBPM] - setting and accessing process variables in jpdl

2007-03-26 Thread shea.phillips
Hello, I am wondering how/if it is possible to set and access process variables from JPDL. I am most interested at the moment in being able to assign the return value from an action expression to a process variable for use elsewhere in my process definition. Here is a snippet from my proc

[jboss-user] [JBoss Seam] - Re: jBPM integration question

2007-03-26 Thread [EMAIL PROTECTED]
Wellthen, of course no process definitions will be created! What did you expect? You'll have to find some other means to deploy the processes, if you don't want to list them in components.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031778#4031778 Re

[jboss-user] [Clustering/JBoss] - Re: Farm Deployment with UDP not working

2007-03-26 Thread [EMAIL PROTECTED]
If your servers are having problems communicating, start with http://wiki.jboss.org/wiki/Wiki.jsp?page=TestingJBoss. If those all work OK, next step is to turn on TRACE level logging for category org.jboss.ha and see if it reveals anything. The suggestion to increase the buffer size was wronghe

[jboss-user] [JBoss Seam] - Re: jBPM integration question

2007-03-26 Thread fady.matar
Yes gavin the configuration is there in components.xml now the thing is that i don't have any processes deployed the configuration looks as follows: | | | | | This is left intentionally blank, the purpose is to initialize jbpm only. I'm creating a workflow shell where m

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Autoincrement DB2 JBOSS EJB CMP configuring

2007-03-26 Thread risenhoover
Hi there, I don't know if I can answer your question exactly, but I can assure you that I've been using DB2 for about two years now, with hand-written JDBC code to do my inserts into tables with AUTO-INCREMENT, and I get DuplicateKeyExceptions all the frickin time. I've actually had to hand-wr

[jboss-user] [JBoss Seam] - Re: cannot destroy component exception

2007-03-26 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbossTimeoutSettingForSeam I'm not sure why this was not linked from the main FAQ page, but google found it quick enough. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031769#4031769 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - Re: jBPM integration question

2007-03-26 Thread [EMAIL PROTECTED]
Do you have the necessary lines in components.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031768#4031768 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031768 ___ jbos

[jboss-user] [JBossWS] - Re: Example ProviderBeanMessage

2007-03-26 Thread zauberlehrling
Hi, I do not have the problem with the annotation: @SOAPBinding(style = SOAPBinding.Style.RPC) Best regards! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031766#4031766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Eclipse IDE (users)] - Problem Creating Server Configurations With No Default

2007-03-26 Thread flindet
Forgive me if this was previously reported, but I just wanted to mention that using JBoss IDE Beta 2, there seems to be a problem creating a server configuration if no default configuration is present. If one attempts to do this, you will not be able to click "next" or "finish" in the wizard.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Where is Hibernate Config?

2007-03-26 Thread risenhoover
Mine is in the WEB-INF/classes directory View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031762#4031762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031762 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: cannot destroy component exception

2007-03-26 Thread henrik.lindberg
found this - but it does not help with my problem afaics: http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031761#4031761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Seam] - jBPM integration question

2007-03-26 Thread fady.matar
I'm trying to create an application that uses jBPM in Seam. I want the JBPM database to be deployed automatically. Looking at the dvd-store example and reading the jBPM and Seam documentation it is stated that all that is need to be created is the jbpm.cfg.xml and the hibernate.cfg.xml I creat

[jboss-user] [JBoss Seam] - Re: cannot destroy component exception

2007-03-26 Thread henrik.lindberg
Found this issue logged regarding this, but I am having trouble finding anything else regarding this... http://jira.jboss.org/jira/browse/EJBTHREE-788 Which FAQ is this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031757#4031757 Reply to the post : http:

[jboss-user] [JBoss Seam] - Re: cannot destroy component exception

2007-03-26 Thread henrik.lindberg
Thanks Gavin, I have not lost confidence + the support and helpfulness of everyone here in the forums is just great ! Hope to be able to contribute back when I have learned more. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031754#4031754 Reply to the post

[jboss-user] [JBoss Seam] - Re: Background thread

2007-03-26 Thread fers
But there is problem with persistency. I think I can't use asynchronous method, because I need the thread to be spanned after start of the application (and I need it to be running only one at a time). Anyway thank you Gavin. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss jBPM] - Any administrative way to undeploy a process definition?

2007-03-26 Thread peter_quirk
I'm a newbie learning how to write and deploy process definitions using the GPD. Having deployed the StartersProcess example, I would like to undeploy it. Is there a way to do this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031748#4031748 Reply to the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Cascading deletion fails intermittently due to NPE

2007-03-26 Thread seansawyer
When attempting to remove a bean that has cascading deletion defined on its relationship to another bean, I sometimes receive an NPE when the removal is attempted. The relevant portion of the stack trace is as follows: | 14:03:34,448 INFO [STDOUT] com.gg.security.permissions.exception.Permi

[jboss-user] [JBoss Messaging] - Set MaxDeliveryAttempts parameter

2007-03-26 Thread dcottone
Hi, all I'd like to know if it's possible to set the "MaxDeliveryAttempts" parameter for each distinct and separate queue. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031746#4031746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [Remoting] - Remote connection over Http.

2007-03-26 Thread danny123
I can find why I am getting this error. Please help... 2007-03-26 15:26:35,263 DEBUG [org.jboss.invocation.http.servlet.InvokerServlet] Invoke threw exception ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error at org.apache.catalina.connector.Ou

[jboss-user] [JBoss Seam] - Re: Will Woodstock works with Seam some day? :)

2007-03-26 Thread trouby
Well, It is not needed to even mention how important is that Seam will work with top JSF component libraries... Seems like the list that you've mentioned are of the biggest, Are there any place to track changes / news related this issue? As far as I know, currently woodstock libraries totally c

[jboss-user] [JBossWS] - MTOM/SwA enabled file transfer

2007-03-26 Thread biroj
Hi, My configuration is: JBossAS 4.0.5 JBossWS 1.2.0GA EJB3 shipped with JBossAS 4.0.5 I've tried to publish an EJB3 WS (using contract-first model) with MTOM enabled file transfer as it is proposed by the JBossWS guideline. I compiled the WSDL with wsconsume as appropriate and added the f

[jboss-user] [JBoss Seam] - Re: framework:entity-query

2007-03-26 Thread monkeyden
I tried it but got a message saying something about EntityManager being null. Is it a Query object? if so, I need to find some way to execute it using the injected SMPC. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031739#4031739 Reply to the post : htt

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ, Using same clientid for mutiple instances of an

2007-03-26 Thread manogaranyuvaraj
Did you got the solution for this? I am also having the same issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031737#4031737 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031737 __

[jboss-user] [JBossWS] - Re: How do I use enumerations?

2007-03-26 Thread JimDaues
I see this problem too. Using JBoss 4.0.5GA + JBossWS 1.2.0GA it all seems fine on the server, but a client generated using the wstools ant task gets that exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031735#4031735 Reply to the post : http://www

  1   2   3   >