[jboss-user] [JBoss Tools (users)] - Double datasource files and persistence.xml in default Seam

2007-11-23 Thread vanyatka
Hi, I've just generated a new Seam web project in Eclipse with the latest JBoss Tools installed. In the layout of the project folders there are two versions of perisistence.xml as well as datasource (MyProject-ds.xml) files. 1. persistence.xmllocated in src/model/META-INF and src/META-INF Whe

[jboss-user] [JBoss Seam] - Re: BPM, pageflow question?

2007-11-23 Thread pietermartin
Solved, Turns out the error was because I am running the bpm engine on a different database which means that an XA datasource must be used. Works fine now. Cheers PIeter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107448#4107448 Reply to the post : htt

[jboss-user] [JBoss Seam] - Re: Curious about existing successful projects developed wit

2007-11-23 Thread dhinojosa
I have one releasing at the end of the month. The only headaches were setup. I didn't use seam-gen or maven and paid the price for it. Setting up a jboss project that way was absolutely sucky, because you had to place the right directories, the right jar files, and still have the right set

[jboss-user] [JBoss jBPM] - Create one task instance per actor for multiple actors

2007-11-23 Thread redolive
In some cases, it requires creating one task instance per actors for multiple actors when entering a task node, I know we can achieve this by doing it in an enter node event action, but it need writing java code. Is there a way to do it that no need writing java code? View the original post :

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ERROR [URLDeploymentScanner] JBoss 4.2.2.GA and Netbeans

2007-11-23 Thread PeterJ
Let's try to eliminate three possible problem areas. First, are you using NetBeans to start the server? If so, don't. Instead, start the server using the run.bat file from a command line. This will eliminate any weirdness introduced by NetBeans. Second, try copying C:\Program Files\Java\jdk1.5

[jboss-user] [JBossWS] - Re: Getting DEBUG messages and server goes to hung state

2007-11-23 Thread PeterJ
OK, I see the debug statements in 4.0.3. This means that the app server caught an exception and is now throwing another exception. Unfortunately, the exception stack trace does not get printed out until after this processing is done, so I cannot ask you to look for a stack trace - there is none

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-23 Thread PeterJ
HZH, please do not post your questions on someone else's topic - start a new topic instead. bentabol, because you created a different server, you would of course remove server/myconfig/data. Let's not confuse things by trying to use the 'default' config, let's stick with the problem on 'myconf

[jboss-user] [JBoss Seam] - Nested conversation with custom id.

2007-11-23 Thread ng.tech
Hey there, I'm trying to create nested conversation with a custom id generator. - @begin(nested=true, id...) is deprecated so i cannot use it. - I can't figure it out how to make it work in pages.xml with the tag; and i can't find any informations on the internet on how to use this correctly. -

[jboss-user] [JBoss Portal] - Re: Incomplete JBOSS Portal 2.6.2 Sources?

2007-11-23 Thread PeterJ
Those modules are now separate subprojects and configured as part of third-party when you first compile the source. To get those modules, run the build script in the build directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107441#4107441 Reply to the

[jboss-user] [JBoss jBPM] - [GPD] What are doModelAdd and doModelRemove from the XmlAdap

2007-11-23 Thread Alaak
Hi I have a question concerning the graphical process designer (Version 3.1.0.CR1). I am working with the XMLAdapter classes and I am trying to add my own Adapters. After some Debugging Sessions I'm now pretty sure that I know what the initialize methods the doModelUpdate method does. However

[jboss-user] [Beginners Corner] - Re: java.lang.ClassCastException: org.jnp.interfaces.NamingC

2007-11-23 Thread tamscot
Contents of the jbossmq-destinations-service.xml again never showed well in the above post... | | jboss.mq:service=DestinationManager | | | jboss.mq:service=DestinationManager | | | jboss.mq:service=DestinationManager | | | jboss.mq:servi

[jboss-user] [Beginners Corner] - java.lang.ClassCastException: org.jnp.interfaces.NamingConte

2007-11-23 Thread tamscot
Hi all, help for a relative newbie required... Having problems running a slight modification of an example from the book Eclipse Web Tools Platform. Platform first... anonymous wrote : | Linux. | Eclipse 3.2 with J2EE | | JDK 1.4. | EJB Module 2.1 | EJB Doclet(XDoclet) 1.2.3. |

[jboss-user] [JBoss Seam] - Re: Persistence Context propagation between Seam Components

2007-11-23 Thread [EMAIL PROTECTED]
Assuming you are using Seam Managed Persistence Contexts, yes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107436#4107436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107436

[jboss-user] [JBoss Seam] - Re: Transactions without EJB

2007-11-23 Thread [EMAIL PROTECTED]
Depends how you configure them in persistence.xml (assuming you are using JPA) and components.xml. What server do you plan to run on? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107437#4107437 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: How to set

2007-11-23 Thread [EMAIL PROTECTED]
Available in CVS - if you need to use the entity converter then you'll need to do what I recommend here http://jira.jboss.com/jira/browse/JBSEAM-1801 otherwise use the itemValue attribute. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107435#4107435 Reply t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Stop undeployment at shutdown

2007-11-23 Thread grumpdogg
"[EMAIL PROTECTED]" wrote : No, can't do that. So is my best option using the "exploded ear" deployment? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107431#4107431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41074

[jboss-user] [JNDI/Naming/Network] - Re: Problem with resource-mapping

2007-11-23 Thread waynebaylor
i would make each bean that needs a datasourse use a local jndi lookup instead of a global one. since you only have one jar you will only need one ejb-jar.xml and one jboss.xml. doing it this way you can keep your bean code the same, for example all lookups could be:DataSource ds = (DataSource

[jboss-user] [JBoss Seam] - How to set

2007-11-23 Thread haefti
Hi! I'm pretty new to Seam and have problem with . The following code | | | | | does this (I used braces here because the forum didn't want to display the option-tags.) anonymous wrote : | {option value="1"}250 - Headline 1{/option} | {option value="2"}140 - Headline 2{/o

[jboss-user] [Beginners Corner] - FileUpload from MS Client

2007-11-23 Thread rupang
Hello, I am trying to upload a file (word 2003 doc) which is less than 50KB My Client is MS VB.NET ("Windows Form") Program which is using WebClient.UploadFile(strUploadURL, "POST", strFullFileName) And Server Side is JBoss-4.0.5.GA with Struts2 and Spring2 I have setup a Servlet with doPost M

[jboss-user] [JBossWS] - compiling and testing the samples that come with jbosss 2.0.

2007-11-23 Thread skrishnamur1
Hi , I cant seem to get the samples to compile and test . I hae installed jboss ws2.0.1 on jboss 4.2.0 EAP. Whats the command to be given via ant. I tried ant -buildfile build-jars-jaxws.xml, an it said succesful, but I dont know what exatly it i did or how i can test. thanks! View the origina

[jboss-user] [JBoss Seam] - Curious about existing successful projects developed with Se

2007-11-23 Thread vanyatka
Hi, It would be very interesting to hear about existing projects developed with Seam, particularly how long have they been developed for, what tools have been used (Eclipse or IDEA, or whatever), what were major difficulties, how painful is maintenance, etc. Is such info available? Thanks,

[jboss-user] [JBoss Messaging] - Re: AccessControlException

2007-11-23 Thread timfox
"tpaterson" wrote : Hi Tim, | | our .jnlp file specifies | | | | | | which I believe allows us to do most anything.. | | certainly our app can make socket connections to the app server (for session bean calls - and to use JBoss MQ Queues), | | so I'm not sure why

[jboss-user] [JBoss Messaging] - Re: AccessControlException

2007-11-23 Thread ataylor
Tims right, you wont be able to create classloaders on the client as those are restriced by the webstart security. If you sign the JBM client jar it will allow you more permissions on the client. remember for each set of signed jars you'll need a different jnlp file. View the original post : h

[jboss-user] [JBoss Seam] - Persistence Context propagation between Seam Components

2007-11-23 Thread breako
Hi, Suppose I have two Seam components whic both use Seam Managed EntityManagers i.e. no EJB server. In a request one Seam component uses the other. Is the persistence context associiated with the first EntityManager propagated to the second EntityManager in the second component? What are the

[jboss-user] [JBoss Portal] - Re: GWT on Jboss Portal 4.2.1 | Enabling Quirksmode

2007-11-23 Thread mping
The error seems to be related to the DTD xhtml declaration. Gwt does not currently support xhtml or stricts mode. Is there any way I can change jboss dtd declaration without breaking gwt and the rest of jboss portal? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Seam] - Transactions without EJB

2007-11-23 Thread breako
Hi, I am just reading through Seam spec, chapter nine, section 9.3.1 I am using Seam without EJB and I was just wondering if I can configure my app so that it uses a Seam managed EntityManager does that mean the under lying transactions will JTA User transactions or will they be resorce local tr

[jboss-user] [JBoss Messaging] - Re: AccessControlException

2007-11-23 Thread tpaterson
Hi Tim, our .jnlp file specifies which I believe allows us to do most anything.. certainly our app can make socket connections to the app server (for session bean calls - and to use JBoss MQ Queues), so I'm not sure why this shouldn't work using JBM ? View the original post : http://

[jboss-user] [JBoss jBPM] - Re: How to use Mail.send() ?

2007-11-23 Thread HeinerNiehues
Got it... I had to set the mail.smtp.auth to false strange is that when I use the Mail node i have to set it to true.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107404#4107404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Seam] - Re: null injected values

2007-11-23 Thread kukeltje
Maybe you could disable the buttons by default and use some javascript to enable them at the 'onLoad' event View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107400#4107400 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [Installation, Configuration & DEPLOYMENT] - change WS port only

2007-11-23 Thread loic
Hi all, I would like to know if there is a way to change to connection port for WS only. I have some Web application running on port 8080 and for now my Web Services are running on the same port. Is there a way to keep the Web application running on port 8080 and change the Web Services port to

[jboss-user] [JBossWS] - Re: MTOM With JBOSSWS and WSCOMPILE

2007-11-23 Thread Renjit
I too have come out with the same exception,and unable to get anything regrding to the same.Please help me out in this.Iam throwing an user defined exception from the EndPoint along with Remote Exception.Is thta the problem??Please help me out. Thanks in advance View the original post : http:

[jboss-user] [JBoss Seam] - By clicking every row of dataTable, show Popup to edit it's

2007-11-23 Thread dashti
I'm making an application with Jboss Seam , but now I have a problem. I have a page that contains a dataTable and in every row of dataTable I have a link that selects that row and you can edit hat row when you click on it. (something like what seam-gen produces when you use generate-entities). a

[jboss-user] [EJB 3.0] - Re: ManyToMany relationship do not work properly

2007-11-23 Thread fla83tn
Now I'm able to see the Exception..the problem occurs when I try to register a user to a source that does not exist yet. The Exception throwed is: | javax.ejb.EJBTransactionRolledbackException: org.hibernate.HibernateException: this instance does not yet exist as a row in the database |

[jboss-user] [JBoss jBPM] - evaluation question: changing a running process and undo fun

2007-11-23 Thread iamniche
Hello, I am currently evaluating jbpm as a process workflow engine for a custom workflow involving many actors and actions. my specific questions are: a) Is it possible to change the process definition of a currently running process? If I re-deploy a process that has already started, what are t

[jboss-user] [JBoss Seam] - Re: javax.ejb.NoSuchEJBException

2007-11-23 Thread [EMAIL PROTECTED]
more information. I'm using Seam 2.0.0.GA, Facelets and RichFaces 3.1.2 My @Destroy method has anotation @Remove too. I think that SFSB is not removed from seam when conversation ends. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107393#4107393 Reply to t

[jboss-user] [JBoss Seam] - Re: null injected values

2007-11-23 Thread andreigh.ts
Hi, can you recommend a workaround, someting... We cannot go live with this bug! Please give some advice. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107392#4107392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Messaging] - JBM Bridge connect / re-connect issues

2007-11-23 Thread tpaterson
Hello everyone ! We are currently attempting to migrate from JBoss MQ to JBM, Using JBoss 4.2.1.GA, JBM 1.4.0.SP1, and JBoss Remoting 2.2.2.SP1. We have been testing the JBM Bridge service between a couple of machines, a producer machine with a mix of queues and topics, and a consumer machine

[jboss-user] [JBoss Messaging] - Re: AccessControlException

2007-11-23 Thread timfox
It's my understanding that webstart runs in a restricted security environment. Unfortunately JBoss remoting creates ClassLoaders - if that's prohibited by your security policy then it's not going to work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107389#

[jboss-user] [JBoss Seam] - NPE while trying to new a FacesRequest

2007-11-23 Thread laksu
Hi, I have my test build as close to the hibernate2 example as possible. I have a test of test environment like the following: import org.jboss.seam.mock.BaseSeamTest.ComponentTest; | import org.jboss.seam.mock.SeamTest; | import org.jboss.seam.mock.SeamTest.FacesRequest; | import org.testn

[jboss-user] [JBoss jBPM] - Re: BPM, Seam pageflow question?

2007-11-23 Thread kukeltje
pageflow is for one unit of work (like a wizard). e.g. one task in a businessprocess can be handled by one pageflow. One pageflow handeling multiple tasks (which you do not even have) is not how it was/is intended. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss jBPM] - Re: How to use Mail.send() ?

2007-11-23 Thread HeinerNiehues
The properties are right.. i have to put the email addresses or the username inside the List l = new ArrayList(); | l.add("[EMAIL PROTECTED]") ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107386#4107386 Reply to the post : http://www

[jboss-user] [JBoss Portal] - Re: Page Ordering

2007-11-23 Thread ptindall
Thanks...I kept searching on "Page Ordering" and not "Tab Ordering" in all the docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107385#4107385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107385 _

[jboss-user] [JBoss Messaging] - Re: AccessControlException

2007-11-23 Thread tpaterson
Hi Guys, did anyone ever find a solution for this issue ? we are having the same -- our client App runs via webstart and connects to a Queue on the server at startup. up until now we have been using JBoss MQ - but we are now in the process of trying to migrate to JBoss Messaging - and this iss

[jboss-user] [JBoss jBPM] - Re: Web based process designer

2007-11-23 Thread kukeltje
I have even less info about that. May I ask why a webbased designer is of importance to you and what you expect from it (functionality) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107383#4107383 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - java.io.ByteArrayInputStream.(ByteArrayInputStream.jav

2007-11-23 Thread hager
Hello, I'm using seam 2.0.0.GA and JBoss server 4.2.0.GA I'm trying an example with , but i have java.io.ByteArrayInputStream.(ByteArrayInputStream.java:89) Exception. Page.xhtml : ExportPDF.java : | public BufferedImage getImage() { | BufferedImage image = null; |

[jboss-user] [JBoss Portal] - Need some hello world portlet help...

2007-11-23 Thread Jboss_ton
Sorry for the newbie question, but I've spent hours trying to find the answer (and experimenting) and I just cannot get something simple to work. If this is documented somewhere, please point me in the right direction, but I couldn't find it... I installed the basic 2.6.2 GA Portal (with AS) to

[jboss-user] [JCA/JBoss] - Re: Opening connection from a marked rollback tx

2007-11-23 Thread [EMAIL PROTECTED]
"oglueck" wrote : That makes sense. I don't know if I can reproduce the problem in a reasonably small test case. I can try, but I currently lack the time. Try | // BMT bean | public void recreateRandomRollbackOnly() throws Exception | { |UserTransaction ut = .. |ut.setTransact

[jboss-user] [JBoss Portal] - Incomplete JBOSS Portal 2.6.2 Sources?

2007-11-23 Thread kophstahl
Dear Sir or Madam, using the following URL http://labs.jboss.com/jbossportal/download/index.html I downloaded JBoss Portal + JBoss AS 4.2.1 and for debugging reasons JBoss Portal Source Code By starting the code I detected that several classes could not be found, e.g. org.jboss.portal.portlet.imp

[jboss-user] [Security & JAAS/JBoss] - where to put servlet class file in jboss without using ant

2007-11-23 Thread jainendra.pathak
Hello friends I m new user ...i am developing a project in witch more than on servlet and jsp are going to used Can some body help me to give the idea where i hv to put .class file in Jboss. Using Ant i did this creating .ear file and putting it into deploy folder of Jboss. But is ther

[jboss-user] [Security & JAAS/JBoss] - where to put servlet class file in jboss without using ant

2007-11-23 Thread jainendra.pathak
Hello friends I m new user ...i am developing a project in witch more than on servlet and jsp are going to used Can some body help me to give the idea where i hv to put .class file in Jboss. Using Ant i did this creating .ear file and putting it into deploy folder of Jboss. But is ther

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.2 + JBoss AS 4.2.2.GA = true?

2007-11-23 Thread aalvarez
I had many problems trying to get Tomahawk to work with the extensions filter on this particular combination. For example, sometimes while developing the Painlets I had to create a WEB-INF/lib2 folder or else a hidden JSF loader would crash. I also had massive classloading problems trying t

[jboss-user] [JBoss Portal] - Re: Need help with debugging

2007-11-23 Thread roth
Hey Boleslaw, While I was trying to come up with the shortest possible list of steps to reproduce this, I found out that this has nothing at all to do with ldap. Here is what to do to see the effect: 1) build JBoss_Portal_Branch_2_6, deploy the portal, identity and admin 2) log in as admin 3) c

[jboss-user] [JBoss Seam] - How to set expiry time for s:cache?

2007-11-23 Thread stef5636
I use . How to set expiry time for cached fragment? Is that tag can work with TreeCache or work only with PojoCache? And can I use and ExpiritionPolicy ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107353#4107353 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBossCache] - How to set expiry time for AopLRUEvictionPolicy ?

2007-11-23 Thread stef5636
how to set short expiry time ? 10x in advice View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107352#4107352 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107352 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: CMS fails to start

2007-11-23 Thread wolfgangsz
Well, I am not sure that this is the final word here. I am running portal 2.6.2-GA on JBoss AS 4.2.1-GA and I get exactly the same in the server log, plus plenty of trouble in consequence. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107347#4107347 Reply to

[jboss-user] [JBoss Seam] - Re: Conversation and Manual Flush Mode

2007-11-23 Thread dapeng
If you have transaction enabled in seam, it will start 1 tx for phase 1 to 5 of JSF lifecycle. Then commits the 1 tx, which should lead to a flush. Then Seam will start a 2 tx for phase 6 of JSF lifecycle and immediately commits that after that. View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: Exception handling of PersistenceException

2007-11-23 Thread dapeng
I am using Seam in JSF layer + tx (SeamPhaseListener) and Persistence context management. Spring in the middle layer. and JPA for persistence. My problem is: new JSF request, seam starts tx, jsf layer calls spring, which calls JPA daos. Jpa dao executes several statements, the call returns and

[jboss-user] [JBoss Tools (users)] - Re: new

2007-11-23 Thread [EMAIL PROTECTED]
no, we haven't done anything specifically for this configuration. But I don't see any issue in you just using the WAR project we create and adjust it accordingly. Let us know how much work/doesn't work if you try it ;) View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss Tools (users)] - Re: Groovy support

2007-11-23 Thread [EMAIL PROTECTED]
cool View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107338#4107338 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107338 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Tools (users)] - Re: new

2007-11-23 Thread [EMAIL PROTECTED]
hi gscalise, I thought we had both 4.0 and 4.2 marked as compatible with the seam facet - but apparently something is missing...maybe the jst.web are not in sync. anyhow - there is no technical difference between using 4.2 adapter for a 4.0.5 runtime so as a workaround use the 4.2 adapter and p

[jboss-user] [JBoss Seam] - Re: Seam context problems in a web service

2007-11-23 Thread AnisBM
No I don't have it. But I added it but I still have the error message (I'm using the same way as the SeamBay example - the second one I exposed). Here is the standard-jaxws-endpoint-config.xml file : | http://www.w3.org/2001/XMLSchema-instance"; | xmlns:javaee="http://java.sun.com/xm

[jboss-user] [JBoss Portal] - Re: Encrypted LDAP admin passwords

2007-11-23 Thread bdaw
Users must belong to 'Authenticated' role - this is security part defined in poratl server web.xml. Look into Reference Guide documentation for more info. In identity-config.xml you can't put encrypted password View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=410

[jboss-user] [JBoss Seam] - Re: Problem calling resultList.size() on framework entity-qu

2007-11-23 Thread gledson.rabelo
I have the same problem. Does anybody know if this problem was fixed? Are there any workaround? How could I know the size of resultList? Thanks in advance, Gledson View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107331#4107331 Reply to the post : h

[jboss-user] [JBoss Portal] - Re: Refreshing user membership information without logoff

2007-11-23 Thread bdaw
http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ Check Q11. Roles assignment is kept by JAAS until user logout View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107330#4107330 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Tools (users)] - Re: IDE error: Only component class can have @Destroy method

2007-11-23 Thread akazakov
I have reported it to jira. http://jira.jboss.com/jira/browse/JBIDE-1361 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107329#4107329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107329 __

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM - BPeL - eclipse

2007-11-23 Thread agusgr
Hi Tina, I try to answer your question, ok? 1.- My knowledge of Jboss&BPEL cames to the experience of using it. 2.- You are reading the jbpm user guide, not BPEL user guide. Try to start with this one: http://docs.jboss.com/jbpm/bpel/ Read this guide an this one, is a good point to start. http://w

[jboss-user] [JBoss Seam] - Re: how to load Seam components in the servlet?

2007-11-23 Thread [EMAIL PROTECTED]
Use the context filter, it's documented quite well in the ref docs and there's plenty of forum posts regarding it also. Plus sample code in the seamspace example (look at ContentServlet.java). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107321#4107321 Re

[jboss-user] [JBossWS] - problem in generating a wsdl file with wstool

2007-11-23 Thread jalaja
Hi i am getting fallowing error...i have tryed a lot ...but i am not able to resolve. i am trying to execute from the command lineplz help me to resolve this problem. ERROR [main] (ToolsHelper.java:383) - Cannot load endpoint:TrivialService Exception in thread "main" org.jboss.ws.WSExceptio

[jboss-user] [JBoss Seam] - Re: Seam context problems in a web service

2007-11-23 Thread [EMAIL PROTECTED]
Do you have a standard-jaxws-endpoint-config.xml file specifying Seam's SoapRequestHandler class? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107319#4107319 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107319

[jboss-user] [JBoss Portal] - GWT on Jboss Portal 4.2.1

2007-11-23 Thread mping
Hi all, I'm having the strangest problem. I'm using GWT and myGWT .4 to buid some nifty ajax portlets. myGWT has a widget called 'shell' which acts like a popup window. When I add a shell to my portlet, the header of the shell expands to full page width, and the body doesn't size accordingly.

[jboss-user] [JBoss Portal] - Re: Need help with debugging

2007-11-23 Thread bdaw
roth, I will try to look at this issue next week. Meanwhile I fixed a bug related to permission check - don't know if its related but could you try with the latest JBoss_Portal_Branch_2_6 sources? Could you fill the jira issue and describe the exact setup to reproduce this? View the original p

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-23 Thread HZH
when i ccompile the Duke's Bank Application, it came the follwing errors: E:\j2ee-1_3-doc-tutorial-draft5\j2eetutorial\bank>ant -f build.xml compile-inter face Buildfile: build.xml init: prepare: compile-detail: compile-exception: compile-interface: [javac] Compiling 12 source files to E:

[jboss-user] [JBoss Tools (users)] - Re: Groovy support

2007-11-23 Thread dbinder
Hope I'll find time to write what the Groovy Plugin do and what sort of integration is needed. David View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107314#4107314 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107314

[jboss-user] [JBossCache] - LRU policy for separated object

2007-11-23 Thread bedek
Hi, As I understand LRU policy is removing ALL object from cache node: Assumptions: Setting for some node: timeToLiveSeconds = 600 and maxAgeSeconds = 600 means that ALL object will be remove after 10 minutes Current result: This means that if I have 2 object and first will be added 9 minute

[jboss-user] [JBoss Portal] - Re: Is this a JBP 2.6.1 bug? (403 Error From Dashboard Link)

2007-11-23 Thread bdaw
http://jira.jboss.com/jira/browse/JBPORTAL-1779 Related bug is fixed for 2.6.3. You can check with sources from svn. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107313#4107313 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Portal] - Re: Dashboard 403 error

2007-11-23 Thread bdaw
http://jira.jboss.com/jira/browse/JBPORTAL-1779 Related bug is fixed for 2.6.3. You can check with sources from svn. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107312#4107312 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Tools (users)] - Re: new

2007-11-23 Thread dbinder
anonymous wrote : nightly builds does not limit the possible runtime and servers to our adapter any more - now we only require that the adapter says it supports the reelvant JEE5 related specs for WAR and/or EAR. Does seam plugin provide project creation for tomcat/hibernate (which is no J2EE)

[jboss-user] [JBoss jBPM] - using process state in jbpm 3.2.2

2007-11-23 Thread vishal423
hi, i have developed a workflow in which i am using process-state node to call sub process. -> If i use "state node" in my main process workflow ahead of call to subprocess, it will throw an error while returning back from subprocess. Exception is "this token is locked by token". ->But, If

[jboss-user] [JBoss Seam] - javax.ejb.NoSuchEJBException

2007-11-23 Thread [EMAIL PROTECTED]
Hi, Fist, Sorry for my English. I am having trouble using a SFSB. I have a long-running conversation with an explicit conversation id @Begin(id="XXX") I end the conversation calling to a method with @End anotation. Seam calls @Destroy method and all is Ok. But If I open again the same page (

[jboss-user] [JBossCache] - Re: Passivation and CacheLoader

2007-11-23 Thread aditsu
Just custom code. If you want to use JDBCCacheLoader's table structure, then you can extract the code from JDBCCacheLoader for working with the db, and call it directly. Otherwise, just write your own. I use iBATIS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Seam] - Seam context problems in a web service

2007-11-23 Thread AnisBM
Hi all, I'm having problems with injection in web service. I think that it is due to context problem but I have no idea how to resolve it. I'm using Seam 2.0.0.GA and JBoss 4.2.1.GA. Here is my web service code : | @Stateless | @WebService(name = "Authentication") | @SOAPBinding(style =

[jboss-user] [JBoss Tools (users)] - Re: new

2007-11-23 Thread gscalise
Max, you can get the screencast here: http://screencast.com/t/iXwXVgqiazF It was done on just-installed copies of both RHDevStudio (with the included server) and JBoss 4.0.5.GA (Jems installer 1.2.0.GA and EJB3 profile). The JRE of RHDS and JBServer is jre1.5.0_13. As you can see, the server is

[jboss-user] [JBoss Seam] - Re: RichText support in PDF

2007-11-23 Thread hasan_muhstaq
The patch provided very limited support. So I used Apache FOP to generate my RichText supported PDFs. It works perfectly :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107286#4107286 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Portal] - jboss portal IDE

2007-11-23 Thread ar_fee
Dear All, I'm new to jboss portal, and just get familiar with java portlet, and now want to develop a portal site in jboss portal. Dose anyone know any good IDE to develop java portlet?? Thanks in Advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41072

[jboss-user] [JBoss Messaging] - Failed to run example 'queue' from an Eclipse project

2007-11-23 Thread nlotter
I have installed JBoss 4.2.1 GA and JBoss Messaging 1.4.0 SP1 on a Windows XP System. Since port 8080 is blocked on my system, I had to configure the webserver to listen to port 9080. I first ran the example 'queue' from the console and it works fine. Then I tried to build a Java project in E

[jboss-user] [JBossCache] - Re: Passivation and CacheLoader

2007-11-23 Thread bedek
Hi, thanx for anser, this idea look very interesting for me but still I have questions: 1) What method/class are you using to preload data from DB to cache ? 2) How to you persist data in DB - are you using some ready made method/class form org.jboss.cache ? "aditsu" wrote : You can do that b

[jboss-user] [JBoss Tools (users)] - Re: IDE error: Only component class can have @Destroy method

2007-11-23 Thread [EMAIL PROTECTED]
report bugs in jira please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107277#4107277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107277 ___ jboss-user mailing list j

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM - BPeL - eclipse

2007-11-23 Thread Pebbels
Hi Agus, I have a lot of questions probably depending on the fact that I am new at BPEL and JBoss. First of all: Where do you know all the JBoss details from? When I tried to download the wsdl-file from http://www.xmethods.net/ve2/Directory.po;jsessionid=4XUrFKQiN3_SA1yBd80-LqLJ(QHyMHiRM) as y

[jboss-user] [JBoss Tools (users)] - Re: new

2007-11-23 Thread [EMAIL PROTECTED]
nightly builds does not limit the possible runtime and servers to our adapter any more - now we only require that the adapter says it supports the reelvant JEE5 related specs for WAR and/or EAR. Of course we can't guarantee it will actually deploy/compile on others since we no longer controls w

[jboss-user] [JBoss Tools (users)] - Re: Groovy support

2007-11-23 Thread [EMAIL PROTECTED]
I haven't looked at the groovy plugin lately so can't tell you how solvable it is. About grovy then it is on our "things to look at" list, but of course if someone steps up and shows what is needed to make it work then that will happen sooner than later ;) View the original post : http://www.

[jboss-user] [JBoss Portal] - Re: LDAP / JNDI Class Cast Exception

2007-11-23 Thread roth
Hi I allow myself to hijack this thread, since a solution to the original issue has been found. Swisst, did you manage to get ldap/ad running with an admin group coming from your ldap (as opposed to the standard admin 'admin', role 'admin')? I had to find out that what I proposed here (http:/

[jboss-user] [JBoss Tools (users)] - Re: new

2007-11-23 Thread dbinder
anonymous wrote : | we will work on getting it to run on the other runtime adapters too. | Is it planned for GA ? David View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107271#4107271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Tools (users)] - Groovy support

2007-11-23 Thread dbinder
Hi all, I recently played with seam groovy support. I got my Hibernate Pojos turned into groovy class (a third of the lines the java ones were declared in). To do this in eclipse I simply installed the groovy plugin. But I realised that both compilers don't work together and cross dependency wr

[jboss-user] [JBoss Tools (users)] - Re: JBOSS Tools and eclipse 3.3

2007-11-23 Thread odin69
Hi amitev, well thanks for your help, but the guides you refered to don't help me much right now (or maybe I am just not getting it). What I am looking for is a tutorial how to create EJB with JBoss tools in eclipse. As soon as I am into that I want to start building web services and clients sup

[jboss-user] [JBoss Seam] - Re: Problem pasting text from Word using s:formattedText

2007-11-23 Thread demetrio812
Hi, I have another problem from Word pasting: unexpected char: 0x93 and 0x94 they are very common character coz they are the " char (both open and close one)... thanks Demetrio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107268#4107268 Reply to the pos

[jboss-user] [JBossWS] - Re: jbossws-2.0.1.GA Install Problem

2007-11-23 Thread AndrewJavaMan
Excellent Just what I was looking for, thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107266#4107266 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107266 ___ jboss-u

[jboss-user] [JBoss Tools (users)] - Re: new

2007-11-23 Thread [EMAIL PROTECTED]
checkout stuff from svn, do some good patches and attach them to jira - then people tend to get access :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107265#4107265 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107

[jboss-user] [JBoss Tools (users)] - Re: new

2007-11-23 Thread gscalise
"[EMAIL PROTECTED]" wrote : That sounds very weird since using the rh adapter is exactly what should be done | | could you try and use jinq to record what you do and share the link here ? (http://blog.xam.dk/archives/83-Jinq-the-best-tool-for-reporting-bugs-for-any-UI!.html) Max, I'll m

[jboss-user] [JBossWS] - Serialized object in web service

2007-11-23 Thread rashmi_yes
Hi, Is it possible to use user defined objects(serialized) in java web service between client & server? I have created an object(shared between client & server) in server & returned to client. But I am not able to get the actual values in the client. When I try to get the values from the return

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: error installing jboss4.2.2 on ubuntu

2007-11-23 Thread jaikiran
I guess there's something wrong with the contents of your /etc/hosts file. Have a look at: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=121372 http://www.jboss.com/index.html?module=bb&op=viewtopic&t=119157 View the original post : http://www.jboss.com/index.html?module=bb&op=vie

  1   2   >