A couple of possibilities come to my mind:
- maintain a conversation around the access so that you can do your edits in
the same persistence context as you are showing results in
- don't save the results in the session and redirect back to the main view so
they will be reloaded
- have a page act
Have you configured the hosts in the tomcat jboss-service.xml?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001471#4001471
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001471
I have no idea if it is a bug. I'm not familiar with those components. I'm
only telling you how to make facesMessages show up. You should first verify
that it works for you. Then you can add back in the foreign components and
figure out what is wrong. Maybe it is a bug. Maybe you don't hav
Hi
Not an idiot
Same problem here, my application works in two kinds of configuration: directly
or through proxy. In the ?through proxy setup? I need to allow communicate both
directly and through proxy, since that only on startup I know which
configuration is used, I have to dynamically creat
Hi,
I kann sending emails über javamail in a j2se application with a main methode,
just wenn I writte the same code in my ejb class, and I try to send the same
email, that was already successful by a j2se application, hier then I have the
failure.
I writte for you my javamail debug Infomationen
Also when I use JNDI to get the service (adding fake a client application with
service-ref), I manage to get the port but obtain the exception :
| ERROR [CallImpl] Call invocation failed with unkown Exception
| javax.xml.soap.SOAPException: Could not transmit message
| at
org.jboss
Hey guys
I relatively new to web services
I am deploying a stateless session bean (EJB 3.0) on JBoss 4.0.5 with JBossWS
1.2 (JAXWS). Bottom to top development.
I use the @WebService and @webmethod annotation on my EJB with no real config
files (other than the application.xml). I deploy the E
As for jboss.xml, I don't have it in my ear; I think if I use annotation, I can
avoid xml configuration.
Also, since JBoss 4.0.5 doesn't support J2EE 5 yet, my application ear is still
J2EE 1.4; not sure if this will cause any problem.
Here is what my application.xml looks like:
| http://
Here is the exception:
22:33:03,944 ERROR [[action]] Servlet.service() for servlet action threw
exception
| java.lang.ClassCastException
| at
com.sun.corba.se.impl.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:229)
| at javax.rmi.PortableRemoteObject.narrow(Portab
Hello,
I am using the configuration below (local-tx-datasource) because I would like
to use transactions. Based on the documentation found here:
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources
I would assume that the connections would have auto-commit set to false (as an
exception wi
"[EMAIL PROTECTED]" wrote :
| You can always use:
|
| | service = Service.create(wsdlURL, serviceQName)
| | port = service.getPort(MySEI.class);
| |
|
Using this in a stateless EJB3, where should we put the jaxrpc mapping file ?
anonymous wrote :
| You have the choice betw
"batter" wrote :
| Any ideas ?
Incompatible remoting versions?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001447#4001447
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001447
For days know i try to consume a webservice in a stateless EJB3... with no
success.
I use jboss4.0.4 with EJB3 RC9 and develop with NetBeans5.5 and SOAPUI plugin
In an ejb-module I have jaxws2 jsr-181 webservices in stateless EJB3 that
should themselve consume webservices.
I tried to use jaxws2
"frodeh" wrote :
| I have tried "ant -Djboss.messaging.callback.bind.address=10.1.3.104" with
no good response (the message is delivered, but the response is never
returned). The IP is of course the client's address, but the client has another
address as well, and the server doesn't hav a rou
1.2.Beta1 is supposed to use clustered-mysql-persistence-service.xml. The
installation script puts the correct configuration file in place.
Have you use it?
And yes, there are schema chages between 1.0 and 1.2. We plan to provide a
migration tool from 1.0 to 1.2 which will be available by 1.2.0
For which application? And for what login module? If for web console or jmx
console, and the default login modules, look at the files in
server/xxx/conf/props, where xxx is your server configuration.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001422#4001
If the property is marked as write only, there is no way to read it. Use the
jmx-console to determine the read or write-ability of the property you are
interested in.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001419#4001419
Reply to the post :
http://w
Hallo,
I have the same problem, have you find any idea?
radouane
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001392#4001392
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001392
Hello,
I have a list annotated with @DataModel comming from database. When clicking
on a row, users can update the record but the list is not refreshed.
How can I make the list "resetable" ?
Thanks a lot
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=400139
Actually it appears that it is not working. Hmm. It is just giving me "no
host matches name".
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001386#4001386
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001386
I had the same problem when I started a couple days ago, maybe the solution is
the same...
In my jboss.xml file, the specified jndi name was incorrect.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001383#4001383
Reply to the post :
http://www.jboss.com/i
Hi,
what can I do to refresh the rerenderd result from Entitymanager?
Any idea?
Thanks
andi
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001381#4001381
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001381
__
I just now tried it simply by moving the WAR file into the EAR file and
modifying the application.xml of the EAR and it worked. Of course the virt.
hosts need to be all configured in JBoss' server.xml too.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40013
Using a 2 node cluster, jboss 4.0.3. In some cases we have to put the
jsessionid parameter on the URL. In those cases I can send that URL to another
person and they can hijack my session. Is this how jboss is supposed to behave ?
View the original post :
http://www.jboss.com/index.html?module=b
Simple question: I have a Seam app that goes into a .ear file. Within that EAR
file there is a WAR file with all the web pages. If I want the same
application (EAR) to serve more than one domain name with different content
(ie, two virtual hosts within the EAR) can I do that just by putting mo
Hello liudan2005
Is the closing quote missing from the id in the a4j:outputPanel ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001365#4001365
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001365
___
Hello
I want to use JSF 1.2 reference implementation + facelets (instead of JSP) on
JBoss 4.0.4.
I have setup my own class loader in jboss-app.xml (it is an ear file) but I get
this error messages:
INFO: JSF1018: [scheduler] Configuration option
'javax.faces.STATE_SAVING_METHOD' set to 'clie
can you pls post her eyour exception?
i remember having same problem and i fixed it by changing a parameter in
ejb3-deployable
regards
marco
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001360#4001360
Reply to the post :
http://www.jboss.com/index.h
the jbpm examples contain a workflow/rules example. the esb comes in when e.g
complex external services have to be called. an example of that has to de done
by by yourself for the moment, but don't hasitate to post an example on the
wiki.
View the original post :
http://www.jboss.com/index.ht
Use the Java Service Wrapper :
http://wrapper.tanukisoftware.org/doc/english/introduction.html
No more performance issue ... :-)
Regards,
Rémi[/url]
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001348#4001348
Reply to the post :
http://www.jboss.com/ind
Hi All,
I am using JBoss Eclipse IDE 2.0.0 beta2.
When I try to add "JBoss EJB3 libraries" I can't add it to my project because I
get an error message that says: "Module Type Not Compatible".
Mi project is a J2EE 1.4 project.
Best regards.
View the original post :
http://www.jboss.com/index
I still do not know whether there are any API to get outer request, but I have
found the way how to do that. Here it is:
| public static final HttpServletRequest getOuterRequest(JBossRenderRequest
request) {
| PortletInvocation portletInvocation = (PortletInvocation) request
|
The jsf code I've posted was copied from Seam doc:
http://docs.jboss.com/seam/1.1GA/reference/en/html_single/#validation
I don't understand why it doesn't work. Removing a:components would lose ajax
support. Is this a bug?
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
Hi All,
Is it possible to create servlets with Wizard, in JBossIDE 2.0 inside projects
that were not created with "Dynamic Web Project" profile?
Best regards.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001341#4001341
Reply to the post :
http://www.jboss
Following is the Session bean and entity class...
Session1Bean.java
package com.jboss.sessionbeans;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import com.jboss.entity.Login;
public @Stateless class Session1Bean implements Se
Hi All!
Are there any utility API to access outer request and/or outer session from
within portlet ?
thanks in advance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001318#4001318
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
Hi everyone,
Is there any way I can find how many regions TreeCache has during runtime?
Thanks :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001317#4001317
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001317
_
You might be better asking this on the facelets list - I'm pretty sure it has
been discussed there in the past. http://facelets.dev.java.net
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001272#4001272
Reply to the post :
http://www.jboss.com/index.html?mod
How can I retrieve the admin´s password?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001266#4001266
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001266
___
jboss-user ma
When I 'destroy' one session, the JBOSS throw one 'popup' who say that the
session expired. when I press the button "OK" of this 'popup' I go to the togin
page of my application. It´s fine :).
But, sometimes, when a destroy the session, my apllication becames iddle and I
must use the refresh but
Hello there,
Just a quick question, hopefully a quick answer too :)
Normally the client application will call the ejbremove method on the stateful
session bean running within JBoss 4.0.something . However cases where the app
crashes or the internet goes down have to be caught as well. Is there
How can I change the language of some "popups"?
For example:
When we invalidate the session, jboss throw a popup who say that the
session expired. How can I change the language of this popup?
Someone can help me?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewt
My problem was an incorrect annotation, I didn´t write the anotation
'@oneToMany' in one relationship.
Now, I don´t have problems, with persistence
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001256#4001256
Reply to the post :
http://www.jboss.com/index.
"mjais" wrote : I now found out that I can not access the "java:" context
outside of JBoss.
|
The "java:"-context is only valid for "in-vm"-lookups.
"mjais" wrote : calling the code from within a JSF application (deployed on the
JBoss where the
| Quartz datasource is) doesn't work either
Problem solved, The table structure is
CREATE TABLE BOOKING
(
ID INTEGERNOT NULL,
USER_USERNAME VARCHAR2(255 BYTE),
HOTEL_ID INTEGERNOT NULL,
CHECKINDATEDATE,
CHECKOUTDATE DATE,
CREDITCARD
Hi,
I'm LGSW_Sam's colleague.
We have now updated jboss cache to 1.4.1GA.
We are still getting
| 10:49:34,285 WARN [arjLoggerI18N]
[com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator_4]
TwoPhaseCoordinator.afterCompletion - failed for [EMAIL PROTECTED]
|
Those NPE problems went aw
I am trying to run the Booking example for Hibernate. I am able to register new
user, But when i login i am getting an error message like
"BOOKING0_"."USER_USERNAME": invalid identifier". I feel the relationship
between the User table & booking is not correct.
need some help for this.
View t
Hello,
if you don't want to show access denied on a window:
See 6.2.2 in:
http://docs.jboss.org/jbportal/v2.4/reference-guide/en/html/xmldescriptors.html
CHange: core.render.window_access_denied to hide.
By default it is set for development mode, where you want to know why a window
is not showi
The management portlet is being reworked.
Ctrl+click is not really a feature :) Mostly a non-usability bug .
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001218#4001218
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40
49 matches
Mail list logo