[JBoss-user] [JBoss Portal] - Re: Migration from Portal 2.0

2006-07-03 Thread billytcj
How to resolve below error? Anything i missing in configuration and cause below error occur? I am trying to bridge struts (1.2.7) with jboss portal 2.2.1 SP1) using Apache portal bridge (portals-bridges-1.0). java.lang.IllegalStateException: No bridge set at

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE + hibernate Console Problem

2006-07-03 Thread [EMAIL PROTECTED]
that is not the root directory (which is what you put in classpaths) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954947#3954947 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954947 Using Tomcat but need to do more?

[JBoss-user] [Installation, Configuration Deployment] - configure logging for Toplink deployment

2006-07-03 Thread adik
Hi, I wanted to know if there is any way that I can configure logging (log4j) that will show me the logging for toplink deploy - if its connects to the DB and doing all the stuff... Now all I see is that it's deployed- without any details. Maybe there is some place that shows it but I can't

[JBoss-user] [JBoss Seam] - Re: @DataBinder and SelectItems Example

2006-07-03 Thread supernovasoftware.com
I teaked it a bit to make it a SFSB and pull a list of objects. For anyone else that tries this do not put valueMethod=??? if you change the value stragety to valueStrategy = SelectItems.Strategy.OBJECT. I thought for sure I needed this, but errors occur after you add the converter. It kept

[JBoss-user] [JBoss Portal] - Why No bridge set?

2006-07-03 Thread billytcj
when i try to access my portlet, error below appear. 12:21:20,683 ERROR [StrutsPortlet] The portlet threw an exception java.lang.IllegalStateException: No bridge set at org.jboss.portal.bridge.JBossServletContextProvider.getServletContext(JBossServletContextProvider.java:65) at

[JBoss-user] [JBoss jBPM] - Re: Is there any other site which can help beginners

2006-07-03 Thread mohan514
thank u for ur early reply, And now iam able to close the save and close the task fo the user. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954951#3954951 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954951 Using

[JBoss-user] [Beginners Corner] - No ClassLoaders found

2006-07-03 Thread yog4uom
Hey, I am just starting a project for my undergraduate course with JBoss. I was going through the IPC tutorial and did everything mentioned thereBut i just get the error No Class Loaders found for : community.Center$Listener when i deploy my SAR file into the /server/default/deploy

[JBoss-user] [JBossWS] - Re: deployment problems

2006-07-03 Thread arsathish
Hi, I am facing the same problem now in JBOSS 4.0.1Sp1. I am having an EAR which has all EJB's and they seem to be deployed fine. Now I want to have a expose one of the EJB as a WS. So first tried a with Hello Bean and tried to expose as WS. I am not using any ejb-doclet. I used Sun's JSWDP to

[JBoss-user] [JBoss Seam] - Seam Events

2006-07-03 Thread istikhar
Seam component model is focussing on Event driven applications. so the following types of events are there. JSF events jBPM transition events Seam page actions Seam component-driven events. My question is in real application scenario what role Seam Component-driven events are playing, what

[JBoss-user] [JBoss Seam] - Re: Jboss seam tomahaw integration of jscookmenu

2006-07-03 Thread Kryzys
Try putting t:jscookMenu... outside of the h:form tag. As far as I know it doesn't work if placed inside a form, because it renders its own html-form. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954957#3954957 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Problem starting JBoss Portal

2006-07-03 Thread kh2ouija
Can anyone tell me how to fix this? Thanks... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954958#3954958 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954958 Using Tomcat but need to do more? Need to support web

[JBoss-user] [Beginners Corner] - How i can do Loadbalance with Jboss4.03

2006-07-03 Thread atichatw
have any example? {am a new user} but have 3 computer for this project 2 server run Jboss with my application and another one for loadbalancer how i can do and how i can find information from??? thank you sur! View the original post :

[JBoss-user] [JBoss Seam] - Re: Jboss seam tomahaw integration of jscookmenu

2006-07-03 Thread supernovasoftware.com
This is not it. I assumed that mine had a form around it, but it did not. I added one just to see and it still works perfectly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954960#3954960 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Seam Events

2006-07-03 Thread istikhar
In JSF we simply associtate the JSF page actions by using the commands ( Combo box selects, Command Buttions clicks etc) and the backing bean populates with the required values from the page. I am assuming in Seam component-driven events model components can call actions of each others. How the

[JBoss-user] [JBoss jBPM] - Re: Is there any other site which can help beginners

2006-07-03 Thread mohan514
hi, iam able to close the task but the code is creating two tasks one task is as intended but another task is creating to the user who starts the process iam using the same code by removing the processInstance.signal(); please help me. Any help regarding this will be approciated Regards,

[JBoss-user] [JBoss Seam] - Outjection Problem

2006-07-03 Thread sws42
Hi! I've an application similar to the booking-example. You can select an item from a list and go to a page to edit this item. I have a stateful bean, from which the list is populated via @DataModel. I get back a @DatamodelSelction, which is a simple Bean, no Seam Component. In my JSP, I call

[JBoss-user] [Installation, Configuration Deployment] - Re: configure logging for Toplink deployment

2006-07-03 Thread zhangjboss
maybe u can find some help at the jboss_home/server/default/conf/log4j.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954964#3954964 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954964 Using Tomcat but need to do

[JBoss-user] [JBoss jBPM] - How to Integrate Different Cross Platform Systems (Applicati

2006-07-03 Thread aamirrehman
Dear All, I have a query about How we can use JBPM for integrating cross platform (diversified systems) Systems. Let me first describe the scenario for better understanding of my current situation, My company intends to purchase an ERP System. Currently we have quite a few systems running on

[JBoss-user] [JBoss Seam] - Re: Jboss seam tomahaw integration of jscookmenu

2006-07-03 Thread slarchet
Effectively, I moved Tomahawk jar from /default/server/lib to /default/server/deploy/jbossweb-tomcat55.sar\jsf-libs and everything is working fine now. It was simple but efficient. I thank you for your help. I hope, in the future, to be helpfull for you as you've been for me on this pb.

[JBoss-user] [Installation, Configuration Deployment] - Bind Exception at startup

2006-07-03 Thread jaleyba
I need to run two different JBoss AS in my Linux server. I've one running well but when I try to run second one I get the message: | 09:36:15,263 INFO [A] Bound to JNDI name: queue/A | 09:36:15,313 INFO [B] Bound to JNDI name: queue/B | 09:36:15,315 INFO [C] Bound to JNDI name:

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss installation problem in ubuntu??

2006-07-03 Thread AlliumPorrum
After a loo-oong time of reading documentation and surfing web, I think that the problem has something to do with the fact that I'm running the installation from the console, but the installation set seems to need GUI. I'm I wrong or not? So now the question is: how can I install JBoss 4.0.4

[JBoss-user] [JBoss Seam] - Re: @Begin doesn't work whith @Observe, navigation rule

2006-07-03 Thread msteiner
I have problem with creating simple test case. I made example almost identical with this from my application but it does work ok. Only difference is that in application I am using facelets. I have found that if I add redirect / to navigation rule conversation begins properly View the

[JBoss-user] [Installation, Configuration Deployment] - Re: Bind Exception at startup

2006-07-03 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954970#3954970 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954970

[JBoss-user] [JBossWS] - Re: deployment problems

2006-07-03 Thread QPool.Char
AFAIK JAXWS 2.0 only works with EJB 3. So be sure your WebService endpoint is written with EJB 3.0. If your application uses EJB 2.1, then seperate EJB 3.0 and EJB 2.1 in different jars, for example application.jar and webservice.ejb3 . You can then deploy them together in one .ear file. That

[JBoss-user] [JBossWS] - Re: Problems to deploy a web service

2006-07-03 Thread QPool.Char
have you checked that the servlet-mapping tag of your web.xml has got the correct data ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954972#3954972 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954972 Using Tomcat but

[JBoss-user] [JBossWS] - Re: deployment problems

2006-07-03 Thread arsathish
Atlast it worked. The problem was that in my ejb-jar.xml I was referring to 2_0.dtd. I have changed that to 2.1 and it worked. Older ejb-jar.xml had !DOCTYPE ejb-jar PUBLIC -//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN C:/jboss-4.0.1sp1/docs/dtd/ejb-jar_2_0.dtd I changed that

[JBoss-user] [Beginners Corner] - Re: Problem in deploying in JBOSS4.0.1 Sp1

2006-07-03 Thread arsathish
Atlast it worked. The problem was that in my ejb-jar.xml I was referring to 2_0.dtd. I have changed that to 2.1 and it worked. Older ejb-jar.xml had: --- !DOCTYPE ejb-jar PUBLIC -//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN

[JBoss-user] [JBossWS] - Re: Webservices problem in JBOSS 4.0.1Sp1

2006-07-03 Thread arsathish
Atlast it worked. The problem was that in my ejb-jar.xml I was referring to 2_0.dtd. I have changed that to 2.1 and it worked. Older ejb-jar.xml had !DOCTYPE ejb-jar PUBLIC -//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN C:/jboss-4.0.1sp1/docs/dtd/ejb-jar_2_0.dtd I changed that

[JBoss-user] [Management, JMX/JBoss] - Re: Does JBoss allow PERSISTENT changes to MBean Attributes?

2006-07-03 Thread StevieUK
On a similar note. If you deploy an application via JMX it also disappears after a restart: We started of with this in our ant build: Had to move to a copy and sleep to preserve deployment after bounce View the original post :

[JBoss-user] [JBoss Seam] - Re: @DataBinder and SelectItems Example

2006-07-03 Thread supernovasoftware.com
One more time. Than you Jim. I cleaned it up even more. I cannot believe how easy it is to use SelectItems now. Your code is really clear and easy to follow. I did have it working, but now it is cake. :-) :+) :~) | @Name(selector) | @Stateless |

[JBoss-user] [Management, JMX/JBoss] - Re: Does JBoss allow PERSISTENT changes to MBean Attributes?

2006-07-03 Thread StevieUK
View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954978#3954978 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954978 Using Tomcat but need to do more? Need to support web services,

[JBoss-user] [Management, JMX/JBoss] - Re: Does JBoss allow PERSISTENT changes to MBean Attributes?

2006-07-03 Thread StevieUK
View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954979#3954979 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954979 Using Tomcat but need to do more? Need to support web services,

[JBoss-user] [Management, JMX/JBoss] - Re: Creating a MBean

2006-07-03 Thread jactor
In frustration of not be able to create a general jmx bean, I tried extending the ServiceMBeanSupport explained in http://wiki.jboss.org/wiki/Wiki.jsp?page=ServiceMBeanSupport. However; the same error occurs: org.jboss.deployment.DeploymentException: Class does not expose a management

[JBoss-user] [Beginners Corner] - Re: How i can do Loadbalance with Jboss4.03

2006-07-03 Thread visolvejboss
Hello, The information you are looking is available in the following wiki page http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954981#3954981 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: GPD cann't compatible with Eclipse GEF 3.2!

2006-07-03 Thread kukeltje
GPD is currently developed agains eclipse 3.1.x and wtp 1.0. So if you use a newer version there is a big chance it does not work. (Btw, this info is afaik in the docs and on the forum as well) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954982#3954982

[JBoss-user] [JBoss jBPM] - Re: Is there any other site which can help beginners

2006-07-03 Thread kukeltje
use new threads/topics for new questions View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954983#3954983 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954983 Using Tomcat but need to do more? Need to support web services,

[JBoss-user] Http Client

2006-07-03 Thread bhanu bhanu
Hi all, I would like to request JBoss to upgrade Http Client from 2.0.2 to 3+ version. Could anybody tell me how to do that. Thanks, Bhanu Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail Beta.Using Tomcat but need to do more? Need to support web services,

[JBoss-user] [JBoss Seam] - components.properties ignored if placed in war file?

2006-07-03 Thread niesar
Hi guys, I'm trying to set up one of the Seam examples as a project NOT using embedded ejb. Everything works fine if I'm only using components.xml without components.properties. However, if I start to use the combination of components.xml and components.properties as in the examples, I'm

[JBoss-user] [Installation, Configuration Deployment] - conf/jboss-service.xml setting to deploy as HA singleton?

2006-07-03 Thread gmatthews
Hi all, I'd like how you can set the 'URLs' attribute in conf/jboss-service.xml to configure which directories should be scanned for deployable components. Is there a 'HA-URLs' or similar attribute? As far as I understand it, you need to manually drop deployable components into the

[JBoss-user] [JBoss jBPM] - porblem of identification and assigment

2006-07-03 Thread antitrust1982
Hi, I have create a little portlet which must run the webapp application for beginning. I want to assign ernie to the current actor, so I used jbpmContext.setActorId(ernie); but when I use this methode I have this error and say me that is a null pointer. somebody can help me please to

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss installation problem in ubuntu??

2006-07-03 Thread visolvejboss
Hello, JBoss 4.0.4 can be installed by two ways. 1.Installation using installer.jar file by jboss-4.0.4.GA-Patch1-installer.jar. 2.Simply extract the binary jboss-4.0.4.GA.zip file. For your First mail regarding installation using JAR package, anonymous wrote : No X11

[JBoss-user] [JBoss Portal] - Re: How to get Portal User

2006-07-03 Thread alesj
See UserModule class. You can get its instance from JNDI. | @JndiInject(jndiName = ModuleConstants.USERMODULE_JNDINAME) | private UserModule userModule; | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954989#3954989 Reply to the post :

[JBoss-user] [JBoss Seam] - Event Producer VS Event Consumer.(Component-driven events)

2006-07-03 Thread istikhar
How does a component raise an event. Seam provides a built-in component for this. Events.instance().raiseEvent(EventType); is used to call the events. My question is; Can Event Producer send data to event Consumer? and How. Thanks View the original post :

[JBoss-user] [JBoss Portal] - Alfresco Client Portlet and JBoss Portal

2006-07-03 Thread Haydee
Hello, I need to login with a same user in Alfresco Client Portlet and JBoss Portal. I use alfresco-community-jboss-1.3.0RC2 version. Please help me, Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954991#3954991 Reply to the post :

[JBoss-user] [Beginners Corner] - Best way to handle logins using JSF + EJBs

2006-07-03 Thread SmokingAPipe
I thought this would be a FAQ, but I can't find a good answer here. In the Servlet / JSP system, when I would implement an application, I would do it like this: I create a User object, that holds things like the user's password, email address, and various data the user can change, like his

[JBoss-user] [Security JAAS/JBoss] - Re: Login module which accesses an EJB?

2006-07-03 Thread NigelWhite
Further to this, I'm having a problem which is very strange. I'm not sure into which of the seperate jar/war files to put my security classes. I'm using JAAS, and I have a sar file which contains meta-inf/jboss-service.xml: ?xml version='1.0'? | !DOCTYPE policy PUBLIC | -//JBoss//DTD

[JBoss-user] [EJB 3.0] - Re: EJB3StandaloneBootstrap.boot(

2006-07-03 Thread Newlukai
I have the same problem, too. Doesn't anybody know anything about this error? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954994#3954994 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954994 Using Tomcat but need to do

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - NamingException caught jdbc:mysql: not bound, what is wrong?

2006-07-03 Thread bobsy
Hey, I'm using jboss 4.0.3 with mysql 4.1 connector mysql-connector-java-3.0.17-ga.jar in my ../server/default/mysql-ds.xml I got: local-tx-datasource jndi-nameDefaultDS/jndi-name connection-urljdbc:mysql://localhost:3306/test/connection-url

[JBoss-user] [Installation, Configuration Deployment] - Re: Bind Exception at startup

2006-07-03 Thread jaleyba
jaikiran wrote : Have a look at: | | http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine | | Bind problem solved. Thank you ! Now I want to know how to avoid JBoss start services I don't want like MQ. Thanks in advance J View the original

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: NamingException caught jdbc:mysql: not bound, what is wr

2006-07-03 Thread bobsy
sorry, the .xml looks like: local-tx-datasource jndi-nameDefaultDS/jndi-name connection-urljdbc:mysql://localhost:3306/test/connection-url driver-classcom.mysql.jdbc.Driver/driver-class user-namejboss/user-name password /local-tx-datasource View the original post :

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: NamingException caught jdbc:mysql: not bound, what is wr

2006-07-03 Thread bobsy
seems like I can't type for security reasons.. but that is anyway what should be surrounding password View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954999#3954999 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954999

[JBoss-user] [Installation, Configuration Deployment] - Re: Bind Exception at startup

2006-07-03 Thread jaikiran
Have a look at the Slimming section at: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming Under this section, you will find: When not using JBossMQ (our JMS server) section View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955000#3955000 Reply to

[JBoss-user] Configuring datasource

2006-07-03 Thread Bhalchandra Gokhale
In the various jboss examples (seam for example), the deploy target separately copies the *-ds.xml datasource files to the jboss/deploy folder. Is there a way to package the *-ds.xml datasource files into the EAR file ? Using Tomcat but need to do more? Need to support web services, security?

[JBoss-user] [JBoss Getting Started Documentation] - Re: jbossj2ee-src.zip

2006-07-03 Thread mp123
Hello, I have followed the steps given here. anonymous wrote : rkurra wrote: | Try changing the following flag in your ejb-deployer.xml of your server/default/deploy directory | attribute name=VerifierVerbose FROM true TO false and also, jmcclure wrote, attribute

[JBoss-user] [Beginners Corner] - how to package a datasource configuration file (*-ds.xml) a

2006-07-03 Thread balamg
is there a way to package a datasource file *-ds.xml as part of the EAR file ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955002#3955002 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955002 Using Tomcat but need to do

[JBoss-user] [JBossCache] - Re: Row Level Locking without Transactions

2006-07-03 Thread [EMAIL PROTECTED]
Essentially, calling methods starting with _ are internal and will not trigger aspects such as replication, etc. In future releases (from 2.0.0) these methods will be internalised and not be accessible from the client API. I normally don't recommend the DummyTransactionManager that comes with

[JBoss-user] [JBoss Portal] - Login end2end encryption

2006-07-03 Thread cpegwilliam
Hi All, I would like to have the end to end encryption on the username and password. I made the applet for encryption and included in the login.jsp so that the submitted j_username and j_password is encrypted. I have customerized the ModelLoginModule for decrypting the user password. Now we

[JBoss-user] [JBossCache] - Re: No ClassLoaders found

2006-07-03 Thread [EMAIL PROTECTED]
I presume this is the default version of JBoss Cache that comes with 4.0.3.SP1? Does your code use Hibernate directly or is this EJB3 entity bean related? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955005#3955005 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Login module which accesses an EJB?

2006-07-03 Thread NigelWhite
Now, I just put com.fcl.security.GreenfieldsLoginModule into my WAR file. All other classes from the com.fcl.security package are in greenfield.jar, just another java module listed in application.xml. But in my LoginModule, I now get this: 10:09:25,718 ERROR [fcl] tried to access method

[JBoss-user] [JBoss jBPM] - Re: Is there any other site which can help beginners

2006-07-03 Thread mohan514
hi, i solved the problem and now iam able to get all the facilities in my custom client, thanX for ur help. Regards, mohan chokkakula. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955007#3955007 Reply to the post :

[JBoss-user] [JBoss jBPM] - Help required with exception handling on transitions

2006-07-03 Thread [EMAIL PROTECTED]
Hi, I'm using jBPM 3.1.1 with Hibernate as the persistence layer along with the Spring modules 0.4 release of their JBPM integration module. The problem I'm having is in using an exception handler. I have created a global exception handler for my process which should move the process to an

[JBoss-user] [JBossCache] - treecache transactions not as expected

2006-07-03 Thread deep_soul_1999
Hi all, I am trying to use tree-cache transactional feature, and it does not working as my expectation [perhaps i got it all wrong...]. any help would be appreciate. I will try to simplify the issue. I start the cache with the following properties: LOCAL PESSIMISTIC READ_COMMITED (standalone or

[JBoss-user] [Beginners Corner] - Re: load properties file dynamically

2006-07-03 Thread sivadatla
You may use ResourceBunble.getBundle(log4j) to load any properties file. -Siva View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955010#3955010 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955010 Using Tomcat but need to

[JBoss-user] [Installation, Configuration Deployment] - Re: configure logging for Toplink deployment

2006-07-03 Thread adik
I already looked and I couldn't see where axactly I can set it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955011#3955011 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955011 Using Tomcat but need to do more? Need to

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Exception with tldcache the first time a web application

2006-07-03 Thread argaldo
Sorry guys, the problem was a corrupt jgroups jar, when the tldcache tries to index the tld definitions inside the META-INF directory in the jar file fails because of wrong CRC in that particular jar, solution: download a fresh brand new (uncorrupted) jgroup version. greets View the

[JBoss-user] [JBossCache] - Re: treecache transactions not as expected

2006-07-03 Thread deep_soul_1999
More information regarding my issue: (+) The unexpected results happens even when configured as SERIALIZABLE. (+) I am using jbosscache 1.3.0 so the following issue should have been fixed: http://jira.jboss.com/jira/browse/JBCACHE-285 View the original post :

[JBoss-user] [EJB 3.0] - JNDI binding? (also: API Versions)

2006-07-03 Thread Hoagiex
In different tutorials I am seeing different specifications for the same models. e.g.: To bind a SessionBean to a give name, some use: | @LocalBinding(jndiBinding=some_binding) | others use: | @Stateless(mappedName=some_binding) | What am I missing or not getting? (ps. the

[JBoss-user] [Installation, Configuration Deployment] - Re: 2 server in jboss ?

2006-07-03 Thread visolvejboss
Hello, JNDI server is running as a service inside the JBoss Application server. You can get more information regarding JBoss Naming Service is available at http://www.samspublishing.com/articles/article.asp?p=28281rl=1 View the original post :

[JBoss-user] [JBossWS] - Encrypting/Signing SOAP messages in JBOSS 4.0.1Sp1

2006-07-03 Thread arsathish
Hi , I am using JBOSS 4.0.1Sp1 and have deployed Webservices successfully. I am exposing EJB as a webservice. I want to secure all the requests and responses for this end point. How to do this in JBOSS 4.0.1 Sp1. Please let me know whether it is possible or not atleast. I have posted several

[JBoss-user] [JBoss Getting Started Documentation] - jboss postgresql pooling

2006-07-03 Thread Renierb
I have setup a datasource and pooling to use with my java and postgresql database. I have 2 questions: 1.) For max-pool-size, what is the biggest amount you can use? 1000, 10...? 2.) Cant one just use the biggest number here, if not why? 3.) We have 3 databases, each with its own pool. Is

[JBoss-user] [JBossCache] - Re: treecache transactions not as expected

2006-07-03 Thread [EMAIL PROTECTED]
Would http://jira.jboss.com/jira/browse/JBCACHE-407 apply to your problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955021#3955021 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955021 Using Tomcat but need to do

[JBoss-user] [JBoss jBPM] - Process call subProcess

2006-07-03 Thread dmitrips
Dear all, I want Process call subProcess, When I created this Process I couldn't get the subProcess id (my process failed for created), please give me solution for this problem thanks Dmitri this is parentProcess xml: ?xml version=1.0 encoding=UTF-8? process-definition

[JBoss-user] [JBossWS] - Re: Problems to deploy a web service

2006-07-03 Thread amsjunior
Hi QPool.Char, yes! I've already checked the file web.xml, and everything appears to be ok! Thanks! Antonio. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955023#3955023 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: EJB3StandaloneBootstrap.boot(

2006-07-03 Thread wolfc
It appears to be a version conflict. I've install JBoss IDE 1.5.1 with JBoss Embeddable EJB3 ALPHA 8 patch 2. With some tweaking in Eclipse it works. The problem you have doesn't show up at all. Maybe your classpath contains conflicting jars. If you take a look at your run configuration -

[JBoss-user] [EJB/JBoss] - TransactionRolledbackLocalException calling getter from enti

2006-07-03 Thread fischermark
Hi all, i migrated our J2EE Applikation from SYBASE to Oracle 9i. We are using different entitybeans which are called from 2 Sessionbeans. This looks fine! In some entitybean we have a calling to another entitybean. This works in SYBASe without a problem, but in oracle i get an exception.

[JBoss-user] [Installation, Configuration Deployment] - Using a newer version of JGroups (2.2.9 or higher)

2006-07-03 Thread andydale
Hi, A database driver i am trying to use (ha-jdbc) requires a version of JGroups 2.2.9 or higher, because it needs to use the JmxConfigurator. I am still trying to figure out the best way to do this, so far i have currently tried the following: 1.Putting the jgroups.jar file that ships with

[JBoss-user] [JBoss Seam] - Re: DataTableSelection and Seam-managed Transaction problem

2006-07-03 Thread msteiner
I have the same problem. If you change s:link to h:commandLink it works fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955035#3955035 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955035 Using Tomcat but need to do

[JBoss-user] [EJB 3.0] - Re: Can Jboss auto-generate remote interfaces?

2006-07-03 Thread wolfc
Yes, it is possible to generate an interface ( / remote proxy) with only the public methods expesed. But it would be nameless and leave the client clueless. You could get to the methods via introspection, but then you're shifting the complexity to the client side. It would be easy to create a

[JBoss-user] [JBossCache] - Re: treecache transactions not as expected

2006-07-03 Thread deep_soul_1999
[EMAIL PROTECTED] wrote : Would http://jira.jboss.com/jira/browse/JBCACHE-407 apply to your problem? Hi manik, thanks for your quick reply, I dont think it is direcly related to my problem as i am not doing any rollback in my testcase. Also, I dont have a problem with nodes but with keys (

[JBoss-user] [EJB/JBoss] - Re: [org.jboss.invocation.pooled.server.ServerThread] Failed

2006-07-03 Thread [EMAIL PROTECTED]
Happens on windows with 4.0.3SP1 Could this be related to http://jira.jboss.org/jira/browse/JBAS-2267;jsessionid=3C72B00A2182825B6D4F0F489B056ED3?page=all View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955029#3955029 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: JNDI binding? (also: API Versions)

2006-07-03 Thread wolfc
There is no definition in the specification on how to bind a bean to a specific JNDI name. The LocalBinding is in the org.jboss.annotation.ejb package (from deploy/default/ejb3.deployer/jboss-annotations-ejb3.jar), you should use that one. Please let me know if it works out. View the original

[JBoss-user] [JBoss Seam] - Re: Problem in deploying a Seam Project into Tomcat

2006-07-03 Thread mnrz
Resolved I deleted all useless jar files of Tomcal lib directory and undeployed other application and also use ant command to deploy the project. and now everything is OK. thank you so much Gavin View the original post :

[JBoss-user] [EJB 3.0] - Re: MDB doesn't receive message from JMX Queue

2006-07-03 Thread wolfc
Try adding the following to the MDB: @ActivationConfigProperty(propertyName = destination, propertyValue = queue/JEMOS) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955039#3955039 Reply to the post :

[JBoss-user] [JBossWS] - Re: WS-Security Signing for EJB

2006-07-03 Thread arsathish
Hi acxjbertr, After struggling with JBOSS 4.0.1 without any gain, I have started using JBoss 4.0.4 with JBOSS WS-1.0.0 GA. And I am successful in configuring the server so that it accepts only signed message. Now I want to sign all the requests originating from a client. My client program is

[JBoss-user] [EJB 3.0] - Re: EJB3StandaloneBootstrap.boot(

2006-07-03 Thread Newlukai
OK. This error is gone. But the container still isn't booted. Now I got an error related to the xidFactory. Here is a link: http://www.jboss.com/index.html?module=bbop=viewtopict=85320. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955043#3955043 Reply to

[JBoss-user] [JBoss jBPM] - Re: BPEL and Java

2006-07-03 Thread Skyman37
Thank you very much for your help. :) I have another question, in my process, I use the partnerLink Agent. But in fact, there will be many agents in my java program. Do I have operations to realize on the process ? How the process will know that it has to send (with a reply node) a data to

[JBoss-user] [Beginners Corner] - Programmatically get schedulable arguments?

2006-07-03 Thread sig69
Ok I have a real simple question, but I can't seem to find anything on the topic anywhere. I created a class that implements Schedulable to schedule a task on my jboss server and this works fine. My class has 2 schedulable arguments, a String and an Integer. Is it possible to programmatically

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

2006-07-03 Thread sunilbabu
I had the same problem and I changed the form action of jboss-portal.sar/portal-server.war/login.jsp to action=j_security_check (I just removed the scriplet with the action) It's working now but I am not an expert, so I don't know why. myConfig: -- mysql, jboss-4.0.4.GA-Patch1-installer.jar,

[JBoss-user] [JBoss Seam] - Re: components.properties ignored if placed in war file?

2006-07-03 Thread niesar
Hmmm, in http://docs.jboss.com/seam/1.0.0.GA/reference/en/html/concepts.html#d0e2443 I found anonymous wrote : Seam let's you place wildcards of the form @wildcard@ in the components.xml file which can be replaced either by your Ant build script (at deployment time) or by providing a file

[JBoss-user] [JBoss jBPM] - Re: Help required with exception handling on transitions

2006-07-03 Thread kukeltje
In short you mean that an errorhandler works when an error happens on an action that was not on a transition. Regarding the storage: then store it somewhere else. It's up to you. Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955048#3955048 Reply to

[JBoss-user] [JBoss Seam] - Re: Seam Events

2006-07-03 Thread [EMAIL PROTECTED]
Look at the booking app for an example of what a component driven event looks like. Components can raise events when you want to completely uncouple the interaction between components. Obviously any component can inject another component and call a method on it, but that action of calling the

[JBoss-user] [JBossCache] - Re: treecache transactions not as expected

2006-07-03 Thread deep_soul_1999
I believe the issue is solved - but its only from my 1st impression (which is enough for me for the moment) There are multiple ways to read the content of the cache and some dont support the isolation levels. If you use cacheInstance.printDetails() you would get all the cache content - commited

[JBoss-user] [EJB 3.0] - EJBs and Transactions

2006-07-03 Thread NigelWhite
I'm not too sure abuot Transactions, I thought they were something to do with databases, but they appear to be something to do with EJBs Anyway, in one of my EJBs, I create a HibernateEntityManagerFactory. The createEntityManagerFactory() call fails with 13:10:09,203 ERROR [SchemaUpdate]

[JBoss-user] [JBoss Seam] - Re: Event Producer VS Event Consumer.(Component-driven event

2006-07-03 Thread [EMAIL PROTECTED]
No. Event's don't have payload. It might be interesting if they did. You can still outject any shared data you want available. If you didn't want the data to stay around long, I suppose you could even associate it with the event context, (scoped to the request, essentially) but I'm

[JBoss-user] [JBossWS] - Re: WS-Security Signing for EJB

2006-07-03 Thread acxjbertr
arsathish, You are now exactly where I was in my original post. Unfortunately I still haven't figured it out. If I ever do I will post it back to this thread. Good luck! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955054#3955054 Reply to the post :

[JBoss-user] [Beginners Corner] - Seam on Tomcat...

2006-07-03 Thread sureshrk19
Hi All, Have anybody tried deploying JBoss Seam 1.0 on Tomcat??? I tried deploying on both 5.0.28 5.5; deployment is successful but, while trying to access the following error is thrown... javax.faces.FacesException: Error calling action method of component with id _idJsp0:_idJsp6

[JBoss-user] [JBoss jBPM] - Re: Help required with exception handling on transitions

2006-07-03 Thread [EMAIL PROTECTED]
anonymous wrote : In short you mean that an errorhandler works when an error happens on an action that was not on a transition. | The exception handler always works, in that it always catches the exception and processes it. The problem is that if I set the node in the exception handler,

[JBoss-user] [EJB 3.0] - Re: JNDI binding? (also: API Versions)

2006-07-03 Thread Hoagiex
@LocalBinding works perfectly but it's really REALLY lame that Jboss put in this annotation, while the sun EJB3.0 specification says that the mappedName property of @Stateless should do this job. Vendor specific solutions are evil and wrong! View the original post :

[JBoss-user] [Security JAAS/JBoss] - Security Roles On EJB3 Remote Interface Only

2006-07-03 Thread adogg
I'd like to impose security restrictions on my EJB3, but only in the Remote interface. If called via the Local interface, I want no restrictions. Can I add @RolesAllowed annotations to the method declarations in my remote interface without adding them to the implementation class? Seems to

[JBoss-user] [JBoss jBPM] - Re: porblem of identification and assigment

2006-07-03 Thread antitrust1982
Somebody can see any error or a missing in my code? There is the good methode in order to put in the context, the actor or I must use another methode in order to execute my assigned tasks. thank you for your help antitrust1982 View the original post :

  1   2   3   >