[JBoss Seam] - Re: Seam on Tomcat without ejb3
by fguerzoni
It works!
Now libraries are 7.5 MB instead of default 20 MB.
I wonder if it's possible to slim it down again to reach the size of 3-4 MB.
Is there a plan to supply a truly minimal set of libraries along with the standard distribution which already has jboss-all.jar, hibernate-all.jar and so on? I think it could be very useful in those cases where the application is distributed to clients.
Mi set of library is actualy composed by (in KB):
hibernate3.jar 2063
xercesImpl 1176
commons-collections-3.1.jar 547
myfaces-impl-1.1.3.jar 512
jboss-seam.jar 438
jboss-common.jar 419
jboss-xml-binding.jar 389
hibernate-annotations.jar 331
cglib.jar 321
dom4j.jar 297
jsf-facelets.jar 285
myfaces-api-1.1.3.jar 247
jboss-microcontainer.jar 211
xml-apis.jar 190
commons-beanutils-1.7.0.jar 185
concurrent.jar 167
commons-digester-1.6.jar 165
el-ri.jar 96
jboss-container.jar 59
jboss-seam-ui.jar 54
ejb3-persistence.jar 49
jboss-annotations-ejb3.jar 31
my-jms.jar 26
el-api.jar 24
jboss-dependency.jar 20
jboss-ejb3.jar 19
jstl.jar 17
jboss-seam-debug.jar 5
namespace.jar 3
where my-jms.jar contains temporarily all jms related classes (I still haven't found the official package...)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976008#3976008
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976008
19 years, 7 months
[Installation, Configuration & Deployment] - Problem with installing JBoss
by raj.shanmug
I have some problem with JBoss installation.
I have downloaded the bundled version of jboss portal 2.4 + AS.
I have extracted the same and set the corresponding environmental variables.
If i now execute the run.bat and point the browser tot the portal everything works fine.
Bue when i configure the portal-sqlserver-ds.xml [as i am using the sqlserver 2000 database] and paste it in the deploy directory after removing the portal-hsqldb-ds.xml which comes with the bundle. I am unable to see the portal. I have also pasted the driver msbase.jar, msutil.jar, mssql.jar also in the default\lib directory. But i still unable to get the portal, it is giving some http authentication problem.
The following error also comes at the end of the server logs.
--- MBeans waiting for other MBeans ---
ObjectName: portal:service=CMS
State: FAILED
Reason: javax.jcr.RepositoryException: failed to create folder for repository
meta data: failed to create folder entry: /: failed to create folder entry: /
I Depend On:
jboss.jca:service=DataSourceBinding,name=PortalDS
portal:service=JAASLoginModule
portal:service=Hibernate,type=CMS
Depends On Me:
portal:commandFactory=CMSObject
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: portal:service=CMS
State: FAILED
Reason: javax.jcr.RepositoryException: failed to create folder for repository
meta data: failed to create folder entry: /: failed to create folder entry: /
I Depend On:
jboss.jca:service=DataSourceBinding,name=PortalDS
portal:service=JAASLoginModule
portal:service=Hibernate,type=CMS
Depends On Me:
portal:commandFactory=CMSObject
Could anyone kindly reply me how to solve this problem?
---Raj
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976007#3976007
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976007
19 years, 7 months