[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-02-19 Thread cbomoo
I suggest Seam would have a ajax's example at least. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924961#3924961 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924961 ---

[JBoss-user] [EJB/JBoss] - Re: Could not activate

2006-02-19 Thread rsobies
i have the same problem! when i connect whith the bean for the first time it is ok but after 3 minutes i get this error any body knows why? radek View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924960#3924960 Reply to the post : http://www.jboss.com/index.

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Resource Adapter

2006-02-19 Thread mtb2ride
I've configurged a local JMS resource adapter to connect with a JMS Queue through the UIL2 service on a remote JBoss. Both are 4.0.3SP1. Communication works without problem. But, I was hoping this approach would avoid me having to deal with handling re-connect after the external server was bo

[JBoss-user] [Performance Tuning] - Jboss server gets down

2006-02-19 Thread shindemilind1
Hi, jboss server gets down and gets following error in server.log 2006-02-20 00:20:20,472 INFO (STDOUT) ipDatabaseTransactions : getConnection() : Exceptionshuyd.poolit.FetchException: huyd.poolit.CreateException: java.sql.SQLException: Io exception: The Network Adapter could not establish

[JBoss-user] [Security & JAAS/JBoss] - Re: Authentication occures many times

2006-02-19 Thread smbd
Yes, I think this can help. But how can I logout from the server? Calling the logout() method at client side doesn't logout the user from the server. It calls only ClientSideLoginModule's method and is not propagated to JBoss. My ServerSideLoginModule?s logout() method is called only in 7)g) of

[JBoss-user] [JBoss Portal] - add portal pages (name is chinese word)

2006-02-19 Thread kevnlin
I try follow step 1 add portal pages (name is chinese word) XX 2 in this page , add portlet to show renderurl 3 the code rResponse.setContentType("text/html; charset=big5"); PrintWriter writer = rResponse.getWriter(); PortletURL rurl=rResponse.createRenderURL(); writer

[JBoss-user] [Clustering/JBoss] - Session replication failed in jboss cluster

2006-02-19 Thread zhixing_lv
I set up the jboss cluster with two jboss servers. Session sticky is successful. But Session replication is failed. I just looked up the document of http://docs.jboss.org/jbossas/jboss4guide/r4/html/cluster.chapt.html There were no errors in the log file, and it seems successful. But every server

[JBoss-user] [Beginners Corner] - Re: remote deployment

2006-02-19 Thread sushant248
Please tell me where should i put the authentication while doing the deployment on remote server? JBoss suppots hot deployment (i can see the deployment scanner logs in the console), but like weblogic where i provide the username / pswd while doing a deployment from local machine onto a server,

[JBoss-user] [JBoss Portal] - Re: jboss-portal-2.2.0-bundled

2006-02-19 Thread PMO
2.2.0 is very buggy, 2.2.1 rc1 less buggy I am using 2.2.1 RC2 bundle with postgres 8.1 - it works well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924953#3924953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924

[JBoss-user] [Beginners Corner] - Re: Questions about running applications on Jboss

2006-02-19 Thread sushant248
Arun, Did u check if application.xml exists in META-INF? It's worth if you can look into JBoss Admin pdf, where it says The context root for an application is determined by how it is deployed. When a web application is deployed inside an EAR file, the context root is specified in the applicatio

[JBoss-user] [JBoss jBPM] - BeanInstantiator problem

2006-02-19 Thread icyjamie
Somewhere in the BeanInstantiator, there is the following code: | // create the setter method name from the property name | String setterMethodName = "set"+propertyName.substring(0,1).toUpperCase()+propertyName.substring(1); | | // find the setter method | M

[JBoss-user] [JBoss jBPM] - At time of DEPLOYMENT-Connection could not open error.

2006-02-19 Thread purvi.shah
HI I tried to deploy one process(First Process) through TestClass. I am working on Eclipse,I have installed Startupkit 3.0.2. I got following error at time of running FirstTest class with Junit. *Process Name:First Process ***JBPM [EMAIL P

[JBoss-user] [JBoss jBPM] - Re: Double update/review process

2006-02-19 Thread [EMAIL PROTECTED]
I might as well paste the contents of gpd.xml here. | | | | | | | | | | | | | | | | | | | | | | | | | | | |

[JBoss-user] [Beginners Corner] - Re: Questions about running applications on Jboss

2006-02-19 Thread arunkumar443
Hi, while deploying ear file i am getting the error like org.jboss.deployment.DeploymentException: No META-INF/application.xml found please help me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924948#3924948 Reply to the post : http://www.jboss.

[JBoss-user] [Beginners Corner] - Re: Questions about running applications on Jboss

2006-02-19 Thread arunkumar443
org.jboss.deployment.DeploymentException: No META-INF/application.xml found View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924947#3924947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924947 -

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: HttpInvokers & Data Compression using GZIP streams

2006-02-19 Thread boa_ig
HI Jani I now have problem with CompressionSocketFactory HttpInvoker. Prompt, how you managed her(it) to realize? Oleg. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924946#3924946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deployment isolation and loader repositories have no eff

2006-02-19 Thread [EMAIL PROTECTED]
You have multiple configuration errors, the jboss-app.xml should be: | | | ApplicationA:loader=ApplicationA.ear | | | | | | | as there is no need for anything but scoping, and the root element is jboss-app. | | | | The application.xml is also

[JBoss-user] [JBossWS] - Re: Issues with backport of JBossWS

2006-02-19 Thread [EMAIL PROTECTED]
JBoss WS' version in 4.0.4 RC1 would really benefit from being updated to a newer version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924944#3924944 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924944 -

[JBoss-user] [JBossWS] - Re: Issues with w3.org timeouts

2006-02-19 Thread [EMAIL PROTECTED]
It might be possible to install an entity resolver that uses a local catalog to retrieve schemas as explained at http://xerces.apache.org/xerces2-j/faq-xcatalogs.html#faq-2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924943#3924943 Reply to the post : ht

[JBoss-user] [JBoss Portal] - failed to retrieve data of file /nodetypes/custom_nodetypes.

2006-02-19 Thread weipingy
section of the stack trace below: java.util.NoSuchElementException at java.util.AbstractList$Itr.next(AbstractList.java:426) at org.jboss.portal.cms.hibernate.HibernateStore.getInputStream(HibernateStore.java:1043) at org.apache.jackrabbit.core.fs.BasedFileSystem.getInput

[JBoss-user] [Clustering/JBoss] - Re: Is cache Invalidation possible under ...

2006-02-19 Thread haseen
Thanks for the response. I didn't understand what does Adrin mean by "Any new option is irrelevent". So what is the next step now? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924941#3924941 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Problem Deploying FiboApp.ear

2006-02-19 Thread [EMAIL PROTECTED]
I was able to solve my problem I found out that my xml file had a blank line at the top. Although I had deleted it and re-deployed I still had the problem . It was not unitl I re-ran the packaging and then re-deployed that I was able to deploy the FiboApp. Thank you again. View the original

[JBoss-user] [Installation, Configuration & Deployment] - Re: web-console, java applet not loaded

2006-02-19 Thread [EMAIL PROTECTED]
The solution you propse is fine, If I had downloaded the source version. But I downloaded the binaries. Where can I download the source for the applet.jar such that I can make the necessary corrections or perhaps get an updated applet.jar file? Brent Rogers View the original post : http://ww

[JBoss-user] [JBoss Portal] - Re: JSF Portlet Error

2006-02-19 Thread KeinPlanHaber
i can't access the jbpm service in the managed beans witt are in the jportal context or? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924935#3924935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924935

[JBoss-user] [Security & JAAS/JBoss] - Re: LdapExtLoginModule Question

2006-02-19 Thread [EMAIL PROTECTED]
I was thinking of the following scenario before I posted this naive thing. I am a customer, trying to debug why I am getting a "Password verification failed". I keep thinking that the bind to my userid DN is failing, when in fact the bind to the admin DN may be failing. That is loss of cycles.

[JBoss-user] [JBoss jBPM] - Re: JBPM byte array constraint violation

2006-02-19 Thread [EMAIL PROTECTED]
What about the data you are trying to save? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924933#3924933 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924933 --- T

[JBoss-user] [JBoss jBPM] - Re: Double update/review process

2006-02-19 Thread [EMAIL PROTECTED]
Here's my suggestion. The general idea is to have a review task for each actor in the process and require a certain number of confirmations. If the number is not reached, the review process is started all over again. I modeled this with the GPD. If you want a copy of the process project, drop me

[JBoss-user] [JBoss jBPM] - Re: JBPM byte array constraint violation

2006-02-19 Thread akamil
Here is the information: JBPM Vesion 3.0.2 DataBase SQL Server 8 And here is the stack trace | http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924930#3924930 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924930

[JBoss-user] [EJB 3.0] - Re: persistence.xml in EJB3.0 RC4

2006-02-19 Thread peterrusselluk
The persistence.xml has changed look here: http://trailblazer.demo.jboss.com/EJB3Trail/persistence/config/index.html Let me know how you get on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924929#3924929 Reply to the post : http://www.jboss.com/index.html

[JBoss-user] [J2EE Design Patterns] - Re: Using PostgreSQL 8.0 in place of HypersonicSQL

2006-02-19 Thread whiter
Even though this solves the problem for JMS, this does not solve it for the ejb-deployer, which is installed by default and relies on the default hypersonic db as well. I'm running PostgreSQL 8.0.3, jBoss AS 4.0.3SP1, JAVA 1.4.1_06, PostgreSQL JDBC driver 8.2dev-501 JDBC 3. Operating system IR

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deployment isolation and loader repositories have no eff

2006-02-19 Thread randahl
Can anyone please confirm that they have succesfully run a setup where two different instances of the same application are able to get their own hibernate.cfg.xml file from their own jar on jboss? Could you please give me some hints about what you did to get around the problem I have described

[JBoss-user] [JBoss jBPM] - Re: ProcessInstance in separate Thread and persistence

2006-02-19 Thread [EMAIL PROTECTED]
This has been discussed in these forums many times. Please use the search link at the top of this page to find related posts. ...Alright, try starting here: async feature configuration View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924926#3924926 Reply to th

[JBoss-user] [JBoss jBPM] - Re: Success on Tomcat but Error on Jbpm Server

2006-02-19 Thread [EMAIL PROTECTED]
I'm no JSF expert, but when you use a label component, you probably have to specify what other component you are labeling: | | | | | | The different results you get from running in Tomcat vs JBoss may be due to different JSF implementations/versions in each container. On

[JBoss-user] [JBoss jBPM] - Re: JBPM byte array constraint violation

2006-02-19 Thread [EMAIL PROTECTED]
It could be an issue specific to the database you use. Please describe the jBPM version, database and driver you are using, and post the full stack trace. A small test case showing the kind of data you are trying to save would also help a lot. View the original post : http://www.jboss.com/inde

[JBoss-user] [JBoss jBPM] - Re: BPEL - abnormal end of process

2006-02-19 Thread [EMAIL PROTECTED]
So how does copying the message part to a temporary variable make things different? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924922#3924922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924922

[JBoss-user] [JBoss jBPM] - Re: JbpmPersistenceException: couldn't commit hibernate sess

2006-02-19 Thread [EMAIL PROTECTED]
Tasks are declared in your process definition. Don't instantiate them directly (i.e. don't do new Task(...)). Instead, get them from a task node, as explained in section 11.2.2, Task instances and graph execution of the jBPM user guide. View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss Seam] - Re: real basic problems with seam demo apps - any help well

2006-02-19 Thread woodmawa
James, thanks for that! I copy'ed the ear file from the build dir by hand into the server/default/deploy dir and it deploys. I can then log into tomcat and run the example. therefore there is something weird in my config round the seam build which i need to resolve. cant see anything obvi

[JBoss-user] [JCA/JBoss] - Re: Uses without session beans

2006-02-19 Thread joergvf
Thank you for your answers! I'd rather like to stick to API specified in JSRs, though. I'm going to dump that JCA adapter and try to use the JTA API directly instead (even though the spec sounds a bit like the application server would use it to talk to itself only...) Would you discourage usi

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: launching is stopped, like in debug mode

2006-02-19 Thread yogendrarampuria
Hi Vince, AFAIK you are asking how to make eclipse to skip stopping on NameNotFoundException. If thats what you are asking then, heres the answer. try removing NameNotFound exception from the Bearkpoint View. you can find it next to Variables view in debug perspective. Now I have a question. Wh

[JBoss-user] [JBoss Portal] - Re: JSF Portlet Error

2006-02-19 Thread KeinPlanHaber
this is the jsf site... <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> Log In Select User: without the lines

[JBoss-user] [EJB 3.0] - Re: Interceptors and AroundInvoke

2006-02-19 Thread mihbor
The problem disappeared after switching to RC5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924914#3924914 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924914 -

[JBoss-user] [JBoss jBPM] - Re: JSF error

2006-02-19 Thread KeinPlanHaber
Hi my enviroment: JBoss 4.0.3.SP1 JPortal 2.2.1RC1 JBPM 3.0.2 jBPM websale example app. (jsf app) cardemo portlet the error i deployed jportal and jbpm on jboss. i used the cardemo portlet config files to deploy the jbpm websale example as a portlet. without the portlet config files th

[JBoss-user] [JBoss jBPM] - JSF error

2006-02-19 Thread KeinPlanHaber
hi all, maybe the solution of my problem can be found in the jbpm context? http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924911#3924911 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924912#3924912 Reply to the post : http://www.jboss.com/index.

[JBoss-user] [JBoss Portal] - JSF Portlet Error

2006-02-19 Thread KeinPlanHaber
Hi my enviroment: JBoss 4.0.3.SP1 JPortal 2.2.1RC1 JBPM 3.0.2 jBPM websale example app. (jsf app) cardemo portlet the error i deployed jportal and jbpm on jboss. i used the cardemo portlet config files to deploy the jbpm websale example as a portlet. without the portlet config files the jbpm w

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging

2006-02-19 Thread [EMAIL PROTECTED]
Because classes used by the ejbs are duplicately deployed in the war. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924910#3924910 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924910 ---

[JBoss-user] [EJB 3.0] - Re: Interceptors and AroundInvoke

2006-02-19 Thread mihbor
I have a similar problem. I have a bean and an external interceptor. The interceptor is not invoked if the bean class itself does not have an @AroundInvoke method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924909#3924909 Reply to the post : http://ww

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging

2006-02-19 Thread gugrim
Thanks Scott, but I've read that, and the article it refers to, and I don't think it applies to my problem. Only one application is involved and all libraries it uses (except the JRE) are included in the EAR, so I can't see any reason why the page controller in the WAR should be loaded by anothe

[JBoss-user] [JBoss Seam] - Re: DataModel outjection and navigation problem

2006-02-19 Thread [EMAIL PROTECTED]
"liebner" wrote : Hi Gavin, | | I tried | | | | @Factory(value="xyzList") | | @DataModel(value="xyzList") | | public List getXyzList() { | | ... | | } | | | | That raises an exception | | | | java.lang.IllegalArgumentException: create meth

[JBoss-user] [JBoss Eclipse IDE (users)] - generated hibernate DAO missing remote/local interfaces

2006-02-19 Thread [EMAIL PROTECTED]
I'm using the latest JBoss-IDE - specifically the Hibernate Console's code generation feature. I elect to generate DAOs. While they are annotated as @Stateless, what's missing is their remote and/or local interface definitions (they are not generated). Example: | @Stateless | public cla

[JBoss-user] [Installation, Configuration & Deployment] - Re: JDOM parsing XML as empty document

2006-02-19 Thread mscongdon
I actually figured it out. A 3rd party XML/HTML parser (cyberneko) was installed in our codebase, and it was being picked up instead of the default Xerces parser because it was configured in the META-INF/services directory to do so. Looks like JBoss and Xerces were doing there job just fine.

[JBoss-user] [JBoss Seam] - Re: DataModel outjection and navigation problem

2006-02-19 Thread liebner
Hi Gavin, when I invoke Bean B2 from the JSF Page and pull the state from B1 everything works fine. The first Page P1 was rendered using data from B1. Than the request adresses B2 which is rendered by P2. Is it for granted, that I always get B1 in B2? B1 is the Finder with Session Scope and

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss hangs using staeful session bean to read data

2006-02-19 Thread [EMAIL PROTECTED]
The current ejb3 release is at RC5 so check out its improvements. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924903#3924903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924903 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: sometimes

2006-02-19 Thread [EMAIL PROTECTED]
Need better info. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924902#3924902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924902 ---

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to create multiple instances of jboss on same server

2006-02-19 Thread [EMAIL PROTECTED]
The installer lists the services available in each profile. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924901#3924901 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924901 -

[JBoss-user] [Installation, Configuration & Deployment] - Re: JDOM parsing XML as empty document

2006-02-19 Thread [EMAIL PROTECTED]
Bug report with testcase showing problem please: http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924900#3924900 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924900 -

[JBoss-user] [JBoss Seam] - Re: DataModel outjection and navigation problem

2006-02-19 Thread liebner
Hi Gavin, I tried | @Factory(value="xyzList") | @DataModel(value="xyzList") | public List getXyzList() { | ... | } | That raises an exception | java.lang.IllegalArgumentException: create method not found | ... | Caused by: java.lang.NoSuchMethodException: $Proxy414.get

[JBoss-user] [Clustering/JBoss] - Re: Issue with JGROUPS

2006-02-19 Thread [EMAIL PROTECTED]
Troubleshooting: http://wiki.jboss.org/wiki/Wiki.jsp?page=JGroups View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924898#3924898 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924898 --

[JBoss-user] [Installation, Configuration & Deployment] - Re: JB 4.0 - Deploying Dependent Classes in EAR File

2006-02-19 Thread [EMAIL PROTECTED]
Details matter. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924896#3924896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924896 --

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: UseJBossClassLoader and the need for precompiled JSPs

2006-02-19 Thread [EMAIL PROTECTED]
Its not true in general. Details of how to reproduce the compile problems are needed. http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924895#3924895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [Installation, Configuration & Deployment] - Re: web-console, java applet not loaded

2006-02-19 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBAS-2817 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924894#3924894 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924894 --- T

[JBoss-user] [Security & JAAS/JBoss] - Re: how can i use JNDIRealm with JBoss?

2006-02-19 Thread [EMAIL PROTECTED]
See the login modules under: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSX View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924893#3924893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924893 ---

[JBoss-user] [Management, JMX/JBoss] - Re: Getting value of MBeanAttributeInfo

2006-02-19 Thread [EMAIL PROTECTED]
MBeanServer.getAttribute(ObjectName name, String attribute) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924892#3924892 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924892 -

[JBoss-user] [Installation, Configuration & Deployment] - Re: Installing JBoss on Linux

2006-02-19 Thread [EMAIL PROTECTED]
Checkout nohup and linux services configuration via /etc/init.d View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924891#3924891 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924891 -

[JBoss-user] [JBossWS] - Re: Error with new JBossWS

2006-02-19 Thread [EMAIL PROTECTED]
Create a bug report: http://jira.jboss.com/jira/browse/JBWS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924890#3924890 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924890 -

[JBoss-user] [EJB/JBoss] - Re: error in accessing ejb from a remote client.

2006-02-19 Thread [EMAIL PROTECTED]
There are inconsistent versions of the jar files on the server and client. Use the same version on both. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924889#3924889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39248

[JBoss-user] [Beginners Corner] - Re: Need help regarding jboss log4j

2006-02-19 Thread [EMAIL PROTECTED]
http://www.jboss.com/products/jbossas/docs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924888#3924888 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924888 --- Th

[JBoss-user] [JBoss Seam] - Re: About no-arg constructor.

2006-02-19 Thread [EMAIL PROTECTED]
That is basic java. The absence of any constructor implies a public no-arg constructor. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924887#3924887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924887

[JBoss-user] [Beginners Corner] - Re: Call to a specific node in a cluster

2006-02-19 Thread [EMAIL PROTECTED]
Used an unclustered facade then. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924886#3924886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924886 --- This SF.net

[JBoss-user] [Beginners Corner] - Invoking Servlets

2006-02-19 Thread alexadranghi
JBoss AS Version: 4.0.3SP1 Hi, Worked myway through the tutorial, which I managed to get working in the end. I'm now started on a project however I'm running into problems in deployment. Everything seems to deploy correctly, except for some reason I can't access any servlets via Tomcat. Sinc

[JBoss-user] [Installation, Configuration & Deployment] - Re: Getting 'no such file or directory

2006-02-19 Thread [EMAIL PROTECTED]
Do what it says, "Make sure JAVA_HOME points to a JDK and not a JRE.". If your not using jsps, this is an irrelevant msg. With the eclipse jdt compiler being used(which is the default in 4.0.3SP1), its also irrelevant. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[JBoss-user] [Beginners Corner] - Question about startup and shutdown

2006-02-19 Thread mtedone1
Is is correct to say that the LifeThread is the Thread which keeps Jboss alive and that the ShutDownHook is used to remove all services when Jboss is shut down? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924882#3924882 Reply to the post : htt

[JBoss-user] [Performance Tuning] - Re: Tomcat Performance suggestion for the wiki page...

2006-02-19 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924881#3924881 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924881 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: LdapExtLoginModule Question

2006-02-19 Thread [EMAIL PROTECTED]
There is no distinction between the admin password failing and the user password failing. Some will want it others will complain that even indicating the password failed is too much info. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924880#3924880 Reply to

[JBoss-user] [Installation, Configuration & Deployment] - Re: Securing the jmx-console in 4.0.3 SP1

2006-02-19 Thread [EMAIL PROTECTED]
Its not optional if you want a secured web deployment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924879#3924879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924879 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to repost messages from DLQ back into the original q

2006-02-19 Thread [EMAIL PROTECTED]
write a dlq listener that does this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924878#3924878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924878 --- This SF.

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging

2006-02-19 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=InvalidPackagingError View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924877#3924877 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924877 --

[JBoss-user] [JBoss Seam] - Re: DataModel outjection and navigation problem

2006-02-19 Thread [EMAIL PROTECTED]
A DataModel is outjected when either: * An action method of the component is called * You have an @Factory method defined Probably you can fix your problem by adding an @Factory method. Also check the scope of the @DataModel, esp. if you are using an SLSB. View the original post : http://www.j

[JBoss-user] [JBoss Portal] - Re: Incomplete deployment listing error

2006-02-19 Thread scotttam
I still have not had any luck... if I find a workaround I will post it here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924874#3924874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924874 ---

[JBoss-user] [JBoss Seam] - Re: DataModel outjection and navigation problem

2006-02-19 Thread liebner
Hi all, quick addition: I tried delegating the request handling to a SLSB like in the generated examples (copied a selector and removed some methods). Same result. My jsf page expects the DataModel to be named "yxz" like mentioned above. Any ideas? Greetings, Stefan View the original post :

[JBoss-user] [JBoss Seam] - DataModel outjection and navigation problem

2006-02-19 Thread liebner
Hi all, I have a problem using the DataModel Annotation. (JB4.0.4RC1 + Seam Beta2) I have a Facelets/XHTML/JSF Page (P1) which calls a SFSB Seam (B1)Component Action/Method. That method hands over some data to another SFSB (B2) which got injected into the first SFSB via @In(create=true) and re

[JBoss-user] [Clustering/JBoss] - sore Session in database

2006-02-19 Thread littlefish
HI! i would like to ask a few questions. 1. Can the session store (session replication) in database, when using non-sticky session? If yes, can anyone tell me how to config?? 2. is any difference between using deploy/cluster-service.xml file and JBoss example Load balancer (examples\varia\l

[JBoss-user] [Messaging, JMS & JBossMQ] - How to introduce delay in the next onMessage() call

2006-02-19 Thread rameshsr
I am processing a message in the onMessage() method of the MDB. While processing this message, I find that the destination where I am sending the message to is unavailable. So, I would rollback this transaction, so that the message is put back into the queue. Before returning from the current o

[JBoss-user] [JBoss Portal] - Re: Incomplete deployment listing error

2006-02-19 Thread oranheim
I experience the exact same thing.. and moving back to MySQL 4 will cause other errors to me, so I prob have to wait until it's fixed. Cheers, Ove View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924869#3924869 Reply to the post : http://www.jboss.com/index.

[JBoss-user] [JBossCache] - Problem in removing a node from the cache...

2006-02-19 Thread srivathsak
I am having a problem in removing a node from the existing cache.Actualy while making use of the cache Framework I did not understand the Functionality of Region and RegionManager in total. And the code marked in Red is posing a problem.Please do resolve this to me as fast as possible. And if p

[JBoss-user] [JBossWS] - Issues with WSDL and mapping

2006-02-19 Thread [EMAIL PROTECTED]
got this one | 14:17:23,546 ERROR [SOAPFaultExceptionHelper] SOAP request exception | org.jboss.ws.WSException: Attribute {urn:oasis:names:tc:wsrp:v1:types}lang found | in jaxrpc-mapping but not in the schema: {urn:oasis:names:tc:wsrp:v1:types}Prop | erty | at org.jboss.ws.j

[JBoss-user] [JBossWS] - Issues with backport of JBossWS

2006-02-19 Thread [EMAIL PROTECTED]
So I have deployed the WSRP soap endpoints. When invoking the simplest one (ServiceDescription), the stack issues me a method not found exception for this method : public void setUseNoArgCtorIfFound(boolean useNoArgCtorIfFound) | 14:16:29,047 ERROR [[ServiceDescriptionService]] Servlet.servi

[JBoss-user] [Beginners Corner] - Re: Questions about running applications on Jboss

2006-02-19 Thread NCT
I'm no expert but there appear to be a few options you may have. Firstly, since jboss is a java app you wont be able to run C++ code 'on jboss' (assuming you were asking if you can run C++ code upon the jboss platform, apologies otherwise). In general, since you're integrating legacy services y

[JBoss-user] [EJB/JBoss] - Invalid invocation, check your deployment packaging

2006-02-19 Thread gugrim
Hi! I'm trying to call a local session bean from a JSP page and get the error: javax.ejb.EJBException: Invalid invocation, check your deployment packaging The JSP is contained in a WAR, the session bean in an EJB JAR, all of it packaged in an EAR. The page successfully looks up the home interf

[JBoss-user] [EJB 3.0] - Re: By default

2006-02-19 Thread onezzstt
sorry for my title input error of this post. Please reply this under the link of the new's: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924858#3924858 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924859#3924859 Reply to the post : http://www.j

[JBoss-user] [EJB 3.0] - long-lived transaction in JBossAS4.0.4RC1 by default not sup

2006-02-19 Thread onezzstt
I have a problem with the "long-lived" transaction in my ejb3 project, which built in JBossAS4.0.4RC1 with install-component "all". I found the file "persistence.properties" under "ejb3.deployer\META-INF" is configurated by default like this: | hibernate.transaction.flush_before_completion=t

[JBoss-user] [EJB 3.0] - By default

2006-02-19 Thread onezzstt
I have a problem with the "long-lived" transaction in my ejb3 project, which built in JBossAS4.0.4RC1 with install-component "all". I found the file "persistence.properties" under "ejb3.deployer\META-INF" is configurated by default like this: hibernate.transaction.flush_before_completion=true I

[JBoss-user] [EJB/JBoss] - tomcat 5.5 talking to JBoss 4.0.3 EJB

2006-02-19 Thread mvdc
Hi I have tomcat on port 7070 and Jboss on 8080. Im copying a live set up on my local machine. I have an action which tries to talk to an EJB on Jboss. I added jbossall-client.jar in the WEB-INF/lib directory in but get the following error: | INFO: validateJarFile(C:\new_eclipse\eclips

[JBoss-user] [J2EE Design Patterns] - Re: design patterns research

2006-02-19 Thread arunkumar443
how can i convert weblogic-ejb-jar.xml to jboss.xml please help me, i have tried with ant task but no result, some tags of one to one mapping is not there please help me how to do, any tool is there please help me View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[JBoss-user] [J2EE Design Patterns] - Re: design patterns research

2006-02-19 Thread arunkumar443
event though i have placed application.xml in META-INF i am getting the error please help me what to do in this case org.jboss.deployment.DeploymentException: No META-INF/application.xml found at org.jboss.deployment.EARDeployer.init(EARDeployer.java:120) at org.jboss.deployment.MainDeploye

[JBoss-user] [J2EE Design Patterns] - Re: design patterns research

2006-02-19 Thread arunkumar443
event though i have placed application.xml in META-INF i am getting the error please help me what to do in this case org.jboss.deployment.DeploymentException: No META-INF/application.xml found at org.jboss.deployment.EARDeployer.init(EARDeployer.java:120) at org.jboss.deployme

[JBoss-user] [J2EE Design Patterns] - Re: design patterns research

2006-02-19 Thread arunkumar443
give me instruction to how to fallow i am to migrate weblogic to jboss server, so i have to entire project code in jboss server, in our project weblogic portals also there please help me what to do View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924852#392485

[JBoss-user] [J2EE Design Patterns] - Re: design patterns research

2006-02-19 Thread arunkumar443
Hi jboss people, while deploying ear file i am getting the error please help me what to do org.jboss.deployment.DeploymentException: No META-INF/application.xml found at org.jboss.deployment.EARDeployer.init(EARDeployer.java:120) at org.jboss.deployment.MainDeployer.init(MainD

[JBoss-user] [J2EE Design Patterns] - Re: design patterns research

2006-02-19 Thread arunkumar443
how can i convert weblogic-ejb-jar.xml to jboss.xml please help me, i have tried with ant task but no result, some tags of one to one mapping is not there please help me how to do, any tool is there please help me View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [Security & JAAS/JBoss] - Re: Access denied - Role mapping problem?

2006-02-19 Thread gugrim
I have now found how to get the JAAS service to log at trace level and found the most basic problem: I my login-config.xml I had placed the module options outside the tag instead of inside. I have also found that if I put real application role names, such as "Users" in the "roles.properties",

[JBoss-user] [Security & JAAS/JBoss] - Access denied - Role mapping problem?

2006-02-19 Thread gugrim
Hi! I'm new to JBoss but not to J2EE, and I'm trying to port an application that works fine in Sun AS 8. The application is packaged as an EAR with one ejb module and one web module. It uses three roles, Users, Authors and Admins. When the client attempts to access a security constrained jsp,

  1   2   >