In your dali-ds.xml, you have specified the jndi-name as DaliDS. JBoss by
default, binds the datasource to the java: namespace. This means that the
datasource will be available at java:DaliDS. So your, persistence.xml should
contain the following:
java:DaliDS
View the original post :
http://w
It throws the error like, "There is no default persistance"
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141816#4141816
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141816
___
doesn't look like this has anything to do with JBoss.
Looks like it's either something with Hibernate, the JDBC driver, the database,
or a combination of them.
Can you use the same versions of Hibernate and your JDBC driver to talk to that
database using JPA from outside JBoss?
View the origina
I tried this patch:
http://download.eclipse.org/webtools/patches/drops/R2.0.2/P-P20080325024219-20080325024219/
and it did not help.
Any ideas on how we can fix this? I'm not sure how to downgrade the WTP. It
came with the Eclipse bundle I got from their site.
View the original post :
http
I'll do it .. you can test the connection between the OpenLDAP + JBoss + SSO
with the test ear application that comes with JBoss SSO.. Let me know if you
have some concrete troubles... I'll make it work with OpenLDAP and its pretty
straight foward.
View the original post :
http://www.jboss.co
Well, as I said, instead of using transaction-type JTA, I'm using
RESOURCE_LOCAL and a non-jta-data-source. I think it's something about the
security, the transaction manager of hibernate (which is the persistence
provider for JBoss) cannot join with the JTA, which is managed by JBoss, and
the
Guys-
You can track this issue here: http://jira.jboss.com/jira/browse/JBSSO-37
Until then when using the out-of-the-box impl make sure the 'sn' field in your
repo is used to represent "true' or "false" value that indicates whether an
account is activated or not.
You can ofcourse create your o
"[EMAIL PROTECTED]" wrote : I haven't heard this should be windows specific
issue befor though...
It could be that I'm running a different version? I just grabbed Europa J2EE
from the Eclipse site, and maybe their package for Windows vs. for Linux has
different WTP versions? Is there a way to
Alejandro and Mauricio are correct.
The LDAPIdentityProvider is designed to use the InetOrgPerson schema which is
standard LDAP schema.
However, I think the use of cn and sn in its current implementation is not
correct.
I would prefer to use uid instead of cn, and still not sure how to represe
The only solution at this time is to use wtp 2.0.1, not wtp 2.0.2.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141801#4141801
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141801
___
Can JBoss Portal 2.6.4 be deployed on a Tomcat 6.0.x? (withou using the JBoss
AS) If yes, how can I start the JBoss Portal setup?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141800#4141800
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=p
"manuel.martin" wrote : I forgot mention that authentication is through BASIC
method.
This is your problem, I suspect. If you use BASIC, you are dependent on the
browser's BASIC authentication implementation, and you have no control over it.
If you switch to FORM, you'll have more control.
I did the "get updates" thing and the problem is still there.
Would it help to (for now) manually copy the jar files over?
This is a critical, show-stopper, serious bug. I hope it can get fixed soon.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141797#4141
I have a security realm setup similar to the DatabaseServerLoginModule which
uses jndi to retrieve a datasource defined in an oracle-ds.xml file.
Everything works fine when UseJBossWebLoader is set to true, however if I
set this to false, the datasource returned by the initial context lookup is
nul
Hm ... I think I found where is the problem. The user: cn=user... doesn't have
sufficient rights to read the directory. So I will change settings into
directory Tree and will post result here. Probably tomorrow.
Thank you for your help!
View the original post :
http://www.jboss.com/index.html?
First, thank you for your attention.
Here is the log from jboss server, during unsuccessful login:
--- cut ---
Apr 2008 00:14:13>
2008-04-05 00:14:13,931 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger]
AtomicActionRecoveryModule: Second pass
2008-04-05 00:14:13,931 DEBUG [com.arjuna.ats.txoj.lo
"yyovkov" wrote : I am currently trying to setup Fedora Directory Server. But
also have tested with OpenLDAP. Yes, the fields are setup properly, I checked
the LDAP logs and the server responds correctly ...
| But Web Application does not understand. Did you succeed to login in test
app?
Yes
Yes... with openldap and opends.. with diferent configurations.
Here is my schema for open ldap.
| # Base
| dn: dc=nodomain
| dc: foo
| objectClass: top
| objectClass: dcObject
| objectClass: organization
| o: No Domain
|
|
| # People ou where we attach the users
| dn: ou
I am currently trying to setup Fedora Directory Server. But also have tested
with OpenLDAP. Yes, the fields are setup properly, I checked the LDAP logs and
the server responds correctly ...
But Web Application does not understand. Did you succeed to login in test app?
View the original post :
Yes, it is hard coded at org.jboss.security.idm.ldap.LDAPIdentityProvider, this
is the snippet where the active property is setted:
| String cour = rs.getString("sn");
| boolean active = (new Boolean(cour)).booleanValue();
| String pass = rs.getString("
with witch ldap server are you working?
and what schema are you using?
Beacause you must set the next variables:
| cn=admin,dc=nodomain
|
| password
|
| People
|
| roles
|
where roles and People must be and OperationUnit (OU) in your schema.
View the original post :
http
Another thing that you could look is the user name in the sso.cfg.xml
mine for open ldap is
cn=admin,dc=nodomain
look for the dc=nodomain
And yes .. sn is hardcoded
look at the following lines in the LDAPLoginProvider.java:
;
| String cour = rs.getString("sn
OK, salaboy21.
That is good, but even that, the SSO test application doesn't work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141748#4141748
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141748
sn in ldap means Surname but seams that the developers use that field to
indicate that the account is activeted or not, so if you put this value in the
ldap schema file in true your account will be activated.. I think that
developers use this field beacause is a standard field in all ldap direct
Please embed any xml text in code tags (select the text and click the Code
button), or it will not show properly (the browser will interpret the xml tags
a html tags and then weird things happen).
What do you mean when you say that a security scan is coming up with a
vulnerability? What is the
I found what you want to say.
User entry should contain:
--- cut ---
dn: cn=Test User,ou=People, dc=foo,dc=bar
...
sn: true
...
--- cut ---
I put that and error in the jboss output "user not activated" did not appear,
but the web interface still not able to check password;
" Login Failed.".
I found what you want to say.
User entry should contain:
--- cut ---
dn: cn=Test User,ou=People, dc=foo,dc=bar
...
sn: true
...
--- cut ---
I put that and error in the jboss output "user not activated" did not appear,
but the web interface still not able to check password;
" Login Failed.".
this is the correct script:
HtmlAdaptor
An example security config that only allows users with the
role JBossAdmin to access the HTML JMX console web application
/*
GET
POST
JBossAdmin
BA
This is the results to the script:
HtmlAdaptor
An example security config that only allows users with the
role JBossAdmin to access the HTML JMX console web application
/*
GET
POST
JBossAdmin
B
Since I have worked with jBPM for a while and discovered several system bugs. I
think it would save a lot of time if I knew those bugs before.
Can we just post the bugs of specific version on the top of the forum?
Here are 2 that I foundï¼V 3.2.1ï¼ï¼
1. Transistion button in task forms (If
FAO: azheludkov
We got to the bottom of the NPE, see http://jira.jboss.com/jira/browse/JBAS-5364
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141732#4141732
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141732
_
What is required to have a *-ds.xml file deploy under JBoss? I am going
through
http://www.eclipse.org/webtools/dali/docs/tutorial_1.0/dali_jsf_tutorial.htm
and trying to modify it to use Hibernate provided by JBoss. Currently my
persistence.xml file species all the JDBC connection informatio
"yyovkov" wrote : Thank you aamonten, but if it is not secret, what does it
mean:
| sn=true
|
| To put it into user dn? Or ???
|
| Please, do not hide the truth.
Sorry, I didn't understood exactly what was your question. take a look at
thomascremers LDAP schema above in the thread.
hello , any idea ?
Walter
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141727#4141727
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141727
___
jboss-user mailing list
jbos
Actually I have not a lot experience with LDAP, so I'm not sure if sn has a
special meaning. But by looking at the source I discovered that it checks if
sn=true the account is activated, anything different than true and it would be
deactivated.
regards
Alejandro
View the original post :
http:
After a long period of experiments with the TimerService I discovered the Timer
table and found several hundreds of records there, most for records that are
several weeks old. Obviously, these are the result of server restarts and
redeployments, and I don't think these are harmful in any way. Ho
Eclipse Version: 3.3.1.1
JBoss Tools version 2.0.0.GA
I followed your directions as well as these:
https://www.redaht.com/docs/manuals/jboss/jboss-eap-4.2/doc/seam/Seam_Reference_Guide/CRUD_application_generator-Creating_a_Hibernate_Console_configuration.html
The directions need to be a lot mor
Hello, I installed Eclipse Europa 3.3.2 and am having trouble installing JBoss
Tools 2.0.1.GA after creating a Remote Site in Eclipse/Software Updates for:
http://download.jboss.org/jbosside/updates/stable
In Eclipse, when I click to install JBossAS Tools 1.0.1.GA, I get an error
saying:
"JBo
Thank you aamonten, but if it is not secret, what does it mean:
sn=true
To put it into user dn? Or ???
Please, do not hide the truth.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141719#4141719
Reply to the post :
http://www.jboss.com/index.html?module=b
A remote EJB client using an EJB local interface?
Might be the problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141714#4141714
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141714
___
Hi,
Brief situation:
A -> B (remote ejb lookup + invocation -> success)
B performs some ejbTimer logic, in the timeout I proceed
B -> A (remote ejb lookup + reflection/invocation -> fails due container not
yet available)
I'm using Jboss 4.2.2.GA and pass the JNDI properties, as well as the in
I didn't see that option... now it works fine. thanks a lot.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141706#4141706
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141706
__
Hi,
I am facing a problem, I want to use JPA QL in order to use outer join with on
clause (on report query).
I am using JBOSS and EJB3 so I get entitymanager and I call createQuery method
then query.getResultList().
But entitymanager seems to use HQL and not JPA QL because I have
org.hibernate.
Read my previous post again, paying attention to the steps I mentioned. Note
that I stated that I moved the arrow. I even mentioned where it was be fore I
moved it.
Also, while the example of an XML comment that I gave was on a single line,
that is not a requirement - the begin and end markers
Note that the arrow is after the closing security-constraint tag. That means
the entire security-constraint phrase is commented out.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141691#4141691
Reply to the post :
http://www.jboss.com/index.html?module=bb&o
anonymous wrote : CLASSPATH:
:/opt/jboss-4.0.3SP1/lib/commons-httpclient.jar:/opt/jboss-4.0.3SP1
|
/lib/commons-logging.jar:/opt/jboss-4.0.3SP1/lib/concurrent.jar:/opt/jboss-4.0.3
|
SP1/lib/dom4j.jar:/opt/jboss-4.0.3SP1/lib/getopt.jar:/opt/jboss-4.0.3SP1/lib/cgn
|
u-regexp.jar:/opt/jboss
JBossAS 5.0.0Beta4 is a little picky about how things get deployed (that is a
kind way of saying that deployment in beta4 is very screwed up). In most cases,
I have to start the app server first, and then deploy the EJB. If I place the
EJB archive in the deploy directory and then start the app s
Based on your answer, it would not help you if I told you how to turn your EJB3
session bean into a web service if I did not tell you the steps to take in
Eclipse. I am not familiar with what tools Eclipse, or any of its addons,
provide for creating web services, so I will let someone who has c
Go to http://localhost:8080/jbossws, and click the "View a list of deployed
services" link. For each service, the WSDL URL is listed.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141685#4141685
Reply to the post :
http://www.jboss.com/index.html?module=bb&
"r12345_2003" wrote :
| Yes i think my system is behind a firewall.
| Would that make a difference?
|
Well if you are able to telnet from the machine where you have the client to
the server, then i guess you should be able to run the client too. But
probably, you could give it a try to
That looks like a WARN message.
anonymous wrote : I am unable to run the EJB3 application because of this
In the logs, i don't see your application being deployed. How are you deploying
the application? And what exactly do you mean by "unable to run EJB3
application"
View the original post :
Looking for this
http://wiki.jboss.org/wiki/Wiki.jsp?page=HttpSessionPassivationDesign ?
And yes, as nitros mentioned, the Tomcat forum at
http://www.jboss.com/index.html?module=bb&op=viewforum&f=50 is a more
appropriate to discuss this.
View the original post :
http://www.jboss.com/index.ht
There is no configuration setting that will do this automatically. You will
need to write code. Because you wrote "an HTTP request coming from another
apps", I assume that this is a web service request. Code the web service as a
messaging client, passing the message off to the appropriate destin
Hi ,
I am porting an application from Weblogic to Jboss4.x.
While configuring JMS with Entity beans I am getting this message on the Jboss
Console:
No resource manager found for jms/TCF
Because of this Jboss is unable to look up for JNDi name and hence giving
naming.context.namenotfound excepti
Hi jasper,
Are you using spring module for jBPM?
Code pasted in very first post is using jbpmContext to get the scheduler
session. I would imagine that jbpmCOntext would be using the same hibernate
session.
Any comment???
View the original post :
http://www.jboss.com/index.html?module=bb&o
Dynamic timer can be implemented by using a custom ActionHandler,
defined in an action that is set on the timer-create event.
The custom ActionHandler can then retrieve the Timer from the database, and
change its values.
View the original post :
http://www.jboss.com/index.html?module=bb&op=vie
Storing the session would be a functionality of the Tomcat server embedded in
JBoss. I may be wrong but that is what I understand.
You might want to post your question to Tomcat forums
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141660#4141660
Reply to t
What if the red arrow is not there from the beginning what does that mean?
BASIC
JBoss JMX Console
JBossAdmin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141658#4141658
Reply to the post :
http://www.jboss.com/inde
We have a Portal that we want to declare as default portal. It is necessary
because we want the user to redirect to our default one that we define. The
problem is that the default portal stays the provided "default portal".
What I have all done:
- undeployed out deploument , redeploy and tried
I deploy jbpm-enterprise app on weblogic server (ver 10). But when I put url
http://localhost:7001/jbpm-console/ and try to log I see the message: "Login
failed. Invalid user name or password". When I run jbpm server I can log to
jbpm-console problem is when I log to console (jbpm) on weblogic s
Could it be that there is a small error in this query (found in
hibernate.queries.hbm.xml)?
|
|
I believe the text in bold should be token.node.name = :nodeName.
Am I correct?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141651#4141651
Rep
Hello,
I m using Jboss4.2 with eclipse jee 3.3.2 version, when I try to run my web
application I get this error:
could not publish to the server
java.lang.NullPointerException
I searched a lot about this issue in the net, but I didnt find any information
to how resolve my problem.
Note that i
Look here, it seems related:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133073
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141643#4141643
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141643
__
JBoss WS has a problem the XMLGregorianCalendar, when it generates back the
WSDL from Java objects, I get xsd:anySimpleType instead of xsd:dateTime.
I found a workaround (maybe not the best solution), I customized the JAXB
binding to avoid the XMLGregorianCalendar:
| http://java.sun.com/xml/n
Hi,
Has anybody ever tried to use dynamic timers in jbpm ? I am aware of the timers
that can be configured statically but rather then that I would like them to be
dynamic on for instance registrations in an external db etc.
Any ideas or help etc greatly appreciated,
Regards,
Leo
View the orig
Hi All,
I have deployed an application in cluster environment.I want only one node to
execute this task.If this node goes down i want another node to execute the
task.I have read in jboss docs there were HASingletons for this.
I have implemented it but could not succeed.I have used Jboss AS 4.2
There is something that I am not figuring out. Some characters just are
misinterpreted... anyway... I change to SOAPMessage and set the default
encoding to UTF-8 (from windows-1252 on Windows)... now it really works!
for JVM:-Dfile.encoding=UTF-8
| private Dispatch dispatch;
|
|
Not a bug in JBC. Rejecting the JIRA.
>From the JBossTS guys:
anonymous wrote :
| that looks like misconfiguration - that value should be in the default
config file. Either they have edited it out the file or the file is not being
found. ensure jbossts etc dir is on the classpath (yes the
Changing back my project to MySQL, it works now ... But I can't find what made
it work ! I use the same driver, hibernate.properties file is the same,
persistence.xml file too ! I will report again if I find what caused the
problem in case other people encounter the same problems. Thanks a lot a
if you selected Seam 1.2 as the facet then it won't let you use 2.0.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141624#4141624
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141624
Hi,
We are having a problem connecting to a distributed JMS topic. The details are
mentioned below. Any help would be much appreciated.
Many Thanks.
We installed the JBoss Messaging version (JBoss 4.2.2.GA + JBM 1.4.0SP3) on
both our staging servers and the clustering itself seems to be worki
I recently installed JBossTools with support for Seam but when I try to create
a new Seam project I can only select the 1.2 runtime version from the dropdown
menu. Should I do anything special in order to use the 2.x version?
View the original post :
http://www.jboss.com/index.html?module=bb&op
yes i can access JMX Console. I can even see the EJB in the JMX console.
Yes i think my system is behind a firewall.
Would that make a difference?
Its really driving me crazy.. i did not think deploying a simple EJB would be
so difficult :(
View the original post :
http://www.jboss.com/index.h
Hi,
I am a newbie in EJB3. When I am trying to start JBoss-5.0.0.Beta4, I am
getting the below error. I am unable to run the EJB3 application because of
this. Could anybody please assist me. I have not changed anything in the
extracted directories.
16:20:57,234 WARN [QuartzTimerServiceFactory]
Hi,
Please reply
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141609#4141609
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141609
___
jboss-user mailing list
jboss-user@
JBoss AS version: 4.0.5GA
Hi everyone,
we have created a JBossWS Client with version 2.0.1 consuming a Axis2
webservice, that is sending its responses in multipart/related format.
The client uses the UserNameToken authentification.
when the client is processing the ws answer, i get a NullPointe
JBoss Cache 1.4.1.SP9 has just been released on SourceForge. This is a
maintenance release containing a few fixes. Visit JBoss Cache's JIRA page for
details on what's been fixed in this release.
It is recommended that anyone on 1.4.x upgrade to this release.
http://jbosscache.blogspot.com/2008/
I m using EJB3.i m using Eclipse Europa..so ejb3 and eclipse would be a
necessityi have a ejb .n i need to implement it as a web
service..so that part n devoloping a client that could use the web service
again in eclipse.so to summarise.i need to devolop a web ser
ups, the Address class should of course be annotated @Embeddable
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141605#4141605
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141605
__
when I use the same embedded component several times in my entity (e.g.
Addresses), I need to use @AttributeOverride for EACH field of the embedded
component.
This is tedious when the entity is used several times and has a lot of fields.
And if you add a field to the embeddable component, you mi
Hello people, :D
May I know is the module or portlet out yet?
Thank you
:D
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141602#4141602
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141602
___
could you show me the *full* stacktrace ?
Just need to check, but I do believe this is just a pure driver lookup nothing
hibernate tools specific about it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141601#4141601
Reply to the post :
http://www.jboss.c
The code and the telnet output that you posted does not show any obvious errors
to me. I usually place only the jbossall-client.jar file in the classpath as
this includes almost all JBoss related classes. Can you post the console log
that you see on the server when the server is started? Also ca
Hello!
I am triyng to get the current logged-in user from my application controller
when he logs in.
I tried to, in the login.jsp, change the action of the form to
"${pageContext.request.contextPath}/controller/jaas_security" and then redirect
the destinationPage to the j_security_check (savin
Hello,
I applied the wsconsume tool from JBoss 4.2.2 successfully on a WSDL. But when
I deploy my WS implementation in JBoss, I get the following errors:
anonymous wrote : 2008-04-04 11:35:02,490 ERROR
[org.jboss.ws.metadata.wsdl.xmlschema.JBossXSErrorHandler]
JBossWS_datex2.eu_schema_1_0_1_048
I've successfully created a jar file containing a webservice enabled session
bean. This works perfectly...
Now I added the jar to a .ear file (using eclipse) and deployed this
successfully. Still no errors.
As i try to access the wsdl url it is no longer at the same URL as when the
application
Does anyone else think this is a bug?
Has anything changed regarding this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141591#4141591
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141591
___
Do you mean removing all JBoss related jar files & keep only
jbossall-client.jar? I tried that & still doesnt work. I also tried removing
all other jar files as well & keeping only jbossall-client.jar but its still
the same :(
View the original post :
http://www.jboss.com/index.html?module=bb&
I'm on ubuntu and affected... It's propably something on your configuration...
By the way, eclipse update manager finds and installs the new patch, though I
didn't test yet...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141584#4141584
Reply to the post :
Yes, it is the one I use when running my app on JBoss Application Server. So it
looks like there's something that Hibernate Console uses and that it not
supported by this MySQL driver. I find it strange ...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=414158
Hi ,
Thanks for your suggestion. As you said, I have set fetchpersistantstate to
FALSE. Now the records are NOT missing in the database during portal startup
failure.
I want to know by setting fetchpersistentstate to FALSE, will this impact on
cache clustering.
Please validate my understand
I haven't heard this should be windows specific issue befor though...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141573#4141573
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141573
_
I'm currently writing a portlet, but unlike other portals, JBoss Portal doesn't
call the destroy()-method when deploying a new version.
Is there anything I can do about this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141577#4141577
Reply to the post :
does the driver classname actually exist in the jar you are pointing to ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141576#4141576
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141576
_
Don't use Eclipse WTP 2.0.2 it has a regression bug concerning publishing.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141575#4141575
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141575
I tried with HSLQDB instead of MySQL and it works perfect. So it is a problem
with MySQL driver. I use mysql-connector-java-5.0.3.jar archive. Are there
known problems with this one ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141574#4141574
Reply to the
Dear all,
I've got an HTTP request coming from another apps, is it possible for me to
pass this request as a message to JBoss Messaging ?
Thanks in advance
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141571#4141571
Reply to the post :
http://www.jboss.c
Hi Everybody,
This is very urgent.
Actually my requirement is deploy the application in Linux environment.
I have installed jdk 1.5
I have extracted Jboss 4.0.3SP1 server.
and I have set the environment variables like this.
export JAVA_HOME=/opt/jdk1.5.0_15
export PATH=$JAVA_HOME/bin:$PATH
export
I'm hitting exactly the same phenomenon. It can't find the jboss-seam.jar,
because none of the ear's jars are copied.
What's uber-strange is that it works on Linux but not on Windows.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141569#4141569
Reply to t
I have a Seam project, and when I hit run, it copies stuff over, but with in
the -ear directory, it only has the WAR and the META-INF directories. It
doesn't copy any of the JARs referenced in META-INF/application.xml.
What's strange is that the same project works when I do that on my Linux
ma
1 - 100 of 102 matches
Mail list logo