[JBoss-user] [Beginners Corner] - Re: Using EJB and JSF: can they communicate?

2006-06-23 Thread SmokingAPipe
And a follow-up question: Actually, at this point it seems like beans can't even be used within plain old servlets. Can someone confirm that I can locate resources using JNDI's InitialContext within JBoss? Is this the right way to find resources? I am totally lost on this. It seems like a

[JBoss-user] [JBoss jBPM] - [jBPM][3.1.1] Get a timer instance with API

2006-06-23 Thread ephemeris-lappis
Hello. How can i retrieve a timer instance with the API, in particular during an ActionHandler invocation, for example on the task-create event for a given task ? Is the whole task created when the action is called ? I've been trying several methods, among them, the getTimer of the

[JBoss-user] [JBoss Messaging] - Re: Integration of JBOSS with MQ series

2006-06-23 Thread timfox
Is this a JBoss Messaging or a JBoss MQ question? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952879#3952879 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952879 Using Tomcat but need to do more? Need to support web

[JBoss-user] [Messaging, JMS JBossMQ] - Integration of Jboss with MQ Series

2006-06-23 Thread stanwar
I am trying to integrate MQ Series with JBOSS. I have put the following xml snippet in jboss-service.xml mbean code=jmx.service.wsmq.WSMQConnectionFactory | name=jmx.service.wsmq:service=MQQueueConnectionFactory | attribute name=JndiNameWSMQQueueConnectionFactory/attribute |

[JBoss-user] [Beginners Corner] - Re: Using EJB and JSF: can they communicate?

2006-06-23 Thread SmokingAPipe
And a final question: Is JBoss being used? From everything I read about it, it is designed to manage information in databases and expose it to clients of various types (web interfaces, Swing applications, etc). But it doesn't seem like there is any way for a front-end component (like a JSP)

[JBoss-user] [Security JAAS/JBoss] - Re: Couldn't apply method permissions to Session EJB method

2006-06-23 Thread atamur
It's not than I'm not going to authenticate user at web layer. Of course I will authenticate him. But I can forget something and leave a possibility for user/hacker to call my business method without authentication. That would be really bad. So now I'm trying to test this declarative permission

[JBoss-user] [JBoss Messaging] - Re: ClassLoader issue on client

2006-06-23 Thread timfox
Did you change the name of the messaging loader repository to cris3? The default one is: | loader-repositoryjboss.messaging:loader=ScopedLoaderRepository | loader-repository-configjava2ParentDelegation=false/loader-repository-config |/loader-repository | | View the

[JBoss-user] [JBoss Messaging] - Re: MessageListener speed when connecting to local messaging

2006-06-23 Thread davidrh
Thanks Tim. There must be something on our corporate install of Windows XP that is mucking this up - maybe virus scanner or local firewall. These are locked down, so I can't turn them off. We are deploying to Solaris on Monday, so I might just wait and see if the problem occurs in that

[JBoss-user] [Beginners Corner] - Re: Using EJB and JSF: can they communicate?

2006-06-23 Thread SmokingAPipe
Ok, this is insane. I have spend the last week reading about JBoss and people using it for websites... surely there is some way for view components (JSPs) to display data from the model (EJBs)? Or does everyone have to write his own interface / naming system to do this? If J2EE / JBoss don't

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-06-23 Thread williamhe
sorry! I don't know It's bug seam's portal of examples in seam 1.0.0GA and seam 1.0.1GA not run View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952887#3952887 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952887 Using

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-06-23 Thread [EMAIL PROTECTED]
They *do* run... Follow the instructions: http://labs.jboss.com/portal/jbossseam/gettingstarted And if you can't make them work at least let us know what problem you encounter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952888#3952888 Reply to the post :

[JBoss-user] [JBoss Messaging] - Re: The client side message producer never ends

2006-06-23 Thread markash
Thanks, is there a schedule of when the releases will occur? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952889#3952889 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952889 Using Tomcat but need to do more? Need to

[JBoss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2006-06-23 Thread victorlid
I am beginner in Java Technology, I have assignment to deploy JBPM 3.1.1 on WebLogic Server 8.1. Would you mind telling me how to deploy step by step. Thank you very much in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952890#3952890 Reply to the

[JBoss-user] [JBoss jBPM] - Re: Customization for Console Application

2006-06-23 Thread hosierdm
That's the beauty of open-source. You can tailor it, you can rewrite it, you can do whatever. Our company has chosen to do our own custom web UI from scratch. You can look at the sample web application to learn how to use the API. This all assumes that by console you meant web of course.

[JBoss-user] [Installation, Configuration Deployment] - JBOSS Ports setting

2006-06-23 Thread hYph3n
Hi! I am trying to run JBoss with oracle. But when ever i try to run jboss with the running oracle .. it gives me a lot of error for the ports ... Can any one tell me from where i can change the ports for JBOSS server ... plz reply me as soon as possible. View the original post :

[JBoss-user] [JBoss Messaging] - Re: IllegalStateException: Cannot find consumer

2006-06-23 Thread timfox
ONIT wrote : | This is inspite of the fact that I get a new ConnectionFactory, InitialContext, Queue, Connection, Session, and MessageConsumer everytime the EJB getResponse method is called. Well you're not really getting a new Connection, Session each time. You're using JmsXA, which is

[JBoss-user] [JBoss Messaging] - Re: IllegalStateException: Cannot find consumer

2006-06-23 Thread timfox
Can you post your entire exception please View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952894#3952894 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952894 Using Tomcat but need to do more? Need to support web services,

[JBoss-user] [JBoss Messaging] - Re: The client side message producer never ends

2006-06-23 Thread timfox
We should have another RC out early next week. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952895#3952895 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952895 Using Tomcat but need to do more? Need to support web

[JBoss-user] [JBoss Messaging] - Re: Problem re-delivering to Durable Subscriber

2006-06-23 Thread timfox
Ok I fixed this. The problem here was not that the message was getting lost (it wasn't) - if you restart the server the lost message re-appears. That would be spec compliant - but annoying. So I've changed it so that if a client dies then it's outstanding deliveries get cancelled and

[JBoss-user] [JCA/JBoss] - Re: JBOSS DataSource configuration for Oracle database

2006-06-23 Thread xjchen001
Hi, I have eliminated the previous error by puting ejb-ref/ejb-link in the jboss.xml file. However, I get the following error message. This time, I really don't know what happened in JBoss. anonymous wrote : --- MBeans waiting for other MBeans --- | ObjectName:

[JBoss-user] [JBoss Messaging] - Re: ClassLoader issue on client

2006-06-23 Thread ashields
Sorry , I tried that first and got a different exception (but I didn't look closely enough at it - it was a simple security config issue) so I started reading and found some documentation that gave me the idea that maybe the part before loader should be the domain name of my MBean. Thanks for

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-06-23 Thread williamhe
Thanks!!! my meaning only portal's example of seam can't run View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952899#3952899 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952899 Using Tomcat but need to do more? Need to

[JBoss-user] [Security JAAS/JBoss] - secure jndi lookup

2006-06-23 Thread kgrjb
im using jboss-4.0.3SP1. How to configure a secure jndi lookup? this is not explained in SecureJBoss trail. that is how to specify a username - password in InitialContetxt properties and JBoss returns the lookup jndi resource[eg. ejb] with the given security credentials. If we dont do this,

[JBoss-user] [JBoss jBPM] - Re: problems using jbpm 3.1 with jboss 4.0.0

2006-06-23 Thread [EMAIL PROTECTED]
Than I have no clue... Did you turn on Hibernate logging? What do you see there? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952901#3952901 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952901 Using

[JBoss-user] [JBoss Seam] - Re: Action not triggered

2006-06-23 Thread japplicoon
Is the action called if you remove the @CheckLoggedIn Interceptor? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952902#3952902 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952902 Using Tomcat but need to do more? Need

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-06-23 Thread [EMAIL PROTECTED]
Install the portal configuration of the JEMS installer. It does run. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952903#3952903 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952903 Using Tomcat but need to do more?

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-06-23 Thread williamhe
sorry!!! I don't understand English I want to understand some concerning the SEAM'S PORTAL of data View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952904#3952904 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952904

[JBoss-user] [JBossWS] - Re: String[] jsr181

2006-06-23 Thread perrucci
Yes, I'm using jbossws 1.0.1 with jboss-4.0.4.GA-Patch1. Paolo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952905#3952905 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952905 Using Tomcat but need to do more? Need to

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Custom web log format?

2006-06-23 Thread supernovasoftware.com
How can I use my own log format like the following found at http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html | %a - Remote IP address | %A - Local IP address | %b - Bytes sent, excluding HTTP headers, or '-' if zero | %B - Bytes sent, excluding HTTP headers | %h - Remote

[JBoss-user] [JBoss Getting Started Documentation] - Re: jsp 2 output a variable

2006-06-23 Thread Gurnard
Hello, Yes I do have taglib descriptors in the web.xml, but, I did not change these. The problem was that I had a typo in the declaration, when copy pasting it the typo was corrected. I am using the JSTL style of output being | c:out value=${message}/ | and it is working fine. Thanks

[JBoss-user] [JBoss Seam] - Re: Proposed move of components.xml location

2006-06-23 Thread jtucker
Except it doesn't help my case where it's not being loaded in my SeamTests unless I explicitly copy /WEB-INF/ to my classpath. This proposal may also be relevant for JBSEAM-255 - testing components inside containers but outside JSF lifecycles. Would a cascading configuration be more suitable

[JBoss-user] [JBoss Messaging] - Redeployed queue does not load messages from db

2006-06-23 Thread ashields
I've noticed that if I hot redeploy a queue the messages are not reloaded from the database. The messages are re loaded if I restart jboss. Is this intentional? I tend to put queues in the same **-server.xml as the MBeans that use them so if ever I need to change configuration the whole lot

[JBoss-user] [JBossWS] - Questions about Failure Handling and WS-ReliableMessaging

2006-06-23 Thread mgraf
Hello, we are developing a WS-Interface for an underlying Workflow-System. At the moment, we´re discussing how to recognize and catch situations like network failures etc. A worst case example: an incoming client request is executed and the network between client and server breaks down. the

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-06-23 Thread MarcReis
I have tryed this with 1.3.0 and 1.4.0.CR1 and I allways get the above error as soon as I deploy the ejb3 application. Just as the error message shows, It doesnt matter If I define a cache service or use a Hibernate 2nd lvl. If I dont define one and dont tell Hibernate to use one I still get

[JBoss-user] [JBoss jBPM] - Re: How to deploy a .par file?

2006-06-23 Thread [EMAIL PROTECTED]
It is actually in the jBPM webapp that this deployment happens. The GPD merely uploads a segmented stream (the *.par archive) to the server. The webapp uses the deployment servlet to do the actual deployment. Regards, Koen View the original post :

[JBoss-user] [JBoss Messaging] - Re: Redeployed queue does not load messages from db

2006-06-23 Thread timfox
Are you referring to persistent or non persistent messages. Non persistent messages don't get stored in the database. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952913#3952913 Reply to the post :

[JBoss-user] [EJB 3.0] - EJB-QL's expression : LIKE

2006-06-23 Thread tamri
Query in SQL is : select * from Iteminfo where name like N'%?%'. how can I write the same query on EJB-QL's with '%' expression? select object (o) from Iteminfo o where o.name like :nm it works, but I want use % expression , how can I do? View the original post :

[JBoss-user] [JBossCache] - Re: Weblogic 91 and POJO Cache

2006-06-23 Thread [EMAIL PROTECTED]
Can try to see if use the plain cache (TreeCache) works for the initial state transfer or not? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952915#3952915 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952915 Using

[JBoss-user] [EJB 3.0] - 4.0.4 GA Bug

2006-06-23 Thread pssvarma
Hi all When im tryng to give Fetch type = EAGER Jboss throwing an error .Here is my code @ManyToMany(cascade=CascadeType.ALL,fetch=FetchType.EAGER) and here is the Error Problem starting service persistence.units:jar=hisejb.jar,unitName=isehisem org.hibernate.HibernateException: cannot

[JBoss-user] [JBoss Seam] - Re: Proposed move of components.xml location

2006-06-23 Thread [EMAIL PROTECTED]
I don't really understand why this is a problem ... it works in the directory structure used for the examples... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952918#3952918 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Seam Booking example does not sorport chinese character

2006-06-23 Thread [EMAIL PROTECTED]
A quick google search convinces me that most web frameworks today work by specifying a filter in web.xml, as said by liudan. I guess I'll add one of those to Seam. Dunno why Myfaces does not have one built in. View the original post :

[JBoss-user] [Beginners Corner] - Datasource error

2006-06-23 Thread Gurnard
I have this datasource set up in my struts config, running JBoss 4.0.4, and on starting the server I am getting the below error. From what I can see from the error I might have the details of the datasource incorrect, so can someone tell me what is supposed to go where? I am on Oracle 9i.

[JBoss-user] [JBoss/Spring Integration] - Re: issue with lazy loading of springframework

2006-06-23 Thread alesj
This is not the right forum to ask this: - java.sys-con.com/read/180386.htm Ok, but here is a little tip: | bean id=dataSource class=org.springframework.jndi.JndiObjectFactoryBean | property name=lookupOnStartup value=false/ | property name=proxyInterface |

[JBoss-user] [JBoss Seam] - Re: Proposed move of components.xml location

2006-06-23 Thread jtucker
Yeah it's easy enough with an ant build, but not with a maven directory structure or running the eclipse TestNG plugin. I'm working around by including a second WEB-INF directory in a source folder which only contains components.xml. View the original post :

[JBoss-user] [JBoss Seam] - Seam + Facelets: use of JSTL and if tests

2006-06-23 Thread twistah
Hello ! I've posted this to the Facelets list aswell but if anyone in here have any ideas to help me solve this problem, I can tell you that my weekend would look quite different ;) I have a seam component called node with a method called isNodeHaveSubNodes hardcoded to return true. Now, take

[JBoss-user] [JBoss Portal] - Re: TreeCache and portal clustering conflict

2006-06-23 Thread [EMAIL PROTECTED]
This should be fixed in CVS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952924#3952924 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952924 Using Tomcat but need to do more? Need to support web services, security? Get

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Integration of Jboss with MQ Series

2006-06-23 Thread jaikiran
anonymous wrote : some pointer how to integrate MQ Series with JBOSS.. This might help: http://wiki.jboss.org/wiki/Wiki.jsp?page=IntegrationWithWebSphereMQSeries View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952925#3952925 Reply to the post :

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

2006-06-23 Thread tamri
I use JBoss Eclipse IDE, I had to configure hiberante console (everything is correctly), but when I run this console it throws error's window(with header:Lazy Tree error), where is written : error while fetching children, reason:java.lang.NullPointerException What does it mean, enyone knows?

[JBoss-user] [JBoss and NetBeans] - Getting started with JBoss and NetBeans

2006-06-23 Thread Matthew Towler
I have been programming for many years, but am new to web services so excuse me if some of this is obvious. I am attempting to get a 'hello world' type application working using the example NetBeans IDE 5.0 Quick Start Guide for Web Services from the Netbeans docs. I am using Jboss 4.0.4Patch

[JBoss-user] [Installation, Configuration Deployment] - Re: Convenience class not printing Log4J debug statements

2006-06-23 Thread jaikiran
Whats the value of the Threshold attribute of the IMCADMINLOG appender? Is it INFO? If yes then set the value to DEBUG. Something like: appender name=IMCADMINLOG class=blah.blah.someAppender | param name=Threshold value=DEBUG/ | /appender View the original post :

[JBoss-user] [JBoss AOP] - Transaction is not active

2006-06-23 Thread sumonwai
I'm getting Transaction is not active error while using JBoss 4.0.3 and PSQL 8.0 with JDBC postgresql-8.1-407.jdbc2ee.jar. * 2006-06-23 00:48:27,368 WARN [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257,

[JBoss-user] [Installation, Configuration Deployment] - Re: JBOSS Ports setting

2006-06-23 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall and http://wiki.jboss.org/wiki/Wiki.jsp?page=DebugBindException View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952933#3952933 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: SFSB are evil? (The eternal Update problem)

2006-06-23 Thread baz
anonymous wrote : BTW: Could you please be more specific where to look a the hotel booking | example. I meant the booking example for hibernate and tomcat. There exists in class HotelBookingAction this method: @End |public String clear() |{ | hotels = null; |

[JBoss-user] [JBoss and NetBeans] - Re: Getting started with JBoss and NetBeans

2006-06-23 Thread Matthew Towler
I found the exact example I am working through in the web docs http://www.netbeans.org/kb/50/quickstart-webservice.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952935#3952935 Reply to the post :

[JBoss-user] [JBossCache] - Re: Weblogic 91 and POJO Cache

2006-06-23 Thread sphinxmember
Have already tried that ...same behavior... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952936#3952936 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952936 Using Tomcat but need to do more? Need to support web

[JBoss-user] [JBossWS] - WS-Security: a standalone client ?

2006-06-23 Thread ShadenS
Hi JBoss community :) I'm analysing chapter 14 on jbossws-userguida (1.0.1) and corresponding examples. The guide take into consideration server and client configurations, but it considers a client deployed in AS. Is it possible to create a client standalone according to WS-Security

[JBoss-user] [Microcontainer] - MC, SEAM, Tomcat DataSource configuration at runtime?

2006-06-23 Thread baz
Hello, before using Seam managed session in my application and jboss microcontainer i was used to specify my datasource in file context.xml in the META-INF Directory in my app. This way, after deployment one can edit this file in the desired tomcatfolder (Tomcat/conf/Catalina/localhost/.xml) to

[JBoss-user] [JBoss jBPM] - Activities launching external applications?

2006-06-23 Thread camino
Hi, I'm using jBPM 3.1 with Tomcat 5.5 and Oracle 9i since few weeks. I want to use jBPM as a solution for migrating a Lotus Notes application (with complex forms). My problem is that, for now, jBPM doesn't support complex forms. So I'm wondering if I could use activities or tasks to launch

[JBoss-user] [JBoss jBPM] - Using Jbpm witout webapp

2006-06-23 Thread chimera84
I'm a newbie in Jboss and jbpm : Does anyone have an example on how to access to the Jbpm engine not beeing in a webapp. The Junit test cases given in the starter kit look fine but they do not access to a procress deployed on jboss. Futhermore, How can I deploy a Jbpm process in Jboss ?

[JBoss-user] [Installation, Configuration Deployment] - Multiple JBoss instances problem

2006-06-23 Thread sylobsa
Hi all, I use JBoss 3.2.6 on a Linux box. I'd like to start multiple JBoss instances. So I followed the Configuring Multiple JBoss Instances On One Machine Wiki directives. The solution I'd prefer use is the multi-home network card one. So I added a new IP addres to my network card :

[JBoss-user] [EJB 3.0] - Re: Using multiple persistence units/EntityManagerFactories

2006-06-23 Thread hennejg
Ok, here we go... Step 1: use a RealmIdentifierInterceptor like this (I've removed a few quirks which were specific to our solution): /** * This incerceptor intercepts calls to SessionBeans which have been annotated * appropriately. It determines the principal issuing the request and

[JBoss-user] [Beginners Corner] - Re: Jobss is shutting down

2006-06-23 Thread hmontoya
Well, I am not sure about this problem! It is happening to me for a very particular reason. I have read JIRA notes and It seems that, we, users, are doing something wrong. If i launch jboss 4.0.4-GA from the command prompt it seems to works very well. On the other hand, if evil users launch it

[JBoss-user] [JBoss jBPM] - Re: Using Jbpm witout webapp

2006-06-23 Thread kukeltje
chimera84 wrote : | I didn't find anything in the wiki pages nor in this forum. | Did you search? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952947#3952947 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952947

[JBoss-user] [JBoss Messaging] - Re: Redeployed queue does not load messages from db

2006-06-23 Thread ashields
These are persistent. They are getting stored - they reappear when I restart JBoss. It just doesn't seem to reload them if I redeploy the queue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952949#3952949 Reply to the post :

[JBoss-user] [JBoss Messaging] - Re: ClassLoader issue on client

2006-06-23 Thread bos
Just a side-note; rather than having to share classloaders, which isn't always the easiest thing to do in a complex deployment, do you have a pending issue on cleaning up the jboss-messaging-client.jar? It's a bit bloated at the moment. And do you plan to better integrate Messaging in the

[JBoss-user] [JNDI/Naming/Network] - Remote / LocalHome Interface issue - How smart is JBoss?

2006-06-23 Thread javaneze
Hi this is my case...and I am trying to see how Jboss handles the situation! 1.Context - J2EE 2.1 2. I have several Stateless Sessioon EJBs that are being marked and declared with remote type (Remote Interface only), At the same time I do not provide any LocalHome Interface 3. Of course every

[JBoss-user] [JBoss Seam] - Re: Seam + Facelets: use of JSTL and if tests

2006-06-23 Thread japplicoon
If something is wrong with your declaration of the standard core library, you should see the unresolved c:if tags in the html source of your output. How does your namespace-declaration for the core library look like? View the original post :

[JBoss-user] [JBoss Messaging] - Re: ClassLoader issue on client

2006-06-23 Thread timfox
The isolation is required for 4.x, since we depend on versions of JBoss AOP, JBoss Remoting, JBoss Serialization that aren't available in 4.x When JBoss 5 is released we will be using the same versions as in the AS so the deployment should be much smaller and we won't have to do scoped

[JBoss-user] [Security JAAS/JBoss] - Re: Couldn't apply method permissions to Session EJB method

2006-06-23 Thread j2ee_junkie
Atamur, Thank you for your details. The logs say it all. Here is the problem anonymous wrote : | 10:05:46,823 TRACE [SecurityInterceptor] method=public abstract ru.singlecity.ejb.common.entity.user | .UserInfoEntity ru.singlecity.ejb.main.user.User.getInfo(long) throws

[JBoss-user] [JBoss Eclipse IDE (users)] - EJB 3.0 + JBOSS AS 4.0.4RC1 with Eclipse IDE

2006-06-23 Thread [EMAIL PROTECTED]
I've downloaded and extracted the following files. Application Server -JBOSS-4.0.4RC1.zip For IDE integration with JBoss 4.0.4RC1- JBossIDE-1.5.1.GA-ALL.zip, JBossIDE-1.5RC2-Bundle-win32.zip Please tell me some tutorial how to develop simple EJB 3.0 component(e.g. Session Bean) through

[JBoss-user] [JBoss jBPM] - Re: Using Jbpm witout webapp

2006-06-23 Thread chimera84
anonymous wrote : | Did you search? Of course I did! I found moderator's telling to have a look at the Testcases and a the starter kit. But this doesn't answer my question. The stuff given in the starter kit is fine but for people running webapps. I 'm not such a guy that doesn't look

[JBoss-user] [Management, JMX/JBoss] - Re: Problem locating an MBeanServer

2006-06-23 Thread deus.machinarum
Hi, executing if (System.getSecurityManager() == null) { | System.setSecurityManager(new RMISecurityManager()); | } | Hashtable env = new Hashtable(); | String factory =

[JBoss-user] [Installation, Configuration Deployment] - Re: JBOSS Ports setting

2006-06-23 Thread hYph3n
hey thanks ... i figured the xml file by myself as well .. however thanks a lot for your help ... :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952958#3952958 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952958

[JBoss-user] [JBoss Seam] - Re: Seam + Facelets: use of JSTL and if tests

2006-06-23 Thread twistah
They are like this: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; | html xmlns=http://www.w3.org/1999/xhtml; | xmlns:s=http://jboss.com/products/seam/taglib; |

[JBoss-user] [Security JAAS/JBoss] - Re: Couldn't apply method permissions to Session EJB method

2006-06-23 Thread atamur
Thanks for your replies! Something strange is going on. When I tried to remove all other beans and methods from ejb-jar.xml (to make it smaller to post it here) getInfo suddenly started working correctly. When I reverted file - stopped. I can post here all the ejb-jar.xml but it's ~2000 lines

[JBoss-user] [Clustering/JBoss] - Re: AutoDiscovery Not Working in RHES 4 update 3

2006-06-23 Thread [EMAIL PROTECTED]
Your 'localhost' points to 127.0.0.1, this will only allow processes on the same box to cluster. Use bind_addr in UDP, or use -Dbind.address=1.2.3.4 to use a real NIC View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952962#3952962 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Datasource error

2006-06-23 Thread jaikiran
These might help: http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpAOracleDatasource http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952963#3952963 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: JBoss Seam and myfaces sandbox inputSuggestAjax

2006-06-23 Thread grig77cristi
Hello, I have tried... Your solutions will need more changes. private Map getCurrentWritableMap() { PhaseId phaseId = Lifecycle.getPhaseId(); if (null==phaseId) return previousPageMap; return

[JBoss-user] [Beginners Corner] - Re: Datasource error

2006-06-23 Thread Gurnard
Hello. Thanks for the links. I did have a look at these but I did not want to make it JBoss specific in case I need to move to another server such as weblogic which is highly likely in my situation. Hence putting the datasource in Struts. Thanks for your reply. cheers Martin View the

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: identifier of an instance of ... was altered from 1 to 0

2006-06-23 Thread urswag
I do not exactly know what the problem is. I have changed the bean name to Vistit and the table to visit, this does work. When MySQL generates an error You get such a kind of error because the transcation is roll backed. Perhaps MySQL does not return an exact error message like in error cases.

[JBoss-user] [JBoss Seam] - ListBox unexpected wrong validation

2006-06-23 Thread FabBoco
Hi, I am approaching seam just now. I am trying to read a selected value from a ListBox. Each time I press the go button I get the message ?Validation Error?. I don't think to had set any validation check !!! What's wrong ? Thanks Fabrizio | | %@ taglib

[JBoss-user] [JBoss jBPM] - Re: How to deploy a .par file?

2006-06-23 Thread cpob
DerJohannes wrote : I have been searching for a long time to find out how to deploy in java a .par archive... There are numerous sources,readily available, instructing how to deploy. I posted to a recent thread at http://www.jboss.com/index.html?module=bbop=viewtopict=85365 about how to

[JBoss-user] [Installation, Configuration Deployment] - How to deploy Application....

2006-06-23 Thread begimot
How can I deply an Application without putting it in WAR, EAR or JAR. On all other application servers it is possible, but here I can not find out, how to do this. When I try to put my application in the deploy dir, the deployer doesn't recognize it and throws many exceptions. View the

[JBoss-user] [JBoss Seam] - Re: running Eclipse TestNG plugin on a Seam project

2006-06-23 Thread jtucker
Could be related to the reason I'm proposing a move of components.xml (see the other thread underway at the moment). TestNG as an eclipse plugin runs with a different classpath to running with ant so check in the TestNG output that components.xml is being read correctly. I had to create a

[JBoss-user] [JBoss jBPM] - Re: Using Jbpm witout webapp

2006-06-23 Thread cpob
chimera84 wrote : I'm a newbie in Jboss and jbpm : | | Does anyone have an example on how to access to the Jbpm engine not beeing in a webapp. The Junit test cases given in the starter kit look fine but they do not access to a procress deployed on jboss. | | Futhermore, How can I

[JBoss-user] [Installation, Configuration Deployment] - Re: How to deploy Application....

2006-06-23 Thread jaikiran
I guess, this is what you are looking for: http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952976#3952976 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952976

[JBoss-user] [JBossCache] - Re: Cache Loader Impl Probs

2006-06-23 Thread myself_biswajit
Hi all, I just need one conformation that whether bug id 608 is fixed or not. If it is fixed then why i am again getting {jboss:internal:uninitialized=null}. Please let me know. Awaiting for your early response. Thanks in advance. Regards, Biswajit View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: How to deploy Application....

2006-06-23 Thread begimot
thanks :) It is very intresting approach, to put extensions to directories. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952978#3952978 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952978 Using Tomcat but need to do

[JBoss-user] [JBoss jBPM] - Re: excecution of the task assigned

2006-06-23 Thread antitrust1982
I treid to use the JbpmContext in order to set the login in the actorID but I can use JbpmContext: I typed this line: JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); I have no problem whne I execute my code with this line. but if I want to use a methode of the jbpmContext I

[JBoss-user] [JBossCache] - Re: Cache Loader Impl Probs

2006-06-23 Thread myself_biswajit
Hi all, Please give a look into my treecache-service.xml and if possible just suggest me any solution for this. ?xml version=1.0 encoding=UTF-8? !-- = -- !--

[JBoss-user] [JBoss jBPM] - Re: Using Jbpm witout webapp

2006-06-23 Thread chimera84
Thanks for answer: in fact I'd seen your post but I didn't realise that you explain there was no way to acces to a process through jmx so to have a centralized acces to a process I have to write my own Mbean or to provide a service via an ejb? View the original post :

[JBoss-user] [JBossCache] - Re: Cache Loader Impl Probs

2006-06-23 Thread myself_biswajit
Hi all, Please give a look into my treecache-service.xml and if possible just suggest me any solution for this. ?xml version=1.0 encoding=UTF-8? !-- = -- !--

[JBoss-user] [JBoss Seam] - Re: Seam Booking example does not sorport chinese character

2006-06-23 Thread lws688
[EMAIL PROTECTED] wrote : A quick google search convinces me that most web frameworks today work by specifying a filter in web.xml, as said by liudan. I guess I'll add one of those to Seam. Dunno why Myfaces does not have one built in. Thanks, Gavin. I have solved the problem by adding a

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Encoding problem... Not able to store German characters

2006-06-23 Thread tsangcn
This is not a bug in JBoss. This is related to the way of handling charcters encoding in Servlet and JSP. Your application works in WAS, because WAS has implemented its own way of handling characters in HTML request. Problem 1: When a form is submitted, the browser will encode the characters

[JBoss-user] [JBossWS] - Servlet regarded as ServiceEndPoint

2006-06-23 Thread kdeboer
Hi, i aa using jboss 404GA and JBossWS 1.0.1. The web application contains both web service endpoints and servlets. However if i try to call the servlet i get the following error: | | org.jboss.ws.WSException: Cannot obtain endpoint for:

[JBoss-user] [JBossCache] - Re: Cache Loader Impl Probs

2006-06-23 Thread myself_biswajit
?xml version=1.0 encoding=UTF-8? !-- = -- !-- -- !-- Sample TreeCache Service Configuration -- !--

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: my programe can not insert chinese characters into mysql

2006-06-23 Thread tsangcn
Please look at http://www.jboss.com/index.html?module=bbop=viewtopict=84678. May be you come across something similar to the situation. Thanks C. N. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952990#3952990 Reply to the post :

[JBoss-user] [Performance Tuning] - Re: JBoss Performance Tuning

2006-06-23 Thread tdanecito
Hi, It is application dependent. I know not the best answer. For performance I would monitor the application using JConsole (JVM 1.5). If you do not have that then use verboseGC setting to print out heap contents. What you are looking for is the frequency of tenured gc's. If you have more than

[JBoss-user] [JBoss jBPM] - Re: Using Jbpm witout webapp

2006-06-23 Thread cpob
Well, since you were going to be using jBPM without a webapp, I assumed you were not going to be running inside of any application server. What exactly is it that you want to do? Then we'll have a better understanding for how to help. Do you want a standalone desktop Java application to do

[JBoss-user] [Installation, Configuration Deployment] - Problem creating service jboss.system:Service=MainDeployer

2006-06-23 Thread notarysojac
Hi JBoss Folks, In attempting to launch JBoss 4.0.4 in Fedora (FC5-i386) a error is generated which I am not sure how to remedy. As the subject of this posting says, Problem creating service jboss.system:Service=MainDeployer. The subsequent error indicates: java.lang.NoClassDefFoundError I

  1   2   3   >