[jboss-user] [EJB/JBoss] - Default Transaction Attribute in JBoss

2006-07-21 Thread Hari Prasad
Hai All, I am currently using JBoss-4.0.2 in my project.It works with a Default Transaction attribute of 'Required'. But since the Spec does not mandate any Default Transaction Attribute and also I read the Transaction attribute varies with different versions of

[jboss-user] [JBoss Eclipse IDE (users)] - JBossIDE Web Service support ?

2006-07-21 Thread rksangubotla
Hi All, I have upgraded my JBoss IDE from : http://download.jboss.org/jbosside/updates/development I only see Web Service Test Client option available from webservices on right click of a .java . Can I create a web service from java class using JBoss IDE lastest update ? and can I deploy it

[jboss-user] [Beginners Corner] - Re: ejb deployment in jboss4

2006-07-21 Thread jaikiran
After deleting the META-INF folder from the deploy directory, is this the only error that you are seeing. Are there any exception stacktraces when jboss is starting. If yes, post the same View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959778#3959778 Reply

[jboss-user] [Beginners Corner] - Re: Implementing my own log4j.xml on jboss-4.0.3SP1

2006-07-21 Thread jaikiran
anonymous wrote : String log4jFile = /WEB-INF/classes/log4j.xml; Change this to: String log4jFile = WEB-INF/classes/log4j.xml; Note that there is no '/' before the WEB-INF. Try it out and see if it works. Alternately, you can try: InputStream inputStream =

[jboss-user] [JCA/JBoss] - Re: Regarding the No ManagedConnection error in jboss-4.0.3S

2006-07-21 Thread [EMAIL PROTECTED]
Please find the oracle-ds.xml file local-tx-datasource jndi-nameOracleDS/jndi-name connection-urljdbc:oracle:thin:@url/connection-url driver-classoracle.jdbc.driver.OracleDriver/driver-class user-nameUSER/user-name Pswd min-pool-size50/min-pool-size max-pool-size75/max-pool-size

[jboss-user] [Installation, Configuration Deployment] - Re: Windows Explorer automatically pops up displaying C:\Pro

2006-07-21 Thread Markus.Wahl
Hi Peter, thanx. PeterJ wrote : I assume that you used the installer jar file to install JBoss and that you installed into the Program Files directory. Correct? I did use the jar file (jboss-4.0.4.GA-Patch1-installer.jar) but I installed in the Program directory rather than Program Files (read

[jboss-user] [Management, JMX/JBoss] - Re: Is snmp v3 supported ?

2006-07-21 Thread aftekuser
Hi, I am not aware much of snmp v3 feature differences with snmp version1,2. However in our project we will be requiring snmp v3 security and also will be sending snmp v3 get/set requests (dont know if they differ from v1,v2 though). I think though if we integrate third party snmp adaptor

[jboss-user] [JCA/JBoss] - Re: Regarding the No ManagedConnection error in jboss-4.0.3S

2006-07-21 Thread jaikiran
min-pool-size50/min-pool-size | max-pool-size75/max-pool-size Thats a good enough pool size. What does your application do? Does it heavily use connections. How long are these connections kept open? If i remember correctly, using the jmx-console there is a way to find out the number of

[jboss-user] [JBossCache] - is synchronization of a TreeCache within the same VM necessa

2006-07-21 Thread guava
Hi, Is the following synchronization necessary? TreeCache cache = new TreeCache(channel); .. // possiblely access from multiple threads synchronzied ( cache) { Value v = cache.get(fqn, key); if ( v != null ) { // do something } } Thanks. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem disabling Hibernate SecondLevelCache with HibernateM

2006-07-21 Thread wolfgang.buckel
For testing pruposes I tried to disable the SecondLevelCache via the MBean property SecondLevelCacheEnabled but I did not work: | mbean code=org.jboss.hibernate.jmx.Hibernate name=jboss.har:service=ConfigHibernate | attribute name=DatasourceNamejava:ConfigV3DS/attribute |

[jboss-user] [JBoss jBPM] - org.xml.sax.SAXNotRecognizedException

2006-07-21 Thread nageshreddy81
I am not able to solve this problem I am using sun one app server to run my jbpm apllication Can anybody help me out in solving this problem org.xml.sax.SAXNotRecognizedException: Property: http://apache.org/xml/properties/schema/external-schemaLocation at

[jboss-user] [Installation, Configuration Deployment] - a doubt in deploying web app

2006-07-21 Thread [EMAIL PROTECTED]
hi all, I want to deploy a web application in jboss as directory structure ie without creating war file is it possible thanks in Advance View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959795#3959795 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: a doubt in deploying web app

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

[jboss-user] [Management, JMX/JBoss] - Re: How to get MBean domains?

2006-07-21 Thread jaikiran
Could not find any API on JBoss-3.2.3 for doing the same. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959797#3959797 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959797 ___

[jboss-user] [JBoss Seam] - Re: how to start new conversation, new nested conversation a

2006-07-21 Thread petekol
so, a single request can not create new conversation with nested one, right? may be this annotation should do it @Begin(join=true, nested=true)? -) the problem i have then is how to say in what conversation a new beans go View the original post :

[jboss-user] [JBoss Messaging] - Re: ConcurrentModificationException

2006-07-21 Thread timfox
Martin - we reproduced this problem on a dual core (it seems to happen quickly with multiple cores), and eventually managed to reproduce it on a single core (it took me 8 hours of running and 8 million messages). There was a problem related to transaction isolation with XA transactions, which

[jboss-user] [JBoss Messaging] - Re: ConcurrentModificationException occures in the first few

2006-07-21 Thread timfox
This is now fixed in HEAD http://jira.jboss.com/jira/browse/JBMESSAGING-440 and will be in the next release. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959800#3959800 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: HILO, oracle9i

2006-07-21 Thread ssgemail
before starting the jboss, I create table in sqlplus with the same user as oracle-ds.xml. once run the jboss, the table that created would be deleted by jboss automatically View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959801#3959801 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: HILO, oracle9i

2006-07-21 Thread ssgemail
but everything is ok when sqlserver, why? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959803#3959803 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959803 ___ jboss-user

[jboss-user] [JBoss Eclipse IDE (users)] - How to delete console configuration item of Hibernate Code G

2006-07-21 Thread szgrick
I create a console configuration,when i del it,but i dont find some boutton to del it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959804#3959804 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959804

[jboss-user] [EJB 3.0] - [EJB 3.0] EntityBean (table) shared between EntityManger and

2006-07-21 Thread supradiz
Hello , I'am a beginner in EJB 3. configuration: JBOSS 4 + EJB 3. Oracle. procedure: 1\ I persist and object in database (Oracle) using entitymanager. (primary key generate AUTO) 2\ I add manually an object in database unsing JDBC (increment last primary key genrate by 1) 3\ I try to persist

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: HILO, oracle9i

2006-07-21 Thread ssgemail
15:44:47,609 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=oracleds' to JNDI name 'java:oracleds' 15:44:49,718 WARN [ServiceController] Problem starting service jboss:service=KeyGeneratorFactory,type=HiLo java.sql.SQLException:

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How to delete console configuration item of Hibernate Co

2006-07-21 Thread [EMAIL PROTECTED]
Ever tried to use the DELETE button on your keyboard ? :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959806#3959806 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959806 ___

[jboss-user] [Installation, Configuration Deployment] - serviceBindingManager does not work

2006-07-21 Thread afuechsel
Hi, I set up two jboss instances according to the documentation, but they do not seem to work. What surprises me is the log from the boot.log: | 07:31:20,945 DEBUG [ServiceCreator] Created bean: jboss.system:service=ServiceBindingManager | 07:31:20,945 DEBUG [ServiceConfigurator]

[jboss-user] [JBoss Portal] - JBoss with MSSQl

2006-07-21 Thread sidharthk
Hi, I am using JBoss-Portal-2.2.1 Bundled version. I have configured it with Ms MSQL server. It creates the data base table while start up but gives an exception: java.lang.NullPointerException at com.microsoft.jdbc.sqlserver.tds.TDSRPCParameter.initializeUserParam(Unknown Source)

[jboss-user] [JBoss Seam] - Re: Inject EL Results

2006-07-21 Thread denis-karpov
anonymous wrote : The backing bean is part of the view No it is not. View connected to the beans by binding expressions. View does not hold references to the beans. In render time, when it is needed to put value in html output it just evaluates binding expression. And then in post time, it

[jboss-user] [Installation, Configuration Deployment] - Re: a doubt in deploying web app

2006-07-21 Thread [EMAIL PROTECTED]
thanks Friend it works View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959813#3959813 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959813 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: how to start new conversation, new nested conversation a

2006-07-21 Thread CptnKirk
petekol wrote : so, a single request can not create new conversation with nested one, right? | Right. You'll need to call your @Begin(nested=true) in a new request to get your nested conversation. View the original post :

[jboss-user] [JBoss Seam] - Re: pb with tasklist and pooled tasklist

2006-07-21 Thread Luffy
up View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959815#3959815 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959815 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: how to start new conversation, new nested conversation a

2006-07-21 Thread petekol
how can i put bean2 in to nested context after a user press m1,m3 buttons so that the bean is read-write? bean1: showBean2 = false; @Begin(join=true) m1() { some code here; showBean2 = true; } bean2: @Begin(nested=true) m3() { some code here; } index.xhtml h:form

[jboss-user] [EJB 3.0] - Persisting

2006-07-21 Thread jactor
I am trying to develop a entity which extends another entity and which use the annotation @Inheritance(strategy = InheritanceType.TABLE_PER_CLASS), but this only provides an exception as the sub class does not have an @Id annotated: org.hibernate.MappingException: Cannot use identity column key

[jboss-user] [JBoss Portal] - screen display is disorder when 800 * 600

2006-07-21 Thread kindy_wu
screen display is disorder when 800 * 600[/img] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959818#3959818 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959818 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Inject EL Results

2006-07-21 Thread CptnKirk
While Seam may not have visibility into facelet's internal variable passing mechanism, isn't this information already present in a JSF or Seam context? How are you passing data as a parameter that didn't originate from somewhere Seam does have access? View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How to delete console configuration item of Hibernate Co

2006-07-21 Thread szgrick
I mean I create a console configuration in one project just to test.Now I have already del the project but console configuration exit in system.I want to del it,i didnt find button or config file to del it. View the original post :

[jboss-user] [JBoss Seam] - s:link view=

2006-07-21 Thread superfis
Hello, I'm looking for solution which could give me a posibility like this: s:link view=#{...} / Every next step in my wizard depends on user choices made on current wizard-site. I've modified HtmlLink.java a bit to achieve this functionality but it's workaround only. Gavin, could it be

[jboss-user] [EJB 3.0] - Re: Persisting

2006-07-21 Thread jactor
I had the idea that @Inheritance(strategy = InheritanceType.TABLE_PER_CLASS) would give a new table with every field from the sub classes and mother class in this table. I searched the final draft on persistence after this notation but I came up with no suitable instances found. Is this

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-21 Thread milasx
I am getting this error: 09:44:41,552 ERROR [[/seamapp]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener java.lang.IllegalArgumentException: no property for configuration setting: org.jboss.seam.core.init.managedPersistenceContexts

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How to delete console configuration item of Hibernate Co

2006-07-21 Thread [EMAIL PROTECTED]
You select the console configuration (In the Hibernate Console Configuration view/perspective) and press the Delete key. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959828#3959828 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Can s:validate be used with facelets compositions?

2006-07-21 Thread petemuir
AFACIS no. The ModelValidator in Seam uses ValueBinding.getExpressionString() to work out the seamComponent.property (i.e. getName() on the seam component user) and hence get the validator to use. When using a facelets source tag the ExpressionString is not a seamComponent.property but

[jboss-user] [Beginners Corner] - Re: ejb deployment in jboss4

2006-07-21 Thread visolvejboss
Hello, ?xml version=1.0 encoding = UTF-8 ? It seems, you have missed the quotation mark (encoding = UTF-8) in the jboss.xml file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959831#3959831 Reply to the post :

[jboss-user] [JBossCache] - Re: is synchronization of a TreeCache within the same VM nec

2006-07-21 Thread [EMAIL PROTECTED]
No. JBoss Cache deals with concurrent access internally. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959832#3959832 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959832 ___

[jboss-user] [JBoss Seam] - Prepare Page

2006-07-21 Thread MSchmidke
Hello again, the one with the most stupid questions has another one. I want to prepare some data before rendering the page, just like @Factory, but on every request. Example: Page has a calendar component to select a date and a table which displays records from this date. User can edit values

[jboss-user] [Clustering/JBoss] - Re: ClusteredSingleSignOn problem

2006-07-21 Thread roberto
I check cockies using Firefox 2.0 Beta. and cookies are present. Both JSESSIONIDSSO and JSESSIONID (all in uppercase) exist from the right site. :( http://img225.imageshack.us/my.php?image=jsessionidjv2.png [url]http://img213.imageshack.us/my.php?image=jsessionidssocp4.png/url] View the

[jboss-user] [Beginners Corner] - Re: Implementing my own log4j.xml on jboss-4.0.3SP1

2006-07-21 Thread heather
I changed it to log4j.xml and it still cannot find it with java.util.zip.ZipException as it cannot find path. Think I need to step back and look at my set-up to get my head round this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959838#3959838 Reply to

[jboss-user] [JBoss jBPM] - Re: org.xml.sax.SAXNotRecognizedException

2006-07-21 Thread kukeltje
incompatible xml parser... I do not know which version jBPM needs, but yours is not the right one. Try using a newer version of your xml parser View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959839#3959839 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Persisting

2006-07-21 Thread jactor
I recently put this in the EJB forum and later discovered that this is where it should be: I am trying to develop a entity which extends another entity and which use the annotation @Inheritance(strategy = InheritanceType.TABLE_PER_CLASS), but this only provides an exception as the sub class

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate 2nd level cache update problem

2006-07-21 Thread magicmac
One more thing in case of Ehcache or OScache, 'load' fetches entity from db with each interation since it finds it dirty. It is dirty in cache, b/c cache was not updated on 'update' (or to be more exact on prev tx commit)... so same problem Thanks Cheers M. View the original post :

[jboss-user] [EJB 3.0] - Re: @EJB injection gives null

2006-07-21 Thread scraatz
THe default JNDI-Naming for the Session Beans was changed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959846#3959846 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959846 ___

[jboss-user] [JBoss jBPM] - Re: Ability to choose from determined values

2006-07-21 Thread kukeltje
In one form or another this has been answerd: build your own webapp. De webapp that comes with jBPM is for RAD purposes and will maybe one day grow to a full ui, but not for now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959848#3959848 Reply to the post

[jboss-user] [Remoting] - RMI

2006-07-21 Thread jactor
I am working with an old application which use RMI and am looking for a simple way to tunnel RMI over secure HTTP to avoid any hassle with firewalls. Is there an easy way to do this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959847#3959847 Reply to the

[jboss-user] [EJB 3.0] - Fetch join with collection

2006-07-21 Thread jan_bar
Hi, I can fetch join lazy relation that returns single result, but for collection it doesn't work correctly. I have Attribute.java: | @Entity | public class Attribute implements Serializable { | | private Long id; | | private ListResource resources = new

[jboss-user] [Installation, Configuration Deployment] - Different vHost - Different config

2006-07-21 Thread Becka
we are currently developing a web app for jBoss / jBPM and would like to host it for some customers. To make every DB of the Customers independent we would like to give every customer a vHost and a own DataSource. How can i set up such vHosts and serve them in one Server Process? The setup of

[jboss-user] [JBoss Seam] - Re: Prepare Page

2006-07-21 Thread petemuir
What about making the session bean stateless? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959855#3959855 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959855 ___ jboss-user

[jboss-user] [JBoss Portal] - Unable to add security constraint to portlets

2006-07-21 Thread bhupeshs
Hi, I am using jboss portal 2.4.0-Beta1 with Jboss4.0.4GA and MySql5.0 I am trying to add security-constraint to a portlet, but it is not getting reflected. The security-constrating to a page, however is working fine. I tried adding security-contraint to a Window, PortletInstance and a Portlet

[jboss-user] [Beginners Corner] - Re: Implementing my own log4j.xml on jboss-4.0.3SP1

2006-07-21 Thread heather
The first answer was the correct one: log4j.xml no need for WEB-INF/classes path The other stuff was my own fault while playing around and nothing to do with problem. It now works just fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959857#3959857

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Persisting

2006-07-21 Thread jactor
I discovered the annotation @MappedSuperClass which does exactly what I intend to achieve. However; there is a new situation with this. I now have a class (@MappedSuperClass) called MappedClass which an @Entity called Entity extends. I now want to extend Entity with another @Entity called

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss-4.0.4-GA and Hibernate-3.1.3

2006-07-21 Thread nabeelhamad
We also had the exact problem. In a particular part of our code first we close the Statement and then we close the resultSet. In the line where we close the result set the 'Already Closed' exception is thrown. We tested the same on JBoss4.0.3 and is working fine. View the original post :

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-21 Thread Remider
i connected successfully with MYSQL. Have you creat table for your MySQL? JBPM not creat table automatic for MySQL. Rem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959861#3959861 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Unable to add security constraint to portlets

2006-07-21 Thread [EMAIL PROTECTED]
for portal objects, check that a parent in the hierarchy does not have view recursive permission. what is the version you are using ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959862#3959862 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Unable to add security constraint to portlets

2006-07-21 Thread [EMAIL PROTECTED]
btw use the management portlet for instances and portal objects. there is a security tab that shows those. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959863#3959863 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959863

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: IllegalAccessError initializing ehcache.CacheManager

2006-07-21 Thread kappaj
Hi Anybody found a resolution to this? I'm running 4.0.3 fine but the moment I go to 4.0.4GA I get this problem? Tks Andre View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959864#3959864 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Ability to choose from determined values

2006-07-21 Thread ccelgun
kukeltje wrote : In one form or another this has been answerd: build your own webapp. De webapp that comes with jBPM is for RAD purposes and will maybe one day grow to a full ui, but not for now. Well, i understood that it is impossible to put a combobox like structure into the application

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-21 Thread ccelgun
Remider wrote : Have you creat table for your MySQL? | JBPM not creat table automatic for MySQL. | Rem. I didn't understand it very well..Do you mean that before using an existing table in my MYSQL database, I have to create the same table in jBPM like a view table ?? So you say actually

[jboss-user] [JBoss jBPM] - Re: Ability to choose from determined values

2006-07-21 Thread ccelgun
I 'm a bit confused..It will be really great if you could explain building my own web application. A brief explanation will be great help. Thank you very much for your help... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959869#3959869 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @DataModel for a component problem

2006-07-21 Thread petekol
i have found out that a component needs a @Name dummy annotation for @DataModel @DataModelSelection @Logger and may be other to work properly if i create a component from components.xml. i use jboss-seam-1.0.1.GA View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Problem accessing EJB unchecked method from a servlet (w

2006-07-21 Thread Plukh
Thank you very much, Chris, I've used run-as, and it does just what I hadin mind! Thanks for the help! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959871#3959871 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959871

[jboss-user] [Installation, Configuration Deployment] - Re: serviceBindingManager does not work

2006-07-21 Thread afuechsel
THe log is confusing. It works now but the log still looks like shown in my original post. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959873#3959873 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959873

[jboss-user] [JBossWS] - Re: A class as a parameter in a webservice

2006-07-21 Thread pablojavierpy
How are you generating the WSDL? As far as I can tell by your annotations, you are using JBossWS. You don't need to generate WSDLs yourself. Just deploy your application into a JBoss-4.0.4.GA with JBossWS upgraded to JBossWS-1.0.1.GA and WSDL will be correctly generated with your class Libro.

[jboss-user] [JBossWS] - Endpoint does not contain operation meta data for:

2006-07-21 Thread nax32
Hi again! I have generated my WSDL ?xml version=1.0 encoding=UTF-8? | !--definitions name=EJB3Service | targetNamespace=http://org.jboss.ws/samples/jsr181ejb; | xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/-- | wsdl:definitions xmlns:http=http://schemas.xmlsoap.org/wsdl/http/; |

[jboss-user] [JBoss Portal] - Re: Unable to add security constraint to portlets

2006-07-21 Thread bhupeshs
Hi Julian, Thanks a lot for the quick reply. But I still have issues securing a portlet. I am using Jboss-Portal-2.4.0Beta1 with Jboss 4.0.4GA and MySql 5.0 Let me briefly explain my requirements. The protal page contains 5 portlets. All users should be able to access the page and they are

[jboss-user] [JBoss jBPM] - Re: Ability to choose from determined values

2006-07-21 Thread kukeltje
Take your favorite framework (jsf, struts, whatever), look at the jbpm webapp to see how the jbpm api is used . This all has nothing to do with a plugin for eclipse or anything. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959877#3959877 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Persisting

2006-07-21 Thread jactor
Bug searching and testing of the @MappedSuperClass ensures me that it works as I hoped. I am sorry for using thread space for such errors when my frustration growed after reading x documents. The compiler error (which was indeed strange) was my own fault (who else). In my source I used extend

[jboss-user] [EJB 3.0] - Re: Problem with auto-generating table;

2006-07-21 Thread benders
Found my mistake, my myself. I wrote hibernate.hbm2dll.auto instead of hibernate.hbm2ddl .auto Bernd View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959880#3959880 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959880

[jboss-user] [JBoss Portal] - Re: How do I change from session to request?

2006-07-21 Thread [EMAIL PROTECTED]
Since you address this to newbie, i want to mention that you should try to avoid casting that at all costs while writing components, this is mostly a hack. We found enough components that do a cast from ExternalContext to HttpServletContext and then make the component unusable inside a portlet

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - search index created by jboss using jackrabbit apis

2006-07-21 Thread parthi_in
hi, i'm using jboss 2.4. and want to develop a portlet, which will search the CMS contents and display it to the users. i enable the LocalFileSystem: uses FileSystem for storage in workspace.xml file to make indexing. i want to use the indexing, which is created the jboss. i read about

[jboss-user] DONT MIND SOME JOKES TO REFESH JBOSS USERS Good Jokes (A)

2006-07-21 Thread Fairoz Sharif
Adult Jokes Wife Upgrade Dear Tech Support, I am writing this letter as a last resort. Last year I upgraded from Girlfriend 7.0 to Wife 1.0 and noticed that the new program began unexpected child processing that took up a lot of space and valuable resources. No mention of this phenomenon was

[jboss-user] [Security JAAS/JBoss] - Re: In valve getRemoteUser value returned as NULL always

2006-07-21 Thread twittemb
hello ! thx for all your answers I have found a solution tom y problem ... it is certainely not the moste efficient but it works. I have created my own JBossSecurityMgrRealm (the server.xml file has to be updated) and i have adapted the hasRole() method. When no JBossGenricPrincipal can be

[jboss-user] [JBoss Portal] - how can i remove powered by jboss portal from my application

2006-07-21 Thread anurudh
how can i remove powered by jboss portal from my application displaying at the end. Thanks... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959887#3959887 Reply to the post :

RE : [jboss-user] DONT MIND SOME JOKES TO REFESH JBOSS USERS Good Jokes (A)

2006-07-21 Thread lezarmail-friend
Bonjour, T'en a d'autres aneckdotes de ce type? Cordialement. AkramFairoz Sharif [EMAIL PROTECTED] a écrit:Adult Jokes Wife Upgrade Dear Tech Support, I am writing this letter as a last resort. Last year I upgraded from Girlfriend 7.0 to Wife 1.0 and noticed that the new program

[jboss-user] [Security JAAS/JBoss] - Re: Strange interpetation of a CSS link inside login page

2006-07-21 Thread kuzmiigo
Hello, The reason is that CSS file is also secured (it cannot be sent to a client before logging in). Just put CSS to non-secured location. E.g., you can specify two different URL patterns with different security constraints in your web.xml. Best regards, Igor View the original post :

[jboss-user] [JBoss Portal] - Re: How do I change from session to request?

2006-07-21 Thread mwelch16
Very true and thanks for the tip. Inline would work better. You are definitely right; I was just testing things to make sure I could do all the same things in this environment that have helped me in previous environments. Your code example makes more sense. Thanks, Mark View the original

[jboss-user] [JBossCache] - Re: JBossCache with Hibernate Transaction

2006-07-21 Thread aashishvora
Just one more question, will JBossCache work if I configure with JTA but the Transaction Management suports only one-phase and does not support 2 Phase(XA) protocols. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959891#3959891 Reply to the post :

[jboss-user] [JBoss Portal] - JBoss Portal with struts bridge

2006-07-21 Thread sjbarde
Hi Group, This is my first post on the group! I am currently trying to develop a Jboss Portal Application using the struts Bridge. I was trying to search on the net for any information on Struts Bridge but was unable to execute succesfully on JBoss-4.0.3.sp1 . If anyone can provide me

[jboss-user] [JBoss Seam] - Re: Problem starting converstaion and setting state from HTT

2006-07-21 Thread c_eric_ray
I was using a url fragment and that is incorrect. You should use the filename of the view that contains the component in question. However, petemuir suggested an even cleaner solution (IMO) because it's contained in the code and alleviates the need for the xml file. Here's what I did instead

[jboss-user] [JBoss Portal] - Re: JBoss Portal with struts bridge

2006-07-21 Thread [EMAIL PROTECTED]
You didn't precise the version of the portal. For your information the Struts bridge is mostly a hack, it is more a trick to make *existing* applications work on a portal, and it has lot of troubles. For new portlet projects i would recommend to avoid Struts. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Common classes deployed in a .jar

2006-07-21 Thread adamw
Hello, I have a web application (deployed as a .war) and some common classes, which I would like to deploy separately - as a jar. But this does not work - and I suppose ClassLoaders are an issue, or rather my lack of understanding them. However, it's quite weird. If I deploy only the .war,

[jboss-user] [JBoss jBPM] - Re: Ability to choose from determined values

2006-07-21 Thread falazar
You need to deal with a Web Application which really has nothing to do with jBPM, it is something totally seperate. You will need some sort of java web app, the starter kit is currently using JSP technology (http://java.sun.com/products/jsp/) so you can take what is created there and expand

[jboss-user] [Installation, Configuration Deployment] - Re: Jboss Server: Status=No Host matches server name 192.168

2006-07-21 Thread PeterJ
Try adding a line for the IP address to your hosts file. Something like: 192.168.0.102 myhostname View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959905#3959905 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959905

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - JBoss 3.2.5: Logging out does not release session resources

2006-07-21 Thread lduperval
Hi, We have an application that is distributed across 4 EARs, which we will call A, B, C, and D. I have configure tomcat as follows: to enable single signon. The session logout is implemented in ear B. That is, all of the web pages in all of my applications contain a Logout button. When

[jboss-user] [JBoss jBPM] - Re: Ability to choose from determined values

2006-07-21 Thread kukeltje
My compliments James. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959906#3959906 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959906 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Problem Installing GPD Eclipse Plugin/Features

2006-07-21 Thread newbie007
I guess the difference between jbpm-gpd-feature and jbpm-gpd site is that if you install site, it will take care of updating if there is any new version of gpd out there. What is the relation between gpd 3.0.11 and jbpm 3.1.2? As long as the par file is correct, jbpm 3.1.2 should work fine.

[jboss-user] [JBoss jBPM] - Re: Ability to choose from determined values

2006-07-21 Thread ccelgun
kukeltje wrote : My compliments James. From me too..It was a great help..Thank you so much James for spending your time..I will work on it.. Thanks again... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959912#3959912 Reply to the post :

[jboss-user] [JBoss Seam] - Hibernate Validation / Page Scope -- allways new entity

2006-07-21 Thread mrwhite
Hi everybody, i got a strange data manipulation problem. I have a simple form i use for editing and inserting: | h:form | s:validateAll | div |h:outputLabel for=firstnameVorname: /h:outputLabel | /div | div |

[jboss-user] [JBoss Getting Started Documentation] - Additional Contexts for an application

2006-07-21 Thread pandral
Hi, we are currently evaluating Jboss for a new project but we cant find in the documentation howto create contexts without deploying applications. Can anyone point us in the right direction? thank you View the original post :

[jboss-user] [EJB 3.0] - Re: Problem with ArrayLists in SessionBeans and idle time

2006-07-21 Thread JXerXes
hi carlo, thanks for the link. do you have that problem with a pure ejb app or with a web app using seam? i posted it in the seam forum too and gavin told me to set the timeout of the session scoped SFSBs to a value above the session timeout. i used the jboss annotation @CacheConfig and it

[jboss-user] [Installation, Configuration Deployment] - Re: Difference between

2006-07-21 Thread [EMAIL PROTECTED]
default config should work too. Let us know if you run into a problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959917#3959917 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959917

[jboss-user] [JBossCache] - Re: JBossCacheIDE 1.0 Released

2006-07-21 Thread simontemple
Thanks for the replies. I took the latest source from CVS: cvsgrab -webInterface FishEye1_0 -url http://fisheye.jboss.com/viewrep/JBoss/jbosside/cache/plugins/ -destDir . Had a small problem because org.eclipse.ui.editors is missing from MANIFEST.MF Apart from that it works fine... Thanks

[jboss-user] [Installation, Configuration Deployment] - Re: Windows Explorer automatically pops up displaying C:\Pro

2006-07-21 Thread PeterJ
Eureka! The key is the statement that you installed to C:\Program. Up to now I assumed that some code was tripping over the space in Program Files and causing a wierd Explorer window to show. Anyway, I installed to c:\program, logged out and back in, and guess what appeared on my screen?

[jboss-user] [Installation, Configuration Deployment] - Re: Windows Explorer automatically pops up displaying C:\Pro

2006-07-21 Thread Markus.Wahl
thank you peter. excellent work! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959924#3959924 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959924 ___ jboss-user mailing list

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How Can I make decision on my buseness process

2006-07-21 Thread kukeltje
Look at the jBPM documentation, examples, testcases. lots of info in there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959925#3959925 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959925

  1   2   >