[JBoss-dev] [Design of JBoss Portal] - Re: reaonsably confused about setup...

2005-04-04 Thread [EMAIL PROTECTED]
Try changing the jndi-name in the DS to PortalDS.

?xml version=1.0 encoding=UTF-8?
  | datasources
  |   local-tx-datasource
  | jndi-namePortalDS/jndi-name
  | connection-urljdbc:mysql://localhost:3306/jbossportal/connection-url
  | driver-classorg.gjt.mm.mysql.Driver/driver-class
  | user-nameroot/user-name
  | password/password
  |   /local-tx-datasource
  | /datasources

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3872585#3872585

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872585


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: reaonsably confused about setup...

2005-04-03 Thread Shihan
i decided to start playing with it again, and i've figured out my problems... 
It appears portal's doing something that doesnt play nice with other 
applications...

Originally, i was fooling around with 4.0.1 which had 2 applications i'd moved 
over from sunone app 7... both of them use databases (oracle originally) and 
i'd moved one to mysql...

then i'd tried to deploy the portal and it failed... what i hadnt noticed 
though is that my other applications had started failing (at some point i added 
jboss 402rc1 into the mix as well).

Anyway, i've put portal into its own installation of (401) jboss and all is 
well...

however, i've noticed something else rather bizare... i tried to move an 
application and a datasource into the jboss instance that's running portal, and 
it doesnt like the datasource (for one reason or another)... for eg... a simple 
datasource:

?xml version=1.0 encoding=UTF-8?

  local-tx-datasource
jndi-nametesterDS/jndi-name
connection-urljdbc:mysql://localhost:3306/whatever/connection-url
driver-classorg.gjt.mm.mysql.Driver/driver-class
user-namex/user-name
y
  /local-tx-datasource


deployed after portal has been deployed will start producing errors like this:

2005-04-04 12:27:15,705 INFO  [org.jboss.system.ServiceConfigurator] Problem 
configuring service jboss.jca:service=ManagedConnectionFactory,name=testerDS
java.lang.IllegalArgumentException: [properties: null]

and eventually:
MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.jca:service=ManagedConnectionFactory,name=testerDS
 state: FAILED
 I Depend On:  jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'

 Depends On Me:  jboss.jca:service=ManagedConnectionPool,name=testerDS
java.lang.IllegalArgumentException: [properties: null]

It's also worth pointing out that if you undeploy portal at this point, no ds 
can be deployed until jboss is restarted (i've only tried oracle/mysql at this 
point thought, but both produce the same set of errors)...



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3872494#3872494

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872494


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: reaonsably confused about setup...

2005-03-31 Thread Shihan
Sorry, perhaps thats post did come off as sarcastic, but it wasnt really meant 
to...

originally i deployed all this on a 4.0.1 instance (as per the documentation), 
which didnt work (essentially produced a large mess of exceptions hundreds of 
lines long, and from what i could tell, related mostly to hibernate)... so i 
moved up to 4.0.2 rc1... 

this did actually lessen the erros, but didnt help much with the result... i 
eventually got it down to one exception... (the one pasted in the original 
post).. you say its not related to jboss portal... but i only really get that 
exception is portal is deployed into it...

anyways, i've since dropped back to 4.0.1 and decided to leave the portal alone 
for now... my main motivation was really to compare it to sunone's portal 
(which i've done many hours of work with as part of my job)..

its hard to be more descriptive about the problem though other than to say, it 
doesnt work and this is the only exception im getting...

but the one thing i was really confused about was whether im supposed to deploy 
hibernate.. i eventually went hunting through the code, and decided no..

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3872112#3872112

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872112


---
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: reaonsably confused about setup...

2005-03-31 Thread [EMAIL PROTECTED]
Shihan, with regards to the 4.0.1 deployment the errors you are seeing 
regarding hibernate may be due to several reasons:

1. make sure the portal-ds.xml is deployed.
2. make sure you copied over jgroups.jar, jboss-cache.jar, and 
jboss-remoting.jar over from /all/lib. to /default/lib/.

If that doesn't work, post the entire stack trace here using the phpbb code 
tags.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3872215#3872215

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872215


---
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: reaonsably confused about setup...

2005-03-22 Thread [EMAIL PROTECTED]
Your long non-sarcastic email does not describe what is your problem.

The kind of exception you show is not related to JBoss Portal.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871136#3871136

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871136


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development