[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-03-13 Thread armita
Any idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929994#3929994 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929994 --- This SF.Net email is sponsored by x

[JBoss-user] [Security & JAAS/JBoss] - JIntegra problem when jboss is started as windows service

2006-03-13 Thread preddy
Hi I am using pegasus and JIntegra for merging and displaying images in IE. Both pegasus and JIntegra are working properly if I start JBoss4.0.2RC1 from command prompt. I have installed JBoss4.0.2RC1 as windows service using wrapper.exe. Now the problem is that I am not able to merge an

[JBoss-user] [Installation, Configuration & Deployment] - Re: commons-logging/log4j problem

2006-03-13 Thread Pi1
Hi, PeterJ. If you define your appeners in JBoss log4j configuration file, how do you separate logs among your apps. Do you specify ... so classes in package com.myapp1.* log with Appender1 and classes in com.myapp2.* log with Appender2? I can not do so, as my diffre

[JBoss-user] [Performance Tuning] - Re: How many users can jboss service at the same time?

2006-03-13 Thread rahulap
I have very similar query. I am using PIV 3 GHz with 2GB RAM on Windows 2000 SP4/XP SP2 machine with jboss 4.x installed. Client/s can send http post messages at a very high rate, say 500 requests/minute. If that is text message (say 100 characters) which is saved in inbuild HSQL database tab

[JBoss-user] [EJB 3.0] - ClassCastException looking up EJB3.0 SLSB

2006-03-13 Thread khooke
I'm getting this exception when looking up an EJB3.0 Stateless Session Bean: java.lang.ClassCastException: org.jnp.interfaces.NamingContext I'm using JBoss 4.0.4RC1. My SLSB is as simple as this: | @Stateless | public class AddressBookBean implements AddressBook { | | @PersistenceC

[JBoss-user] [JBossCache] - help,how cache EjbHome when hot-deploy

2006-03-13 Thread targei
To save the time for looking ejb local home or remote home from jndi server , I put it into a static Map in a class named ServiceLocator. It'll be working ok till I redepoy the ear. After hot-depoy the ear, the static map still exists, and contains the home object cache. When the code in ejb ge

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with JAAS login caching on Jboss 3.2.8SP1 w/Tomc

2006-03-13 Thread dfantham
Please Ignore this post and view the next one with the same name - this contains the stakc trace of the error - this posting is too big...sorry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929986#3929986 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with JAAS login caching on Jboss 3.2.8SP1 w/Tomc

2006-03-13 Thread dfantham
"dfantham" wrote : Please Ignore this post and view the next one - this contains the stakc trace of the error - this posting is too big...sorry I am having a very bad night - this posting contains the stack trace, and the previous posting is incorrect - I wish there was a way to edit posts a

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with JAAS login caching on Jboss 3.2.8SP1 w/Tomc

2006-03-13 Thread dfantham
Please Ignore this post and view the next one - this contains the stakc trace of the error - this posting is too big...sorry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929984#3929984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [Security & JAAS/JBoss] - Problem with JAAS login caching on Jboss 3.2.8SP1 w/Tomcat

2006-03-13 Thread dfantham
I am trying to upgrade from jboss 3.2.3 to Jboss 3.2.8SP1 and I am getting RMI authentication errors whenever the JAAS cache times out. See the following below for am example(using the TRACE log settings for JAAS): NOte: sorry about the length | 17:47:03,338 INFO [AuthTilesRequestP

[JBoss-user] [Microcontainer] - Re: JavassistReflectionFactory wondering

2006-03-13 Thread [EMAIL PROTECTED]
It has been fixed in cvs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929973#3929973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929973 --- This SF.Net email i

[JBoss-user] [JBoss Portal] - JBoss 4.0.2 +JBoss Portal- You cannot set autocommit during

2006-03-13 Thread andytsoy
Dear all, JBoss 4.0.2 + JBoss Portal + Oracle When I use JBoss Portal (localhost:8080/portal) to call my portlet to do some database access in my JAVA class, it will connect to Oracle database and run the statement ?connection.setAutoCommit(false)?( Because I may need rollback). When I call th

[JBoss-user] [JBoss Portal] - JBoss Portal Themes and Netscape

2006-03-13 Thread ThorntonD
Portal 2.2.1 Naphlanx theme isn't friendly to Netscape, all versions. Navigation tabs are split, several styles are not rendering properly. I didn't try out any of the other themes in Netscape. Danny View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929970

[JBoss-user] [JBoss Portal] - Re: Latest source from CVS

2006-03-13 Thread ThorntonD
I didn't add it to a project, I just added junit.jar to my CLASSPATH Windows environment variable. Junit.jar may be on the CLASSPATH for your NetBeans IDE but not on the CLASSPATH for your Eclipse IDE. Someone on the dev team should debug this on a Windows XP platform by performing a command

[JBoss-user] [JBoss jBPM] - Re: Querying VariableInstance Is Giving Me A Headache

2006-03-13 Thread julian_k
ok here is my final query. sorry for the multiple posts, but I made some changes at the last second: | select a.* from jbpm_variableinstance a, (select processinstance_ from | jbpm_variableinstance where name_ = 'XYZ' and stringvalue_ = '364834') subView, | jbpm_processinstance b

[JBoss-user] [EJB 3.0] - Re: Serialization error when migrating to 4.0.4 and EJB3 RC5

2006-03-13 Thread [EMAIL PROTECTED]
migrating from what to what? Did you read the installation docs? The client libs need to be patched if you are ugrading from SP1 RC3 to RC5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929967#3929967 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [EJB 3.0] - Serialization error when migrating to 4.0.4 and EJB3 RC5

2006-03-13 Thread markfrench
Hi, I have been tring to migrate code from a 4.0.3SP1 and EJB3 RC3 and each time I try to run my tests the following exception occurs: Caused by: java.io.InvalidClassException: javax.ejb.EJBException; local class incompatible: stream classdesc serialVersionUID = 2512003687642492863, local clas

[JBoss-user] [EJB 3.0] - Can not use PrimaryKeyJoinColumns

2006-03-13 Thread adver11
@ManyToOne @PrimaryKeyJoinColumns({ @PrimaryKeyJoinColumn(name="DESK_ZONE"), @PrimaryKeyJoinColumn(name="DESK_ID") }) private Chkin_desk CHKIN_DESK; show me:The annotation @PrimaryKeyJoinColumns is disallowed for this location Why? How to use it? View the original post : http://

[JBoss-user] [JBoss jBPM] - Re: Querying VariableInstance Is Giving Me A Headache

2006-03-13 Thread julian_k
ok I got it, I think...here is a query using a view and joins on the view and the processinstance table to get the processinstance that is not done with given variables...using the results I can do another query to get the tasks as needed: | select * from jbpm_variableinstance a, (select pr

[JBoss-user] [Clustering/JBoss] - FirstAvailable SLSB Load Balancing

2006-03-13 Thread littlefish
HI ALL! I got a problem on setting FirstAvailable SLSB Load Balancing. i used three server, two server deploy slsb jar, another deploy slsb client ear(servlet). i add the following code to jboss.xml: true org.jboss.ha.framework.interfaces.FirstAvailable

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Error when executing PetStore1.3.2 in JBoss 4.02

2006-03-13 Thread sjitesh
Hello All, I have found that the EL expressions in JSP are not getting evaluated in petstore. I have tried to excute standard-examples.war (JSTL tag lib example). And it is working fine. And the JSP translated java source looks like below in caseof standard-examples.war --

[JBoss-user] [JBoss jBPM] - Querying VariableInstance Is Giving Me A Headache

2006-03-13 Thread julian_k
What is the best way to select all task instances that belong to a given process instance with three assigned variables. More specifically, the three variables I would like to search by should have a given value and these variables were set when instantiating the process. I know how to conduct

[JBoss-user] [JBoss Seam] - Re: invalid schema name error

2006-03-13 Thread [EMAIL PROTECTED]
Change your persistence.xml to point to a MySQL datasource, instead of the default HSQLDB datasource. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929957#3929957 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929957

[JBoss-user] [Microcontainer] - Re: Future Architecture?

2006-03-13 Thread bkeh12
anonymous wrote : I would think a scripting framework based deployment would be more approriate (bsh, groovy, ...) anonymous wrote : It seems that with a set of "reasonable defaults", there wouldn't be a need for jar files, META-INF information, and xml files. I an sympathy with your views. s

[JBoss-user] [JBoss Seam] - invalid schema name error

2006-03-13 Thread max522over
I've generated my skeleton website and I can not find nor insert into the database. I'm using MySql. Here is a table that I'm using: CREATE TABLE HEALTHTRACKDB.WeanInformation( WeanInformationID VARCHAR (50), CalveMarketing VARCHAR(50), Estim

[JBoss-user] [JBoss Seam] - Re: Any idea about this error: Lorg/jboss/ejb3/embedded/EJB3

2006-03-13 Thread [EMAIL PROTECTED]
Yes, of course that is possible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929954#3929954 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929954 --- This SF.Net

[JBoss-user] [JBoss Seam] - Re: Any idea about this error: Lorg/jboss/ejb3/embedded/EJB3

2006-03-13 Thread [EMAIL PROTECTED]
Do you mean that you install the component in the seam.properties file instead of web.xml? That would be easier. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929952#3929952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JBoss Seam] - Re: Any idea about this error: Lorg/jboss/ejb3/embedded/EJB3

2006-03-13 Thread [EMAIL PROTECTED]
I installed the Embeddable EJB3 container (forgot to remove it from the web.xml file when I formed my Tomcat web.xml into the application server xml) Its a little confusing trying to maintain a web.xml for both the app server and (just) tomcat; trying to update both files whenever I add or remov

[JBoss-user] [JBoss Seam] - Re: Any idea about this error: Lorg/jboss/ejb3/embedded/EJB3

2006-03-13 Thread [EMAIL PROTECTED]
well, the usual way to install that component is by org.jboss.seam.core.init.componentClasses configuration property. Um, not totally sure, I never really understood all that "canonical class name" stuff. ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=392

[JBoss-user] [JBoss Seam] - Re: Any idea about this error: Lorg/jboss/ejb3/embedded/EJB3

2006-03-13 Thread [EMAIL PROTECTED]
Do you mean like it is being loading by a reference in the web.xml file? Why does it put an 'L' on the front of the class it can't find? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929949#3929949 Reply to the post : http://www.jboss.com/index.html?module=

[JBoss-user] [JBoss AOP] - Re: DynamicAOP not working with Examples

2006-03-13 Thread tpedone
After trying to get my own aspects to work, I went back to example and noticed that not all the interceptors are working when I re-deploy the jboss-aop.xml. In particular, ExampleSessionBean.getValue() and EarExampleServlet.service() are not intercepted even though they were when I first deploy

[JBoss-user] [JBoss Seam] - Re: Any idea about this error: Lorg/jboss/ejb3/embedded/EJB3

2006-03-13 Thread [EMAIL PROTECTED]
You installed the org.jboss.seam.core.ejb component when running in the appserver?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929947#3929947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929947

[JBoss-user] [JBoss Seam] - Any idea about this error: Lorg/jboss/ejb3/embedded/EJB3Stan

2006-03-13 Thread [EMAIL PROTECTED]
2006-03-13 16:59:03,375 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/varts]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener | java.lang.NoClassDefFoundError: Lorg/jboss/ejb3/embedded/EJB3StandaloneDeploy

[JBoss-user] [JBoss Portal] - Re: Error creating new directory on CMS

2006-03-13 Thread sitongia
The portal defaults to creating tables using an embedded Hypersonic database. You can switch to another database using the instructions in the documentation: http://docs.jboss.com/jbportal/v2.2/user-guide/en/html/installation.html#d0e558 There are other places in the documentation that databases

[JBoss-user] [News & Announcements] - JBossCache 1.3.0.Beta2 released

2006-03-13 Thread [EMAIL PROTECTED]
The 1.3.0.Beta2 release of JBossCache is available from sourceforge: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339&release_id=401350 Full release notes with compatibility notes and highlights are included in the release changelog. The summary for JBossCache-1.3.0.B

[JBoss-user] [Installation, Configuration & Deployment] - log4j problem with server.log.

2006-03-13 Thread ddevore
I have a problem with the server.log and getting output to not go to the server.log. I have looked at the wiki on logging and am trying to create an application.log and exception.log. I have setup the following. | | | | | | | | |

[JBoss-user] [JBossWS] - Re: Web Service URL

2006-03-13 Thread jiwils
Not sure about how that is created exactly, but it has a lot to do with the EAR and EJB JAR file names (possibly the WAR filename, if you are not using EJB-backed web services). If you added a jboss.xml deployment descriptor to your EJB JAR (and possibly jboss-web.xml to your WAR if you are usi

[JBoss-user] [JBoss Seam] - Re: problem deploying simple seam app

2006-03-13 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926197 Where is jboss-seam.jar (should be in the EAR). Are you sure you have added jboss-seam.jar to the manifests of the war and ejb jars? Try to reuse our build.xml, it works :-) View the original post : http://www.jboss.com/index.htm

[JBoss-user] [JBoss Seam] - Re: No Error messages when Session bean / Action not called

2006-03-13 Thread [EMAIL PROTECTED]
Turn off JDBC batch updates in Hibernate, and you will probably get a better exception from your JDBC driver. This is a Hibernate problem, not related to Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929937#3929937 Reply to the post : http://www.jbos

[JBoss-user] NoSuchObjectLocalException when migration from 3.2.3 to 4.0.3

2006-03-13 Thread murali vivekanandan
Hi,   We have a CMP application(MYSQL 4.1) which works fine in 3.2.3. But when I migrate it to Jboss 4.0.3 I getting the following exception:   jboss javax.ejb.NoSuchObjectLocalException: Entity not found: primaryKey={somekey}.   even though an entity with this key exists in database.   Any clues?

[JBoss-user] [JBoss Seam] - Re: Could not instantiate Seam component

2006-03-13 Thread [EMAIL PROTECTED]
"rezebric" wrote : "[EMAIL PROTECTED]" wrote : But why is this happening? And what we must do to solve it? | | This is a JBoss question, and nothing to do with Seam. (And no, I'm not the right guy to help with this stuff.) View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss Seam] - Re: h:commandLink and h:panelGroup

2006-03-13 Thread [EMAIL PROTECTED]
No, not really. We should WARN when multiple Seam components have the same name, however. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929934#3929934 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929934 --

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

2006-03-13 Thread [EMAIL PROTECTED]
Related: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927370 Another possibility could be that you have multiple SeamPhaseListeners, or no SeamPhaseListener in your application. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929932#3929932 Repl

[JBoss-user] [JBoss Seam] - Re: Can I use multiple faces-config.xml?

2006-03-13 Thread [EMAIL PROTECTED]
Related: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=79066 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929931#3929931 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929931

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

2006-03-13 Thread [EMAIL PROTECTED]
We've seen this NPE before, and understand it to be a classloading related issue. Roy got it while trying to run Seam from a portlet. Make sure you do *not* have the myfaces jars anywhere in your EAR. JBoss already has MyFaces built in. View the original post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss Seam] - Re: RessourceBundle for all Locals in APP-Scope

2006-03-13 Thread [EMAIL PROTECTED]
I committed that to CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929929#3929929 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929929 --- This SF.Net email is

[JBoss-user] [EJB 3.0] - ManyToMany biderectional

2006-03-13 Thread rberehoudougou
Hi, I am experiencing the now famous ManyToMany hiberante entity manager bug. I have read the many post on the forum and tried the alternative : using Set instead of collections, using Lazy Fetch type but none of that works for me. The problem is as follow : A product belongs to many Classes of

[JBoss-user] [JBoss Seam] - Re: Suggestions on Scope

2006-03-13 Thread [EMAIL PROTECTED]
Your CONTINUOUS_PAGE context is just an ordinary conversation with client-side state saving. YOUR STATIC_CONVERSATION context is just a conversation that never gets ended. I am -1 on both these things, they seem to complexify the model with very little added capability. View the original post

[JBoss-user] [EJB 3.0] - Primary Key(ID) Propagation into Objects

2006-03-13 Thread udaydustin
I have three objects and relationships: A->B->C. I could create a successful true one to one relation between A and B, below is the code for that Class A: @Id(generator="fk") @GenericGenerator(name="fk", strategy = "foreign", parameters={ @Parameter(name="property", value="

[JBoss-user] [EJB 3.0] - Re: Create table with ID as Auto increment

2006-03-13 Thread MrHighTech
On a side note, you might want to update your annotations. @Id(generatorType...) is not used anymore @Id and @GeneratedValue are the new annotations. have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=FromJBossEJB3.0RC3ToRC4PFD View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss Portal] - Re: New to portlets and portal

2006-03-13 Thread ilangocal
"balaji_t_ryan" wrote : Team, | | I am new to Portlets. I want to learn creating portlets and deploying the portlets. Please suggest me a good tutorials. | | I had created a post regarding this, but it is not showing up in the forum. Balaji Do you want to work with me? We can learn from

[JBoss-user] [JBoss Portal] - Re: Error creating new directory on CMS

2006-03-13 Thread ilangocal
"sitongia" wrote : Same is happening to me, with PostgresQL 8.0 and Portal 2.4 (CVS). | | I've been playing with different types of generator classes in the HBM file WSPProp.hbm.xml, to no avail. I'm guessing that the tables in the database are generated from the HBM, but the changes I mak

[JBoss-user] [Installation, Configuration & Deployment] - NoClassDefFoundError: org/jboss/web/tomcat/tc5/session/Field

2006-03-13 Thread samfra
java.lang.NoClassDefFoundError: org/jboss/web/tomcat/tc5/session/FieldBasedClusteredSession Hello, when my *.war files are deployed with RC1 4.0.4, I got a NoClassDefFoundError Exception ! Why ? what do I miss ? java.lang.NoClassDefFoundError: org/jboss/web/tomcat/tc5/session/FieldBasedClus

[JBoss-user] [JBoss Portal] - Re: prerequisites for building the Image Gallery Portlet

2006-03-13 Thread ilangocal
I answered my own question. I find that CMS is within JBoss Portal. I deployed Image Gallery Portlet without any problekm thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929919#3929919 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [EJB/JBoss] - configure session bean

2006-03-13 Thread zokho
i want to generate 5000 integer number in client and set them in session bean in the server whithin a second i thought i can do that by multithreading and i already generate them by multithreading and try to set them in the session bean but threre is no different in the time when i generate and

[JBoss-user] [Installation, Configuration & Deployment] - Getting ERROR [UDP] exception=java.io.IOException on SuSe li

2006-03-13 Thread objectinc
Hi, I dicovered a strange behaviour of jboss on SuSe linux 9.2. All I did was extracting the jboss to the desired folder and start the run.sh. But the startup doesnt went fine. During startup I get the following message, more times than I'm able to count ;-): 22:52:47,448 ERROR [UDP] exception=j

[JBoss-user] [EJB 3.0] - Re: Create table with ID as Auto increment

2006-03-13 Thread mdeterman
You need to set the correct hibernate dialect in your persistence.xml file | | is what you need. by default it is not MySQL. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929916#3929916 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [EJB 3.0] - Enity Bean Mapping

2006-03-13 Thread mdeterman
What i need to do is get one value from another enity for use and I don't need the whole object just one value | public class Object1 implements Serializable { |pirvate Integer id; |private String name; | |public Integer getId() {return id;} | |@Id |public vo

[JBoss-user] [JBoss jBPM] - Re: JBoss jBPM tutorial HelloTest.java doesn't passes the te

2006-03-13 Thread kukeltje
post the actionhandler here and the process please. This is to little information to give you a definitive answer. Most likely you configured a variable in the process to be passed to the actionhandler without adding it as a field or setter to the actionhandler. Ronald View the original post :

[JBoss-user] [EJB 3.0] - Re: problem with @EJB notation

2006-03-13 Thread jelda
@EJB(beanName="CurrencyServiceSessionBean") protected ContractService contractService should work.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929911#3929911 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929911

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Error 404: The requested source (/fibo) is not available

2006-03-13 Thread cypher
sgv, docroot was included in the packaging configurations. The only thing missing is FiboEJB-client.jar, i didnt include that because in the tutorial it says to skip that section all together if your using Jboss 4.0x or higher.. I am not sure what the problem is with FiboApp.ear View the ori

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBOSS DOM4j XPATH does it work ? need assistance

2006-03-13 Thread samfra
I renamed my dom4j.jar to dom4j.jar and jaxen...jar to jaxen.jar and put them both into jboss/lib it works fine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929907#3929907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [Installation, Configuration & Deployment] - Re: ear file deployment sequence

2006-03-13 Thread samfra
YES there is a way. Look into jboss/deploy/conf/jboss-service.xml | ... | org.jboss.deployment.DeploymentSorter | ... | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929906#3929906 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [Beginners Corner] - Re: Jboss+Oracle

2006-03-13 Thread genman
I mean ojdbc14.jar ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929904#3929904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929904 --- This SF.Net email is s

[JBoss-user] [Beginners Corner] - Re: Jboss+Oracle

2006-03-13 Thread genman
It looks like the wrong driver version for your JVM. Try odbc14.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929903#3929903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929903 ---

[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-03-13 Thread armita
We need a model of conversation to handle various modules in the application and also nested modules. When entering a submodule I want the user can access the parent modules menu ( to avoid the back button ) in the same page when he was working with the child module. There could be anu level of

[JBoss-user] [JBossCache] - Re: Refactor jbosscache to provide an interface for transpor

2006-03-13 Thread [EMAIL PROTECTED]
Hi Nick. There hasn't been much interest in such a feature (http://jira.jboss.com/jira/browse/JBCACHE-311), and as such, I'm not very keen on increasing prio on this one. It would be a ncie to have, but at the moment a lot of the internal code relies on JGroups. The channel is one example, bu

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Container Cached Entity Beans

2006-03-13 Thread snackerOne
It looks like this may help, but it will affect all BMP entity beans: http://wiki.jboss.org/wiki/Wiki.jsp?page=CMPCaching View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929877#3929877 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [JBossWS] - Re: JBoss404CR2 not generating xsi:nil values anymore

2006-03-13 Thread lafr
I encountered the same problem here, using gsoap 2.7.6e for building the client app and the currenct cvs scheckout for JBoss 4.0.4.CR2. Most elements in the wsdl file are marked as nillable=true. The wsdl and the mapping file is generated with wscompile 1.6. The c++ variables are not set (==NULL)

[JBoss-user] [Installation, Configuration & Deployment] - Can JBoss AS run as non-root user in AIX?

2006-03-13 Thread orphyorphy
I did some searches in the Forums and look at a bunch of threads in the IC&D Forum but I couldn't find the answer to the question. I have no problem running it as root but I want to do it as a non-root user. Does anyone know? My env: - AIX 5.3 - JBoss 4.0.3 SP1[/img] View the original post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: jbossj2ee-src.zip does not contain insert.sql script

2006-03-13 Thread rakehell
Nevermind. I was using Update 7 instead of Update 2. BTW, you can still use Update 7 if you copy the example/bank/sql from Update 2 to the corresponding dir in your Update 7 install. BTW, this is the shoddiest "Getting Started" documentation I have ever encountered. It's full of errors and omis

[JBoss-user] [JBoss Getting Started Documentation] - New User please Help: Applet in Webconsole not Running

2006-03-13 Thread nemo40
After installing Jboss and running http://localhost:8080/web-console/ the applet on the left side doesn't start with java.lang.NoClassDefFoundError: org/jboss/util/stream/IMarshalledValue at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(Un

[JBoss-user] [EJB 3.0] - Create table with ID as Auto increment

2006-03-13 Thread jinm
Hi All, I'm trying to create an entity bean with an ID that auto increments on MySQL. My ID lookes like this @Id(generate = GeneratorType.AUTO) public int getId() { return id; } public void setId(int id) { this.id = id; } And eve

[JBoss-user] [JBoss Portal] - Re: what is the best IDE to develop portlets?

2006-03-13 Thread ilangocal
"masternet" wrote : what is the best IDE to develop portlets? | | I use Eclipse, (run packaging with Jboss IDE Eclipse) Pray, could you explain how you use Eclipse to develop portlets. I am very curious and interested to know. thanks View the original post : http://www.jboss.com/index.h

[JBoss-user] [Messaging, JMS & JBossMQ] - How to request the queue one by one from receiver?

2006-03-13 Thread chwang
Hi Folks, When I start QueueConection in the receiver, it got all messages from queue through MessageLsitener. I wonder if there is any way to control by the request, for example. The receiver sent a request to ask one message, after queue get the request then send one to the receiver. Than

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: No @GeneratedValue in 1.5.1GA?

2006-03-13 Thread renan_polo
Well, I somehow installed JB4.0.3SP1 instead of JB4.0.4RC1, which comes with the latest EJB3 "version". That resolved the problem. Thanks, Renan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929895#3929895 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [Security & JAAS/JBoss] - Getting rid of the j_security_check login page

2006-03-13 Thread treespace
We are using JAAS with form based login and j_security_check on our web application. We want users to login from the home page rather have them be intercepted when attempting to access a protected resource. We cannot put the j_security_check form on our home page because it appears it will only

[JBoss-user] [JBoss Portal] - prerequisites for building the Image Gallery Portlet

2006-03-13 Thread ilangocal
Hi I would like to know what are the prerequisites for building this portlet. >From the Readme file I find that there is a mention of a CMS. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929850#3929850 Reply to the post : http://www.jboss.com/index.

[JBoss-user] [JBoss jBPM] - Re: How to deploy own process

2006-03-13 Thread Dieterke
Hey, I found out together with somebody else why my process wouldn't deploy. Apparently there was still a small error in my process definition. However, may I suggest the developers to add more and better information to the Error message in Eclipse. We had to look at the running start.bat to fi

[JBoss-user] [Microcontainer] - Re: Future Architecture?

2006-03-13 Thread Charlie Kelly
If the deployment does become available, I suspect that it will be very popular. It might establish a new development work-flow pattern. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929881#3929881 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss Seam] - Re: No Error messages when Session bean / Action not called

2006-03-13 Thread kryptontri
ok i got the action being called, although i have made progress i am unable to update an entity's relationship, looking again at the examples. | 20:26:19,893 INFO [STDOUT] *** | 20:26:19,893 INFO [STDOUT] Creating new profile - [EMAIL PROTECTED] | 20:26:19,933

[JBoss-user] [JBoss Getting Started Documentation] - Re: jbossj2ee-src.zip does not contain insert.sql script

2006-03-13 Thread rakehell
Just to keep the record straight: I work for BEA and my opinions in no way reflects the opinions of my employer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929882#3929882 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBoss Portal] - Re: what is the best IDE to develop portlets?

2006-03-13 Thread ilangocal
I am a little confused by the term 'portlet framework'. I am a newbie to portlet and I beg to be excused for my naivette. In order to build Portlets, are we talking of a Framework (for example, Struts or Webwork). I associate with these Frameworks especially because i have worked with them in t

[JBoss-user] [JBoss Portal] - Re: what is the best IDE to develop portlets?

2006-03-13 Thread vmarco
In addition to JSF, you can also use Tapestry 4.0 to effectively build portlets. This provides the same benefits as JSF, in terms of deploying a project both as a web application and as a portlet. One benefit of Tapestry is its non-JSP view structure. This can also be achieved with JSF by usi

[JBoss-user] [JBoss Eclipse IDE (users)] - Trouble creating JBoss 3.2.x debug configuration under 3.2M5

2006-03-13 Thread pwilt
I get the following error when attempting to configure a JBoss 3.2.x server under Eclipse 3.2M5 + JBoss 1.5.1GA: Any ideas why? java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang

[JBoss-user] [Installation, Configuration & Deployment] - JBoss 4.0.3SP1 Upgrade and Struts html:base problem

2006-03-13 Thread erwinrm
I've upgraded our dev JBoss installation from 3.2.3 to 4.0.3SP1. One of the struts application is having a problem finding the CSS file, which is located in the jsp directory. It looks like the struts tag is resolving differently between the 2 versions of JBoss. On the app's web.xml, the wel

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Specifying Database Schema

2006-03-13 Thread pdog4x4
Nevermind, As a side note, I have smacked myself and yelled: RTFM, or at least, RTFFYI. Anyhow, if anyone else gets stuck doing this, I've figured out that you can specify SQL statements to be run upon valid connection. Therefore, modifying my orace-ds.xml by looking at the WIKI where it stat

[JBoss-user] [JBossWS] - Re: anyone know the Username and Password for accessing the

2006-03-13 Thread zoolai
Folks, thanks for the replies to this issue. I was able to get the SSL EJB endpoint to work by storing the generated .wsdl file at a separate url (a regular HTTP url) and accessing it from there in order to create my Service object. In this way, I avoided the realm authentication problems. Then

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Specifying Database Schema

2006-03-13 Thread pdog4x4
Hey guys, I am running JBoss 4.0.3SP1 utilizing a poorly clustered Oracle database. I have run into a problem where the user that logs into the database must use a different database schema than the default one. How can I specify what database schema to use? By default, if I use the user: db

[JBoss-user] [Installation, Configuration & Deployment] - JBoss 4.0.3SP1 Upgrade and Struts html:base problem

2006-03-13 Thread erwinrm
I've upgraded our dev JBoss installation from 3.2.3 to 4.0.3SP1. One of the struts application is having a problem finding the CSS file, which is located in the jsp directory. It looks like the struts tag is resolving differently between the 2 versions of JBoss. On the app's web.xml, the wel

[JBoss-user] [JBoss jBPM] - Re: How do I retrieve Tasks for all Actors?

2006-03-13 Thread mikeodell77
Thanks for the replies. That is exactly what I have done. I have a page that displays the information I was looking for. I just wanted to make sure I hadn't missed anything before I did that. Thanks for the replies. If I get the time to properly extend jBPM to do this I will certainly submi

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Fibo tutorial

2006-03-13 Thread sgv
I have fixed it - XDoclet configurations. Had an extra / in the **/*Servlet . . Regard, sgv View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929861#3929861 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929861 --

[JBoss-user] [EJB 3.0] - Re: Problem with jndi lookups for a local bean with interfac

2006-03-13 Thread MrHighTech
As a further precision, the lookup I am trying to do is within a stateless bean that is accessed remotely. client > access bean (remote) -> DAO (local) Would that change anything ? BTW, I DO see the CustomerDAO bean deployed with (local) in the JNDI bound beans list. Thanks! View th

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Error 404: The requested source (/fibo) is not available

2006-03-13 Thread sgv
cypher, In the "Packaging Configurations" you missed the folder Tutorial/doc-root. That should fix it hopefully :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929863#3929863 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Messaging, JMS & JBossMQ] - Hoe to handle out of memory issue?

2006-03-13 Thread chwang
Hi, Folks, I sent tons of message to queue to check max messages the queue can hold. Finally I got out of memory error when Queue depth acheived 500. I wonder how to deal with this kind of issue. because I may have more than 500 clients send the message to the queue. Thank you! Chwang Vie

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

2006-03-13 Thread msell
Just as an additional comment, check out my topic that seems to be related: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=76709 My test case is using Apache AXIS, using "WSDL2Java" to create a client stub from a simple webservice that accepts a string and returns that same string. Wh

[JBoss-user] [Microcontainer] - Re: Future Architecture?

2006-03-13 Thread [EMAIL PROTECTED]
Since the ever timeframe leaves anything as a possibility, I can guarentee at some time this will be supportable. Whether a single class file is a meaningful deployment unit is a question that will set the priority of such a deployment. I would think a scripting framework based deployment would

[JBoss-user] [JBossWS] - Re: JBossWS performance

2006-03-13 Thread msell
The anecdotal evidence I have read indicates that generally speaking Document/Literal has a lower overhead compared to RPC/Encoded. Naturally, only controlled testing can provide you with your answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929864#392

[JBoss-user] [JBossWS] - Re: anyone know the Username and Password for accessing the

2006-03-13 Thread zoolai
By the way, the realm credentials I mentioned above have nothing to do with the SSL keystore information - these credentials have to be defined in the EJB config files (in \server\xxx\conf\props\*.properties) and directly in the bean's xdoclet code: e.g. @ejb.security-role-ref

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: FiboEJB-client.jar and FiboWeb.war steps 9.2 and 9.3 in

2006-03-13 Thread sgv
I have fixed it - XDoclet configurations. Had an extra / in the **/*Servlet . . Regard, sgv View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929859#3929859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929859 --

  1   2   3   >