[JBoss-user] [JBoss Seam] - Re: Problems with the Seam Tools integrated in the JBoss IDE

2006-06-28 Thread Seto
I am using 1.6GA,not the nightly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954248#3954248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954248 Using Tomcat but need to do more? Need to support web services, secur

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - help me! This error Unregistered handle that was not registe

2006-06-28 Thread muyan
14:57:47,873 INFO [TxConnectionManager] Unregistered handle that was not registered! [EMAIL PROTECTED] for managedConnection: [EMAIL PROTECTED] who can help me solve it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954247#3954247 Reply to the post : http

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-28 Thread fady.matar
This is not the actual exception that is being thrown. This exception is related to libraries mismatch. Make sure you have an updated classpath View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954246#3954246 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [JCA/JBoss] - Deploying a db as both local and XA simultaneously

2006-06-28 Thread Hakucho
I have an app that 95% of the time only needs to use one database (call it "A"). The other 5% of the time, it needs to transactionally update both "A" and a second database "B". Obviously for the latter use case, I need to deploy both "A" and "B" using the tag. However I'm concerned that using

[JBoss-user] [Security & JAAS/JBoss] - Re: Not Always taking to Home Page on session timeout

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

[JBoss-user] [JBossWS] - Re: Does JBoss provides WS-Reliable Messaging out-of-the-box

2006-06-28 Thread docampbell
Hi Burr, I have a post (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=85626) on this forum related to Reliable Messaging. I have implemented a version which is going to go open source (for comments really) that you may be interested in. If I can get the problem sorted I will be pos

[JBoss-user] [JBoss Eclipse IDE (users)] - confused which to download

2006-06-28 Thread kbird
hi, i have downloaded the jboss ide 1.5.x bundle. do i have to make any futher special configuration for me start with the projects on it. i was using eclipse 3.1.1 with wtp tools. i cant see web project wizard comming in the jboss ide which i have donwloaded please help me with this! thanks

[JBoss-user] [JBossWS] - How can I generate a WSDL using WSTOOLS and JSR181 web servi

2006-06-28 Thread yair.zaslavsky
Hi all, I folllowed the example for JSR181 web service as written at the jboss wiki, however, I fail to understand how can I generate a WSDL from the interface of the service? Preior to JSR181 , when developing web services with interface that extends Remote, I used WSCOMPILE for this. What shou

[JBoss-user] [JCA/JBoss] - Re: XA Oracle Datasource errors

2006-06-28 Thread Hakucho
"guix" wrote : ... explained in: | http://www.baldor.it/StartPage/documents/admin/59.html | Down the page on "Configuring Oracle Database for XA Support" ... | This link is broken; however I suspect the same info is now here: http://wiki.jboss.org/wiki/Wiki.jsp?page=IHaveProblemsWithOracleX

[JBoss-user] [JBoss jBPM] - Re: Invoking one service after another causing exception in

2006-06-28 Thread [EMAIL PROTECTED]
>From the stack trace above, at org.jbpm.bpel.def.ProcessInstanceStarter.visit(ProcessInstanceStarter.java:82) the process instance is starting, no transaction has been committed and the partner link instances are still transient. A different approach to fix the problem is assigning an ID to t

[JBoss-user] [JCA/JBoss] - Need JBOSS vs Oracle 9iRAC

2006-06-28 Thread msgtokumar
Hi all, Any one of you having any tutorial for JBOSS configuration with Oracle 9i RAC. Regards, Kumar.P View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954238#3954238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=395423

[JBoss-user] [JBossCache] - Inhertance problems

2006-06-28 Thread gshriki
Hi, I've got the following classes: public class Person { | protected String first_name; | protected String last_name; | ... public class User extends Person { | protected String username; | protected String password; | protected Device device; | ... public cla

[JBoss-user] [JCA/JBoss] - Re: Flushing a connection pool?

2006-06-28 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIChangeThePoolingParameters View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954236#3954236 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954236 Using Tomcat but need to do

[JBoss-user] [JBoss Seam] - Re: HELP rollback doesn't work

2006-06-28 Thread smajima
Thanks a lot, Jason. I changed table type to InnoDB. Rollback did work. Susumu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954235#3954235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954235 Using Tomcat but need

[JBoss-user] [JBoss Seam] - Can you @Filter a Seam @Entity?

2006-06-28 Thread RobJellinghaus
Working with my Seam example, just ported to 1.0.1. Originally derived from the noejb example, which now became the Hibernate example. I'm trying to declare a @Filter on one of my @Entities: @Entity | @Name("blogPost") | @Filter(name="headOnly", condition="replicatedChangeset is null") | p

[JBoss-user] [JBoss Seam] - Re: ClassCastException: DelayedPostInsertIdentifier after go

2006-06-28 Thread RobJellinghaus
NEVER MIND, FIXED! Problem was that I am working in a noejb-like setting (I originally started from the old noejb example, now the hibernate example). In the course of porting to 1.0.1 I got confused and started making changes based on the booking example, with embeddedEjb rather than microcon

[JBoss-user] [JBoss Seam] - ClassCastException: DelayedPostInsertIdentifier after going

2006-06-28 Thread RobJellinghaus
Very confusing! I have some pretty straightforward code that worked fine with the 1.0beta2-era CVS build I had, but that now breaks after upgrading to 1.0.1: @Entity | @Name("changeset") | public class Changeset { | ... |private Long id; | ... |@Id @GeneratedValue |publi

[JBoss-user] [Security & JAAS/JBoss] - Re: NEED HELP : Declarative authorization doesn't work

2006-06-28 Thread smajima
I'm terribly sorry but I don't know how to get authetication trace logging. Where(in which file) can I find application-policy config? Could you let me know it? I use jmx-console and the currently logged principal in the domain is user1. Susumu View the original post : http://www.jboss.com/in

[JBoss-user] [JBoss AOP] - retrive the object returned by a method in a method intercep

2006-06-28 Thread aamonten
In a method interceptor would it be possible to retrive the returned object, through the Invocation object or some other object? Something like: | public class SimpleInterceptor implements Interceptor | { |public String getName() { return "SimpleInterceptor"; } | |public Obje

[JBoss-user] [JBoss Portal] - Re: Some function not work after migrate to 2.4-beta1

2006-06-28 Thread ericmacau
When I get the parameter from ActionReqeust, it cannot get the correct parameter value with the correct charset. When I tried to input some non-ascii character, it returned something unreadable(seems change charset). Anyway, I moved it back to 2.2Sp2 and everything goes fine. Thanks. View th

[JBoss-user] [EJB 3.0] - Re: Ejb2 referencing ejb3

2006-06-28 Thread dalves
I have followed the tutorial present in the EJB3 stand alone package, more precisely the ejb 21 client adaptors tutorial , and after a little while I got it to work. If you have any more specific doubts I'd be glad to help. David View the original post : http://www.jboss.com/index.html?module=

[JBoss-user] [JBoss Seam] - Re: Datatable inside a Datatable

2006-06-28 Thread bluetrade
s/con\./msg/ thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954226#3954226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954226 Using Tomcat but need to do more? Need to support web services, security? Get stu

[JBoss-user] [JBoss Seam] - Datatable inside a Datatable

2006-06-28 Thread bluetrade
Hi, I was wondering if nested Datatables ( one inside another, the inner one using the "var" tag of the outer one) work with seam. I have messages and each message has variable numbers of "information"-tags, and i want to display first the outer properties and then the "variable-length" inner

[JBoss-user] [JBoss Seam] - Re: Debugging information

2006-06-28 Thread bluetrade
Thanks, I forgot the @In tag for an attribute... Flo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954224#3954224 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954224 Using Tomcat but need to do more? Need to suppo

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBOSS Shutting down automatically while being scan by Po

2006-06-28 Thread tonyLeung
Secure the jmx console and invocation paths via the installer or manually. http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureTheJmxConsole Thanx a lot to Scott M Starks for helping.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954222#3954222 Reply to the p

[JBoss-user] [JBoss Portal] - Re: Some function not work after migrate to 2.4-beta1

2006-06-28 Thread ericmacau
It seems not work in form action with portlet:renderURL in 2.4, right ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954221#3954221 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954221 Using Tomcat but need to do mo

[JBoss-user] [JBoss Portal] - Some function not work after migrate to 2.4-beta1

2006-06-28 Thread ericmacau
Hello, I wrote some portlets and they work in 2.2(SP1, SP2) very well. After move to 2.4beta1, some function not work. For example, Add In the above JSP, it works very well in JBos Portal 2.2(sp1 and sp2). But in 2.4beta1, the "action value" always be empty when I tried to get i

[JBoss-user] [JBoss Seam] - Re: HELP rollback doesn't work

2006-06-28 Thread supernovasoftware.com
I doubt your problem is version related, but I am curious why people are still using CR3 when GA 1.0.1 is out. More likely the table type you are selecting in MySQL. If I remember correctly I had this problem before I switched to PostgreSQL. MyISAM which is the default table type does not supp

[JBoss-user] [EJB 3.0] - Ejb2 referencing ejb3

2006-06-28 Thread bhupiss
Hi... I am currently working on application which has both ejb3 and ejb2 stateless session bean deployed on JbossAS. My problem is that I want to invoke the ejb3 bean from the ejb2 stateless session bean.. Please provide suggetsions or pointers as to how we can do that.. Thanks Inder View t

[JBoss-user] [JBoss Portal] - Re: JBoss AS 4.04.GA and Portal 2.2.1 deployment

2006-06-28 Thread gregdhiggins
I have downloaded jboss-portal-2.2.1-SP3.zip and am having the "No transaction manager provided" error as follows. I have verified the code jboss:service=TransactionManager is in the jboss-service.xml file. I had to manually insert it for SP2 but it is already there for SP3. I was also having t

[JBoss-user] [JBoss Seam] - HELP rollback doesn't work

2006-06-28 Thread smajima
I try to rollback so that I write small program to check it. But it doesn't work. The data is stored in DB. Seam is 1.0.0.CR3, JBOSS is 4.0.4.GA and MySQL 4.0.16. I find the word rollback in server.log but it doesn't roll back. Any message and advice is helpful. put the lines below in faces-con

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSTL taglib cannot be resolved by JBoss 3.2.1

2006-06-28 Thread svgray
Thanks very much for the suggestion. I'll try that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954215#3954215 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954215 Using Tomcat but need to do more? Need to support

[JBoss-user] [Clustering/JBoss] - Re: I cann't access http://localhost/jmx-console/ in Multip

2006-06-28 Thread chwang
Jerry, Thank you, I changed node2 port number to 8109, node1's port is still 8009. I still can not access http://localhost/jmx-console but if I only typed run, I could access http://localhost/jmx-console, which means the request didn't go to node1 or node2, instead going to default, which par

[JBoss-user] [Management, JMX/JBoss] - JMX-console fails with mustang?

2006-06-28 Thread elkner
Not sure, what the real problem is, however, if I start Jboss 4.0.4GA with mustang instead of tiger, everything runs fine except the JMX console. Because of a "com.sun.management:type=HotSpotDiagnostic is not registered" exception the complete jmx-console is unusable. I made the following fix:

[JBoss-user] [Clustering/JBoss] - Re: I cann't access http://localhost/jmx-console/ in Multip

2006-06-28 Thread JerryGauth
I'm not sure what the problem is but you can't use "the same IP address and same port number (8009)." If you're using a binding address at JBoss server startup (-b parameter), the IP's will differ. If you're using JBoss service bindings, the ports will differ. View the original post : http:/

[JBoss-user] [Messaging, JMS & JBossMQ] - Attempting to override the DefaultJMSProvider

2006-06-28 Thread jprossjr
Greetings, I am attempting to get JBoss to read data from a MQSeries queue. I?ve almost got it working, but am stuck on one step. The JNDIProviderAdapter in class MDB keeps retrieving the ?DefaultJMSProvider?. This causes it to fall into the SpyConnection logic, instead of the WSMQ logic that

[JBoss-user] [JBoss Eclipse IDE (users)] - JBoss source not found

2006-06-28 Thread parul12345
Hi all, I am new in jboss. When I reach the setp debug the server, i always got source not found and a button change attached source? Can someone help thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954209#3954209 Reply to the post : http://www.

[JBoss-user] [Clustering/JBoss] - I cann't access http://localhost/jmx-console/ in Multiple J

2006-06-28 Thread chwang
Hi, Folks, I have set 2 JBoss Instances On One Machine from this link. http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine which means there are node1 and node2 under /server folder in Jboss. And I set up Apache , mod_jk according to this link http://wiki.jbo

[JBoss-user] [JBoss Portal] - 2.2.1SP1 jboss4.0.3SP1 - NullPointerException in MyFacesGene

2006-06-28 Thread dduchaine
We get this exception when logging in with admin/admin, click on management and then on default: | 2006-06-28 18:28:13,724 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/portal-core]] Exception in FacesServlet | java.lang.NullPointerException | at org.apache

[JBoss-user] [Clustering/JBoss] - Re: HA-JMS fails, Master node undeploying channels, no failo

2006-06-28 Thread [EMAIL PROTECTED]
1) You refer to "the master node". Please confirm that this is 62.50.43.211. 2) On the node that produced the first bit of logging in your post, do you see log entries with this content "New cluster view for partition StagePartition: 202" and "New cluster view for partition StagePartition: 201"

[JBoss-user] [Clustering/JBoss] - Re: JBoss Cluster issue

2006-06-28 Thread [EMAIL PROTECTED]
Please also make sure your SFSB is clustered, i.e. has @Clustered annotation if EBJ3 or true in jboss.xml if EJB 2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954205#3954205 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBossCache] - Re: Replicated field values not 'sticking' in clustered POJO

2006-06-28 Thread mbenner
Hi. Yeah, if I do: cacheA.putObject("/test", pojoA); pojoA1 = cacheB.getObject("/test"); pojoA1 would be null. With 1.4, however, pojoA1 is showing up, but its empty (the values I assign to it before putting it in cacheA aren't there). Very odd behavior, especially since I see the correct va

[JBoss-user] [JBoss Portal] - Re: 2.2.1SP2 jboss4.0.3SP1 - Login page error

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

[JBoss-user] [JBoss Portal] - Re: 2.2.1SP2 jboss4.0.3SP1 - Login page error

2006-06-28 Thread dduchaine
Sorry, lost the line: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954202#3954202 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954202 Using Tomcat but need to do more? Need to support web services, security? Get

[JBoss-user] [JBoss Portal] - 2.2.1SP2 jboss4.0.3SP1 - Login page error

2006-06-28 Thread dduchaine
Could someone explain why the page login.jsp (UserPortletWindow), when compiled, sets the action to: Noticed the %> following j_security_check ? Evidently, I get a 404. Thanks, David View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954201#3954201 Reply to

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - how do I run SELECT queries against CMR tables ?

2006-06-28 Thread zoolai
I have a CMR defined on 2 entity beans and I've inserted in both entities XDoclet "@ejb.data-object" tags so I expect that my exposed CMR methods should be available for me in the generated data object classes... but they are not. I've annotated my CMR methods with "@ejb.interface-method" so I g

[JBoss-user] [JBossCache] - Re: Replicated field values not 'sticking' in clustered POJO

2006-06-28 Thread [EMAIL PROTECTED]
So if you do: cacheA.putObject("/test", pojoA); // pojo attached on cache A pojoA1 = cacheB.getObject("/test"); pojoA1 is null? You've definitely got something weird going on then. That's just basic stuff. Not sure what to say about that :( Hopefully Ben will have some idea. Well, let's j

[JBoss-user] [JBoss Messaging] - Re: JDBC persistence configuration examples?

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

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-28 Thread Rorschach
Same issue here: 16:19:36,000 INFO [Server] Starting JBoss (MX MicroKernel)... | 16:19:36,000 INFO [Server] Release ID: JBoss [Zion] 4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000) | 16:19:36,000 INFO [Server] Home Dir: C:\java_local\jboss-4.04.GA_patch1 | 16:19:36,000 INFO [S

[JBoss-user] [Beginners Corner] - Re: Problem on deploying Dukes Bank example

2006-06-28 Thread robson.soares
Hi, You must get the jbossj2ee-src.zip file in the following location. http://docs.jboss.org/jbossas/getting_started/v5/ This link contains, startguide40.zip file released on May 23, 2006. When you unzip this file, you will get jbossj2ee-src.zip file. Robson Soares View the original post :

[JBoss-user] [EJB 3.0] - Re: lookup ClassCastException

2006-06-28 Thread bwilson
I'm getting the same problem. This only seems to happen when I use the @stateful annotation. When I use @stateless the problem goes away. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954193#3954193 Reply to the post : http://www.jboss.com/index.html?modu

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

2006-06-28 Thread [EMAIL PROTECTED]
I have been using SimpleDetectorClient, SimpleDetectorServer, and SimpleJNDIServer classes of the org.jboss.remoting.samples.detection.jndi package to help in discovering the problem you are seeing. First off, looks like one issue is the way the AbstractDetector does its connection validation w

[JBoss-user] [EJB 3.0] - EJBQL help

2006-06-28 Thread jetzzz
there are parent/child tables in the persist level of my app. I am trying to use EJBQL to update the child table, link one row to the parent something like this: q = em.createQuery("update child c set c.parent = :PAR where c.id=1"); q.setParameter("PAR", parent); here parent is a exsisting deta

[JBoss-user] [JBoss Seam] - Re: Debugging information

2006-06-28 Thread [EMAIL PROTECTED]
JSF tends not to complain when the backing bean comes up null. So I would check that your seam components are being installed (take a look at the startup log). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954189#3954189 Reply to the post : http://www.jbos

[JBoss-user] [JBoss Seam] - Re: Access page outside of pageflow

2006-06-28 Thread [EMAIL PROTECTED]
You would basically just code it into javascript in your UI. No special integration with Seam would be needed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954188#3954188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Data source lookup returns null for mysql

2006-06-28 Thread emwamba
I have installed jboss 4.0.4.GA and have configured a MySQL datasource, named "qmmsDB", as I did in jboss 4.0.2. However, when my code attempts to look up the data source, a null value is returned and no exeception is returned. The code is as follows: Context ctx = new InitialContext(); DataSou

[JBoss-user] [JBoss Seam] - Re: Access page outside of pageflow

2006-06-28 Thread cool_raj
I agree that multiple conversations might be a good route to go, however I like to have all my bases covered. Is there an extension point in the Seam framework where I could insert this behaviour? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954184#395

[JBoss-user] [JBossWS] - Re: Does JBoss provides WS-Reliable Messaging out-of-the-box

2006-06-28 Thread [EMAIL PROTECTED]
Plus it's on the roadmap and we are active participants in the OASIS WS-RX technical committee. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954183#3954183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954183 Using

[JBoss-user] [JBossWS] - Re: Does JBoss provides WS-Reliable Messaging out-of-the-box

2006-06-28 Thread burrsutter
JBoss does not have a WS-RM implementation out of the box today. However, you can push SOAP messages around via JMS assuming you don't need to interoperate with anything other than a Java client (VB doesn't speak JMS). http://labs.jboss.com/portal/jbossws/user-guide/en/html/jms-transport.html

[JBoss-user] [JBoss jBPM] - Re: Invoking one service after another causing exception in

2006-06-28 Thread jiehuan_li
I found a fix for this. On org.jbpm.bpel.relation.jms.RelationContext, comment out one line like following, and initialize portConsumer to null: | public PortConsumer getPortConsumer(PartnerLinkInstance instance) { | Long instanceId = new Long(instance.getId()); | PortConsumer p

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JbossMQ Error at Heavly load

2006-06-28 Thread retesh
please help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954180#3954180 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954180 Using Tomcat but need to do more? Need to support web services, security? Get stuff done q

[JBoss-user] [JBoss Seam] - Debugging information

2006-06-28 Thread bluetrade
Hi is there a way to output any sort of errors that might occur during the initialization of a seam component? I setup an application based on the booking-example, but when I hit "Register" nothing happens, which I cannot understand since I have a navigation rule for the register action and didn

[JBoss-user] [JBoss jBPM] - Re: task-assign event firing

2006-06-28 Thread cpob
I'd suggest you create a JIRA issue (after making sure there's none previously, I did a quick search w/ no results). If you do, I'll vote on it, because I support that something needs to be done about it. It could lead into a world of debate as to which way to handle the event though, which isn

[JBoss-user] [JBossWS] - Re: JSR181WebServiceEJB3TestCase failed

2006-06-28 Thread hnguyennh
I think this error needs the org.jboss.ejb3.JBossProxy from jboss-ejb3-client.jar. All samples ran successfully when I did these: - get a fresh copy of jboss-4.0.4.GA using installer with 'ejb3' profile - remove current jbossws.sar, and install new jbossws.sar > cd deploy/jbossws.sa

[JBoss-user] [JBoss Getting Started Documentation] - JBOSS Operations Network Documentation

2006-06-28 Thread Shanti
Folks, Where could I find detailed online documentation for the JBOSS ON, please? In particular, I'd like to use the "Distributed Management" feature mentioned in the JON whitepaper to distribute agents to app-server boxes from the JON server. Also, post-installation, I decided I would like to

[JBoss-user] [JBoss Seam] - Re: Stateful behaviour jPDL [Back button error!]

2006-06-28 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : I just fixed the problem you faced in the number guess example. | | You can see the back-button disabled in any conversation, try the DVD registration or the booking example. This actually resulted from a Bad bug in Seam where redirects that occurred during the

[JBoss-user] [JBoss jBPM] - Re: task-assign event firing

2006-06-28 Thread smokeman
The reason I brought this up is that I need to send an email to all users of a group letting them know that a task has been assigned to the group. I was trying to use the task-assign event, but you know the rest. Yes, I could add this to TaskInstance myself, but wanted to see if this behavior wa

[JBoss-user] [JBoss Seam] - Re: Access page outside of pageflow

2006-06-28 Thread [EMAIL PROTECTED]
Yeah, I think that's straighforward to implement. Seems like the opposite of what the user really wants though ... have you demonstrated Seam workspace management to the users, and asked them if maybe they would prefer that? View the original post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [Management, JMX/JBoss] - Re: XMBean -- extending an existing xmbean.xml file

2006-06-28 Thread genman
To explain the need: The obvious use case is of course the JBoss service one, where the lifecycle methods are used for pretty much every MBean. Addtionally, users may want to enhance existing services. Whereas with standard MBeans you simply extend the MBean interface, there's no equivalent for

[JBoss-user] [Management, JMX/JBoss] - XMBean -- extending an existing xmbean.xml file

2006-06-28 Thread genman
I think it would be a useful feature to be able to specify in an xmbean.xml file that this file "extends" the attributes and operations in an other file. |http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_2.dtd";> | | |org.jboss.jms.server.plugin.JDBCChannelMapper |JBossServi

[JBoss-user] [JBoss Portal] - can the portlet:actionURL changed?

2006-06-28 Thread anicraj
Hi, I have a small issue in a logout option in my portal. My home page is : http://localhost:8225/portal/portal/test/ Suppose the user after logging in goes to http://localhost:8225/portal/portal/test/ManageUser and clicks the logout link, the page goes to the home page but the url is still http

[JBoss-user] [JBoss Seam] - Re: no property for configuration setting: org.jboss.seam.co

2006-06-28 Thread go_rags
Gavin, Thanks very much. That fixed the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954168#3954168 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954168 Using Tomcat but need to do more? Need to support we

[JBoss-user] [JBoss Seam] - Re: Access page outside of pageflow

2006-06-28 Thread cool_raj
We have a menubar at the top of our pages. So in a multi step wizard the user could have completed several pages and then they click on a menu item that would cause them to go to a page that is not a part of the defined workflow. Our requirement is to ask the user(with javascript alert) if they r

[JBoss-user] [JBoss Seam] - Re: Access page outside of pageflow

2006-06-28 Thread [EMAIL PROTECTED]
Define "navigates". Clicking a link? backbutton? what? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954165#3954165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954165 Using Tomcat but need to do more? Need to suppo

[JBoss-user] [JBoss Seam] - Access page outside of pageflow

2006-06-28 Thread cool_raj
I have JSF application that contains many wizards. We have rolled our own workflow management framework that manages the state from page to page. I have read the Seam documentation and it appears to meet most of our requirements and is cleaner and more flexible than our homegrown framework. O

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to access Jboss AS through URL without specifying po

2006-06-28 Thread xijia_chen
I just tried an port forwarding approach. it works for me. run one linux command as root to forward port 443 -> 8443 , /sbin/iptables -t nat -A PREROUTING -p tcp --dport 443 -d 192.168.x.x -j DNAT --to 192.168.x.x:8443 The credit goes to http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingPortForward

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Provider shutdown very slow

2006-06-28 Thread danpat
Hi all, We're deploying a set of MDB's that are configured to talk to a set of WebSphere MQ destinations. There are about 70 MDBs in total, talking to about 35 destinations on two separate WSMQ queuemanagers. All the MDBs are bundled inside a single EJB-JAR. When shutting down the applic

[JBoss-user] [JBoss Portal] - Blank Screen on Log In

2006-06-28 Thread jgilbert
Portal starts up with no errors and I can access the default and test pages. However, when I go to Standard Login and login as admin or user I get a blank screen. No errors show up on the console or in the log. Is anyone else seeing this? Any ideas? I used the jboss-4.0.4.GA-Patch1-installer.ja

[JBoss-user] [JBoss/Spring Integration] - Re: Spring deployer - splitting conf files

2006-06-28 Thread pierodesalvia
"alesj" wrote : anonymous wrote : | | We are deploying our spring beans in JBoss through the JBoss Spring deployer which requires that we use only one configuration file, jboss-service.xml. | | | | Configuration of your pojos is not in jboss-service.xml (file only contains deploy

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss JMS Message persistance with Ingres problems

2006-06-28 Thread genman
Do you have some sort of table locking issue? There might have been some issue resolved re. this, look at the bug DB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954157#3954157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [EJB 3.0] - How to make EJB2 Reference a local EJB3

2006-06-28 Thread Dabubble
Context: JBoss 4.0.4 GA After searching exaustively for a way to make a jdk1.4 client reference a EJB3 bean I finally gave up and created a EJB2 wrappers for the EJB3 beans. Now I have a new problem I can't find an example on how to make a EJB2 reference a local EJB3 (seen examples of remote re

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Configure queues/topics at application level, Possible?

2006-06-28 Thread genman
I'm not really from the team. What it sounds like is you want two copies of JBossMQ running in the same JBoss instance. Which is possible, but probably a bit complicated to set up, especially for MDBs. Why can't you create two queues called MyQueue1 and MyQueue2 ? Alternatively, use a topic and

[JBoss-user] [JNDI/Naming/Network] - Re: Basics: binding object instance/factory to JNDI name

2006-06-28 Thread [EMAIL PROTECTED]
"Gunark" wrote : Okay so looks like something like this works: | | | | | | casLogin=https://localhost:8443/cas/login | | casValidate=https://localhost:8443/cas/proxyValidate | | casServerNam

[JBoss-user] [Installation, Configuration & Deployment] - How to access Jboss AS application through URL without speci

2006-06-28 Thread xijia_chen
Greeting... I am running Jboss AS application on Linux. I try to find some way to configure the Jboss AS and/or domain on linux so that a user may access the Jboss AS application through URL without specifying the port number (i.e. http://www.mydomain.com, not http:/www.mydomain.com:8080). Ther

[JBoss-user] [JBoss Seam] - Re: Discarding conversation state

2006-06-28 Thread [EMAIL PROTECTED]
OK, so please put a breakpoint in ConversationInterceptor and find out what happens when the action method is called. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954148#3954148 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [JNDI/Naming/Network] - Re: Basics: binding object instance/factory to JNDI name

2006-06-28 Thread Gunark
Okay, so my final solution for programmatically setting up CAS via JNDI in JBoss: web.xml config for the application with the CAS filter looks like this: | CAS Filter | com.discursive.cas.extend.client.filter.CASFilter | | com.discursive.cas.extend.client.config.jndi |

[JBoss-user] [Beginners Corner] - Re: connection failing logging into cvs

2006-06-28 Thread nzjess
OK, so it's a firewall issue I guess. Using cvsgrab instead... Incidentally, checking out jbpm, and I'm getting alot of the following: [ERROR] CVSGrab - -IO Error: java.lang.RuntimeException: Error 404 when reading http://fisheye.jboss.com/viewrep/~raw,r=1.11/JBossJBPM/jbpm.3/doc/userguide/en/h

[JBoss-user] [JBoss jBPM] - Creating Timer from program

2006-06-28 Thread sameer_ja1
Hi, I am trying to create timer programatically. But I am getting class cast exception when registring the action for timer. | CreateTimerAction cta = new CreateTimerAction(); | cta.setTimerName("myTimer"); | |

[JBoss-user] [JBossWS] - JBossWS RPC-Style SOAP with multiRef fields

2006-06-28 Thread bcguitar33
Hello, I got a great response to my puzzle last time from Jboss devs so I'm going to try my luck here again. I'm using JbossWS to set up a couple of rpc-style web services, and thus far have been quite impressed with the ease of development and reliability of it. My specific question is thus:

[JBoss-user] [JBoss Seam] - Re: Inheritance, Polymorphism, and Butler with no eyebrows.

2006-06-28 Thread dhinojosa
Soytenly! | | <[EMAIL PROTECTED] contentType="text/html"%> | <[EMAIL PROTECTED] pageEncoding="UTF-8"%> | <%@ taglib uri="http://myfaces.apache.org/tomahawk"; prefix="t"%> | <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f"%> | <%@ taglib uri="http://java.sun.com/jsf/html";

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem in http to https switching in struts

2006-06-28 Thread j2ee_junkie
With container managed authentication, all the authentication stuff happens before a request hits your application. So the answer is no. To get a better understanding of CMA, see the servlet spec. at http://java.sun.com/products/servlet/download.html. Also, the JBoss server guide has a great

[JBoss-user] [JBoss Seam] - Re: Discarding conversation state

2006-06-28 Thread fred_costa
No, I'm still in trouble... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954139#3954139 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954139 Using Tomcat but need to do more? Need to support web services, security?

[JBoss-user] [JBoss Portal] - Re: deployment problem in 2.2.1sp1 on 4.03sp1

2006-06-28 Thread ssilvane
Sorry, but I'm having the same error, on the same configuration. I'm running the default instance, and have restarted it and keeps throwing this: 12:08:39,997 ERROR [JDBCExceptionReporter] ORA-00942: table or view does not exist 12:08:39,997 ERROR [HibernateStore] failed to check existence of f

[JBoss-user] [Advanced Documentation] - Re: ejb specification number?

2006-06-28 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASSupport View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954135#3954135 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954135 Using Tomcat but need to do more? Need to supp

[JBoss-user] [Installation, Configuration & Deployment] - Synchronous/programatic EAR deployment

2006-06-28 Thread danpat
Hi all, I'm trying to detect if the deployment of my EAR file has succeeded from within a script. We have lots of tricky JNDI wiring that needs to be done, and it often goes wrong, so I want my "ant deploy" script to fail if the EAR fails to deploy cleanly. Most people seem to be using th

[JBoss-user] [Installation, Configuration & Deployment] - Re: Change running properties

2006-06-28 Thread brian.lucas
Thanks for your reply and I hope you will forgive my ignorance on the inner workings of JBOSS. But how do I reread the file once JBOSS is going? Is there some command I can send to it while it's running to do that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [EJB 3.0] - Re: crashing of jboss-4.0.4.GA+EJB3.0+jdk1.5

2006-06-28 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=HelpItCrashed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954132#3954132 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954132 Using Tomcat but need to do more? Need to suppo

[JBoss-user] [JBoss jBPM] - Re: task-assign event firing

2006-06-28 Thread cpob
I was going to agree with the 2nd event for group assign events, but then I started debating myself. Either way, I agree that something should be done. I just searched the JIRA and didn't see anything related to task-assign and pooled/groups. smokeman, in the meantime, you could always just a

[JBoss-user] [Installation, Configuration & Deployment] - Re: Change running properties

2006-06-28 Thread [EMAIL PROTECTED]
Reread the file. jboss is not preventing you from picking up runtime changes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954130#3954130 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954130 Using Tomcat but need to

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem in http to https switching in struts

2006-06-28 Thread cool_bhanu
Cgriffith, So will it not be possible for me to check for the credential in NameAction and if the credential are correct it should go to success page or error page with https switched on. I wanted to ask if any other mechanism exist In struts where iam not using form authentication and still ia

  1   2   3   >