I have tried it. Nice!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115855#4115855
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115855
___
jboss-user mailing list
jboss-us
Yes, I added to authentication method
@Begin(join=true)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115853#4115853
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115853
__
I did have a look at portletswap.com. There is no example there based on JSF
RI. There is a JSF Cardemo app but it is based on MyFaces...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115854#4115854
Reply to the post :
http://www.jboss.com/index.html?module
I have tried it. Nice!
Thank you!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115852#4115852
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115852
___
jboss-user mailing l
Can anyone tell me what could be the possible cause for the following error??
Thanks a lot!!
2007-12-24 11:26:01,961 INFO [org.jboss.ejb.plugins.jms.JMSContainerInvoker]
Reconnected to JMS provider
2007-12-24 11:26:01,965 INFO [org.jboss.ejb.plugins.jms.JMSContainerInvoker]
Trying to reconnect
Hi,
I'm trying to set a classpath in myapp-service.xml file in Jboss 4.2.1.
my-app.ear
|
+--lib
|
+--myappjar.jar
Does anyone know how to add a classpath to myappjar.jar (in myapp-service.xml)?
I have tried to use :
1. classpath codebase="." archives="my-app.ear#myapp.jar"
Hi,
I'm trying to set a classpath in myapp-service.xml file in Jboss 4.2.1.
my-app.ear
|
+--lib
|
+--myappjar.jar
Does anyone know how to add a classpath to myappjar.jar (in myapp-service.xml)?
I have tried to use :
1.
2.
2.
But none is working.
Does anyone know how ?
Hi,
I'm start learning JBoss AOP, especially dynamic AOP.
As an example says, I wrote code as follows and it worked fine.
GreetingInterceptor is called when any method in Test class is executed.
AdviceBinding binding = new AdviceBinding( "binding1", "execution(*
*.Test->*(..))", null );
| bin
"bengao" wrote : I developed an application using EJB3 to connect Derby
database, the database need to be encrypted, and how Can I hide the
bootpassword inside of my cod?
|
| Or there are alternative way to keep jboss-ds.xml encrypted or inside of
code?
Look here
http://wiki.jboss.org/wiki
I developed an application using EJB3 to connect Derby database, the database
need to be encrypted, and how Can I hide the bootpassword inside of my cod?
Or there are alternative way to keep jboss-ds.xml encrypted or inside of code?
View the original post :
http://www.jboss.com/index.html?modul
I changed it to createRuleBean, still the problem remains the same
import java.util.Arrays;
import java.util.List;
import javax.faces.event.ValueChangeEvent;
import javax.faces.model.SelectItem;
import org.apache.myfaces.trinidad.component.core.input.CoreInputFile;
import org.apache.myfaces.
First things first ... the exception is very clear however, I really
believe that I have specified an @Id - but it's obviously not being
recognized/located in the superclass. What am I missing or doing wrong? I'm
using JBoss AS 4.2.1.GA with it's included hibernate version.
Please forgiv
Hi All,
I am encountering the following errors when running the Enterprise Application
Client using JBoss 4.2.2 AS:
--
Deploying C:\Documents and
Settings\abc\EnterpriseAppEE5-JBoss422\dist\EnterpriseAppEE5-JBos
the j4j:listTasksForActor tag can list the actor's task.
the code is :
jbpmContext.getTaskMgmtSession().findTaskInstances(username);
if i want get the pooled Tasks ,
jbpmContext.getTaskMgmtSession().findPooledTaskInstances(username)
how to do this ,using the jbpm4jsf tags.
i cannot find the l
Sorry, found some information regarding this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115837#4115837
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115837
___
jboss-use
What are the contents of your META-INF/application.xml file? Does that file
reference the spring-2.0.7.jar file?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115836#4115836
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
Try adding "-b 0.0.0.0" to the run command. Read the readme.html file, in the
Configuration issues section, first bullet under 4.2.0.GA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115835#4115835
Reply to the post :
http://www.jboss.com/index.html?module=
Take both the JDK and JBossAS out of Program Files. Paths with spaces in them
tends to give some Java code fits. I have mine installed at c:\apps\jdk1.5.0_13
and c:\opt\jboss\jboss-4.2.2.GA. You do not have to re-install the JDK - simply
move it to the new location and adjust JAVA_HOME according
Session session = jbpmContext.getSessionFactory().openSession();
| Transaction tx = session.beginTransaction();
|
this's ok!
and i use following code , will get a "Transaction not successfully started"
exception.
| Session session = jbpmContext.getSession();
| Transaction tx = session.
Hi there,
First of all, currently my JBoss AS sit inside a remote location Linux hosting
server, exposing HTTP, HTTPS, 8080 and 11099 (jConsole usage) to allowed
services for firewall. Then when I connect it with firewall turned off, I had
actually found that despite connection via port TCP 110
tried creating an EAR project and including the EJB project and the two util
projects and deployed that
get essentially the same problem - somehow the EJB project cant see the util
project its dependent upon (its still on the build path and the pakaage
referenences lists though from the EJB pr
wonder if some one can help. Think is simple but cant see the wood from the
trees. Any help greatefully received.
I'm in callisto eclipse /jboss 4.2.2 and I have a test app that i built as an
ejb project (all in one) - and built all my entities, stateless session beans,
generic EAO (variant o
I saw the jbpm_delegation table, there has classname_ and configuration_
configtype_ ID_ and Processdefinition_ columns , no column used for storing
the class file(i mean the bytecode class file).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115828#41158
sadly no it didnt -
i got the same timeout error from eclipse in beta 2
I remember it couldnt hack java 1.6 which is my default so i ran it by hand
from the command line see trace
it does run - then go real slow with no output for a while and then keep going
: final time is 2m:20s:693ms to
Where can I find the code for the new Seam Forums?
How can I plug this into an existing application?
I have an inventory management system based on Seam 2.0 and I would love to add
a built in discussion forum for this application.
View the original post :
http://www.jboss.com/index.html?module
Hi,
I am wondering if it possible to intercept a cache lookup. Say in a cluster of
4 nodes whenever someone does a lookup and doesn't find an object (cache miss),
I want one application to intercept the call (say via AOP) and populate the
object say going to the database. It will be ideal if th
hey again peter, and thanks!
we decided to go with the 4.2.2 for now and migrate when the 5 is more stable
and documented, thanks for reassuring us.
we still dont know which version of EJB we want to use, but we'll probably go
with the EJB3.
the "we" that i use every once and a while refers to
The issue I am having is identical to the one the OP of the following thread
was having (NOT the response by computabloke - that appears to be a separate
issue):
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=119757&postdays=0&postorder=asc&start=0
The problem occurs every time I click
peter, thanks a lot for all your help, i really appreciate it!
here's the info of the server:
jdk: there are two jdks on the computer: jdk1.5.0_14 and jdk1.6.0_03
the JAVA_HOME is set to: jdk1.5.0_14 (C:\Program Files\Java\jdk1.5.0_14)
jboss: i'm using jboss-4.2.2.GA and the JBOSS_HOME is set to
Hi, I install jboss 4.2.2.GA in SunOS 5.10,sparc, when run the server all is
ok, But any attempt http://xxx.xx.xx.xx:8080 does not work,
does not display anything.
I try in windows and this jbossAS Works without problem
I need config somethik???
thanks
View the original post :
http://www.jb
Hope to see you there. I went to JBW Atlanta, Barcelona, and Vegas.
Still kicking myself for missing Berlin. :(
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115814#4115814
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
With any luck, yes - but waiting on approval from management ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115813#4115813
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115813
___
So the resolution message isn't clear on the issue, but the resolution was to
add events called on login success and failure as documented in the security
chapter. Sorry, we aren't going to be making it so it's only called once.
View the original post :
http://www.jboss.com/index.html?module=bb
Some work together, some don't (e.g. Trinidad and RichFaces are fine together,
IceFaces isn't fine with anything else AFAIK). You really need to ask on the
relevant mailing list for the project. Seam should work with all of those
(though we have no examples for woodstock).
View the original pos
Off topic
Pete,
Will you be attending JBW Orlando?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115810#4115810
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115810
___
jb
You can't, once an exception is thrown the transaction is unusable.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115809#4115809
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115809
___
Yes. The
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115808#4115808
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115808
___
jboss-user mailing list
jboss-user@lists.jboss
I haven't tried, but will do after the new year now.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115807#4115807
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115807
___
jb
If you can attach an example to allow us to reproduce the issues to a JIRA
issue we can take a look. I know there are problems in this area.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115806#4115806
Reply to the post :
http://www.jboss.com/index.html?mod
It's certainly under development (about 6 releases in the last year) and is
documented e.g. http://myfaces.apache.org/trinidad/devguide/index.html though
it can be hard to find what you need.
We recommend it because we think its a well built component set (but possibly
not the most visually exc
Context: JBoss 4.0.5 , EJB Container-managed transactions, local MySQL db
I started out doing this using BMT but since I have no need for custom handling
of transaction, I thought I would switch to CMT. In the code below, I have
some pretty basic functions. I can and do call find() directly and
That page is seriously out of date. AS5 beta3 just got released, and it doesn't
include Seam.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115803#4115803
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115803
I read that Seam 1.1 will be included with JBAS 5.0
How will this be included? Will it no longer be required to package seam in
the ear?
Is it really going to be 1.1? If so, why not 2.0?
How will this be integrated differently than the current 4.2.x setup?
See the following excerpt and link.
Jason,
Thanks for the fix. Is 2.1.0.GA (fix version) available to be picked up
somewhere yet? I only see 2.1.0.CR2 on the download page (which was assembled
before the fix date). Are there other candidates or development builds out
there somewhere and if not when will a new release candidate
Env: JBoss AS 4.0.5.GA w/EJB3
I have looked over several different docs that describe how to use entity
inheritance w/ SINGLE_TABLE. I used those examples as the basis for my code.
I have a base class Units and have subclasses RFUnit and EMUnit.
(em is an entitymanager object)
When I do em.
ask in the seam forum
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115787#4115787
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115787
___
jboss-user mailing list
jboss-use
report it in jira please. thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115784#4115784
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115784
___
jboss-user mailing li
No, it's on port for now. Company security policies that filter outgoing
TCP connections by port are stupid.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115782#4115782
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
See
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=125952
Any suggested improvements are welcome.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115781#4115781
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4
I will take a look at those examples. Thanks again for all the guidance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115778#4115778
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115778
_
I would like to use Javassist to modify existing JAD/JAR files for J2ME
MIDlets. (Yes I will have permission from the vendor to do this - all the legal
considerations are taken care of). Basically I want to display some things to
the user before the actual MIDlet runs. I plan to add some extra c
I'm using Jboss 4.2.1. MDBs asynchronized calls SLSBs. i put a counter in
SLSB's constructor. so i can know the current bean comes from pool or just be
created. my problem is i set max size = 100. but after the MDB receives 10,000
messages(in 10 seconds). the nuber of SLSb will be 2000 something
Finally - success.
There were two problems. The first was a brain fart on my part. I wasn't
calling the Ant task that checked if the mysql-connector was installed. Once
called, the connector was properly installed to server/default/lib, which is
the correct location (at least it works for m
That's what I was missing. Thanks a lot for the info!!!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115773#4115773
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115773
__
I'm trying to delete a child object in a @OneToMany relationship and the
persistence manager is not removing the child from the database.
The @OneToMany side is mapped as such:
@OneToMany(cascade=CascadeType.ALL, fetch = FetchType.LAZY, mappedBy = "parent")
The child is mapped as such:
@ManyToOn
Ok, after digging a little deeper it appears that there were really multiple
things going on and while they appeared to be connected they weren't. I have
been able to reproduce the issue by setting up a similar (but simpler)
application that uses a similarly configured datasource. I simulate the
Well, that one was easy, thanks to this post:
https://www.manning-sandbox.com/message.jspa?messageID=56075
I just added the configuration to my persistence.xml file:
|
| java:/CrunchDS
|
|
|
|
|
|
The DataSourceBinding problem turned out to be another config file location
change between 4.0.5GA and 4.2.2GA. In 4.0.5GA the mysql-ds.xml file was
copied to server/default/conf. In 4.2.2GA it needs to go into
server/default/deploy. Once I made this change, I got further along - now I'm
bei
I have a classloading issue with an EAR application. It contains:
| * spring-2.0.7.jar
| * myapp-core.jar
| * myapp-web.war
|
In myapp-web.war, there is a WEB-INF/web.xml file with the following:
|
|
|
|
org.springframework.web.context.ContextLoaderListener
|
Hi.
Want to test my action classes with hibernateSession instead of EntityManager
and my actions like below..
|
| @In(create=true)
| private Session hibernateSession;
|
| @Out @In(required=false)
| Category category;
|
| public String save(){
| //bla bla
|
please refer to
[url]
http://jira.jboss.com/jira/secure/ReleaseNote.jspa?version=12311437&styleName=Html&projectId=10071&Create=Create
[/url]
anonymous wrote :
| * [JBSEAM-2165] - Authenticator method invoked twice when login fails
|
View the original post :
http://www.jboss.com/inde
Lacking any help from the masses, I'll post my own follow ups for those in a
similar situation as myself. Maybe someone else will find this useful.
I found two pieces of information that helped me get past the migration from
Middlegen to Hibernate. The first is the O'Reilly text "Enterprise Ja
A JIRA issue has been raised:
http://jira.jboss.com/jira/browse/JBSEAM-2432
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115761#4115761
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115761
__
+1, please open an issue
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115758#4115758
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115758
___
jboss-user mailing list
jboss-
There is nothing built into Seam to handle this specific situation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115757#4115757
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115757
___
Have a look on Portletswap.com
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115756#4115756
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115756
___
jboss-user mailing list
Hi, Michael~
Thanks for your post. I had given up on getting external directories to work
via JBoss, and instead went the route of putting an Apache install in front of
the JBoss servers to expose those couple folders I was wanting to make
available to the corporate machines on our intranet.
B
Thanks for the reply Damian. I actually just figured it out. I needed to add
the following to my a4j:support:
and then add that method in my ejb to populate the list.
Felix
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115754#4115754
Reply to the post :
Try setting the scope of the Bean to @Scope(SESSION). It's likely that the Bean
isn't hanging around longer than the request and that is what is causing the
null.
Cheers,
Damian.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115753#4115753
Reply to the po
Your processDefinition.xml would be of some help in investigating it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115751#4115751
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115751
_
Hi,
I am getting the following error on the server which I am not getting from the
local setup. Can anyone please help me out as I am stuck with this issue on the
server and not able to proceed -
Exception in FacesServlet
java.lang.NullPointerException
at
org.apache.myfaces.portlet.MyFaces
There is an example of this on the user wiki.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115746#4115746
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115746
___
jboss-use
Hi!
I have the same error however I try to run EJB2.1 beans that were running well
on JBoss 4.0.0.CR2 with JBoss 4.2.2.GA.
Should I migrate my EJB2.1 beans (and XML descriptors)? I have read that it is
possible to use EJB2.1 and EJB3 together.
Thanks,
Volodymyr
View the original post :
http:
Thanks timfox for your prompt response.
now we facing different problem.
it looks like we are connected to the remote server, but don't get data from it.
do we need to define the bridge in the remote server also ?
the remote server has jboss service that create those messages and send them to
Hi,
I'm trying to change a rich:dataTable based on which dropdown item is selected.
Here is my drop down:
|
|
|
|
My Bean:
@Stateful
| @Name("customerList")
| public class CustomerListAction implements CustomerList
| {
| private Reseller selectedReseller;
|
Hi,
I am getting the following error on the server which I am not getting from the
local setup. Can anyone please help me out as I am stuck with this issue on the
server and not able to proceed -
Exception in FacesServlet
java.lang.NullPointerException
at
org.apache.myfaces.portlet.MyF
Hello,
I have a question about how JAR files are deployed from within a single EAR
file. This is using the clustered JBoss 4.2.2 AS.
My app is deployed as an EAR file that contains B.jar and C.jar. B.jar
contains a @Stateless B class that @Depends upon class C in C.jar, which is
marked as a
It worked from home this morning but not from office. Not sure why, possibly
it's blocked but simply getting "Internet Explorer cannot display the webpage"
with IE7 and "Firefox can't establish a connection to the server at
alpha.seamframework.org:" with Firefox. Possible firewall issue no
Pete thanks for that, and it worked too.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115736#4115736
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115736
___
jboss-user mai
Yes please, I'd like to have that as well.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115733#4115733
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115733
___
jboss-user m
*upd:
new String(value.toString().getBytes(), "utf-8")
fixes problem is there way to do this automatically? (or similary to
jbossws2.0.1)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115732#4115732
Reply to the post :
http://www.jboss.com/index.html?mo
Hi all,
I am a newbie in jbpm (and also in workflow & bpm concepts) and just trying to
make my hello world application go further.
I want to store some java beans in my application as variables, so I know that
I have to specify a custom serializer in the processdefinition.xml which
implements
I have recently run into a requirement where it would be nice to have
descriptions applied to wildcard view-ids. For example, if I have the
following:
...
|
| Section 1
| ...
|
| ...
Section 1 would be the description for all pages in /section/* unless specified
otherwise in a
Hi.
Is it ok in Seam application to use different Faces components together?
Like ICEfaces, RichFaces, Ajax4Jsf, Trinidad, woodstock
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115723#4115723
Reply to the post :
http://www.jboss.com/index.html?modu
Do you have any jndi.properties file in your classpath (containing reference to
this oracle.j2ee.rmi.RMIInitialContextFactory class)? If so remove that from
the classpath. JBoss looks for the default jndi context entries from the
jndi.properties file present in %JBOSS_HOME%/server/< serverName>/
Hi.
Why Seam creators recommend Trinidad suite?
It doesn't seem it is under development, no on line documentation.
AFAIK, Trinidad is Oracle ADF which it is based on Ajax.
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115718#4115718
Reply to the post
when i upgraded from jbossws2.0.1 to jbossws2.0.2 began problems with codepage
in returned results... is there any suggestions how to fix it?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115719#4115719
Reply to the post :
http://www.jboss.com/index.html?mo
Granite Data Services, an open source alternative to Flex Data Services, now
has support for Seam. I've just installed their Seam project skeleton so I
haven't tested much of it yet but, suffice to say, several of us have been
waiting for something like this. They also have connectors for POJO
Scenario:
2 non-clustered JBoss servers.
Stateless sessions.
We have a development and staging duplication of servers as well as a hosted
production environment.
The only difference in our production environment is our ISP uses a different
firewall and hardware load balancer.
We are seeing t
Hi all,
Does anybody know how it comes that the number of swimlanes reported by
TaskMgmtInstance is not constant, and how to get swimlanes when they are not
reported by TaskMgmtInstance? After adding an Action with the following code to
a processdefinition:
| ProcessInstance pi = executionC
Ok, some problem with HTML rendering on this forum...
So the remote javascript functions look like :
function getAllIsoCodes() {
Seam.Component.getInstance("helloAction").getAllIsoCodes(getAllIsoCodesCallback);
}
function getAllIsoCodesCallback(result) {
alert(result);
}
fun
Hi, I'm having some trouble to use Seam Remoting on Firefox. My example works
fine on IE 6, but when debugging within firebug I catch the following exception
:
[Exception... "Component returned failure code: 0x80040111
(NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]" nsresult: "0x80040111
I've got virtual directories working in JBoss AS v4.2.2.GA. See my post in the
following thread,
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115702.
Best,
Michael
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115704#4115704
Reply to the post
Hello nhelder,
Your post is dated from August 2007, so I do not know if you are still facing
this problem. I am new to JBoss AS myself and like you, I was trying to figure
out how to use virtual directories in JBoss AS and I had stumbled upon the same
posts as you.
Using JBoss AS v4.2.2.GA I
i know that my query is correct, my problem is because getSingleResult();
throws EntityNotFoundException and i think its closing my connection, but if i
want to use another query inside my catch(EntityNotFoundException e) ?? how can
i use same connection, or how can i open another connection usi
I have an MBean that accesses a database using a datasource configured as a
local-tx-datasource. The usual client code (which is used by multiple
applications) is a stateless session bean, but the MBean uses straight JDBC
with autocommit set to false. The code has been running for quite a while
That was it. Thank you very much Pete.
This is all very new to me, I've been in struts 1 land for a very long time.
-Felix
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115700#4115700
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
Hi,
I have been trying to install jboss-4.2.2.GA with jdk1.5.0_12 on Windows XP sp2
station and all the times i got a message like this:
"javax.naming.NoInitialContextException: Cannot instantiate class:
oracle.j2ee.rmi.RMIInitialContextFactory"
I have Oracle SOA Suite (OC4J) already installed
Hi
I have 2 applications running on 1 server instance. Both have a different
loginmodule and have a different security domain.
The first application is a management application and allows administrators to
login on the 2nd application as different users. For this I've setup an SSO
solution -->
Hi Forum
I have downloaded the new JBoss Portal 2.6.3.
I would very much like to use the Sun RI of JSF for my new project.
I have however been unable to find a simple example application that shows how
to do this. A lot of the problems have to do with the portal apps using MyFaces
and the JBoss
1 - 100 of 126 matches
Mail list logo