Have I posted this query in wronge forum
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948901#3948901
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948901
___
JBoss-us
Bill, I used the EJB3 profile from 4.0.4.GA as the base for installing this
into. I simply followed the instructions and then added jboss-cache.jar
jgroups.jar because it seems that this release requires those as well.
That should work too right?
S.
View the original post :
http://www.jboss
I have installed the latest alpha and the bootstrapping time has increased very
dramatically.
To give an order of magnitude, my configuration is completed usually in about
30 seconds for all my beans etc.
With alpha 8, it takes about 150 seconds... 5 times as long. So something must
be brok
"Juergen.Zimmermann" wrote : I can't find the 3 client libs
|
| | jboss-ejb3-client.jar
| | jboss-annotations-ejb3.jar
| | hibernate-client.jar
| Are they missing?
They are in the client directory instead of the lib directory.
S.
View the original post :
http://www.jboss.com/
Hi all EJB3 and Maven 2 gurus,
Is there someone that already run a sample application with JBoss Embedded
EJB3 Alpha-8 and Maven 2. when yes please could u please send me the sample as
zip file under this email([EMAIL PROTECTED]) . Because i try to run a sample
application with Maven 2 and JBo
Change the id from "userName" to "username".
Actually this is a bug, that I will fix.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948894#3948894
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948894
__
Perhaps the best way to do this would be by using a custom Hibernate
ConnectionProvider, and declaring that in persistence.xml.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948893#3948893
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=pos
I run the JBoss successfully,howerver,I want to run the page which in Jsp
write .When I show the page ,how can I configure it which contains chinese?
Now I can see the English letter successfully,while chinese cannot see?
why?
I am very worried ,and I deeply need your help.Thank you!
View the or
I am trying to move my web projects from Ant over to Maven 2. Before I would
just include the contents of the JBoss AS lib folder on my Ant classpath and
everything was fine.
The problem I am having is with setting up this JBoss dependency in my Maven 2
POM. There seem to be numerous entries
"Raufbek" wrote :
| If I am calling servlet from index.htm page:
| http://localhost:8080/atmbank/controller"; method=post>,
|
Application is working if I calling servlet from standalone index.htm file.
If I am calling servlet from index.jsp (or index.htm), which is part of .war
archive,
Removing
prevented the exception but that prepare is necessary for another more
important aspect. :(
|
|
|
|
|
|
|
|
|
I extracted code from my project and minimized it in steps in search for the
cause of exception. I can post the rest (abo
Hi, I use JTA to control transaction with Oracle 9i and JBoss 4.02. but each
time I call commit(), it always throw the exception of "The XID is not valid"
I have tried it both by ojdbc14.jar && classes12.jar. Any one can give me some
tips? thank in advance!
my oracle-xa-ds.xml is like this:
|
I have problem with my J2EE application. Problem is when jsp welcome page is
calling servlet. Message is:
anonymous wrote : HTTP Status 404 - /atmbank/atmbank/controller
| .
| description The requested resource (/atmbank/atmbank/controller) is not
available.
It's really strange because
did you change your ejb-jar.xml file at all?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948885#3948885
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948885
___
JBoss-us
I'd prefer staless bean which operates with local enity beans. It should be
slower than usual static method but it will bring all the advances from message
above.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948884#3948884
Reply to the post :
http://www.j
Static methods live inside one virtual machine and it is you who must take
resposibility to "scale" solution and take other decisions on mny other issues.
On other hand, J2EE containers does much the dirty work for you. You just need
to give some details in deplayment descriptors.
Container will
"Raufbek" wrote : All I done is correct.
|
I mean here, I done how it was described in JBossIDE-tutorial:
1. Created new EJB configuration;
2. Added new doclet: ejbdoclet;
3. Added new enries with parameters:
deploymentdecriptor;
fileset;
homeinterface;
remoteinterface;
pa
Absolutely. Currently, you have to grab the interceptor chain manually
(getInterceptors()), and add your custom interceptor. In the future, we will
expose the interceptor chain via XML, the JIRA issue is
http://jira.jboss.com/jira/browse/JBCACHE-89. This is planned for 2.0.
View the original po
I only started with JbossIDE and trying to create a simple J2EE project. I
created EJB and configured XdocLet as described in JBossIDE-tutorial. But
Xdoclet script did not create home and remote interfaces and did not finish
jboss.xml(... ) and ejb-jar.xml (...). I checked Xdoclet configuration
Hi,
In our applications we use JDK-1.4.2, Hibernate 3.1.2 and jboss 4.0.2.
Hibernate is configured to join the transactions of the EJB container in which
it runs. The DAO's are executed in SessionBeans. In my DAO methods I have catch
statements that catch all HibernateExceptions. In this catch
Hi,
I have a similar problem and as fix arround I used a @OneToMany and just use
the first Entry of the List. This is very dirty and i down't know how to fix.
If anybody has a simple working *.jar with @OneToOne pleace post a link!!
View the original post :
http://www.jboss.com/index.html?mod
Hi!
Excuse me, kukeltje but I couldn't stand waiting to your answer :(
http://www.catb.org/~esr/faqs/smart-questions.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948873#3948873
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
"adrienogee" wrote :
| The server didn't tell a word... and when I checked on the repertory, my
file (CalculatorBean.jar) was there...
|
When I deploy my EAR file with entity beans and session beans I get many
records in server.log file. Here is example:
| INFO [org.jboss.deploymen
I was wondering whether it is possible to add your own custom CacheInterceptor
to the InterceptorChain dynamically or via configuration. I would like to add
on distributed tracing capabilities into the JBoss Cache product so that our
JBoss customers could understand the transactional and cached
I think it is not rolling back because you catch the exception.
} catch (Exception e) {
| e.printStackTrace();
| }
and not rethrow it.
Joris wijlens
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948868#3948868
Reply to the post :
http://www.jboss.co
Anil as you have asked some thoughts about Single Sign On requirements.
Requirements:
The possibility to register partner applications (web applications on the same
Jboss cluster) with Single Sign On and exclude other applications from SSO.
| Central customizable login screen that comes with J
Merci du coup de main...
Has anyone fixed this problem ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948862#3948862
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948862
___
Thanks to nobody :)
I found my answer here : http://jira.jboss.com/jira/browse/JBSEAM-142
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948861#3948861
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948861
___
Hi,
sorry for my english, first.
I want to migrate to EJB3 a J2EE application (EJB 2.0 Session Stateless +
Entity CMP) which works fine with "JBoss 4.0.4 GA".
First, I try to deploy the app.ear file without any change in the JBoss 4.0.4
GA + EJB3 configuration
And my problem is : even I see t
One comment:
I tested it with "http://localhost:8080/Hello/HelloBean?wsdl"; because my ear
name is "Hello.ear".
Result (=Error) is the same.
Leos
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948857#3948857
Reply to the post :
http://www.jboss.com/index.ht
Hi,
I created very simple application (hello.ear) with very simple WebService.
File application.xml (EAR descriptor):
|
| http://java.sun.com/dtd/application_1_3.dtd";>
|
|Hello Enterprise Archive
|
| Hello-SBI.jar
|
|
| Hello-SBS.jar
|
|
31 matches
Mail list logo