[jboss-user] [Beginners Corner] - Re: EJB3 JDNI lookup error 'unexpected block data'

2006-12-28 Thread tamri
rknechtel wrote : I'm having the same problems using JBoss 4.0.4GA EJB 3.0 RC8. | | javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: org.jboss.ejb3.JBossProxy (no security manager: RMI class loader disabled)] | at

[jboss-user] [JBoss Seam] - Re: how to force Logging for page access ??

2006-12-28 Thread VinceCallagan
May be you can put some security-contraints in your web.xml ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996589#3996589 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996589

[jboss-user] [JBoss Portal] - JBoss Portal - Clustering - Http Session Replication

2006-12-28 Thread chellva
Hi, I am trying to test HTTP Session Replication feature of JBoss Portal Server. When i downloaded jboss-portal-2.4.1-CR1-bundled.zip i did not find 'all' directory under server folder. So i used JBoss AS 4.0.4 for testing the feature. When i deploy jboss-portal.sar in

[jboss-user] [JBoss jBPM] - Re: Couldn't parse 'bean' into a 'org.jbpm.configuration.Bea

2006-12-28 Thread [EMAIL PROTECTED]
that is indeed a typo and it is fixed in the meantime. don't remember if the fix is already released, though. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996593#3996593 Reply to the post :

[jboss-user] [EJB 3.0] - Re: help required for JBOSS 4.0.4 GA and EJB 3.0 RC9

2006-12-28 Thread priyavijayan1
I got it resolved. I am pasting the code over here package com.infosys.EJB3.application; import com.infosys.EJB3.application.FacadeRemote; import com.infosys.EJB3.application.FacadeBean; import javax.naming.InitialContext; import java.sql.Timestamp; import java.util.Properties; public class

[jboss-user] [JBoss jBPM] - I have problem to receive complex parameters , BP Interface,

2006-12-28 Thread pkovgan
Hi, Could someone help me ? My BP is simple: Interface has doSome(parameter) method, where parameter is complex object. First assign after receive must pass this object to invoke of next webservice without any changes in parameter structure. 1)What should I do? 2)Is there some example?

[jboss-user] [JBoss Portal] - Re: WSRP

2006-12-28 Thread vpnuser
The default-wsrp.xml is given below, | ?xml version='1.0' encoding='UTF-8' ? | | deployments |deployment | wsrp-producer | producer-idself/producer-id | expiration-cache120/expiration-cache | endpoint-config |

[jboss-user] [JBoss Seam] - Re: paginating a datamodel

2006-12-28 Thread ask4saif
Dear Norman Richards, can you plz send me a sample code for the EntityQuery, or any hint. other than EntityQuery :) thanx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996599#3996599 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Sending Entities in Messages?

2006-12-28 Thread SmokingAPipe
I realize that JBoss/MQ is dead because JBoss Messaging is going to replace it in the upcoming JBoss 5. Are there any good quick-start guides for doing this simple thing? In a regular Java program, I would create a worker thread, but obviously in an enterprise environment, we don't want to

[jboss-user] [JBoss jBPM] - Exception on scheduler launch

2006-12-28 Thread Vlad Tepesch
Hello First of all, sorry for my English, it's not my native language. Now, the problem : I'm using JBPM 3.1.2 with a JBoss 4.0 and I try to make a project on an Eclispe I haven't setup myself (so I don't really know wich plug in is installed). When I try to laucnch the JBPM's Scheduler

[jboss-user] [Beginners Corner] - ServiveMBean StartUp sequence

2006-12-28 Thread duskodugousko
Hello, i have develop a ServiceMBean wich is using some EJB´s for initializing, and backup data for a application. My problem is that jboss starts my Service bevore the EJB´s are deployed and so i become a javax.naming.NameNotFoundException: testBeans not bound. When i deploy my Service after

[jboss-user] [JBoss Messaging] - Jboss messaging not picking up messages

2006-12-28 Thread mgajendr
Hi, We are using JDK1.5 and Jboss messaging 1.0.1CR4 in production environment. We are using oracle based message persistence as well. The MDB's pick up the messages properly for 2/3 days and after that messages starts backing up in the JMS_MESSAGE table. The server will continue to process

[jboss-user] [JBoss Messaging] - Re: Jboss messaging not picking up messages

2006-12-28 Thread timfox
mgajendr wrote : Hi, | | We are using JDK1.5 and Jboss messaging 1.0.1CR4 in production environment. | Hi mgajendr- 1.0.1.CR4 is not a production release (it's a candidate release) - we strongly suggest you upgrade to 1.0.1.GA.SP2 View the original post :

[jboss-user] [JBoss Seam] - Re: geam-gen generate-entities error

2006-12-28 Thread gaboo
Dunno If it's related to hibernate ot not, maybe. Please tell me if so and I will report the problem to hibernate. Here is more information : if I have a char(X) column in a mysql table which is reverse engineered using generate-entities (which runs successfully) I get these errors in my jboss

[jboss-user] [JBoss Seam] - Re: geam-gen generate-entities error

2006-12-28 Thread gaboo
one more note : I tried with a char(255) and i get the same error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996608#3996608 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996608

[jboss-user] [Messaging, JMS JBossMQ] - Re: Sending Entities in Messages?

2006-12-28 Thread Byorn
//use this send the object to the queue public class SendMessagesViaMDB{ //method to get the queue connection public static javax.jms.QueueConnection getQueueConnection( java.util.Hashtable environment ) throws javax.naming.NamingException, javax.jms.JMSException { // Obtain initial

[jboss-user] [JBossWS] - Re: document/literal and jboss 4.0.5.GA - No wrapped types

2006-12-28 Thread bbredohl
I found the problem. I defined a complex type (UserClass). When there is a byte[] in it (with getter and setter), I get the above Exception for document/literal. When I deploy the Projekt as rpc/literal and with jbossws 1.0.3GA I get a NullPointerException. With jbossws 1.0.4GA it works (only

[jboss-user] [JBoss AOP] - Re: Identification of classes intercepted by pointcuts

2006-12-28 Thread robotics80
Could you tell me the name of the method or the class where it is declared? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996611#3996611 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996611

[jboss-user] [JBoss Portal] - Re: JBoss Portal - Clustering - Http Session Replication

2006-12-28 Thread [EMAIL PROTECTED]
you should download the -ha version of portal and deploy it in the all configuration of an AS 4.0.4 or 4.0.5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996612#3996612 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Class not found

2006-12-28 Thread chrismalan
Hi Peter, Thanks for your answer. Clear, unambiguous and easy to implement. I like them that way. ;-) Yes, I am running Gentoo. I am just finished updating everything - new gcc (4.1), new kernel (2.6.18), new KDE (3.5.5) and new everything else, including JDK. When I do date on the

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2006-12-28 Thread alexg79
How did you determine that it's trying to call a method on the same machine? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996614#3996614 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996614

[jboss-user] [JBoss Seam] - Re: paginating a datamodel

2006-12-28 Thread sbryzak2
Take a look at the booking example, in particular HotelSearchingAction. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996615#3996615 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996615

[jboss-user] [Management, JMX/JBoss] - Re: Listing all EJBs through JMX

2006-12-28 Thread danieldestro
PeterJ wrote : Also google jboss jmx tutorial. As if existed any. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996616#3996616 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996616

[jboss-user] [JBoss Seam] - Re: Problems with Validator and Seam when submit form

2006-12-28 Thread cayo
Thanks Fábio! I will try this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996617#3996617 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996617 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Getting server deployer option in JBoss 2.0 Beta version

2006-12-28 Thread vishal22_mehra
Hi, I am new to this group. i have download the JBoss 2.0 Beta version. I import examples given with JBoss starter kit. I opened these examples into JBoss IDE. While deploying the application(src.process), i am getting one option SERVER DEPLOYER. This option was not present in the

[jboss-user] [EJB 3.0] - Re: Open Session in View in EJB3

2006-12-28 Thread marcel_costa_almeida
I have a important doubt on this issue. If I understood correctly from the Jira Issue (EJBTHREE-299), we can only use the Entity Manager in a Open Session in View style if the EJB are @Local, is it? Isn´t there any other option for the @Remote beans? View the original post :

[jboss-user] [JCA/JBoss] - getColumnTypeName returns null

2006-12-28 Thread rahulupadhye
I have configured a Datasource to use the Oracle Thin driver. After I run the query, I am using the method resultSetMetaData.getColumnTypeName() to get the native DB datatype. But this returns null. Is there any way to configure the Datasource so that this datatype is populated? View the

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2006-12-28 Thread sursha
If I shutdown the jboss server on local machine, it gives me a socket connection error. Otherwise, it gives an application error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996625#3996625 Reply to the post :

[jboss-user] [JBoss Seam] - Re: geam-gen generate-entities error

2006-12-28 Thread [EMAIL PROTECTED]
report to hibernate tools jira with the (minimal) schema that reproduces the error - thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996626#3996626 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996626

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2006-12-28 Thread sursha
Just following up..I mean when the jboss server is up on the same machine where the client is running, it works. When I shutdown the jboss server on the same machine, i get a socket connection error. Thing is it gets the ejb reference from the remote machine, but when it calls methods on the

[jboss-user] [EJB/JBoss] - Re: java.lang.NoClassDefFoundError: java.net.SocketAddress

2006-12-28 Thread Ramanuj0910
Hi, Does anyone knows about this error: java.lang.NoClassDefFoundError: java/net/SocketAddress at org.jnp.interfaces.NamingContextFactory.getInitialContext(NamingContextFactory.java:41) at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:665) at

[jboss-user] [EJB/JBoss] - Re: ClassCastException problem when doing hot redeploy

2006-12-28 Thread msqrt84
I have the same problem, but do not go over RMI: | InitialContext jndi; | PortalVisitorStatisticsHome portalVisitorStatisticsHome; | PortalVisitorStatistics portalVisitorStatistics; | |

[jboss-user] [Installation, Configuration Deployment] - Re: Class not found

2006-12-28 Thread chrismalan
Hi Peter, Here is the solution to the java time problem in Linux. I added one line to my JBoss start-up script and that does it. Here is the whole start-up script: #!/bin/bash | export JBOSS_HOME=/usr/local/jboss-4.0.4.GA | export JAVA_OPTS=-Duser.timezone=Australia/Sydney |

[jboss-user] [Remoting] - Re: JBoss Java 1.6 class loading issue?

2006-12-28 Thread alexg79
I took a second look at the related bugs, and found this: anonymous wrote : I am the submitter of the bug. After analysing the related bugs, it seems that this change is an intended change (and not a regression). See the evaluation of bug #6446627 and bug #4872868. It seems that some products

[jboss-user] [JBoss Portal] - Re: JBoss Portal - Clustering - Http Session Replication

2006-12-28 Thread chellva
Hi, My intention is to test HTTP Session Replication feature. I have downloaded the HelloWorld portlet and added the following code in doEdit() protected void doEdit(RenderRequest rRequest, RenderResponse rResponse) throws PortletException, IOException, UnavailableException {

[jboss-user] [JBoss Seam] - Re: how to force Logging for page access ??

2006-12-28 Thread [EMAIL PROTECTED]
I find that page actions in pages.xml work much better for that type of control than interceptors. See the DVD Store for an examples. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996636#3996636 Reply to the post :

[jboss-user] [JBoss Seam] - Re: geam-gen generate-entities error

2006-12-28 Thread [EMAIL PROTECTED]
In the meantime you can turn schema validation off in your persistence.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996637#3996637 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996637

[jboss-user] [Clustering/JBoss] - Fail-over not happening for DB Stored Procedure

2006-12-28 Thread k2_4_u
I am using JBoss 4.0.5. My cluster contains 2 nodes on different App servers on different boxes. I am invoking a Oracle stored procedure through JDBC. The call to stored procedure is from a simple POJO. The problem is, when the active node fails during the execution of the Stored Procedure,

[jboss-user] [JBoss jBPM] - Re: processdefinition and sub-process - autoupdate

2006-12-28 Thread jainer
Hi deploy first the subprocess and then deploy the parent process, it works fine, it don't matter which of both you update. jainer e. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996640#3996640 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Trinidad + Tomahawk + Seam + A4J

2006-12-28 Thread antispart
Just a note that I think this problem is more directly related to Trinidad + A4J than it is to tomahawk. I've read elsewhere that re-ordering the web.xml (to adhere to the spec) may help but that has not resolved this issue. Removing the following from faces-config.xml get's rid of the error,

[jboss-user] [Installation, Configuration Deployment] - No success running jboss

2006-12-28 Thread g_asi2
Hi, I am trying to start jboss with no success. I am using the target Jboss environment which was built using mvn. The same target is running with no error on my colleague computers. The error I got (full log can be found in the end of the message): 15:57:03,296 DEBUG [PersistenceManager] Could

[jboss-user] [JBoss Portal] - Re: modifying the jboss portal programatically with portal c

2006-12-28 Thread FredF
[EMAIL PROTECTED] wrote : If you are using a web application you should look at the file WEB-INF/jboss-portlet.xml of portal-core.war which provides the capability to inject services in the servlet context of the web application Ok, so I use the tag in WEB-INF/jboss-portlet.xml. But then I can

[jboss-user] [JBoss AOP] - execution pointcut....class context?

2006-12-28 Thread robotics80
My question is if I have an example class like this: class A { |private Log objLog; | |public A(String logFile){ | objLog = new Log(logFile); |} | |//some methods | } And I have a pointcut like this in my jboss-aop.xml file: pointcut

[jboss-user] [Management, JMX/JBoss] - Re: twiddle + java.lang.ClassNotFoundException: org.jboss.ma

2006-12-28 Thread massoo
hi, thanks for the tip. I managed to get through with the initial error of both twiddle.log and ClassNotFoundException. Now when i execute the command : anonymous wrote : twiddle.sh -s jnp://10.10.25.40:1099 get

[jboss-user] [JBoss Portal] - Portal Layout XML - *-layouts.xml

2006-12-28 Thread bsmithjj
Hello, There is no DTD or XSD available for portal-layouts.xml, right? I saw mention of portal-layouts.dtd in file LayoutDeployment.java but no sign of this file anywhere. FWIW, it would be 'nice' in the documentation to define all possible tag names, attributes, and their meanings in

[jboss-user] [EJB 3.0] - Re: Help With EJB 3 JBoss 4.0.5

2006-12-28 Thread Wolfgang Knauf
I have to admit that web projects according to the JavaEE5 spec will make the JSP EL language unusable, so it is better to keep web projects in 2.4. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996648#3996648 Reply to the post :

[jboss-user] [JBoss Seam] - Re: how to force Logging for page access ??

2006-12-28 Thread waheed.murad
thanks norman richards for help i have tried the same thing as told by u but it has some problem This is my entry in the page.xml page view-id=/secretquestions.jsp action=#{SecretQuestionsAction.checkLoggedIn} / here is my checkLoggedIn function... public String checkLoggedIn(){

[jboss-user] [JBossCache] - JBoss Cache vs AS CMP caching.

2006-12-28 Thread chrismm
Cant I get all the benefits of caching by using cmps, accessing via their primaryKey and letting the AS do the caching, without having to write container specific code to put things into and take things out of a cache ? View the original post :

[jboss-user] [JCA/JBoss] - please help mysql datasource timeout problem

2006-12-28 Thread jhudson
Hello, I am using jboss 4.0.2 with a MySQL datasource (shown below) that has the idle-timeout-minutes property set to 10. But, after 8 hours of server uptime, I receive the following error when using connections from this datasource: Communications link failure due to underlying exception:

[jboss-user] [JBoss Seam] - Re: how to force Logging for page access ??

2006-12-28 Thread [EMAIL PROTECTED]
Are you hitting /secretquestions.seam directly?Make sure you are returning the value you think you are, and check that you don't have some other actions or navigation rules interfering. The basic mechanism works exactly as shown above. View the original post :

[jboss-user] [JBoss Seam] - Re: how to force Logging for page access ??

2006-12-28 Thread [EMAIL PROTECTED]
Here's a trivial example I just test. I generated a stub seam-gen app and add two pages: private.xhtml and nope.xhtml. I attached a page action to private.xhtml: (this is equivalent to adding the action to pages.xml) private.page.xhtml | !DOCTYPE page PUBLIC | -//JBoss/Seam

[jboss-user] [JBoss Portal] - Re: WSRP

2006-12-28 Thread [EMAIL PROTECTED]
Where is your oracle producer defined? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996660#3996660 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996660 ___ jboss-user mailing

[jboss-user] [EJB/JBoss] - Transaction is not active after rollback

2006-12-28 Thread eprst
Hi, Our EJB app contains a servlet which runs a number of daemon threads on startup. Threads access entity beans that use common JDBC connections pool. I'm observing strange problems in the following scenario: - daemon calls entity bean finder - (due to our bug) finder generates NPE and fails As

[jboss-user] [JBoss AOP] - Re: Identification of classes intercepted by pointcuts

2006-12-28 Thread fabiocsilva
Ok, I go to look some technique to load all the classes View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996662#3996662 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996662

[jboss-user] [JBoss Seam] - Re: how to force Logging for page access ??

2006-12-28 Thread waheed.murad
i cannot understood hitting page directly . if you mean that i am accessing by typing URL in the browser then it works fine it goes to login page(as i am not logged in) but when a login and goes to admin page given below and try to access the sceretquestion.jsp it still goes to login page. i

[jboss-user] [JBoss AOP] - HotSwap in JBoss AS

2006-12-28 Thread fabiocsilva
This code is enough for hotswap to function in the JBoss Application Server ? | # Setup JBoss sepecific properties | | #JAVA_OPTS=-Dprogram.name=$PROGNAME $JAVA_OPTS -javaagent:/opt/jboss/bin/aspectjweaver.jar | | JAVA_OPTS=-Dprogram.name=$PROGNAME $JAVA_OPTS

[jboss-user] [JBoss Seam] - Re: selectItems+ajax4jsf

2006-12-28 Thread gllambi
atzbert wrote : Are there any news here? I experienced this issue now twice, with ajax4jsf and icefaces... :( After some work, I found a solution to the problem. It isn't from the selectItem tag. It is a problem of using ajax4jsf with jsf and seam together. To make it work you must use the

[jboss-user] [Installation, Configuration Deployment] - netboot with apache server

2006-12-28 Thread danyel.ceccaldi
I installed JBoss 4 and 5 using JDK 1.5 and 1.6, and having an unzipped jboss distribution in an apache served DAV-enabled directory. But the startup fails to deploy any service that is not an xml file. I presume my webdav configuration could be broken, or netboot support is broken, or another

[jboss-user] [JBoss Seam] - Re: how to force Logging for page access ??

2006-12-28 Thread [EMAIL PROTECTED]
I do not believe that you are clicking on that link and returning null and somehow landing on a third (login) page. Either you are not actually returning null from the login check or you something else besides what you are showing that is interfering. View the original post :

[jboss-user] [JBoss Seam] - Re: how to force Logging for page access ??

2006-12-28 Thread waheed.murad
i shall be trying to debug by making some dummy application and the proceeding to my application hopefully reaching to the problem. But however thanks again for your help norman richards. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996669#3996669 Reply to

[jboss-user] [JBoss Seam] - Re: how to force Logging for page access ??

2006-12-28 Thread waheed.murad
if (isLoggedIn){ System.out.println( Returing null); return null; // Go to secretquestions.jsp. }else{ return loginpage; // go to login page. } well i have Returing null String displayed on my console so i its abvious that it is returning null output. i think i have

[jboss-user] [JBoss/Spring Integration] - Spring deployer + webcontext

2006-12-28 Thread viniciuscarvalho
Hello there! I'm checking the spring deployer and ejb3 integration. Is it also possible to integrate it with the web container? I mean, have it injected inside the servletcontext so other frameworks like Tapestry and JSF could benefit from its integration with spring? Regards View the

[jboss-user] [Beginners Corner] - Struts and EJB

2006-12-28 Thread pradeeppillai
I am trying to evaluate JBoss eclipse IDE. We are currently using WSAD. WSAD support rapid development and deployment for Struts and EJB. But unlike WSAD JBoss is free. So switching into JBoss is worth eventhough there is a learning curve in the beginning. But I was wondering if JBoss eclipse

[jboss-user] [Security JAAS/JBoss] - Re: my login method is accessed twice

2006-12-28 Thread [EMAIL PROTECTED]
Can you not use a different application policy for your own logincontext.login() than the one specified for your web application? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996674#3996674 Reply to the post :

[jboss-user] [JBoss Portal] - Http Session Replication - JBoss Portal - No ClassLoaders fo

2006-12-28 Thread chellva
Hi, Followed the below links for testing JBoss Portal clustering. http://docs.jboss.org/jbportal/v2.4/reference-guide/en/html/clustering.html http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss AS - jboss-4.0.4.GA Portal - jboss-portal-ha-2.4.0 Apache - apache_2.2.3 mod-jk -

[jboss-user] [Jboss Seam] Transactions

2006-12-28 Thread Bram Biesbrouck
Hi all, Hi all, I'm struggling with transaction-rollback in Seam for nearly two days straight now, tried everything, but it just don't seem to work. I found a very nice overview of the possibilities, here: http://svn.nuxeo.org/nuxeo/ECMPlatform/NXCore/trunk/doc/Transactions.txt I tried the

[jboss-user] [JBoss/Spring Integration] - Re: Spring deployer + webcontext

2006-12-28 Thread alesj
You can look at the integration with AOP - which is already used in SpringDeployer, but on EJB enterprise beans - how to include similar thing to servlets. The JEE5 spec also supports EJB injection into servlets, but I don't know how far are we with this at JBoss - I know EJB3 team already did

[jboss-user] [Installation, Configuration Deployment] - Problem with Dom libs when deploying

2006-12-28 Thread chnar
hello I'm getting stuck with lib problemswhen deploying my EAR, especially one of its containing WAR, I got this error : javax.xml.parsers.ParserConfigurationException: Feature 'http://apache.org/xml/features/xinclude' is not recognized. Actually, my ear contains its own dom4j impl, but I

[jboss-user] [JBoss jBPM] - Listener for starting a process instance

2006-12-28 Thread knra
Hi, i'd like to know if and how is it possible to implement a listener (jms or file) capable of starting a process instance. This listener should be deployable through jboss-jbpm standard tool Thanks View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - IDE Trailblazer?

2006-12-28 Thread DWebster
This has been unavailable for upwards six months now. Does anyone have any idea when there will be one? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996680#3996680 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996680

[jboss-user] [Beginners Corner] - Re: ServiveMBean StartUp sequence

2006-12-28 Thread ewade
I am having a similar problem. Right now I just catch the null pointer exception, log it, and sleep. That seems hokey. Is there an event or state somewhere I can test for? Or, I guess specifying the Service bean to start after the EJBs are available would be ok too. View the original post :

[jboss-user] [J2EE Design Patterns] - Re: How to configure the number of consumers (MDB) in a Queu

2006-12-28 Thread lafr
You may use container-configuration Singleton Message Driven Bean if already available in your JBoss version. To check, look into $JBOSS_HOME/server/?/conf/standardjboss.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996684#3996684 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: my login method is accessed twice

2006-12-28 Thread sionut2
No.. I initialize the LoginContext with the same application policy name as in the sample above (i.e. emp-mft). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996685#3996685 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Remove item from CMR

2006-12-28 Thread lafr
Calling mover.remove() should be enough. The row in the database is deleted and the object is removed from the collection. You don't have to remove the object from the collection first. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996687#3996687 Reply to

[jboss-user] [JBoss Seam] - bookmarkable page with cid problem

2006-12-28 Thread liudan2005
I have a bookmarkable page that is opened through s:link. the action method is annoated with @Begin(join=true) in a conversation scoped bean. The s:linke generated url has a parameter cid=2. When I restart my browser and paste the url, I get an error saying that conversaton can't be found and

[jboss-user] [JBoss Seam] - Re: page opened through s:link doesn't support ajax4jsf ?

2006-12-28 Thread liudan2005
anyone knows? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996689#3996689 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996689 ___ jboss-user mailing list

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

2006-12-28 Thread VAkuthota
Do i need to migrate to JBoss Messaging from JBoss MQ to create the queues programatically ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996691#3996691 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996691

[jboss-user] [JBoss Messaging] - Re: deployment steps of jms

2006-12-28 Thread [EMAIL PROTECTED]
I have moved this thread to JBoss Messaging Users, as it was origainlly posted into developer's forum. Please, Take a look at Chapter 5 and 6 on the documentation, and let us know if you still have specific question after that:

[jboss-user] [JBoss Seam] - Lookup Values in ComboBoxes

2006-12-28 Thread bytor99999
Is there an annotation for attributes on Collections that makes the Collection usable for dropdowns, so that it fills the combobox with values, and when a user selects one it gets associated to another attribute of the class. Kind of like @DataModel and @DataModelSelection So far i have set

[jboss-user] [JBoss Portal] - Re: Portal Layout XML - *-layouts.xml

2006-12-28 Thread bsmithjj
I managed to find this: jboss-portal-2.6.0-DR1-src/core/src/resources/dtd/portal-layouts_2_0.dtd View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996694#3996694 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996694

[jboss-user] [JBoss Seam] - Rich UI Form

2006-12-28 Thread bytor99999
So I have a stateful session bean for my page, and in the page users will enter new objects into a collection. But I want the user to stay on the same page while they enter more records. I can have a @Begin to start, and I have a save and cancel button that goes to @End methods. I could add a

[jboss-user] [Security JAAS/JBoss] - JAAS: Where do I begin?

2006-12-28 Thread Steve++
[JAAS-RAGE]I have been googling the whole day trying to figure out how to get started with JAAS on JBoss. I already know the non-JAAS stuff, such as annotating session bean methods with roles. I thought I would be able to write my own username/password authentication in a stateless session bean

[jboss-user] [JBoss Portal] - Dynamicity - without the admin portlet

2006-12-28 Thread bmcgovern
I'm not sure what XML file i have to edit to change the default portal's pages and portlet arrangement. I have to set up the portal including many portal pages and custom portlets on quite a few different machines and i dont want to have to login and spend an hour settingup the whole portal in

[jboss-user] [JBoss Seam] - Re: Lookup Values in ComboBoxes

2006-12-28 Thread hstang
Hi, for Collections usable for dropdowns, @Factory and @Unwrap is the one I can think of. For a selection in a drop down, I don't believe there's an annotation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996703#3996703 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Exception by getting a reference to the ConnectionFactor

2006-12-28 Thread vvd
once I changed the order of jboss-messaging-client.jar in the classpath, it cleared the issue. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996702#3996702 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996702

[jboss-user] [JBoss Messaging] - Messaging NotFoundInDispatcherException

2006-12-28 Thread guinsu
I just switched from messaging 1.0.1CR5 to 1.0.1SP2 because the old version would consistently silently stop sending messages on certain queues under load. Now with SP2 I get an error on my client, but nothing on the server. After 20-60 minutes of running under load, I get the following

[jboss-user] [EJB/JBoss] - Re: CMP EJB Issue when connect to SQL Server

2006-12-28 Thread lafr
Which table is jboss trying to create here? Does it contain a file named user? user may be a reserved word fos MS SQLServer. You should try something like username or user_id. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996699#3996699 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Store pdf files in the database

2006-12-28 Thread lafr
We have an antity storing an excel file in database. The field is declared as following: /** * @ejb.interface-method * @ejb.persistence * column-name=losgr_attachment * sql-type=BYTE * jdbc-type=LONGVARBINARY * @return

[jboss-user] [JBossWS] - Re: question on JBoss Classpath JBossWS4EE

2006-12-28 Thread Yueh2k6
would you use the WSTool to generate the stubs ? The following article seems to indciate you are able to generate WSDL files out of java code, but not the other way around : http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch12.html View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Starnge exception

2006-12-28 Thread PeterJ
The problem is related to the parameters the createPingTest method (at line 123) is passing to Class.forName. Could you post the contents of the createPingTest method, and identify line number 123. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996716#3996716

[jboss-user] [JBossWS] - Re: NumberFormatException From StubExt.PROPERTY_CLIENT_TIMEO

2006-12-28 Thread Yueh2k6
which version of JBoss appserver are you running on ? I have JBoss 4.0.0, and its client libraries doesnt event seem to include: org.jboss.webserivce.client.Stub View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996715#3996715 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: twiddle + java.lang.ClassNotFoundException: org.jboss.ma

2006-12-28 Thread PeterJ
The quotes go around only the object name - move the method name out of the quotes. Like this: twiddle.sh -s jnp://10.10.25.40:1099 get

[jboss-user] [JBoss Portal] - PageNavigationInterceptor (2.6 DR1) - NullPointerException

2006-12-28 Thread bsmithjj
Hello, I added a simple portal (.war) to my jboss-portal 2.6 DR1 installation - when I visit the portal page, I get: | 15:29:13,714 ERROR [PortalServlet] Unexpected exception | java.lang.NullPointerException | at

[jboss-user] [JBoss Portal] - Re: Dynamicity - without the admin portlet

2006-12-28 Thread PeterJ
Look at jboss-portal.sar/conf/data/default-object.xml. Also, the Test page is defined at jboss-portal.sar/portal-samples.war/WEB-INF/default-object.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996721#3996721 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: ERROR [[jsp]] Servlet.service() for servlet jsp threw ex

2006-12-28 Thread Rajesh.Gajula
Hello Tomcat Team, Can i have any comments on the above query please View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996720#3996720 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996720

[jboss-user] [JBoss Portal] - Re: Jboss Seam App + Portal Installation

2006-12-28 Thread Shinerella
First U have to create an empty database, for example jbossportal Configure your datasource more or less like this (depending on the db u r using, in this case im using mysql) ?xml version=1.0 encoding=UTF-8? local-tx-datasource jndi-namePortalDS/jndi-name

[jboss-user] [JBoss Seam] - Re: how to force Logging for page access ??

2006-12-28 Thread [EMAIL PROTECTED]
Are you sure you don't have some other navigation rule or action involved here? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996725#3996725 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996725

[jboss-user] [JBoss Seam] - Object level validation

2006-12-28 Thread awhitford
I am creating JPA/EJB3 entity objects, and am using Hibernate Validation annotations for some basic constraints. And I definitely like how this validation framework is leveraged by Seam -- DRY! But how can I best provide semantic object level validation? For example, imagine that I have a

[jboss-user] [JBoss jBPM] - Task Nodes into SuperState

2006-12-28 Thread juangiovanolli
is possible put TaskNodes into SuperStates? i'm getting this error when the processDefinition shown below is running in the jbpm-server error | type Exception report | | message | | description The server encountered an internal error () that prevented it from fulfilling this

[jboss-user] [JBossWS] - JBossWS vs JBoss WS4EE

2006-12-28 Thread Yueh2k6
according to the JBoss webservice stacks table : http://wiki.jboss.org/wiki/Wiki.jsp?page=WebServiceStacks It indicates that for my version of Jboss appserver (4.0.0) We are using the JBossWS4EE stack, NOT the JBossWS. The reason is that I remembered downloading JBossWS at

  1   2   >