[JBoss-user] [JBoss jBPM] - install or setting jbpm core engine use resin or other web s

2006-05-31 Thread ggtop
Hi.. Our Web server is Jeus. and we've tested jbpm with resin web server. we use jbpm-starters-kit-3.1 and deploy it. and output file was jbpm.war, jms dir, jmx-console.war dir, jbpm.sar dir, jbossweb-tomcat55.sar dir . when we use resin , we do located jbpm.war file in webapps dir in r

[JBoss-user] [JBoss Seam] - Re: Configuring SEAM test with junit

2006-05-31 Thread Newlukai
Hi there, I've got the same problem. I want to test my Seam application with JUnit 4.1 and JBoss Eclipse IDE 1.6. I've a little test class that needs an EntityManager: public class LoginActionTest { | private static EntityManagerFactory emf; | private EntityManager em; | privat

[JBoss-user] [EJB 3.0] - Re: Configuring SEAM test with junit

2006-05-31 Thread Newlukai
Hi there, I've got the same problem. I want to test my Seam application with JUnit 4.1 and JBoss Eclipse IDE 1.6. I've a little test class that needs an EntityManager: public class LoginActionTest { | private static EntityManagerFactory emf; | private EntityManager em; | privat

[JBoss-user] [EJB/JBoss] - Exeption occured when I call ejb's finder method

2006-05-31 Thread webcat
java.lang.IllegalStateException: createBeanClassInstanceCommand == null at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.createBeanClassInstan ce(JDBCStoreManager.java:560) at org.jboss.ejb.plugins.CMPPersistenceManager.createBeanClassInstance(C MPPersistenceManager.java:124)

[JBoss-user] [JBossWS] - java.lang.ArrayIndexOutOfBoundsException / NullPointerExcept

2006-05-31 Thread stone_42
Hi there, I was trying to throw an Exception with an array property from a SLSB with a web services endpoint. At first, here my exception code: public class ValidationException extends Exception { | private ValidationProblem[] validationProblems; | | public ValidationException

[JBoss-user] [JBoss Seam] - Re: @DataModel with Tomahawk with JBoss AS 4.0.4 and Seam 1.

2006-05-31 Thread Newlukai
And what's with the original post? Should I remove all @DataModel anntotation s (and then remove @DataModelSelection and @DataModelSelectionIndex as well?)? Or is there another workaround, is it a bug or did I make a mistake? View the original post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [JBoss Seam] - Re: @DataModel with Tomahawk with JBoss AS 4.0.4 and Seam 1.

2006-05-31 Thread gengar
"[EMAIL PROTECTED]" wrote : That is not the same error as the original post. | | And yes, it lookes like you have multiple phase listeners. Check your JSF startup log. Ok, I tried some other things. I thougt that multiple jar's are the cause for the problem, but my actions have no effects.

[JBoss-user] [JBossWS] - declaring a method that throws Exceptions

2006-05-31 Thread emailmsgbox
I have a class : MyApplicationExceptionBase extends Exception that I use in my code , In the EJB3 stateless remote interface I have declared | public MyData getData(int key, String user) throws MyApplicationExceptionBase ... | | | And in the Stateless implementation class I have decl

[JBoss-user] [JBoss Seam] - Re: jbossIDE1.6GA and seam CRUD

2006-05-31 Thread [EMAIL PROTECTED]
*please* put these in hibernate tools jira as patches! thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948271#3948271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948271 ---

[JBoss-user] [JBoss Seam] - Re: Good combination - Reverse Engineering

2006-05-31 Thread [EMAIL PROTECTED]
jboss ide 1.6.0.GA contains hibernate 3.1.0.beta5a which should be more than enough to work ;) but note that the seam templates are still waiting for updates from the Seam team to be aligned with the latest/greatest Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[JBoss-user] [Management, JMX/JBoss] - Monitoring Active HTTP Sessions

2006-05-31 Thread frappee
Does anyone know a JMX bean/attribute to get the number of active http sessions? I've had quite a look through the tree but can't seem to find anything. The best thing i can come up with is the tomcat status page, which only shows the current requests. Thanks, Andrew View the original post : h

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

2006-05-31 Thread [EMAIL PROTECTED]
the tables just takes a looong time to fetch with oracle ;( Workaround: set default schema in your config and it will only fetch for your schema. note: you don't need the database node for any functionallity besides "browsing", everything else should work just fine. View the original post : h

[JBoss-user] [JBoss jBPM] - Re: Conditional fork

2006-05-31 Thread icyjamie
We do it also like this: a decision before each subpath of execution which moves directly to the join if the condition is not met. A custom fork... ah... ye... several times mentioned in the forum. Maybe it is time to have a "standard" jBpm fork that does this trick :-), or to have guar

[JBoss-user] [JBoss jBPM] - Re: [jBPM][3.1.1] Transition with condition in decision

2006-05-31 Thread icyjamie
Yeah, also had a hard time debugging why conditions did not work. Now it is on our tips and tricks for jBpm wiki: DON'T FORGET TO NAME THAT TRANSITION :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948265#3948265 Reply to the post : http://www.jboss.co

[JBoss-user] [JBoss Seam] - Re: jbossIDE1.6GA and seam CRUD

2006-05-31 Thread deianb
There are issues with the composite keys and two of the templates. 1. In find.jsp.ftl you should check if typeName is not null. Here is the updated <#foreach> section: <#foreach field in pojo.getAllPropertiesIterator()><#if !c2h.isCollection(field) && !c2h.isManyToOne(field)> <#if f

[JBoss-user] [EJB/JBoss] - Re: please help me: createBeanClassInstanceCommand == null

2006-05-31 Thread webcat
jboss4.03, ejb2.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948263#3948263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948263 --- All the advantages of Linu

[JBoss-user] [EJB/JBoss] - please help me: createBeanClassInstanceCommand == null

2006-05-31 Thread webcat
user = userHome.findByNameAndPassword(name, password); 11:20:18,174 ERROR [LogInterceptor] TransactionRolledbackLocalException in metho d: public abstract com.sea.acct.security.ejb.User com.sea.acct.security.ejb.User Home.findByNameAndPassword(java.lang.String,java.lang.String) throws javax.

[JBoss-user] [EJB 3.0] - Re: Updating instead of deleting

2006-05-31 Thread epbernard
bulk operations are not supposed to handle associations View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948261#3948261 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948261 -

[JBoss-user] [EJB 3.0] - Re: @NamedQueries Question

2006-05-31 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/EJBTHREE-607 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948260#3948260 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948260 --

[JBoss-user] [EJB 3.0] - Re: ejb3 and administration console

2006-05-31 Thread epbernard
I don't really understand the tone you use when you actually are asking for help. Do you want people to pass on? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948259#3948259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [EJB 3.0] - Re: Dependencies between ejb-jar's

2006-05-31 Thread epbernard
entities associated with each other must be in the same persistence unit View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948258#3948258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948258

[JBoss-user] [EJB 3.0] - Re: @NamedQueries Question

2006-05-31 Thread [EMAIL PROTECTED]
Of course I can't defined more than one NamedQuery without NamedQueries. Also, I couldn't use NamedQuery for any query without parameters. And using NamedQueries arrays is also not working for me. Maybe I didn't understand the contract. But if I'm doing this correctly there is some bug around t

[JBoss-user] [EJB 3.0] - @NamedQueries Question

2006-05-31 Thread [EMAIL PROTECTED]
What am I doing wrong here? @javax.persistence.NamedQueries( | { | @javax.persistence.NamedQuery(name="selectAllWorkOrders",query="select a from WorkOrder"), | @javax.persistence.NamedQuery(name="selectWorkOrder",query="select a from Wo

[JBoss-user] [EJB 3.0] - Re: Plain DAO's and @PersitenceContext

2006-05-31 Thread epbernard
Would you explain to me why an internal JNDI lookup is not lightweight? This is basically a hashmap lookup. I stand on my position, use a SB to implement your DAOs On a design pattern, you have a motivation section (and sometime a context section), apply DP only if the motivation and context mat

[JBoss-user] [JBoss Portal] - Re: Forum portlet error

2006-05-31 Thread rutfield
Thanks for the reply. I had been using forum code from 2.2.1 with the Alpha release of 2.4. Instead, per your suggestion, I took the latest from head. The portal builds and deploys fine; however, building the forums gives the errors below. I can take care of the test ones, but am not sure where

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - An exception or error occurred in the container during the r

2006-05-31 Thread shileiofchina
when I use apache and mod_jk for load balancer,I met the following problem . I don't know why it happend .maybe the configration file isn't correct .I don't know . the log is : anonymous wrote : 2006-05-31 17:45:50,155 ERROR [org.apache.catalina.connector.CoyoteAdapter] An exception or

[JBoss-user] [JBoss jBPM] - Re: how can i apply your jbpm with tomcat web server..

2006-05-31 Thread ggtop
thanks for reply .. i like to know how to repackage of the war. many times i tried to but everytime it occured same error message. please tell me more detail. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948251#3948251 Reply to the post : http://www.jboss.

[JBoss-user] [JBoss jBPM] - JBPM3.11 can not work with hibernate3.05!

2006-05-31 Thread phoenix520
when I use hibernate3.05 work with jbpm3.11,the websale can not start,then I use the latest hibernate version,it can run well,I know that maybe i should modify somewhere then rebuild jbpm,however,maybe you can give some property can set by us,if we use hibernate3,we can set something to let jbpm

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: How to do code generation?

2006-05-31 Thread jboss2win
but actually I included everything(tables, columns) in the reveng.xml! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948248#3948248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948248 --

[JBoss-user] [JBoss Getting Started Documentation] - Target'wstools' does not exist in this project

2006-05-31 Thread rvan1
Hi everybody! I'm going through the JBoss quick start, and made it to Chap 5 Web Services. I try to run the 'wstools' target to generate the web services deployment descriptors, but the build fails. Target 'ws' runs the 'wstool' target which has a 'wstools' taskdef, but running these other ta

[JBoss-user] [JBoss Messaging] - Re: Security Exception

2006-05-31 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBMESSAGING-405 Clebert is taking a look at it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948245#3948245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948245 --

[JBoss-user] [JBoss Seam] - Good combination - Reverse Engineering

2006-05-31 Thread postdev
Hi, Would anyone know of a good nightly builds combination of Jboss IDE for Seam Reverse Engineering to work, I still get the error mentioned in other posts(java.lang.IllegalArgumentException: no property for configuration setting: entityManager.jndiName) and haven't figured out how to set it u

[JBoss-user] [JBoss AOP] - Re: JBoss 1.5.0.GA released

2006-05-31 Thread yarrumretep
Kabir, How can one get ahold of the Eclipse AOP plugin with the 1.5GA release of the JBossAOP packages? Can one build it from source somehow if it's not available? Thanks! Cheers, pete View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948244#3948244 Reply t

[JBoss-user] [JBossWS] - Why I need jboss-web.xml to make security works?

2006-05-31 Thread javerog
Hi there. I'm getting involved with the web services security >From the wiki I use a simple security configuration example, and deployed my >web service. Just to be sure that it works, I ran a client with no security configuration, expecting to get an exception, but surprisingly this didn't ha

[JBoss-user] [JBoss jBPM] - Re: Can't persist messages to JMS_MESSAGES. Now javax.jms.JM

2006-05-31 Thread [EMAIL PROTECTED]
Bertrand, >From the description in the JBoss AS guide, section 6.2, the message cache >holds messages in memory until space usage passes defined limits. At that >time, the cache starts persisting messages. I guess this explains the behavior >you are experiencing. Regarding the use of queues, h

[JBoss-user] [JBoss Portal] - Re: Forum portlet error

2006-05-31 Thread unibrew
Hello Could you tell me what version of Forums and from where downloaded you are trying to deploy? Did you try using CVS repository sources? Ryszard Kozmik JBoss Forums Lead View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948234#3

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Can't configure an MDB to a remote destination

2006-05-31 Thread rob.hadfield
Hi obn, In my configuration my ejb jar file looks like this: com/mycompany/mypackage/mbdclassfile.class meta-inf/ejb-jar.xml meta-inf/jboss.xml jms-ds.xml is in your JBossHome/server/*configuration*/deploy/jms It sounds like you have another MDB (MDBExample) listening to the same queue...

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Can't configure an MDB to a remote destination

2006-05-31 Thread rob.hadfield
Thanks jaikiran, I solved the problem although I'm not happy about it! In my jms-ds.xml I had specified: java:/XAConnectionFactory which is how the DefaultJMSProvider is configured. When I changed this to XAConnectionFactory as in your post, it magically works! So I don't understand why the

[JBoss-user] [JBossWS] - Re: Cannot obtain java type mapping for: {http://org.mazurek

2006-05-31 Thread lewisd
I'm having this same problem. I don't understand why a jaxrpc-mapping.xml would be necessary for this, if I'm using JSR-181 annotations. I don't have any other configuration files, it's all in annotations. If I comment out all the remote-methods that have JavaBeans as return types or parameter

[JBoss-user] [JBoss Getting Started Documentation] - Re: java.lang.UnsupportedClassVersionError: on build

2006-05-31 Thread [EMAIL PROTECTED]
Can you be specific which version of the documentation you are referring to? It is entirely possible that the examples were compiled with Java 5 and are incompatible with Java 1.4. If that's the case, we need to update the examples. A workaround is to install Java 5 - you really should be usi

[JBoss-user] [JBoss Messaging] - Re: ejb3mdb example

2006-05-31 Thread [EMAIL PROTECTED]
The example's documentation clearly warns about this kind of occurrences: anonymous wrote : Note: The current example was tested with JBoss EJB 3.0 RC5 - PFD but more recent EJB3 versions are liable to introduce API changes that may break the example. If this is the case, please modify the examp

[JBoss-user] [JBoss Portal] - Re: Page disappear after som time

2006-05-31 Thread patrickdalla
OK. I ll try. Today the same error occured but because a different cause. I was using jmeter to simulate 150 simultaneous access to portal. The max-pool-size of portal-ds.xml was in 20. Almost all requests were unsuccessfull returning an error indicating that the timeout to acquire the connect

[JBoss-user] [JBoss Portal] - Re: Page disappear after som time

2006-05-31 Thread conkan
Here is what I could suggest: What is your portal version? Is it portal 2.2 or portal 2.2.1, or another version of 2.2? If you made no changes, then compare the change log for your version of 2.2, and the latest version, and try doing a diff between your portal and the portal that was originally

[JBoss-user] [EJB 3.0] - Re: bean to bean connection

2006-05-31 Thread pbod
The JBoss instances are two independent instances. Is there any other thing that could be wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948228#3948228 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948228 ---

[JBoss-user] [Clustering/JBoss] - Re: Yed clustering setup

2006-05-31 Thread davewebb
That is my problem exactly. Thanks for the closure. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948227#3948227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948227

[JBoss-user] [JBossWS] - Re: ProxyContext is not visible from class loader

2006-05-31 Thread dchon
I'm also experiencing the exact same thing. I haven't figured it out yet but I'm working on it. It's driving me up the wall. I'm using JBossWS tools 1.0 to generate my all my deployment artifacts (wsdl file, jaxrpc-mapping file, etc). I'm using a document/literal wrapped type wsdl configurat

[JBoss-user] [JBoss Portal] - Re: PortalDS Modification

2006-05-31 Thread conkan
Just curious... What is the stack trace that the server reported? What did the server log about this portal crash? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948225#3948225 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Security & JAAS/JBoss] - Re: Am I missing a trick?

2006-05-31 Thread pander
Hi guys, I don't think this is the intended TRACE that anil wanted me to setup, but it may be useful in trying to diagnose the problem... Here is a section of the server.log from the login form, a successful login and then a redirect to index.jsp (my landing page once logged in). anonymous wro

[JBoss-user] [Clustering/JBoss] - Re: Yed clustering setup

2006-05-31 Thread [EMAIL PROTECTED]
David, Perhaps http://wiki.jboss.org/wiki/Wiki.jsp?page=PromiscuousTraffic is the explanation for your cluster separation issue. gohip, Hijacking a thread with a question that is off-topic to the forum is normally not the best way to get an answer. But... in general the -b switch only contro

[JBoss-user] [JBoss Portal] - PortalDS Modification

2006-05-31 Thread patrickdalla
Hi, I changed the portal-postgresql-ds.xml to increase the max-pool-size and the portal crashed. why? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948217#3948217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394821

[JBoss-user] [JBoss Portal] - Re: Page disappear after som time

2006-05-31 Thread patrickdalla
Still hapenning. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948216#3948216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948216 --- All the advantages of Linu

[JBoss-user] [EJB 3.0] - Re: Embeddable EJB3 with Maven2?

2006-05-31 Thread telegraph.road
I still have some problems... now, with EmbeddableEJB3TestCase, my embeddable jboss can see the various files, and start correctly the various ejbs. But it hangs when I run the sample junit test (that was originally provided by the embedded-jboss tutorial)... I uploaded the resulting zip here: h

[JBoss-user] [Security & JAAS/JBoss] - Re: Am I missing a trick?

2006-05-31 Thread pander
Guys, This is starting to drive me crazy now, big time! (j2ee_junkie) - YES, I NEED A WAY TO ACCESS THE USERNAME AND PASSWORD AFTER A USER HAS SUCCESSFULLY LOGGED IN !! Here's the state of play I now have both the ExtendedFormAuthenticator and the FormAuthValve defined in my apps context.x

[JBoss-user] [JBossWS] - Re: JBossWS not thread safe

2006-05-31 Thread CBax007
To the best of my knowledge, the GA release has fixed the issue. I have conducted some testing, albeit not 100% thorough yet, but enough to prove the earlier problems are no longer present. I actually ran my test case against 4.0.4.GA to see that it worked, and it did. I then brought up a 4.0

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

2006-05-31 Thread comendolixo
"svoezemtsev" wrote : Today I installed the lates version of Eclipse with JBOSS IDE (JBossIDE-1.5.1.GA-Bundle-win32.zip) | and tryed to make reverse engineering. | I use Oracle9 database. | | I did not get any errors but in "Hibernate configuration" view I do not see any table. Why? |

[JBoss-user] [EJB 3.0] - Re: Newbie needs advice on Lazy collections

2006-05-31 Thread echon
if you know your use-cases lazy-loading is not a big problem. If you know exactly what to load use a facade with where the business methods load what you want. Inside the BM use the EJB QueryLanguage like from User u left join fetch u.companys as c left join fetch c.country where u.login=:login

[JBoss-user] [JBossWS] - Re: JBossWS not thread safe

2006-05-31 Thread mattinasi
Has anyone who was experiencing this problem seen it after upgrading to the 4.0.4 GA release? We have not upgraded to the GA release (still on CR2 pending required code changes) but we did use the JBossWS 1.0.0 GA release with JBoss 4.0.4 CR2 and have the same problem. I'm just curious if the

[JBoss-user] [JBoss Seam] - Re: possible to call outside of web app?

2006-05-31 Thread [EMAIL PROTECTED]
Yes, it will be possible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948207#3948207 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948207 --- All the advantages

[JBoss-user] [EJB 3.0] - Re: ejb3 and client

2006-05-31 Thread echon
Look at the JBoss Trailblazer. I think it's the best tutorial i found yet about EJB 3. http://trailblazer.demo.jboss.com/EJB3Trail/ Also the sun tutorial is a good place to start http://java.sun.com/javaee/5/docs/tutorial/doc/JavaEETutorialPartFour.html#wp996871 Regards Peter View the origina

[JBoss-user] [EJB 3.0] - Re: @EJB

2006-05-31 Thread echon
all relations are Lazy. For fetching via joines i have additional finder-methods in my DAOs. All i want is a facade where i can get persistent (undetached) entities which are associated with one persistence-context. If someone knows Liferay-Portal similar to their facade, but not with the restr

[JBoss-user] [JBoss Seam] - possible to call outside of web app?

2006-05-31 Thread knaas
Is it possible (or will it eventually be possible) to invoke seam javabeans outside the scope of a web application? I am thinking through the implementation of a progress bar where the progress is updated by a service. Currently it throws an IllegalStateException at | 6:43:14,096 INFO [ST

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - AJP, Apache, Tomcat SSL question

2006-05-31 Thread acxsjones
I was doing research on AJP to get an apache server in our DMZ talking to JBoss/Tomcat in our internal network. We have had this going but need it over SSL. I came across an interesting item when reading about AJP 1.3 protocol anonymous wrote : ?According to email from Gal Shachor to the jaka

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Automatic generation of primary key

2006-05-31 Thread lafr
Look for auto-increment and entity-command. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948201#3948201 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948201 --- A

[JBoss-user] [JBoss Seam] - Re: seam and glassFish , when it is possible to use seam on

2006-05-31 Thread CptnKirk
Seam is currently built against an older version of the EJB3 spec than what ships with Glassfish. This causes problems for Seam apps on Glassfish. You can follow this forum post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=78029 or this JIRA http://jira.jboss.com/jira/browse/EJBTHR

[JBoss-user] [Installation, Configuration & Deployment] - Re: Hibernate and webservice deployment

2006-05-31 Thread PeterJ
All of my manifest.mf file are plain, no classpaths there. I have run on 4.0.3SP1 and 4.0.4RC2 (for the later I had to switch back to the axis-based web services as noted in the readme.html). I haven't had the chance to convert my code to the newer JBossWS architecture. (I based my code on the

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Can't configure an MDB to a remote destination

2006-05-31 Thread obn
where do you put those three files? in the META-INF directory of the project? my problem is that my mdb does not listen to incoming messages, so maybe i forgot a descriptive file like yours so that it is not deployed correctly. config: - jboss 4.0.4GA - jboss-messaging-1.0.1.CR2 - jboss-EJB-3.0_R

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Possible to use two port numbers on one Tomcat?

2006-05-31 Thread cpaul_it
In the server.xml config file, you can specify additional connectors so that Tomcat listens on more than one port. For our dev servers, we have both secure and non-secure connectors listen on different ports. Works great! View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [EJB 3.0] - Re: @Service + @Management Embedded Jira Issue

2006-05-31 Thread mtuckah
Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948195#3948195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948195 --- All the advantages of Linux Managed H

[JBoss-user] [JBoss Messaging] - Re: ejb3mdb example

2006-05-31 Thread obn
The first error is resolved in that post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80873 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948192#3948192 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394819

[JBoss-user] [JBoss jBPM] - Re: end-tasks attribute on task-node causes ALL task instanc

2006-05-31 Thread kukeltje
Yep, looks like a bug to me to. Can you do two things? - file a jira issue for it so it dos not get lost - extend the unittest for taskinstances with a test for this functionality. - write a patch ok, 3 things, but the third already seems done. Imo the solution is good. Would improve speed as w

[JBoss-user] [Installation, Configuration & Deployment] - Win2k3, one eth adapter, multiple IP alias's assigned...help

2006-05-31 Thread [EMAIL PROTECTED]
was wondering if anyone could help... I have two instances of JBoss Application Server, at the moment, only one is set to run, the JBAS is actually running a JBoss Mail server instance I have 1 NIC, with ten IP addresses assigned to it. Even though I start up JBoss application server using r

[JBoss-user] [Installation, Configuration & Deployment] - Re: Hibernate and webservice deployment

2006-05-31 Thread peterbuus
Hmm - it does'nt work for me. Did you do any Class-Path references to _data.jar in your manifest.mf files? What version of jboss are you running? I'm running 4.0.4 - is my feeling that the jboss classloader strategy is a moving target valid? View the original post : http://www.jboss.com/in

[JBoss-user] [Clustering/JBoss] - Re: Yed clustering setup

2006-05-31 Thread [EMAIL PROTECTED]
thanks davewebb, this is so frustrating... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948187#3948187 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948187 --- Al

[JBoss-user] [EJB 3.0] - Re: 4.0.4.CR2 => 4.0.4.GA @SequenceGenerator now ignored...

2006-05-31 Thread supernovasoftware.com
The following workaround from JIRA worked. | @Entity | @Table(name="t_size") | @GenericGenerator(name="seq_size", strategy = "sequence", | parameters = { @Parameter(name="sequence", value="seq_size") } ) | public class Size implements Serializable { | |

[JBoss-user] [Clustering/JBoss] - Re: MultiHomed clustering setup

2006-05-31 Thread davewebb
Based on your posting, I do not think that is the same issue I was having with the MultiCast Address used in clustering. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948184#3948184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[JBoss-user] [Clustering/JBoss] - Re: Yed clustering setup

2006-05-31 Thread [EMAIL PROTECTED]
I am also having issues... I am not neccessarily clustering though, but it is related, and was wondering if anyone could help... I have two instances of JBoss Application Server, at the moment, only one is set to run, the JBAS is actually running a JBoss Mail server instance I have 1 NIC, with

[JBoss-user] [JBossWS] - Re: Basic Auth Security with DII and Stub Clients

2006-05-31 Thread sumankg
I have a solution with Stubs that will connect to a JAAS secured endpoint. Again the Stub client code in my previous posting works great with rpc literal services that are unsecured. However, as stated in my previous post, after securing the web service I could only get it to work by making a c

[JBoss-user] [JBoss Messaging] - Re: Security Exception

2006-05-31 Thread mwelss
Yes, exactly! The "OR" makes the difference. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948179#3948179 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948179 ---

[JBoss-user] [JBossCache] - Re: Classes incorrectly casted using a HashMap

2006-05-31 Thread [EMAIL PROTECTED]
Yes, this is a known issue. Please see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=78789&start=0[/url] and [url]http://jira.jboss.com/jira/browse/JBCACHE-399. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948178#3948178 Reply to the post : ht

[JBoss-user] [JBoss Portal] - New Install of AS & Portal - Immediate Error on Boot

2006-05-31 Thread arnieAustin
Unzipped as 4040ga, patched it. System boots and I get the default server page. Unzipped the portal 2.2.1 archive. Moved the jboss-portal.sar folder and the portal-mysql-ds.xml file (which I edited as appropriate). During the portal startup: 2006-05-31 13:24:27,281 DEBUG [org.jboss.deployment.S

[JBoss-user] [EJB 3.0] - Re: @Service + @Management Embedded Jira Issue

2006-05-31 Thread bdecoste
I've opened a JIRA task for this issue: http://jira.jboss.com/jira/browse/EJBTHREE-606 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948175#3948175 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948175 -

[JBoss-user] [JBoss Portal] - Re: JBoss Seam example working in JBoss Portal 2.4 BETA1

2006-05-31 Thread alesj
How else do you log off? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948173#3948173 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948173 --- All the advantages o

[JBoss-user] [Remoting] - Re: not receiving UPDATED network registry notifs

2006-05-31 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBREM-502 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948171#3948171 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948171 --- A

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Jboss 3.0.7, mdb setup instructions

2006-05-31 Thread genman
Sure, there's plenty of docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948170#3948170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948170 --- All the advanta

[JBoss-user] [Security & JAAS/JBoss] - Re: Am I missing a trick?

2006-05-31 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ Point 14. Try the FormAuthValve... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948169#3948169 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948169 ---

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC7 - FD released.

2006-05-31 Thread lisaqian
So how about the conclusion? Where we can find these jars? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948168#3948168 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948168

[JBoss-user] [EJB 3.0] - Newbie needs advice on Lazy collections

2006-05-31 Thread tsar_bomba
I'm well aware of the "problem" of session context and the issue w/ calling a lazy collection outside of that context in Hibernate. What I'm looking for is advice - some simple insight into techniques to get around the limitations in EJB3/Hibernate lazy collections to make life easier, if possi

[JBoss-user] [EJB 3.0] - Re: ApplicationException in ejb-jar.xml

2006-05-31 Thread bdecoste
The element needs to be a child of the element. Please see the ejb-jar_3_0.xsd schema. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948165#3948165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948165 ---

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: cant start JBOSS 404GA server from in eclipse - Help ple

2006-05-31 Thread woodmawa1
Aubrey_holland - fixed this for me. my error was installing the server in a directory with a space in it (c:\program files). This messed it up. I uninstalled and reinstalled into a dir with no space and restarted the IDE into a new space and lo and behold it starts when you create a server. I

[JBoss-user] [EJB 3.0] - Re: 4.0.4.CR2 => 4.0.4.GA @SequenceGenerator now ignored...

2006-05-31 Thread supernovasoftware.com
I just found the JIRA issue for this which has a workaround. http://jira.jboss.com/jira/browse/EJBTHREE-597 Could someone please comment on the status of this issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948161#3948161 Reply to the post : http://

[JBoss-user] [Beginners Corner] - Re: cant get the 404GA running from eclipse IDE

2006-05-31 Thread woodmawa1
aubrey_holland - you are a genius cant believe how frustrating that has been. It works Fine the IDE we have a go. Thankyou for all of that. Cant remember reading that anywhere, perhaps a warning on the IDE site would be appropriate. I cant be the first idiot to install it in the C:\progra

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Instrumenation of EJB 3.0 Entity beans

2006-05-31 Thread zaidatheer
Hi all, In Hibernate, for the purpose of defining lazy properties fetching, I used to instrument the Hibernate classes using the typical ant instrumentation task: | | | | | | | However, I couldn't manage to instrument the Entity Bean POJOS properties which are annotated a

[JBoss-user] [EJB 3.0] - 4.0.4.CR2 => 4.0.4.GA @SequenceGenerator now ignored...

2006-05-31 Thread supernovasoftware.com
I am using sequences to generate all of my pks using PostgreSQL 8.1.3. This was working fine until I upgraded to 4.0.4.GA from 4.0.4.CR2. Now none of my sequences are not working on some 70+ entities. They are being assiged from some other source. Probably the default stragety. After restarti

[JBoss-user] [EJB 3.0] - Re: @Service + @Management Embedded Jira Issue

2006-05-31 Thread mtuckah
Thanks for your response. I have upgraded to RC7 and the problem I'm having is that my MBean's lifecycle methods (create() and start()) are not being invoked. The Service is being deployed correctly otherwise. When deployed onto JBoss 4.0.4.GA, they are invoked correctly. View the original pos

[JBoss-user] [JBoss Seam] - Re: Problem with tree2

2006-05-31 Thread mirko27
Stack trace: | 19:38:23,386 ERROR [STDERR] 31.05.2006 19:38:23 com.sun.facelets.impl.DefaultFacelet refresh | INFO: Facelet[/haldus/templates/menu.xhtml] was modified @ 19:38:23, flushing component applied @ 19:35:06 | 19:38:23,386 ERROR [STDERR] 31.05.2006 19:38:23 com.sun.facelets.impl.

[JBoss-user] [Security & JAAS/JBoss] - Re: Am I missing a trick?

2006-05-31 Thread j2ee_junkie
Paul, See my comments in my last post. The ExtendedFormAuthenticator is not what I think you want to use. To demonstrate that, I am looking at your log output that shows you ('pander') successfully logging in. As I mentioned, the valve does not put the username (and password) in session if

[JBoss-user] [JBoss jBPM] - end-tasks attribute on task-node causes ALL task instances t

2006-05-31 Thread michaelholtzman
Greetings. When the "end-tasks" attribute is set to true leaving the task-node causes all pending tasks to end, even tasks that are associated with different nodes. | public void removeTaskInstanceSynchronization(Token token) { | TaskMgmtInstance tmi = getTaskMgmtInstance(token); |

[JBoss-user] [Security & JAAS/JBoss] - Re: Am I missing a trick?

2006-05-31 Thread pander
Hi junkie, Sorry... didn't see your post with the 'a' and 'b' parts... So, are you saying then that the ExtendedFormAuthenticator will ONLY put j_username and j_password in the session if the user is redirected to the login error page? What is the point of that? That's not how I interpretted i

[JBoss-user] [JBoss Seam] - Re: How to access Seam components in a Filter class?

2006-05-31 Thread muckwarrior
That issue seems to deal with data being passed from the servlet to seam, it's the opposite that I need. Here's an example of what I'm trying to do: | SecurityManager secMan = (SecurityManager) ctx.lookup("seamapp/SecurityManagerBean/local"); | user = secMan.getLoggedInUser(); | I then w

[JBoss-user] [JBoss Portal] - how to show only the user management portlet in the JBoss po

2006-05-31 Thread raghuram11
Hi, I had installed the jboss-4.0.3SP1 application server and also configured JBoss portal 2.2 in it. On deploying , i was able to see the portlets which were given by the JBoss. But right now, I am interested to show only the user management portlet in my screen. I removed some of the folders

  1   2   3   >