[JBoss-user] [JBoss Portal] - Re: how can i implement struts with portlets

2006-07-07 Thread billytcj
Try to locate the struts.jar is in your /web-inf/lib. Stop-start yr jboss portal and try again. Hope this is helping you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956335#3956335 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [JBoss Seam] - what is the mc-conf.jar?

2006-07-07 Thread mnrz
Hello can anyone explain about the mc-conf.jar? I want to know if that file is the same for every application or it will differ? if no, which configuration should be placed on that file. Is there any documentation about how to build a project war file and deploying it into Tomcat. the examp

[JBoss-user] [JBoss Portal] - Re: Why

2006-07-07 Thread billytcj
i am using Struts 1.2.8 + JBoss Portal 2.2.1 SP2. I managed to compiled all source with no error. This error, "No bridge set", appear during accessing the portlet page. With above my portlet.xml, am i miss out anything important that cause this error? View the original post : http://www.jbo

[JBoss-user] [JCA/JBoss] - Re: PostgreSQL XA DataSource

2006-07-07 Thread [EMAIL PROTECTED]
Since the data in Table1 effectively doesn't exist until the COMMIT, this is not going to work. Transaction isolation levels will prevent this regardless of whether or not they are in the same transactions. Do you actually want to implement something like this, or is this just a test scenario

[JBoss-user] [JCA/JBoss] - Re: PostgreSQL XA DataSource

2006-07-07 Thread gleydson
Sure, I have two enterprise applications (App1 and App2). All EJBs are Container Managed Transaction with transction attribute required. App1 and App2 are connected with the same database across different datasources (DataSource1 and DataSource2). My problem is: In the database I have two tab

[JBoss-user] [JBoss jBPM] - Re: JBPM 3.1.1 & ActiveMQ

2006-07-07 Thread kukeltje
this is no jbpm error. Look at the stacktrace. It is a log4j logging error, probably (but that is just guessing) caused by you adding commons-logging to the classpath View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956328#3956328 Reply to the post : http://w

[JBoss-user] [JBoss Seam] - SEAM CRUD application has no impact to the DB

2006-07-07 Thread jason_rency
all, i followed the movie and created a very simple crud application using hibernate tools in jboss IDE. the following is what i got when start the server and run the application. I can use the update/creat/delet functions. all the data seems has been sucfully created or updated but when I

[JBoss-user] [JBoss Portal] - Re: Changing default pages

2006-07-07 Thread kraptor
Scrap that... I'm using Jboss 2.4.0 CR1 not beta1 and I need to change that header. Is there a website / link with some helpful material? Any feedback appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956326#3956326 Reply to the post : http://www.

[JBoss-user] [JBoss Seam] - Re: New movie: Using the Seam reverse engineering tool

2006-07-07 Thread jason_rency
the following is what i got when start the server and run the application. I can use the update/creat/delet functions. all the data seems has been sucfully created or updated but when I check the database use DB managment tool, there is nothing change at all in the database. in another word,

[JBoss-user] [EJB 3.0] - issue finding entity with EmbeddedId using EntityManager.fin

2006-07-07 Thread ablevine1
I have a table similar to the following MY_TABLE( COL1 VARCHAR, COL2 VARCHAR, COL3 VARCHAR, COL4 VARCHAR, PRIMARY KEY(COL1, COL2, COL3) ) where there is a composite primary key mad up of columns COL1, COL2, COL3. I have the following class structure (none, some non-pertinent code is left out) @E

[JBoss-user] [Remoting] - using one port for multiple TransporterServer and Connectors

2006-07-07 Thread brei
Hi I have a client-server application. On the server side I created three TransporterServer and one Connector. Is it possible that I can use for all transporters and connectors the same port for the communication? I know that I can have all transporters over one port (branch 2.0) and also the c

[JBoss-user] [JBoss jBPM] - Re: JBPM 3.1.1 & ActiveMQ

2006-07-07 Thread guadilla
Ronald, Sorry for the lack of information. The data was in the laptop at home and I opened the question at the office. The bpm is the following: Mi First Numeric Task My Se

[JBoss-user] [JBossWS] - Re: Searching for mtom examples

2006-07-07 Thread [EMAIL PROTECTED]
They are in the Samples you can download jbossws-samples-1.0.0.GA.zip. Unzip that then there is an mtom directory in there with sample code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956321#3956321 Reply to the post : http://www.jboss.com/index.html

[JBoss-user] [JBoss Seam] - Re: Seam component with the same name

2006-07-07 Thread jtucker
I have uploaded a patch to JIRA which will: a) use the class defined in components.xml over an annotated component b) recognise a "precedence" attribute on the element in components.xml. The highest numbered class will be loaded. It errors and doesn't register a component if it cannot determine

[JBoss-user] [JBoss Portal] - Re: How to pass session varibles from Portlet to Servlet

2006-07-07 Thread lithium56
When using JSR 168, and you want to pass PortletSession to HttpSession, view this link: [url]http://www-03.ibm.com/developerworks/blogs/page/Joey_Bernal? entry=portlet_session_scope_and_sharing[/url] The key is to put PortletSession session = request.getPortletSession(); in you doView method of

[JBoss-user] [Nukes User] - Re: Not able to configure SunOne 6.1 web server with JBOSS

2006-07-07 Thread vittal
did anybody found the solution to this problem. I also got the same error message when I try to start the server after loading the nsapi_redirector.so proxy plugin. Please let me know if you have any fix for it. My environment is Linux AS 4 with the same kernal level. Thanks, Vittal View the

[JBoss-user] [EJB 3.0] - Interceptors not fired on methods called from within bean.

2006-07-07 Thread jnorris10
I am using JBoss 4.0.4.GA (w/ EJB RC7). When I define interceptors (ie: @Interceptors(MyInterceptor.class)) on a class, the @AroundInvoke method is only called when a method is called from outside the bean . If a method is called from within the bean the @AroundInvoke method is not fired. I

[JBoss-user] [JBoss Seam] - the bundled hibernate doesn't work @oneToOne shared primary

2006-07-07 Thread liudan2005
Here is my code: | Owner{ | @Id | public Long getId() { return id; } | | @OneToOne(fetch=FetchType.LAZY, cascade=CascadeType.ALL) | @PrimaryKeyJoinColumn | public Employment getEmployment() { return employment; } | } | | Employment { | @Id | @

[JBoss-user] [Security & JAAS/JBoss] - TLS encryption TLS_RSA_WITH_3DES_EDE_CBC_SHA support

2006-07-07 Thread mkolhe
Does JBoss support the TLS encryption TLS_RSA_WITH_3DES_EDE_CBC_SHA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956315#3956315 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956315 Using Tomcat but need to do more?

[JBoss-user] [Beginners Corner] - Re: getResourceAsStream returns null when invoked from an EJ

2006-07-07 Thread lafr
I mentioned META-INF as an example how we use this. What I said is: Don't use the leading slash in the resouce name! Look at http://www.javaworld.com/javaworld/javaqa/2003-08/01-qa-0808-property.html for example fro some explanations. View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [JCA/JBoss] - Re: PostgreSQL XA DataSource

2006-07-07 Thread [EMAIL PROTECTED]
No, it's not full suppport. The driver doesn't support transaction interleaving, as well as the stop/resume portions of the protocol. The developer of the XA functionality remarks on this in a variety of areas in the driver. Could you describe a bit more about the behavior you are seeing, as w

[JBoss-user] [JCA/JBoss] - Re: Mapping more than one user using Connection Pooling

2006-07-07 Thread [EMAIL PROTECTED]
Generally, you should read: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCA More specifically read: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJCALoginModule View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956312#3956312 Reply to the post : http://w

[JBoss-user] [JBoss Portal] - Changing default pages

2006-07-07 Thread kraptor
Im using Jboss 2.4.0 Beta 1. Can anyone tell me how to change the header of portal from "JBoss 2.4.0 Web Portal". I searched through several xml files, but didn't find anything that could change these properties. Thanks... View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [JCA/JBoss] - Re: PostgreSQL XA DataSource

2006-07-07 Thread gleydson
I'm using PostgreSQL JDBC 3 Driver with PostgreSQL 8.1. In PostgreSQL site says that supports XA. Is not full suport? I can't use this database for this Task? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956310#3956310 Reply to the post : http://

[JBoss-user] [JCA/JBoss] - Re: PostgreSQL XA DataSource

2006-07-07 Thread gleydson
Sure, is here: jdbc/SIPACDB true org.postgresql.xa.PGXADataSource sipac.info.ufrn.br 5432 db user pass 1 10 5000 12 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 4.04GA and Hibernate Config error

2006-07-07 Thread smithbstl
I figured it out. It had to the with the java.lang.NoClassDefFoundError: org/apache/commons/collections/SequencedHashMap. This class is located in a jar in my war file. I copied this jar to jboss\server\default\lib and it seemed to take care of it. I still don't understand why since it is al

[JBoss-user] [JCA/JBoss] - Mapping more than one user using Connection Pooling

2006-07-07 Thread smithbstl
I just want some direction/clarification on something i don't understand. If I configure a datasource I must supply the user and password directly in the xml file. What if I want to have more than just one user connect to the database. Oracle 9i/10g provides Proxy Authentication to where one

[JBoss-user] [JCA/JBoss] - Re: PostgreSQL XA DataSource

2006-07-07 Thread [EMAIL PROTECTED]
Postgres SQL does not support 'true' XA behavior. Certain aspects of JTA interaction with the TM (such as suspend/resume) are not available. Were you informed of something different? Could you post your ds-xml files? View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [JBoss jBPM] - Re: StartsWith XPath question

2006-07-07 Thread ncapito
That was actually the site i was looking at but i guess i can't read. startsWith -> starts-with. Thanks again. Nick View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956305#3956305 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[JBoss-user] [JBoss jBPM] - Re: StartsWith XPath question

2006-07-07 Thread [EMAIL PROTECTED]
jBPM BPEL supports the entire XPath library (well, Jaxen does, we just use their great stuff :) The function library is described in chapter 4 of the XPath 1.0 specification. The function you are looking for is starts-with. View the original post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [JCA/JBoss] - PostgreSQL XA DataSource

2006-07-07 Thread gleydson
Hello, I have two xa-datasouce using PostgreSQL 8.1 with JBoss 4.0.3. These two data-source are used by diferent systems under same VM. My problem is: These systems must interop in many ways. EJB is used to do this task. For example: When EJB A insert one row in table TA and call EJB B that ins

[JBoss-user] [JBoss Seam] - Re: FileUpload error

2006-07-07 Thread devagarwal
Sorry for the post. It is working now. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956302#3956302 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956302 Using Tomcat but need to do more? Need to support web s

[JBoss-user] [Beginners Corner] - Re: [jBPM-BPEL] Ant error

2006-07-07 Thread ncapito
Where did you get the jBPM-3.0.3? I was getting that error when i was using the wrong version of the jar. Inside of the BpelExtension.zip there should be a jBPM-3.0.1 or jBPM-3.1? Jar. I am using the beta version of jbpm-bpel so i am not sure of the exact version number. If that is no

[JBoss-user] [JBossWS] - Re: Running deployed process cause PortProxy Error

2006-07-07 Thread ncapito
As bad as this sounds ... i posted a reply on the other forum. Please check the link: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=86266 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956300#3956300 Reply to the post : http://www.jboss.com/in

[JBoss-user] [JBoss jBPM] - Re: Web Service invocation inside a BPEL-Process failed.

2006-07-07 Thread ncapito
Here is the example: http://jbpm.org/bpel"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://jbpm.org/bpel | http://jbpm.org/bpel/bpel_application_1_0.xsd";> | | | | |

[JBoss-user] [Remoting] - Re: Error connecting to ejb3 cluster

2006-07-07 Thread ablevine1
I've noticed that on my companies linux machines (which are using debian sarge linux dist.), using the hostname does not work here. You need the IP address, otherwise it resolves to the loopback address and remote connections do not work. The only solution we could get to work was using the -b

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Integration of WebsphereMQ6.0 with JBOSS4.0

2006-07-07 Thread peters
Which MQ jars did you deploy and have you set up the conntection factories via MQ JMS Admin ? Rgds, iris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956297#3956297 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=395

[JBoss-user] [JBoss jBPM] - StartsWith XPath question

2006-07-07 Thread ncapito
Do you all support the startsWith XPath string function? I am having trouble trying to get it to work. I want to (inside of a bpel process) check a string to see if it starts with a particular substring. For example. "Nicks_1:". I saw that XPath has a startsWIth command so i attempted to us

[JBoss-user] [JCA/JBoss] - Re: Problems with JCA , JBoss 4.0.4 RC2 under JDK 1.5 and cl

2006-07-07 Thread peters
Hi, we have two deployment option for our resource adapter : either as standalone RAR or inside an EAR. We use in the RAR an isolating class loading with following configuration InternalClassLoaderConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="class

[JBoss-user] [JBoss jBPM] - Re: How to invoke a business process in JBoss

2006-07-07 Thread kukeltje
Brad, I said it is in the docs because it IS in the docs: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted (among others) Regarding the courtesy, no I do not want to tell everybody that my knowledge is superiour to someone else, nor did I do that here (but I do happen to know the an

[JBoss-user] [JBoss jBPM] - Re: Node Decision

2006-07-07 Thread kukeltje
by reading/searching the documentation (which is abundantly present) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956292#3956292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956292 Using Tomcat but need to do more

[JBoss-user] [JBoss jBPM] - Re: jBPM books

2006-07-07 Thread kukeltje
My post was obviously not directed at David (I did not read his post yet) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956291#3956291 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956291 Using Tomcat but need to do

[JBoss-user] [JBoss jBPM] - Re: jBPM books

2006-07-07 Thread kukeltje
May I ask where you get that idea? I may have misunderstood your suggestion, but are more than happy to elaborate on things if the question is specific, comes with some background info (and preferably can be answered by a 'yes' or 'no' or 'I'd go for solution 1 instead of 2') View the original

[JBoss-user] [JBoss jBPM] - Re: jBPM books

2006-07-07 Thread hosierdm
How so? I've had almost all my questions answered by reading the User Guide and source code (yes, source code is documentation). Everything else has basically been answered in the forum, which is also documentation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [JBoss jBPM] - Re: ActionHandler in node not called unless inside transitio

2006-07-07 Thread kukeltje
or if you add an event type to it, it gets fired whenever the events occurs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956288#3956288 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956288 Using Tomcat but need to d

[JBoss-user] [JBoss Portal] - ERROR IN org.jboss.portal.core.CoreController Object Nor Fou

2006-07-07 Thread AlAtaKe
I am new to JBOSS portal and JBOSS Server. Programs: Windows 2000 Server Java 1.5 JBOSS 4.0.4 GA JBOSS Portal 2.2.1 SP2 MySQL 5.0 (Other server) I have done the installation using the user guide, but on typing http://localhost:8080/portal i am getting the following messages: In t

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss 4.04GA and Hibernate Config error

2006-07-07 Thread smithbstl
I have an error I can't seem to solve. It occurs when trying to create a Session from a SessionFactory. Here is the StrackTrace The first set of errors look like a JSF issue (which I can't totally rule out - still learning :-) ). But toward the bottom of the stack trace there is some refernc

[JBoss-user] [JBoss jBPM] - Re: bpel-174, resume process execution after system restart

2006-07-07 Thread [EMAIL PROTECTED]
It isn't a problem, it's more of a task to be done. It's a matter of querying the database for unfinished inbound message activities and having the relation service open a request listener for them. Not hard to do, but you'd have to be familiarized with the JBPM BPEL internals. So, yes, please

[JBoss-user] [JBossWS] - Conceptual questions about JBoss WS-Security & deployed WS c

2006-07-07 Thread rosellinif
We are evaluating to use JBoss WS-Security with PKI to publish a web service in an organization A. This web service will be consumed by others organizations. As we are planning to use PKI we are assuming that: i) organization A has its own keystore (including own private key and certificate

[JBoss-user] [Clustering/JBoss] - Re: Cold Deployment

2006-07-07 Thread ScottMarlowNovell
anonymous wrote : Is there a recommended best practice for deployment that can mitigate this issue? For example, would having each node point to a central HTTP farm URL help at all, since it might be easier to trigger hot deployment everywhere by updating the "last modified" time on the centrall

[JBoss-user] [JCA/JBoss] - Re: Retry: JBoss AS/Firebird: Hibernate Dialect must be expl

2006-07-07 Thread [EMAIL PROTECTED]
I will be looking at is as an update for the JCA handling of the Firebird driver. Any updates will be posted to the Wiki along with documentation changes. I just have to find the time to check it all in :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956

[JBoss-user] [JCA/JBoss] - Re: Retry: JBoss AS/Firebird: Hibernate Dialect must be expl

2006-07-07 Thread knaveofhearts
Thank you for your reply. That seems to have fixed the problem. If you do learn something about a change to the Firebird configuration (due to the anticipated FB 2.0 release possibly?), perhaps you could post it to this forum. K/H View the original post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBoss jBPM] - Re: jBPM books

2006-07-07 Thread ashiiid
It seems to me that JBPM community don't want to give enough documentation about Jbpm . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956280#3956280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956280 Using Tomcat

[JBoss-user] [JBoss Seam] - Re: Breaking changes to pageflow

2006-07-07 Thread rpiaggio
"[EMAIL PROTECTED]" wrote : | If you begin a pageflow while rendering the page (eg. from an @Factory or @Create method while pulling data for the page), you should no longer begin the pageflow with a . This was an extremely inelegant model, since it implied a transition into the page we are a

[JBoss-user] [JBoss jBPM] - Node Decision

2006-07-07 Thread ashiiid
HI, Can any one tell me how do we configure the node Decision ? Regards, Samid. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956278#3956278 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956278 Using Tomcat but

[JBoss-user] [Remoting] - Re: Error connecting to ejb3 cluster

2006-07-07 Thread elkner
Nope. On standard bourne shells "${HOSTNAME}" == "$HOSTNAME" is always true. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956276#3956276 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956276 Using Tomcat but need to

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Handling Database Deadlocks:

2006-07-07 Thread jnorris10
On 4.0.4.GA (w/ EJB RC7), when I get a deadlock, I end up with the following exception hierarchy: | javax.ejb.EJBTransactionRolledbackException | javax.ejb.EJBException | javax.persistence.PersistenceException | org.hibernate.exception.LockAcquisitionException: could not insert: ... |

[JBoss-user] [JBoss Seam] - How to tweak output based on HTTP header for wired/mobile cl

2006-07-07 Thread dbatcn
I'm creating an application that I'd like to be accessible from both PCs and mobile phones. Not too surprisingly, I want to present somewhat different XHTML in the two cases, and I'd like to do it based on the HTTP User-Agent header. For the most part I'm happy with what's generated by Seam, b

[JBoss-user] [JBoss Portal] - Re: Problem with permissions

2006-07-07 Thread kraptor
Fixed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956273#3956273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956273 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quick

[JBoss-user] [Security & JAAS/JBoss] - Re: Login Configuration Enhancement

2006-07-07 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : More like: | | | | | | | | | | ... | | | | | | | | | We have the same concept for JBoss container configurations. So I do not see why we cannot do for the application policies in the security configuration space. | |

[JBoss-user] [JBoss Portal] - Error Deploying Portal

2006-07-07 Thread gregdhiggins
JBoss Portal Version: jboss-portal-2.2.1-SP3.zip Did you get Portal from CVS? or download it? downloaded it JBoss AS Version: jboss-4.0.4.GA Database Vendor and Version: MySQL Server 5.0 JDBC Connector and Version: mysql-connector-java-3.0.17 OS Platform: Windows XP Media Edition I am getting an e

[JBoss-user] [Remoting] - Re: Error connecting to ejb3 cluster

2006-07-07 Thread [EMAIL PROTECTED]
Just a guess, but sounds like dev machine and test/prod are using different script env (i.e. Solaris uses bourne shell, which I think needs -Djboss.bind.address=$HOST_NAME). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956269#3956269 Reply to the post : h

[JBoss-user] [Security & JAAS/JBoss] - Re: Calling web service from another jboss application using

2006-07-07 Thread hardeep.kwatra
Hi! Stand alone pplication means running the application from the command prompt i.e. java -jar , not in the jboss. if i try to deploy it as a service it starts giving the exception, where it works fine in the previous case. I am using JAXRPC in my application. here is the code snippet which d

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-07-07 Thread kukeltje
Brado, Look at the webapp source code, there you can see how it is done. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956224#3956224 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956224 Using Tomcat but need to do

[JBoss-user] [Security & JAAS/JBoss] - Re: Login Configuration Enhancement

2006-07-07 Thread [EMAIL PROTECTED]
More like: | | | | ... | | | | | We have the same concept for JBoss container configurations. So I do not see why we cannot do for the application policies in the security configuration space. | | I will add a feature request for this, if I do not see any objectio

[JBoss-user] [Security & JAAS/JBoss] - Re: Calling web service from another jboss application using

2006-07-07 Thread elkner
OK, to help you out here an copy-and-paste complete example: package foo.bar; | | import java.io.BufferedInputStream; | import java.io.IOException; | import java.io.InputStream; | import java.security.cert.Certificate; | import java.security.cert.CertificateException; | import java

[JBoss-user] [JBoss jBPM] - Re: How to invoke a business process in JBoss

2006-07-07 Thread brado
"cpob" wrote : The thing is, you HAVE to do one of those. You have to deploy a process definition to the jBPM engine for it to be available. Once it is deployed, it is forever in the database, which will never have to be deployed again (even between server restarts). cpob, Thanks for the rep

[JBoss-user] [Remoting] - Re: Connection between servers through JNDI?

2006-07-07 Thread [EMAIL PROTECTED]
Created jira issue for the multiplex client re-connect issue - http://jira.jboss.com/jira/browse/JBREM-534. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956265#3956265 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [JBoss Seam] - Accessing a protected JSF page causes

2006-07-07 Thread Basel
I managed to get declarative security to work with JBoss and MySQL using FORM based authentication. Everything works fine except when I try to acess a protected JSF page. Accessing a JSF page that is not protected is perfectly fine. Here is what happens: 1. I point the browser to a protected JS

[JBoss-user] [EJB 3.0] - Re: Embedded EJB3: NO TX DATASOURCE setup

2006-07-07 Thread fguerzoni
Nope. I also tried to do it myself starting from source, but it was too difficult for my skills. I want to share my experience: my application (same .jar) can run either (1) on thick client (container embedded), or (2) distributed server (Tomcat + container embedded), or (3) company servers (To

[JBoss-user] [EJB 3.0] - Fail to try first example in "Enterprise JavaBean 3.0"

2006-07-07 Thread iamar
Hi, I am trying the first example in "Enterprise JavaBeans 3.0" / chapter 4 and for some reason I am keep getting the following error message: "TravelAgentBean not bound". package titan.Clients; import titan.travelagent.TravelAgentRemote; import titan.domain.Cabin; import javax.naming.I

[JBoss-user] [JBoss jBPM] - Re: How to invoke a business process in JBoss

2006-07-07 Thread cpob
I almost posted a reply before Ronald did, and it was almost identical to what he replied (the 4 listed responses at least). Going through the source code for the WebApp provides a lot of help too, if you haven't looked. Now, back to your first question, you say: brado wrote : in the examples,

[JBoss-user] [Remoting] - Re: Connecting without using client API

2006-07-07 Thread [EMAIL PROTECTED]
Technically, yes, this would be possible. The only problem is will have to have custom marshaller/unmarshaller on the server side. Currently the marshallers use java serialization to convert the bytes on the wire into java objects and then back into binary data to put on the wire. So would h

[JBoss-user] [JBoss Seam] - Re: Reverse engineering & seam

2006-07-07 Thread aristide
Hi, you can solve this problems using jboss-ide build 20060602, jboss-seam-1.0.1.GA and install jboss-sa with jems-installer-1.2.0.BETA. Aristides View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956258#3956258 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [JBoss jBPM] - Re: ActionHandler in node not called unless inside transitio

2006-07-07 Thread cpob
Action is not a valid element inside of state. A state is just a 'wait-state' that sits there until someone signals the token out of it. If you want a state that performs an action like that, use a node element. You are allowed to put an action inside the node element like you are trying with

[JBoss-user] [JBoss Eclipse IDE (users)] - Problems with installation of jboss ide 2.0 for Eclipse 3.2

2006-07-07 Thread crushred
I have installed the current alpha version on top of the latest Eclipse 3.2 release but none of the jboss configurations appear in the run or debug configuration pages. Does anyone have this same problem and do you have a work around? View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [Installation, Configuration & Deployment] - Re: URGENT:: identify JBoss Version at run time

2006-07-07 Thread kesso01
Hi I am using 4.0.3 SP1. I have not seen version.properties file inside the Jboss-System.jar file. Could you please guide me in which file i can get the answer. Thanks for the help... Regards SomaSekharaReddy.K View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [Security & JAAS/JBoss] - Login Configuration Enhancement

2006-07-07 Thread jiwils
Currently, I can reuse login modules by changing the login configuration stack in various security domains. Would it be possible to make a given security domain referenceable from another stack/domain in the future as an enhancement? Without this, configuration can get messy (so it seems). Fo

[JBoss-user] [Installation, Configuration & Deployment] - Incomplete logs

2006-07-07 Thread ben_ben
Hi, We're using JBoss 4.0.3 and, when used locally on a Win XP machine everything works well. Pooled database connections are pooled and reused while logs are used to keep track of everything. However...we have now just moved the application to our unix test server and things have gone a bit p

[JBoss-user] [Installation, Configuration & Deployment] - JBoss Shutdown issues.

2006-07-07 Thread vallamkondu
I have configured the JBoss-3.2.5 on Sun Box and I have chaged the JNDI Port from 1099 to 10099 (ie NamingService MBean Port from 1099 to 10099) in /server/default/conf/jboss-service.xml. And I have started the Jboss using run.sh, It got started with OUT ERRORs and all pther functionalities we

[JBoss-user] [JBoss Seam] - FileUpload error

2006-07-07 Thread devagarwal
I am trying to upload a file using the following versions: jboss-seam-1.0.1.GA jboss-4.0.4.GA jboss-EJB-3.0_RC8 myfaces-core-1.1.3 tomahawk-1.1.3 commons-fileupload-1.1.1 commons-io-1.2 I tried to put the jars in all possible places but could not make it work. The error that I get is: Exception s

[JBoss-user] [Remoting] - Re: Passing Object in RemoteCall, wich is unknown for AppSer

2006-07-07 Thread [EMAIL PROTECTED]
I'm going to guess you are talking about making an ejb call? For this, will need to make sure all classes that need to be loaded (e.g. the implementation class being passed), are contained on the classpath for the jboss server. Easiest way to do this is to include it within the deployment on j

[JBoss-user] [Security & JAAS/JBoss] - Re: Calling web service from another jboss application using

2006-07-07 Thread [EMAIL PROTECTED]
Hardeep- Looks like this might be a configuration issue. Some things to look at: 1) if the server side keystore has a self-signed cert, the SunX509 TrustManager you are using in your client code accepts them 2) Looks like you are setting up the TrustManager on the client side to trust svsos.c

[JBoss-user] [Clustering/JBoss] - Re: Cold Deployment

2006-07-07 Thread evk
Hi, thanks for the information. I'm running into this issue as well. I have a cluster of several nodes and just want to be able to have nodes go down and come up at random and not have clients notice (assumption is that at least one node will be up at any given time)... as it is, in a simple two

[JBoss-user] [EJB 3.0] - Re: Injecting EntityManager with an interceptor

2006-07-07 Thread fguerzoni
Are you sure you are interested in having the EntityManager created the first time the factory (singleton) is created? And then using that EM instance? I don't think EM is thread safe. I had the same decision to take some time ago, and I preferred to pass EM as parameter to DAO class when calli

[JBoss-user] [JBoss jBPM] - Re: How to invoke a business process in JBoss

2006-07-07 Thread brado
Ronald, First off, thank you for the reply. Any help I can get is appreciated. Second, with regards to your comment: > To be honest without wanting to offend you, I think you do not (yet) > have a pretty good understanding of the components of jBPM. I'd just ask you to consider your motivati

[JBoss-user] [JBoss jBPM] - ActionHandler in node not called unless inside transition

2006-07-07 Thread jbaker_softcomms
I may have misunderstood something but I have an action that needs to propogate execution so I have defined it inside a state rather than a transition which is what the docs appears to be suggesting. It never gets called when I put it there though! However, if I move it to inside a transition it

[JBoss-user] [JBossWS] - A path to simpler faults? Please advise!

2006-07-07 Thread bcguitar33
Hi there! The RPC/Literal project I'm working on wants me to define faults that only contain 2 elements, faultcode and faulstring. Further, they want me to define these elements on my own according to a specific proprietary system. I tried this two different ways. When I did so by having my fu

[JBoss-user] [JBoss jBPM] - Re: How to invoke a business process in JBoss

2006-07-07 Thread kukeltje
Intro: Read the docs, getting started, wiki, as well. 1: If they are deployed they are in the db and do not need to be loaded each time (btw, this is in the docs) The interaction with the engine is though the JbpmContext as can be read/seen in all code (and docs) and JMS or any wrapper you want

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - accessing tables that are not entities

2006-07-07 Thread innojasa
Hi i have a little problem with tables that are not entities. I have an application that uses the datasource called "applicationDS". May JBoss runs on the datasource "DefaultDS" both datasources are running with mysql. So my applicaton works very well if it is mapped to datasource "DefaultDS"

[JBoss-user] [JBoss jBPM] - Re: jBPM books

2006-07-07 Thread kukeltje
Why would a book help in these areas? Wouldn't just having the information at hand help? Besides that, most of these questions are so environment specific that a book wil not anwser these. (IMO) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956241#3956241

[JBoss-user] [Clustering/JBoss] - Re: Cold Deployment

2006-07-07 Thread [EMAIL PROTECTED]
Yes, just a distributed deployment. There is an issue that prevents placing something in a node that is not running and then having it deploy when the node starts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956230#3956230 Reply to the post : http://www

[JBoss-user] [JBoss jBPM] - Re: JBPM 3.1.1 & ActiveMQ

2006-07-07 Thread kukeltje
how can we see wat is wrong with this limited amount of information. Please provide more information. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956231#3956231 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956231

[JBoss-user] [JBoss Seam] - Re: dataTable with method execution per row

2006-07-07 Thread CptnKirk
You may also be able to write a JSF EL function. However I think I Pete's method of just getting status along with the original data better. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956229#3956229 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBoss jBPM] - Re: very long wait to save process using designer

2006-07-07 Thread kukeltje
jbpm 3.0x designer is NOT supported on Eclipse 3.2. Untill it is supported we advise to use eclipse 3.1.2 with GPD 3.0.9.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956228#3956228 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [JBossWS] - Re: HandlerChain support

2006-07-07 Thread dloiacono
Thanks a lot! My workaround: use deprecated @SOAPMessageHandler View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956245#3956245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956245 Using Tomcat but need to do more? Nee

[JBoss-user] [JBossWS] - Re: New user to JBossws

2006-07-07 Thread DougJohnson
Thank you for your response. I'll see if I can't sort it out from there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956244#3956244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956244 Using Tomcat but need to do m

[JBoss-user] [JBoss Seam] - Re: dataTable with method execution per row

2006-07-07 Thread supernovasoftware.com
I do preprocessing of lists with @Transient. It works quite well. I also use maps that I add extra objects to to hande the case where some of then are not persisted and I add an empty one under a different key in the map if there is none found. View the original post : http://www.jboss.com/

[JBoss-user] [JBoss Portal] - Problem with permissions

2006-07-07 Thread kraptor
I'm using Jboss portal 2.4.0 and Jboss AS 4.0.4 GA. I need to set the permissions on a page (tab on the portal, child of default) so that only the Admininstrators can access it and it should be invisible to users, just like the Admin page. I went to the security settings for the page and by def

[JBoss-user] [Clustering/JBoss] - Re: Cold Deployment

2006-07-07 Thread jleech
anonymous wrote : Maybe I am missing something here. If you want cold deployment, why do you need to deploy your app under farm directory? Shouldn't a regular deploy directory work the same? Perhaps... I am new to JBoss clustering and thought deploying to the farm directory might give special c

  1   2   3   >