[jboss-user] [JBoss Seam] - Remoting: Use mock-xml instead of server-call?!

2007-02-15 Thread mugwump
Basically. we want to have the ability to test our javascript-clients without any server: Is there a way to mock the xml that remoting uses?! We want to use a static xml and then use the remoting-apis to deserialize this on the client without needing a call to the server. Ideally, this could

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: deploying servlet as a .war file. URL

2007-02-15 Thread [EMAIL PROTECTED]
replace server/default/deploy/jbossweb-tomcat55.sar/ROOT.war by your war file. Note that server/default/deploy/jbossweb-tomcat55.sar/ROOT.war is a directory in the jbossas package... SAVE it somewhere before removing it. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss Portal] - Re: org.jboss.portal.portlet.impl.jsr168.PortletContextImpl

2007-02-15 Thread simplex-software
Nobody seems to be concerned by questions on this site. I'm keeping posting issues almost daily but no chance to receive any help. Back to WebLogic ! Not only it works but, additionally, whenever one's asking a question somone feels concerned. Good bye OpenSource. View the original post : http

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Tools Beta 9 JPA Persistence Unit

2007-02-15 Thread [EMAIL PROTECTED]
Currently you have to setup the connection properties in the persistence.xml (e.g. via hibernate.connection.* properties) In the next version we'll provide an option for selecting/specifying a set of connection properties that will be used to override what is in persistence.xml. I haven't actua

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: HTTPD vs Tomcat. What frontend is better for application

2007-02-15 Thread [EMAIL PROTECTED]
Apache httpd with mod_proxy (or mod_proxy_ajp) allows you have a Frond-end to a cluster. mod_jk is the most used solution when you run a cluster of application server. To configure Tomcat to run on port 80 you may use daemon http://jakarta.apache.org/commons/daemon/. View the original post :

[jboss-user] [Security & JAAS/JBoss] - Re: Anyone get JAAS working with remote entities?

2007-02-15 Thread SmokingAPipe
This system is madenning. Who could write a whole security infrastructure but not provide a way for a user to do a simple username / password login like people have been using for the past several decades? All I want is to be able to log in and use JNDI to look up remote objects, but if the pa

[jboss-user] [JBoss Seam] - Conversation versus Session Context

2007-02-15 Thread jrosskopf
Hello everybody, I´m a little bit confused about using the conversation context in a backing bean. I have the following facelet code: | | | | | | | | |

[jboss-user] [JBoss jBPM] - Re: Please help - rollback with managed trasnactions

2007-02-15 Thread mrudulam
The remaining part of hte log | [2/16/07 12:33:39:012 IST] 6f97230a SystemOut O In end of MyActionHandler 3 | [2/16/07 12:33:39:153 IST] 6f97230a SystemOut O Hibernate: select exceptionh0_.NODE_ as NODE7_1_, exceptionh0_.ID_ as ID1_1_, exceptionh0_.GRAPHELEMENTINDEX_ as GRAPHEL

[jboss-user] [Remoting] - Re: Remoting via mbean issue

2007-02-15 Thread [EMAIL PROTECTED]
I just did a checkout of JBossRemoting (tag remoting_2_0_0_GA) and built the jboss-remoting.jar and jboss-remoting-tests.jar (this jar contains the MBeanHandler classes) using the tests.jars ant target. Then copied both jars into server/default/lib directory of JBossAS 4.0.4.GA. Then created a

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

2007-02-15 Thread saeediqbal1
well do you have the connector jar in the correct place for oracle database? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017449#4017449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017449 __

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

2007-02-15 Thread grdzeli_kaci
both version (1.1.5 GA and 1.1.6 GA) of seam-gen i got the same error : | BUILD FAILED | java.lang.NoClassDefFoundError: org.hibernate.bytecode.cglib.BytecodeProviderImpl | is there any thierdparty library which i need ? View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Eclipse IDE (users)] - urgent.. plz help in XDoclet confiuguration problem

2007-02-15 Thread deepali.bhosale
Hi . i am using JBossIDE-Install.pdf and JBossIDE-Tutorial.pdf file to install JBOSS +eclipse. I have followed each and every step of this pdfs. I got this pdfs from http://labs.jboss.com/portal/jbosside/docs/index.html i have first follow the steps of JBossIDE-Install.pdf to update the softwar

[jboss-user] [JBoss Seam] - Re: hidden exception issue?

2007-02-15 Thread baz
you have debugged your application, i think. But try it again. But a log message in your factory method and see how many times it is really called. Please let us know the result. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017438#4017438 Reply to the post

[jboss-user] [JBossWS] - Re: jbossws always try to use port 8080

2007-02-15 Thread deepali.bhosale
Hi, i was also facing the same problem but then i search inthe entire JBOSS directory the file whcih conatins 8080 as a text. and then replace this 8080 with 9005 port number is all the files having 8080. and it worked. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBossWS] - No Internet Connection: org.jboss.deployment.DeploymentExcep

2007-02-15 Thread deepali.bhosale
Hi, I have deployed FirstEJB.jar (ejb application) into JBOSS. while starting of the server, it gives ther error for the deployment descriptor as org.jboss.deployment.DeploymentException: java.sun.com; - nested throwable:(java.net.unklnownHostException:java.sin.com). I don;t have internet conne

[jboss-user] [JBoss Seam] - Re: hidden exception issue?

2007-02-15 Thread gsegura
Nop, I have client side state saving specified. I worked around the problem by not using the factory method and exposing newUser as a property of the bean and it worked. By doing so I'm not explicitly creating a conversation and I know if there is an error somewhere in the code it will bite m

[jboss-user] [Security & JAAS/JBoss] - Re: Anyone get JAAS working with remote entities?

2007-02-15 Thread SmokingAPipe
And I found out the problem: The thread died because some jar wasn't in the path. This is bad for a thread to die silently, and it is a bug in Java, but oh well, I got that fixed. Now I have the whole thing working as long as the password is correct for the login. This is big progress. But w

[jboss-user] [EJB 3.0] - javax.ejb.EJBNoSuchObjectException: Could not find Stateful

2007-02-15 Thread indyzone
Hi, We are getting the following exception from time to time when accessing our stateful session beans in JBoss 4.0.4.GA. I've search in the JIRA database and found out that this was infact a bug reported under the id EJBTHREE-769. There it says that the bug is closed and done in the EJB 3.0 RC

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Servlet question

2007-02-15 Thread visolvejboss
Hello, Hope, there may be problem in the structure of war file or the content of web.xml file. What is the structure of your war file and the content of web.xml file? Give the details of server log of JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=401

[jboss-user] [Security & JAAS/JBoss] - Re: Anyone get JAAS working with remote entities?

2007-02-15 Thread SmokingAPipe
I found out what was happening, sort of: the thread that's creating my InitialContext just silently dies. I don't get it. The thread itself collapses. I put: InitialSystem.out.println("start"); | Context context = new InitialContext(properties); | System.out.println("done."); I see the "

[jboss-user] [JBoss jBPM] - Re: How does JBPM support

2007-02-15 Thread XiaoQJ
| => A ---> B ---> C | ###| | | | ###V V V | ###D ---> E >F => | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017416#4017416 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017416 __

[jboss-user] [JBoss jBPM] - How does JBPM support "flow with synchonization" structure

2007-02-15 Thread XiaoQJ
It seems that JBPM core uses parent-child relationship among tokens to emulate the effect of "Split" and "Join". Although such a strategy can make node stateless and store all states and variables in tokens, I've a question over how does JBpm suppot the following structure? => A ---> B --->

[jboss-user] [Management, JMX/JBoss] - Re: fine grain authorisation with JSR 160

2007-02-15 Thread lpiccoli
i really need a JMX web based console not a remote client console. how can one achieve fine grain authorisation using JBossMX and a 3rd party web console? by fine grain authoristion i mean, user 'A' can only modify attribute 'a' on MBean 'AA' but read all other attributes on MBean 'A'. I was

[jboss-user] [JBoss jBPM] - Re: BPEL Installation - NewBie

2007-02-15 Thread xyz12345
Updates: I have replaced \jboss-4.0.4.GA\server\default\deploy\jbossws14.sar with jboss 4.0.5 =>> jbossws14.sar but still when i open http://localhost:8080/hello/greeter then i receive following message in browser HTTP GET not supported Thanks, View the original post : http://www.jboss.co

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-15 Thread swestbom
I figured it was my bad mouthing, it got its revenge. Someone pulled it for me, then sent it so I could use it. Wonder if they messed up some directories. Do you have any versions of that file name anywhere else that have an html element in them? View the original post : http://www.jboss.c

[jboss-user] [Security & JAAS/JBoss] - Anyone get JAAS working with remote entities?

2007-02-15 Thread SmokingAPipe
I'm trying to get JAAS to work with remote connections to a server. What happens is it needs to make an initial connection without any login information. It checks some status things on the server. If that's ok, it then can send login information. Due to user errors it's possible that a user

[jboss-user] [JBossWS] - Re: Generate wsdl from JSR 181 POJO

2007-02-15 Thread dwin
To make it easier, you guys may want to consider using SOAPUI http://www.soapui.org/jbossws/index.html if you use eclipse, you simply right click on the POJO and generate the webservice from it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017388#4017388

[jboss-user] [Remoting] - Re: Remoting idletimeout not working

2007-02-15 Thread [EMAIL PROTECTED]
http://labs.jboss.com/portal/jbossremoting/docs/guide/ch05.html#d0e1120 explains how the threading works in detail, but in short, the connection is maintained between client and server even after the requests are made. A idle timeout has been added (see http://jira.jboss.com/jira/browse/JBREM-

[jboss-user] [JBoss Portal] - Re: Management portlet improvements

2007-02-15 Thread [EMAIL PROTECTED]
Doesnt the userportlet do the same thing? If we have a thousand users and someone lists them all, does the server die? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017378#4017378 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss jBPM] - Re: BPEL Installation - NewBie

2007-02-15 Thread xyz12345
Hi jgreiner, Thank you very much for replying. Query: 1. If i remove jbpm.sar and jbpm.war, will jbpm thing work? In the meanwhile i tried, installing jboss4.0.4.GA, jbpm-3.1.4 , jbpm-bpel-1.1.Beta2 jdk1.5 jwsdp-2.0 I am able to succesfully intergrate jboss+jbpm+jbpel, but when i deployed he

[jboss-user] [JBoss Seam] - Re: Custom Validator comparing two fields

2007-02-15 Thread kukeltje
for anyone interested, see http://jroller.com/page/jgilbert01/?anchor=extending_the_hibernate_validation_framework View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017367#4017367 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Portal] - Re: Management portlet improvements

2007-02-15 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : "[EMAIL PROTECTED]" wrote : An essential feature concerns the tree : if the children of a node are too numerous then only a sub range of the children are displayed along with controls which provide navigation in the range. | | For dashboard viewing by admins, I w

[jboss-user] [JBossWS] - just can't get jbossWS working!!

2007-02-15 Thread liudan2005
Has anyone managed to get jbossws working with jboss JEMS 1.2.0.GA (downloaded from http://labs.jboss.com/portal/jemsinstaller/downloads). Can't get jsr181pojo working with bundled JBossWS 1.0.3.SP1. When I try to upgrad to JBossWS 1.0.4, everything stops working. I just can't see how I can get

[jboss-user] [JBoss Portal] - Re: Management portlet improvements

2007-02-15 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : "[EMAIL PROTECTED]" wrote : An essential feature concerns the editor of window content. With the new addition of the content editor it is a need to have the capability to edit the different content types of a window (like in the dashboard). | | I have no idea how

[jboss-user] [JBoss Seam] - Re: Getting the helloworld example working in Tomcat

2007-02-15 Thread [EMAIL PROTECTED]
I've got an outstanding JIRA issue for this - http://jira.jboss.org/jira/browse/JBSEAM-379 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017343#4017343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017343 ___

[jboss-user] [JBoss Portal] - Re: Management portlet improvements

2007-02-15 Thread [EMAIL PROTECTED]
I added a couple of Jira tasks grouped under: http://jira.jboss.org/jira/browse/JBPORTAL-1243 Those are little things to make it quickly more readable but this would clearly require a *major* rework. Setting the security constraints is not natural. Moving windows with right-left is good, but we c

[jboss-user] [JBossWS] - Re: Generate wsdl from JSR 181 POJO

2007-02-15 Thread monowai
I assume by the deafening silence on this, that this is either a really stupid question, or we're the only suckers doing this ¯\(°_o)/¯ Here's how it works for me. Create a file called wstools-java-to-wsdl.xml based upon wstools-config.xml but have it include the tags. Here is an example ba

[jboss-user] [JBoss Messaging] - Re: Receiving IllegalStateExceptions in client

2007-02-15 Thread bander
Tim, I've emailed you a modified version of the QueueExample class from the JBoss Messaging examples that displays the behaviour I've been observing. We're testing JBoss 1.0.1.SP4 on Windows XP with a MySQL backend (using the InnoDB engine - also on Windows XP). The test queue should be configu

[jboss-user] [EJB 3.0] - Generics and Composite Keys

2007-02-15 Thread jimk1723
I have a situation where a set of entities share a similar composite key class; rather than create a new PK class for each entity, I wanted to genericise the PK. Here's my generic PK class: | @Embeddable | public class LanguagePK implements Serializable { | | private T describes;

[jboss-user] [Remoting] - Re: Client timeouts while waiting for response from server

2007-02-15 Thread [EMAIL PROTECTED]
Hi Tomer, Thanks for alerting us to this problem. We have changed the blocking policy from WAIT to RUN in org.jboss.remoting.Client and org.jboss.remoting.ServerInvoker. Ideally, it would be nice to be able to configure the queue used in Remoting's default thread pool, org.jboss.util.threadpo

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JSF RI libraries in WEB-INF/lib not recognized?

2007-02-15 Thread mhassel
In both my JBoss 4.0.3 and 4.0.5 installations I have to switch from MyFaces to Suns-RI If I just replace the libraries in JSF-LIBS with SUN's libs, everything deploys fine! For various reasons, i have to package the libs within my jar file. So I erase JBoss' JSF_LIBS folder and package all th

[jboss-user] [EJB 3.0] - Re: Can I use @Ejb in an MBean?

2007-02-15 Thread khkachn
I tried adding @Depends ("jboss.ejb3:service=EJB3Deployer") to the class and jboss.ejb3:service=EJB3Deployer to the jboss-service.xml, but my ejb is still null. 2007-02-15 18:30:45,342 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.ejb3:service=EJB3Deployer d

[jboss-user] [JBossWS] - jbossws always try to use port 8080

2007-02-15 Thread liudan2005
I've changed my port number from 8080 to 80 as you can see: | | However, I can see that jbossws is still trying to connect 8080 for invoking services. Anyone knows why this happens? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017301#4017301 Reply

[jboss-user] [JBossWS] - SOAP request exception java.lang.NoClassDefFoundError

2007-02-15 Thread liudan2005
I keep getting this when trying to run a very simple demo code: | ERROR [org.jboss.ws.jaxrpc.SOAPFaultExceptionHelper] SOAP request exception | | java.lang.NoClassDefFoundError | | at org.jboss.ws.jaxrpc.encoding.SimpleDeserializer.deserialize(SimpleDeserializer.java:52) | |

[jboss-user] [JBoss Seam] - Re: TransientObjectException blues

2007-02-15 Thread dozcelik
I sent out the email today with my real name. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017302#4017302 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017302 ___ j

[jboss-user] [Messaging, JMS & JBossMQ] - org.jboss.mq.SpyJMSException: Cannot send a message to the J

2007-02-15 Thread pascallambert
We've got the following error after running our apps for a day doing load testing with the JMS server. My suspicion is that the server got loaded (we're using PostgreSQL to store the message on the same server) and was to busy to respond the request. But the funny thing is that we never got onExc

[jboss-user] [EJB 3.0] - Altering the transaction timeout

2007-02-15 Thread petemuir
Hi I'm trying to import a large amount of data (using JDBC) and I hit the TransactionTimeout (as defined in jta-service.xml). I know I can alter the timeout in jta-service.xml, but I would really prefer to just alter it for the import method, not the whole application. Is this possible? TIA

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-15 Thread petemuir
No, I've only tested with the version that Seam is currently including (1.1.12). If you've worked through my above suggestions, please put a simple example that shows the problem in JIRA and I'll work through it. Btw, sorry about being terse yesterday ;) View the original post : http://www.jbo

[jboss-user] [JBoss Portal] - Re: Erro when try to login

2007-02-15 Thread [EMAIL PROTECTED]
You are extending: UsersLoginModule http://docs.jboss.org/jbossas/javadoc/4.0.4/security/org/jboss/security/auth/spi/UsersLoginModule.html the login() method tries to aithenticate against username and password defined in user.properties but you didn't provide any. If you want to write your own

[jboss-user] [JBoss Portal] - Erro

2007-02-15 Thread works
I do what you talk for me, but when i login with my user a erro message was showed: talk that User.properties nof found what happend? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017278#4017278 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Portal] - Erro when try to login

2007-02-15 Thread works
I do what you talk for me, but when i login this message was showed: java.io.IOException: No properties file: users.properties or defaults: defaultUs ers.properties found at org.jboss.security.auth.spi.Util.loadProperties(Util.java:313) at org.jboss.security.auth.spi.UsersRolesLogi

[jboss-user] [Remoting] - Re: Exceptions in calls and callbacks

2007-02-15 Thread login4jbr
Thank you very much for the reply, I really appreciate the help. I think my original post wasn't clear (sorry about my poor english), I'll try to put this as correctly as possible. When you do a remote call or callback, a number of problems may happen. The invoke() and invokeOneWay() methods de

[jboss-user] [JBoss jBPM] - Re: Implementing data flow

2007-02-15 Thread [EMAIL PROTECTED]
"kukeltje" wrote : I think Tom invented a new acronym for GOP, but do not know what it is The acronym is PVM for Process Virtual Machine ;-) Cheers, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017272#4017272 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-15 Thread [EMAIL PROTECTED]
See ? by ranting against ant, it doesn't like you anymore ;) This is weird... Never heard of that problem before, here is what you should have in component-info.xml | | |http://www.antlr.org/"; | description="ANother Tool for Language Recognition"> | |

[jboss-user] [JBoss Seam] - Re: Seam Gen Problem

2007-02-15 Thread saeediqbal1
off the top of my mind 3 places i can think of putting that connector.jar in 1) jboss as/server/default/lib 2) seam/lib/ 3) seam/seam-gen/lib/ bounce the server and try. let us know View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017269#4017269 Reply to the

[jboss-user] [JBoss Seam] - Re: Seam Gen Problem

2007-02-15 Thread saeediqbal1
Yes i think hibernate is looking for it somewhere else. in that other site they said shared/lib folder, but i dont know where in seam. I would try putting that connector in a few other folders and restart the AS and try again. Gavin could help point out exactly what to do. View the original p

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-15 Thread swestbom
Ok antians. I keep getting this on my machine at work using the build.bat (using the bundled ant or my own, 1.70) BUILD FAILED C:\workspace\jbportal\trunk\build\build.xml:366: The following error occurred while executing this line: C:\workspace\jbportal\trunk\thirdparty\antlr\component-info.xml

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - HTTPD vs Tomcat. What frontend is better for application per

2007-02-15 Thread mihal
Hi All Please help me in following matter. I am trying to choose web application frontend among Apache HTTPD and Tomcat. As I can undestand, for integration Apache HTTPD with JBoss (Tomcat) I should use mod_jk and AJP1.3 protocol (may be ports redirecting is better solution?). Also I can confi

[jboss-user] [JBoss jBPM] - Re: Process Designer not working in Eclipse

2007-02-15 Thread [EMAIL PROTECTED]
"avbentem" wrote : > Okay I downloaded Eclipse 3.2.1 | | When I tried to use the 3.1.x Starter Kits with Eclipse 3.2.1 then the additional tabs "Diagram", "Swimlanes" and "Deployment" did not show either. However, using http://repository.jboss.com/eclipse/sdk/3.2/eclipse-SDK-3.2-win32.zip (

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Tools Beta 9 JPA Persistence Unit

2007-02-15 Thread bytor99999
It just seems like you need to have your database and app server running in order to get the EMF to be created to start developing and getting Code Completion. So you need to configure your project to point to the app server and to the database server. Correct? Thanks Mark View the original p

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

2007-02-15 Thread sjewett
mholzner - I tried your suggestion and I get an error: anonymous wrote : An error occurred at line: 9 in the jsp file: /layouts/generic/index.jsp | Generated servlet error: | LayoutConstants.ATTR_PAGE cannot be resolved to a type | This is what the beginning of my index.jsp page looks li

[jboss-user] [JBoss Seam] - Re: Seam Gen Problem

2007-02-15 Thread dustismo
Yes the mysql driver jar is exactly where I said it was during seam setup. And I am using a connection url of the form jdbc:mysql://address:port/databasename.. Is there somewhere else I need to add the mysql jar? thanks for the help, Dustin View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss jBPM] - Re: Process Designer not working in Eclipse

2007-02-15 Thread [EMAIL PROTECTED]
"dleerob" wrote : Sure. I've downloaded a few starter kits, but the latest I downloaded is jbpm-starters-kit-3.1.4. | | If you look at jbpm-starters-kit-3.1.4\jbpm-designer\readme.html, at the very bottom it says "The designer plugin works with eclipse versions 3.1.2, 3.1.1, 3.1, 3.1M7, 3.1

[jboss-user] [JBoss jBPM] - Re: permissions to users

2007-02-15 Thread kukeltje
wow, impatient? are u sure the other tables are empty? Did you do that? normally they have data in them, which exactely tells you what to do. Search the forum for other examples/posts in this direction View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=401

[jboss-user] [JBoss jBPM] - Re: Implementing data flow

2007-02-15 Thread kukeltje
afaik, nobody has tried to do this. But instead of using jpdl, I would suggest using the Graph Oriented Programming 'kernel' (I think Tom invented a new acronym for GOP, but do not know what it is) and create a new language. jpdl and bpel use the same core. An aditional language is possible. Ro

[jboss-user] [JBoss jBPM] - Re: issue for Assignment to Group

2007-02-15 Thread kukeltje
group assignment *does* work as james states... just the webconsole does not show it. Create a fix there (we won't since the webconsole before 3.2 was 'demo' quality and the 3.2 webconsole is a major redesign View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss jBPM] - Re: jBPM GPD: transitions not drawn -- is GPD 3.1.0.alpha2 b

2007-02-15 Thread [EMAIL PROTECTED]
No the new GPD will not be backwards compatible with older process definitions. However, we will provide a conversion tool. The new GPD is build with Eclipse 3.2.1. You can find the used drivers in the manifest file of the downloaded archive. Regards, Koen View the original post : http://www.

[jboss-user] [JBoss jBPM] - Re: Implementing data flow

2007-02-15 Thread estaub
Good idea - I was thinking similar things. Being able to see data flow at a high level is very useful. Currently, I don't believe the process definition can actually know what the flow is, because the handlers can access the variables at runtime without any declaration. The exception is scrip

[jboss-user] [JBoss Portal] - Re: JSR286 - Support Estimate

2007-02-15 Thread lcompton
Julien, Thank you the prompt response. Larry Compton View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017250#4017250 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017250 ___

[jboss-user] [JBoss jBPM] - Re: RSS feed of this BB

2007-02-15 Thread kukeltje
now you mention it... I have no idea how I got to it, but the id is afaik the same as the forum id, so you can access all other jboss forums via rss this way. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017249#4017249 Reply to the post : http://www.jboss.

[jboss-user] [JBoss jBPM] - Re: How di I embedd jBPM in my j2ee app?

2007-02-15 Thread kukeltje
Oracle 8.1.7? Oracle is ending part of the support on oracle 9 in six months... hhh good luck on migrating that part :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017248#4017248 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Re: Tip worthy of inclusion in the documentation...

2007-02-15 Thread saeediqbal1
I second that. its helpful to see it in the documentation please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017245#4017245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017245 _

[jboss-user] [JBoss Seam] - MockApplication in SeamTest not easily overridable

2007-02-15 Thread matt.drees
The app I'm working on has to do some dynamic UIComponent creation. Something like | questionPanel = (HtmlPanelGrid) facesContext.getApplication().createComponent(HtmlPanelGrid.COMPONENT_TYPE); | where facesContext is injected. For my unit tests, I'm using a simple mock Application: |

[jboss-user] [JBoss Seam] - Re: Seam Gen Problem

2007-02-15 Thread saeediqbal1
Some pointers of the same problem http://forum.java.sun.com/thread.jspa?threadID=691687&messageID=4020886 http://www.opensubscriber.com/message/users@cocoon.apache.org/1407968.html http://forum.hibernate.org/viewtopic.php?t=945739 let me know what if any of that fixes the problem please Vie

[jboss-user] [JBoss Seam] - Re: Seam Gen Problem

2007-02-15 Thread saeediqbal1
did you confirm if the *connector*.jar file was not missing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017241#4017241 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017241 __

[jboss-user] [JBoss Seam] - Re: nested conversation with explicit id

2007-02-15 Thread ebu
added, http://jira.jboss.org/jira/browse/JBSEAM-854 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017239#4017239 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017239 ___ jbo

[jboss-user] [JBoss jBPM] - Re: jbpm-bpel-ds.xml for mySQL

2007-02-15 Thread [EMAIL PROTECTED]
Take a loot at jboss-4.0.x/docs/examples/jca/mysql-ds.xml. The extra elements you see in the provided jbpm-bpel-ds.xml are for setting up an in-process hsql database. Since your mysql database runs in its own process, you don't need to set it up. Make sure the hibernate.connection.datasource pr

[jboss-user] [JBoss Seam] - Re: Seam Gen Problem

2007-02-15 Thread dustismo
Did you find a solution? I am getting the exact same message.. -Dustin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017235#4017235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017235 _

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2007-02-15 Thread spambob
Hi Norman, I just wanted to ask if there's any progress on the control where & how the text is placed ? I.e. 5 inch from above, 3 inch from the left in 12 point verdana with a max with of 6 inch - like I requested on the previous side (you probably get the idea). View the original post : htt

[jboss-user] [JBoss Seam] - Re: Getting the helloworld example working in Tomcat

2007-02-15 Thread [EMAIL PROTECTED]
IIRC, Shane did not yet have time to get the remoting examples working on TC. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017232#4017232 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017232 _

[jboss-user] [JBoss jBPM] - Re: issue for Assignment to Group

2007-02-15 Thread Alex Krycek
Has there been a fix to enable group assignment? I've been playing with JBpm for a couple of days but have not been able to get group assignment to work. I'm using starter kit 3.1.3. I tried modifying the jbpm/src/java.jbpm/org/jbpm/db/hibernate.queries.hbm.xml file with the query James poste

[jboss-user] [JBoss Seam] - Re: Occasional NPE in Conversation.flus()

2007-02-15 Thread [EMAIL PROTECTED]
(1) please retest with latest versions of Seam and Ajax4JSF. (2) if its still there, please create a very simple test case to reproduce the problem, and submit to JIRA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017230#4017230 Reply to the post : http://w

[jboss-user] [JBoss Portal] - Re: PortalObjectPermission always returns true...

2007-02-15 Thread indyJones
That was it.. I just wasnt paying attention... Thanks for the quick response... Indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017229#4017229 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017229 ___

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-15 Thread bsmithjj
continued email problems | 16:07:56,796 ERROR [STDERR] Feb 15, 2007 4:07:56 PM com.sun.facelets.compiler.Compiler initialize | SEVERE: Missing Built-in Tag Libraries! Make sure they are included within the META-INF directory of Facelets' Jar | I made sure my jars (Seam-mail, seam-ui, fa

[jboss-user] [JBoss Seam] - Re: Tip worthy of inclusion in the documentation...

2007-02-15 Thread [EMAIL PROTECTED]
Emporer's clothes.. I though so to but didn't want to look an idiot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017224#4017224 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017224 __

[jboss-user] [JBoss Messaging] - Re: Limiting the MDB pool size to 1

2007-02-15 Thread jnorris10
"jnorris10" wrote : "timfox" wrote : This is not JBoss Messaging config, it is MDB container config. The MDB container is agnostic as to the jms provider, whether it is JBoss Messaing, JBossMQ or some other provider. | | | | See | | http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBos

[jboss-user] [JBoss Seam] - Re: Tip worthy of inclusion in the documentation...

2007-02-15 Thread fhh
This seems useful to me, too. I sugest it should go into Seam's own components.xml, so it is available by default. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017221#4017221 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: Tip worthy of inclusion in the documentation...

2007-02-15 Thread [EMAIL PROTECTED]
Best fit I could find was pg67 (in A4) 3.2.7. Component names 1.1.6 PDF View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017220#4017220 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017220 _

[jboss-user] [JBoss Portal] - Re: PortalObjectPermission always returns true...

2007-02-15 Thread [EMAIL PROTECTED]
Weird. Any stacktrace ? I guess not. Are you sure it should return false ? Is there any view-recursive permission on the parent node or parent of the parent... ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017219#4017219 Reply to the post : http://www.jb

[jboss-user] [JBoss Seam] - Re: Tip worthy of inclusion in the documentation...

2007-02-15 Thread saeediqbal1
what section# in doc talks about that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017218#4017218 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017218 ___ jboss-user maili

[jboss-user] [JBoss Seam] - Re: Getting the helloworld example working in Tomcat

2007-02-15 Thread saeediqbal1
I haven't done this myself but I would go into tomcat manager and make sure the component that has helloAction is started and restart the server. Its either not seeing it or helloAction is not running View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017216#4017

[jboss-user] [JBoss Portal] - PortalObjectPermission always returns true...

2007-02-15 Thread indyJones
JBoss Server 4.0.5 GA MySQL JBoss Portal 2.4 My Custom Portlet is trying to determine if an object should be available to a user. Currently, it is always returning true... In my jboss-portal.xml | | | MyPortlet | | Required | | | | | Po

[jboss-user] [JBoss Messaging] - ClassLoader issue with user classes and JBM 1.0.1SP4

2007-02-15 Thread jcasp
Hello, I'm having some trouble migrating to JBoss Messaging 1.0.1SP4 from JBossMQ. I'm running JBossAS 4.0.5GA. The problem is when onMessage() is called in a JMS client in an ear. I get a "java.lang.ClassNotFoundException: No ClassLoaders found for: ". That class is located in a jar within

[jboss-user] [JBoss Seam] - Getting the helloworld example working in Tomcat

2007-02-15 Thread apushadow
Has anyone been able to successfully get the remoting/helloworld example working in Tomcat? I deploy it via "ant clean deploy.tomcat" and the helloworld app comes up, but I get this in my popup window when I type in my name: | Thu Feb 15 2007 14:34:03 GMT-0600 (Central Standard Time): Reque

[jboss-user] [JBoss Seam] - Tip worthy of inclusion in the documentation...

2007-02-15 Thread [EMAIL PROTECTED]
Can this be added to the doco.. it's a great tip. perhaps close to pg 67 anonymous wrote : | The declaration lets you specify a value or method binding expression that will be evaluated to initialize | the value of a context variable when it is first referenced. | | | | anony

[jboss-user] [JBoss Portal] - Re: JSR286 - Support Estimate

2007-02-15 Thread [EMAIL PROTECTED]
The first estimation is JBoss Portal 3.0 release which has no official roadmap yet. About the spec schedule, only the early draft preview has been released so far. According to the publicly available informations which are (Stefan's presentation at JavaOne 2006) : - 2nd early public draft Octob

[jboss-user] [JBoss jBPM] - Re: RSS feed of this BB

2007-02-15 Thread dslevine
ps: mine filters out the sticky threads, and shows number of replies, so there! but then again, the free feeds from feed43 only updates every 6 hours. thanks ronald... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017205#4017205 Reply to the post : http:

[jboss-user] [JBoss Seam] - Occasional NPE in Conversation.flus()

2007-02-15 Thread pdpantages
Hello Forum, seam 1.1.0.GA jboss-4.0.5.GA ajax4jsf-1.0.5 I have an occasional exception that I get. I have an SFSB, @Scope(CONVERSATION), @Conversational, which outjects DataModel that I render with tomahawk t:datatable The bean has an @Create method that is annotated with @Begin pages.xml

[jboss-user] [JBoss Portal] - JSR286 - Support Estimate

2007-02-15 Thread lcompton
Although the JSR286 specification is not yet complete, will there be support for the spec built into a version of JBoss Portal sometime in the near future? Also, does anyone know if there is a projected date for when the spec will be finalized? Larry Compton View the original post : http://w

[jboss-user] [JBoss Seam] - Re: does seam-gen support tomcat?

2007-02-15 Thread saeediqbal1
I haven't done that myself yet but the place i would start is look at the build.xml file in the root folder of seam distribution, it has deploy and deploytomcat. that's how i would pack. But you bring up a good topic to write a document on. Maybe I should play with seam-gen and porting it to t

  1   2   3   >